JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml . ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ :: Spring Boot :: (v2.3.7.RELEASE) 2022-11-26T05:19:45.400Z||main|||||INFO|500||The following profiles are active: basic 2022-11-26T05:19:57.440Z||main|||||INFO|500||Starting service [Tomcat] 2022-11-26T05:19:57.441Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2022-11-26T05:19:57.557Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2022-11-26T05:20:01.803Z||main|||||INFO|500||catdb-pool - Starting... 2022-11-26T05:20:02.207Z||main|||||INFO|500||catdb-pool - Start completed. 2022-11-26T05:20:02.672Z||main|||||INFO|500||reqdb-pool - Starting... 2022-11-26T05:20:02.679Z||main|||||INFO|500||reqdb-pool - Start completed. 2022-11-26T05:20:02.809Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2022-11-26T05:20:03.025Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2022-11-26T05:20:03.672Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2022-11-26T05:20:05.388Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-11-26T05:20:07.901Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-11-26T05:20:07.985Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2022-11-26T05:20:08.565Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-11-26T05:20:08.773Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly. 2022-11-26T05:20:09.909Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-11-26T05:20:11.029Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2022-11-26T05:20:11.048Z||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$$3d37c175.deployActivities() at org.onap.so.asdc.Application.deployActivities(Application.java:52) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516) at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202) at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897) at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551) at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750) at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405) at org.springframework.boot.SpringApplication.run(SpringApplication.java:315) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226) at org.onap.so.asdc.Application.main(Application.java:60) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49) at org.springframework.boot.loader.Launcher.launch(Launcher.java:107) at org.springframework.boot.loader.Launcher.launch(Launcher.java:58) at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88) 2022-11-26T05:20:11.050Z||main|||||WARN|500||The sdc end point is not alive 2022-11-26T05:20:14.012Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning 2022-11-26T05:20:16.633Z||main|||||WARN|500||--- 2022-11-26T05:20:16.633Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2022-11-26T05:20:16.634Z||main|||||WARN|500||--- 2022-11-26T05:20:17.099Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2022-11-26T05:20:21.893Z||main|||||INFO|500||Started Application in 39.591 seconds (JVM running for 41.743) 2022-11-26T05:20:21.908Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-11-26T05:20:21.910Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-11-26T05:20:21.921Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-11-26T05:20:21.944Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-11-26T05:20:21.986Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 39b89127-c855-41d0-a2fe-225cad86fc4b url= /sdc/v1/artifactTypes 2022-11-26T05:20:21.986Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-11-26T05:20:22.264Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2022-11-26T05:20:22.287Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2022-11-26T05:20:22.308Z||scheduling-1|||||DEBUG|500||create keys 2022-11-26T05:20:22.316Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2022-11-26T05:20:22.348Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T05:20:22.364Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 6b3ba500-ef16-4ce0-9e3e-a7864744838e url= /sdc/v1/registerForDistribution 2022-11-26T05:20:22.459Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 6b3ba500-ef16-4ce0-9e3e-a7864744838e url= /sdc/v1/registerForDistribution 2022-11-26T05:20:22.459Z||scheduling-1|||||INFO|500||start DistributionClient 2022-11-26T05:20:22.472Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T05:20:22.473Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T05:20:22.491Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2022-11-26T05:20:22.491Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T05:20:22.491Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T05:20:22.491Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T05:20:22.491Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T05:20:32.800Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T05:20:32.802Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T05:21:22.470Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T05:21:22.506Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T05:21:22.507Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T05:21:22.507Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T05:21:22.507Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T05:21:22.507Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T05:21:32.070Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T05:21:32.072Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T05:22:22.473Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T05:22:22.475Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T05:22:22.476Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T05:22:22.479Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T05:22:22.480Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T05:22:22.480Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T05:22:32.092Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T05:22:32.089Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T05:23:22.470Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T05:23:22.472Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T05:23:22.473Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T05:23:22.473Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T05:23:22.475Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T05:23:22.476Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T05:23:32.061Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T05:23:32.063Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T05:24:22.470Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T05:24:22.471Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T05:24:22.471Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T05:24:22.472Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T05:24:22.475Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T05:24:22.475Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T05:24:32.025Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T05:24:32.027Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T05:25:22.470Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T05:25:22.471Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T05:25:22.471Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T05:25:22.472Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T05:25:22.474Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T05:25:22.474Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T05:25:32.025Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T05:25:32.027Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T05:26:22.471Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T05:26:22.472Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T05:26:22.472Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T05:26:22.472Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T05:26:22.473Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T05:26:22.473Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T05:26:32.035Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T05:26:32.038Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T05:27:22.470Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T05:27:22.471Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T05:27:22.471Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T05:27:22.472Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T05:27:22.473Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T05:27:22.473Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T05:27:32.025Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T05:27:32.025Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T05:28:22.470Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T05:28:22.472Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T05:28:22.473Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T05:28:22.473Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T05:28:22.473Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T05:28:22.473Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T05:28:32.029Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T05:28:32.037Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T05:29:22.470Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T05:29:22.471Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T05:29:22.471Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T05:29:22.472Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T05:29:22.473Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T05:29:22.473Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T05:29:32.017Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T05:29:32.018Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T05:30:06.128Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2022-11-26T05:30:22.470Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T05:30:22.471Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T05:30:22.471Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T05:30:22.472Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T05:30:22.473Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T05:30:22.473Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T05:30:32.028Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T05:30:32.028Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T05:31:22.470Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T05:31:22.471Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T05:31:22.471Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T05:31:22.472Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T05:31:22.473Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T05:31:22.473Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T05:31:32.022Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T05:31:32.022Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T05:32:22.470Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T05:32:22.472Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T05:32:22.472Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T05:32:22.472Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T05:32:22.473Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T05:32:22.473Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T05:32:32.020Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T05:32:32.025Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T05:33:22.470Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T05:33:22.472Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T05:33:22.472Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T05:33:22.472Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T05:33:22.473Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T05:33:22.473Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T05:33:32.017Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T05:33:32.018Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T05:34:22.470Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T05:34:22.472Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T05:34:22.473Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T05:34:22.473Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T05:34:22.473Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T05:34:22.474Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T05:34:32.022Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T05:34:32.032Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T05:35:22.470Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T05:35:22.471Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T05:35:22.471Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T05:35:22.472Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T05:35:22.473Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T05:35:22.473Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T05:35:32.017Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T05:35:32.017Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T05:36:22.470Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T05:36:22.471Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T05:36:22.471Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T05:36:22.472Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T05:36:22.473Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T05:36:22.473Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T05:36:32.033Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T05:36:32.033Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T05:37:22.470Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T05:37:22.471Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T05:37:22.471Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T05:37:22.473Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T05:37:22.474Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T05:37:22.474Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T05:37:32.032Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T05:37:32.032Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T05:38:22.470Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T05:38:22.471Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T05:38:22.471Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T05:38:22.472Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T05:38:22.473Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T05:38:22.473Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T05:38:32.017Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T05:38:32.018Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T05:39:22.470Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T05:39:22.471Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T05:39:22.471Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T05:39:22.472Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T05:39:22.473Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T05:39:22.474Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T05:39:32.024Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T05:39:32.027Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T05:40:22.470Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T05:40:22.471Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T05:40:22.471Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T05:40:22.472Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T05:40:22.473Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T05:40:22.473Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T05:40:32.025Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T05:40:32.031Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T05:41:22.470Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T05:41:22.471Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T05:41:22.471Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T05:41:22.472Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T05:41:22.473Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T05:41:22.473Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T05:41:32.020Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T05:41:32.022Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T05:42:22.470Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T05:42:22.471Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T05:42:22.471Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T05:42:22.472Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T05:42:22.473Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T05:42:22.473Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T05:42:32.026Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T05:42:32.026Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T05:43:22.470Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T05:43:22.471Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T05:43:22.471Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T05:43:22.472Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T05:43:22.473Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T05:43:22.473Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T05:43:32.014Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T05:43:32.016Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T05:44:22.470Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T05:44:22.472Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T05:44:22.473Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T05:44:22.473Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T05:44:22.474Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T05:44:22.474Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T05:44:32.031Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T05:44:32.032Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T05:45:22.470Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T05:45:22.472Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T05:45:22.472Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T05:45:22.472Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T05:45:22.473Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T05:45:22.474Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T05:45:32.032Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T05:45:32.037Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T05:46:22.470Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T05:46:22.472Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T05:46:22.472Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T05:46:22.472Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T05:46:22.473Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T05:46:22.473Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T05:46:32.021Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T05:46:32.023Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T05:47:22.470Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T05:47:22.472Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T05:47:22.472Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T05:47:22.472Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T05:47:22.473Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T05:47:22.473Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T05:47:32.043Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T05:47:32.045Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T05:48:22.470Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T05:48:22.471Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T05:48:22.471Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T05:48:22.472Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T05:48:22.473Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T05:48:22.473Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T05:48:32.028Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T05:48:32.044Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T05:49:22.470Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T05:49:22.471Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T05:49:22.471Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T05:49:22.472Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T05:49:22.473Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T05:49:22.473Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T05:49:32.021Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T05:49:32.022Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T05:50:22.470Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T05:50:22.471Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T05:50:22.471Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T05:50:22.472Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T05:50:22.473Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T05:50:22.473Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T05:50:32.025Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T05:50:32.028Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T05:51:22.470Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T05:51:22.471Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T05:51:22.471Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T05:51:22.472Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T05:51:22.473Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T05:51:22.473Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T05:51:32.022Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T05:51:32.026Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T05:52:22.470Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T05:52:22.471Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T05:52:22.472Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T05:52:22.474Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T05:52:22.474Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T05:52:22.474Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T05:52:32.018Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T05:52:32.021Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T05:53:22.470Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T05:53:22.471Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T05:53:22.471Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T05:53:22.472Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T05:53:22.473Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T05:53:22.473Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T05:53:32.021Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T05:53:32.021Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T05:54:22.470Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T05:54:22.471Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T05:54:22.471Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T05:54:22.472Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T05:54:22.473Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T05:54:22.473Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T05:54:32.032Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T05:54:32.033Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T05:55:22.470Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T05:55:22.471Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T05:55:22.471Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T05:55:22.472Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T05:55:22.473Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T05:55:22.473Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T05:55:32.031Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T05:55:32.044Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T05:56:22.470Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T05:56:22.471Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T05:56:22.471Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T05:56:22.472Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T05:56:22.473Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T05:56:22.474Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T05:56:32.017Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T05:56:32.017Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T05:57:22.470Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T05:57:22.472Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T05:57:22.472Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T05:57:22.472Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T05:57:22.473Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T05:57:22.474Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T05:57:32.031Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T05:57:32.031Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T05:58:22.470Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T05:58:22.471Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T05:58:22.471Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T05:58:22.472Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T05:58:22.473Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T05:58:22.473Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T05:58:32.018Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T05:58:32.018Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T05:59:22.470Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T05:59:22.471Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T05:59:22.471Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T05:59:22.472Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T05:59:22.473Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T05:59:22.473Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T05:59:32.017Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T05:59:32.017Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:00:22.470Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T06:00:22.472Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T06:00:22.472Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:00:22.472Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T06:00:22.473Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T06:00:22.473Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:00:32.034Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:00:32.034Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:01:22.470Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T06:01:22.471Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T06:01:22.472Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:01:22.472Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T06:01:22.473Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T06:01:22.473Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:01:32.047Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:01:32.054Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:02:22.470Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T06:02:22.471Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T06:02:22.472Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:02:22.472Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T06:02:22.473Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T06:02:22.473Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:02:32.026Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:02:32.027Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:03:22.470Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T06:03:22.471Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T06:03:22.472Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:03:22.472Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T06:03:22.473Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T06:03:22.474Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:03:32.028Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:03:32.028Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:04:22.470Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T06:04:22.471Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T06:04:22.471Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:04:22.474Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T06:04:22.474Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T06:04:22.475Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:04:32.044Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:04:32.043Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:05:22.470Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T06:05:22.471Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T06:05:22.471Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:05:22.473Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T06:05:22.474Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T06:05:22.474Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:05:32.047Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:05:32.049Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:06:22.470Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T06:06:22.471Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T06:06:22.471Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:06:22.472Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T06:06:22.474Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T06:06:22.474Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:06:32.038Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:06:32.038Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:07:22.470Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T06:07:22.471Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T06:07:22.471Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:07:22.472Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T06:07:22.473Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T06:07:22.473Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:07:32.036Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:07:32.036Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:08:22.470Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T06:08:22.471Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T06:08:22.471Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:08:22.472Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T06:08:22.473Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T06:08:22.473Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:08:32.041Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:08:32.041Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:09:22.470Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T06:09:22.471Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T06:09:22.471Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:09:22.472Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T06:09:22.473Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T06:09:22.474Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:09:32.021Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:09:32.023Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:10:22.470Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T06:10:22.472Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T06:10:22.472Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:10:22.472Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T06:10:22.473Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T06:10:22.473Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:10:32.021Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:10:32.021Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:11:22.470Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T06:11:22.471Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T06:11:22.471Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:11:22.472Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T06:11:22.473Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T06:11:22.473Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:11:32.024Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:11:32.025Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:12:22.470Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T06:12:22.471Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T06:12:22.471Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:12:22.472Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T06:12:22.473Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T06:12:22.473Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:12:32.023Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:12:32.024Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:13:22.470Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T06:13:22.471Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T06:13:22.471Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:13:22.472Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T06:13:22.473Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T06:13:22.473Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:13:32.025Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:13:32.026Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:14:22.470Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T06:14:22.471Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T06:14:22.471Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:14:22.473Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T06:14:22.474Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T06:14:22.474Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:14:32.024Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:14:32.025Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:15:22.470Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T06:15:22.471Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T06:15:22.471Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:15:22.472Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T06:15:22.473Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T06:15:22.473Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:15:32.015Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:15:32.015Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:16:22.470Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T06:16:22.471Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T06:16:22.471Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:16:22.472Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T06:16:22.473Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T06:16:22.473Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:16:32.011Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:16:32.012Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:17:22.470Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T06:17:22.471Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T06:17:22.471Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:17:22.472Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T06:17:22.473Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T06:17:22.473Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:17:32.022Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:17:32.022Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:18:22.470Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T06:18:22.471Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T06:18:22.471Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:18:22.472Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T06:18:22.473Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T06:18:22.473Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:18:32.027Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:18:32.027Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:19:22.470Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T06:19:22.471Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T06:19:22.471Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:19:22.472Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T06:19:22.473Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T06:19:22.474Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:19:32.021Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:19:32.021Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:20:22.470Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T06:20:22.471Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T06:20:22.471Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:20:22.472Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T06:20:22.473Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T06:20:22.473Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:20:32.017Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:20:32.017Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:21:22.470Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T06:21:22.471Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T06:21:22.471Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:21:22.474Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T06:21:22.475Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T06:21:22.475Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:21:32.056Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:21:32.058Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:22:22.470Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T06:22:22.471Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T06:22:22.471Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:22:22.472Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T06:22:22.473Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T06:22:22.473Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:22:22.601Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:22:22.605Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-26T06:22:22.605Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "08130344-8ff4-478e-babf-66eaa8e8aa5d", "consumerID": "cds", "timestamp": 1669443720417, "artifactURL": "/sdc/v1/catalog/services/Vfw20221126062109/1.0/resourceInstances/vfw9caea8e699450/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-26T06:22:22.633Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-26T06:22:22.633Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-26T06:22:22.633Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "08130344-8ff4-478e-babf-66eaa8e8aa5d", "consumerID": "multicloud-k8s-id", "timestamp": 1669443725385, "artifactURL": "/sdc/v1/catalog/services/Vfw20221126062109/1.0/resourceInstances/vfw9caea8e699450/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-26T06:22:22.634Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-26T06:22:22.634Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-26T06:22:22.634Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "08130344-8ff4-478e-babf-66eaa8e8aa5d", "consumerID": "cds", "timestamp": 1669443720417, "artifactURL": "/sdc/v1/catalog/services/Vfw20221126062109/1.0/resourceInstances/vfw9caea8e699450/artifacts/vfw9caea8e699450_modules.json", "status": "NOT_NOTIFIED" } 2022-11-26T06:22:22.634Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-26T06:22:22.635Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-26T06:22:22.635Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "08130344-8ff4-478e-babf-66eaa8e8aa5d", "consumerID": "multicloud-k8s-id", "timestamp": 1669443725385, "artifactURL": "/sdc/v1/catalog/services/Vfw20221126062109/1.0/resourceInstances/vfw9caea8e699450/artifacts/vfw9caea8e699450_modules.json", "status": "NOTIFIED" } 2022-11-26T06:22:22.635Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-26T06:22:22.635Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-26T06:22:22.636Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "08130344-8ff4-478e-babf-66eaa8e8aa5d", "consumerID": "cds", "timestamp": 1669443720417, "artifactURL": "/sdc/v1/catalog/services/Vfw20221126062109/1.0/resourceInstances/vfw9caea8e699450/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-11-26T06:22:22.636Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-26T06:22:22.636Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-26T06:22:22.636Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "08130344-8ff4-478e-babf-66eaa8e8aa5d", "consumerID": "multicloud-k8s-id", "timestamp": 1669443725385, "artifactURL": "/sdc/v1/catalog/services/Vfw20221126062109/1.0/resourceInstances/vfw9caea8e699450/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-11-26T06:22:22.637Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-26T06:22:22.637Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-26T06:22:22.637Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "08130344-8ff4-478e-babf-66eaa8e8aa5d", "consumerID": "cds", "timestamp": 1669443720417, "artifactURL": "/sdc/v1/catalog/services/Vfw20221126062109/1.0/resourceInstances/vfw9caea8e699450/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-26T06:22:22.638Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-26T06:22:22.638Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-26T06:22:22.638Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "08130344-8ff4-478e-babf-66eaa8e8aa5d", "consumerID": "multicloud-k8s-id", "timestamp": 1669443725385, "artifactURL": "/sdc/v1/catalog/services/Vfw20221126062109/1.0/resourceInstances/vfw9caea8e699450/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-26T06:22:22.638Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-26T06:22:22.638Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-26T06:22:22.639Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "08130344-8ff4-478e-babf-66eaa8e8aa5d", "consumerID": "cds", "timestamp": 1669443720417, "artifactURL": "/sdc/v1/catalog/services/Vfw20221126062109/1.0/resourceInstances/vfw9caea8e699450/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-11-26T06:22:22.639Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-26T06:22:22.639Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-26T06:22:22.639Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "08130344-8ff4-478e-babf-66eaa8e8aa5d", "consumerID": "multicloud-k8s-id", "timestamp": 1669443725385, "artifactURL": "/sdc/v1/catalog/services/Vfw20221126062109/1.0/resourceInstances/vfw9caea8e699450/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-11-26T06:22:22.640Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-26T06:22:22.640Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-26T06:22:22.640Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "08130344-8ff4-478e-babf-66eaa8e8aa5d", "consumerID": "cds", "timestamp": 1669443720417, "artifactURL": "/sdc/v1/catalog/services/Vfw20221126062109/1.0/artifacts/service-Vfw20221126062109-template.yml", "status": "NOT_NOTIFIED" } 2022-11-26T06:22:22.641Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-26T06:22:22.641Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-26T06:22:22.641Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "08130344-8ff4-478e-babf-66eaa8e8aa5d", "consumerID": "multicloud-k8s-id", "timestamp": 1669443725385, "artifactURL": "/sdc/v1/catalog/services/Vfw20221126062109/1.0/artifacts/service-Vfw20221126062109-template.yml", "status": "NOT_NOTIFIED" } 2022-11-26T06:22:22.641Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-26T06:22:22.641Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-26T06:22:22.642Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "08130344-8ff4-478e-babf-66eaa8e8aa5d", "consumerID": "ves-openapi-manager", "timestamp": 1669443735040, "artifactURL": "/sdc/v1/catalog/services/Vfw20221126062109/1.0/resourceInstances/vfw9caea8e699450/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-26T06:22:22.642Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-26T06:22:22.642Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-26T06:22:22.642Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "08130344-8ff4-478e-babf-66eaa8e8aa5d", "consumerID": "cds", "timestamp": 1669443720417, "artifactURL": "/sdc/v1/catalog/services/Vfw20221126062109/1.0/artifacts/service-Vfw20221126062109-csar.csar", "status": "NOTIFIED" } 2022-11-26T06:22:22.643Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-26T06:22:22.643Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-26T06:22:22.643Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "08130344-8ff4-478e-babf-66eaa8e8aa5d", "consumerID": "multicloud-k8s-id", "timestamp": 1669443725385, "artifactURL": "/sdc/v1/catalog/services/Vfw20221126062109/1.0/artifacts/service-Vfw20221126062109-csar.csar", "status": "NOTIFIED" } 2022-11-26T06:22:22.643Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-26T06:22:22.644Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-26T06:22:22.644Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "08130344-8ff4-478e-babf-66eaa8e8aa5d", "consumerID": "ves-openapi-manager", "timestamp": 1669443735040, "artifactURL": "/sdc/v1/catalog/services/Vfw20221126062109/1.0/resourceInstances/vfw9caea8e699450/artifacts/vfw9caea8e699450_modules.json", "status": "NOT_NOTIFIED" } 2022-11-26T06:22:22.645Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-26T06:22:22.645Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-26T06:22:22.645Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "08130344-8ff4-478e-babf-66eaa8e8aa5d", "consumerID": "ves-openapi-manager", "timestamp": 1669443735040, "artifactURL": "/sdc/v1/catalog/services/Vfw20221126062109/1.0/resourceInstances/vfw9caea8e699450/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-11-26T06:22:22.646Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-26T06:22:22.646Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-26T06:22:22.646Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "08130344-8ff4-478e-babf-66eaa8e8aa5d", "consumerID": "multicloud-k8s-id", "timestamp": 1669443737823, "artifactURL": "/sdc/v1/catalog/services/Vfw20221126062109/1.0/resourceInstances/vfw9caea8e699450/artifacts/vfw9caea8e699450_modules.json", "status": "DOWNLOAD_OK" } 2022-11-26T06:22:22.646Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-26T06:22:22.646Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-26T06:22:22.647Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "08130344-8ff4-478e-babf-66eaa8e8aa5d", "consumerID": "cds", "timestamp": 1669443736952, "artifactURL": "/sdc/v1/catalog/services/Vfw20221126062109/1.0/artifacts/service-Vfw20221126062109-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-26T06:22:22.647Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-26T06:22:22.647Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-26T06:22:22.648Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "08130344-8ff4-478e-babf-66eaa8e8aa5d", "consumerID": "ves-openapi-manager", "timestamp": 1669443735040, "artifactURL": "/sdc/v1/catalog/services/Vfw20221126062109/1.0/resourceInstances/vfw9caea8e699450/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-26T06:22:22.648Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-26T06:22:22.649Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-26T06:22:22.649Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "08130344-8ff4-478e-babf-66eaa8e8aa5d", "consumerID": "cds", "timestamp": 1669443737976, "artifactURL": "/sdc/v1/catalog/services/Vfw20221126062109/1.0/artifacts/service-Vfw20221126062109-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-26T06:22:22.846Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 08130344-8ff4-478e-babf-66eaa8e8aa5d 2022-11-26T06:22:22.871Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 08130344-8ff4-478e-babf-66eaa8e8aa5d and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-26T06:22:22.892Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-26T06:22:22.892Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "08130344-8ff4-478e-babf-66eaa8e8aa5d", "consumerID": "multicloud-k8s-id", "timestamp": 1669443738933, "artifactURL": "/sdc/v1/catalog/services/Vfw20221126062109/1.0/resourceInstances/vfw9caea8e699450/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-11-26T06:22:22.892Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-26T06:22:22.893Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-26T06:22:22.893Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "08130344-8ff4-478e-babf-66eaa8e8aa5d", "consumerID": "ves-openapi-manager", "timestamp": 1669443735040, "artifactURL": "/sdc/v1/catalog/services/Vfw20221126062109/1.0/resourceInstances/vfw9caea8e699450/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-11-26T06:22:22.893Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-26T06:22:22.893Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-26T06:22:22.893Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "08130344-8ff4-478e-babf-66eaa8e8aa5d", "consumerID": "multicloud-k8s-id", "timestamp": 1669443740019, "artifactURL": "/sdc/v1/catalog/services/Vfw20221126062109/1.0/resourceInstances/vfw9caea8e699450/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-11-26T06:22:22.894Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-26T06:22:22.894Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-26T06:22:22.894Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "08130344-8ff4-478e-babf-66eaa8e8aa5d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669443739492, "artifactURL": "/sdc/v1/catalog/services/Vfw20221126062109/1.0/resourceInstances/vfw9caea8e699450/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-26T06:22:22.895Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-26T06:22:22.895Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-26T06:22:22.895Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "08130344-8ff4-478e-babf-66eaa8e8aa5d", "consumerID": "ves-openapi-manager", "timestamp": 1669443735040, "artifactURL": "/sdc/v1/catalog/services/Vfw20221126062109/1.0/artifacts/service-Vfw20221126062109-template.yml", "status": "NOT_NOTIFIED" } 2022-11-26T06:22:22.895Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-26T06:22:22.896Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-26T06:22:22.896Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "08130344-8ff4-478e-babf-66eaa8e8aa5d", "consumerID": "multicloud-k8s-id", "timestamp": 1669443741114, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-26T06:22:22.909Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 08130344-8ff4-478e-babf-66eaa8e8aa5d 2022-11-26T06:22:22.909Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 08130344-8ff4-478e-babf-66eaa8e8aa5d and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-26T06:22:22.919Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-26T06:22:22.919Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "08130344-8ff4-478e-babf-66eaa8e8aa5d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669443739492, "artifactURL": "/sdc/v1/catalog/services/Vfw20221126062109/1.0/resourceInstances/vfw9caea8e699450/artifacts/vfw9caea8e699450_modules.json", "status": "NOT_NOTIFIED" } 2022-11-26T06:22:22.920Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-26T06:22:22.920Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-26T06:22:22.920Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "08130344-8ff4-478e-babf-66eaa8e8aa5d", "consumerID": "ves-openapi-manager", "timestamp": 1669443735040, "artifactURL": "/sdc/v1/catalog/services/Vfw20221126062109/1.0/artifacts/service-Vfw20221126062109-csar.csar", "status": "NOT_NOTIFIED" } 2022-11-26T06:22:22.920Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-26T06:22:23.100Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:22:23.101Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-26T06:22:23.101Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"08130344-8ff4-478e-babf-66eaa8e8aa5d","serviceName":"vFW 2022-11-26 06-21-09","serviceVersion":"1.0","serviceUUID":"b57e387b-b17a-4e2b-9989-36d06201c8c5","serviceDescription":"catalog service description","serviceInvariantUUID":"42828357-62c6-411a-be14-159762707f6a","resources":[{"resourceInstanceName":"vFW 9caea8e6-9945 0","resourceName":"vFW 9caea8e6-9945","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"db301c87-c591-4a51-b633-5404afccdfd9","resourceInvariantUUID":"5295deb6-9583-4a78-a7f5-32c866481fb3","resourceCustomizationUUID":"3617af96-5b56-40b3-89c9-f0143eae28bf","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221126062109/1.0/resourceInstances/vfw9caea8e699450/artifacts/vf-license-model.xml","artifactChecksum":"MjY5Nzg2ZGIxODgxNDUxOTg0ZjIxODBjZTI0YzkzZTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"63f57288-c1c1-441b-8900-3af587a39472","artifactVersion":"1"},{"artifactName":"vfw9caea8e699450_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20221126062109/1.0/resourceInstances/vfw9caea8e699450/artifacts/vfw9caea8e699450_modules.json","artifactChecksum":"MjdjMjMzNTU4ZjE1ZTRiYzgzMGFhY2UzMzMyNmE0NmY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"1f8b16d0-ffad-4a0d-a8ab-c22a3aebdd9b","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20221126062109/1.0/resourceInstances/vfw9caea8e699450/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"c38ef284-42ee-4abe-82f6-acae22329392","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221126062109/1.0/resourceInstances/vfw9caea8e699450/artifacts/vendor-license-model.xml","artifactChecksum":"YjhlMGU4NGIzMTIwOTc0YmRkNDc2ZGFjZTAxZjc5YjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"759c07d7-3e95-4ea2-895e-4d5933e7d07d","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20221126062109/1.0/resourceInstances/vfw9caea8e699450/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"5ab48f39-b0b5-4e3f-a940-441fd180f5e0","artifactVersion":"2","generatedFromUUID":"c38ef284-42ee-4abe-82f6-acae22329392"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20221126062109-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20221126062109/1.0/artifacts/service-Vfw20221126062109-template.yml","artifactChecksum":"NTU2Yjg5OTMwODlhNWEyZmY1NTk5OTM4M2RmNTA0ODI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2fc4abe4-5614-4cc8-9796-e834de378765","artifactVersion":"1"},{"artifactName":"service-Vfw20221126062109-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20221126062109/1.0/artifacts/service-Vfw20221126062109-csar.csar","artifactChecksum":"MjE1YmM1YzNhYTc3Y2YxMzFkMzQ3NDMzOTIyZGZiZjg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"04fc7bc2-e835-4577-81cf-1fde13718f70","artifactVersion":"1"}],"workloadContext":"Production"} 2022-11-26T06:22:23.109Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-26T06:22:23.115Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-26T06:22:23.125Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-26T06:22:23.125Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "08130344-8ff4-478e-babf-66eaa8e8aa5d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669443742470, "artifactURL": "/sdc/v1/catalog/services/Vfw20221126062109/1.0/resourceInstances/vfw9caea8e699450/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-26T06:22:23.225Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms 2022-11-26T06:22:23.230Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-26T06:22:23.230Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:22:23.240Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:22:23.241Z||pool-3-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-26T06:22:24.132Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-26T06:22:24.132Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-26T06:22:24.135Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-26T06:22:24.135Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "08130344-8ff4-478e-babf-66eaa8e8aa5d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669443742470, "artifactURL": "/sdc/v1/catalog/services/Vfw20221126062109/1.0/resourceInstances/vfw9caea8e699450/artifacts/vfw9caea8e699450_modules.json", "status": "NOTIFIED" } 2022-11-26T06:22:24.235Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-26T06:22:24.236Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-26T06:22:24.237Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:22:24.247Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:22:24.247Z||pool-4-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-26T06:22:25.136Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-26T06:22:25.137Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-26T06:22:25.139Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-26T06:22:25.139Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "08130344-8ff4-478e-babf-66eaa8e8aa5d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669443742470, "artifactURL": "/sdc/v1/catalog/services/Vfw20221126062109/1.0/resourceInstances/vfw9caea8e699450/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-11-26T06:22:25.239Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-26T06:22:25.240Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-26T06:22:25.241Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:22:25.252Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:22:25.253Z||pool-5-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-11-26T06:22:26.140Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-26T06:22:26.141Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-26T06:22:26.143Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-26T06:22:26.143Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "08130344-8ff4-478e-babf-66eaa8e8aa5d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669443742470, "artifactURL": "/sdc/v1/catalog/services/Vfw20221126062109/1.0/resourceInstances/vfw9caea8e699450/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-26T06:22:26.243Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-26T06:22:26.244Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-26T06:22:26.245Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:22:26.257Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:22:26.258Z||pool-6-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-26T06:22:27.143Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-26T06:22:27.145Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-26T06:22:27.147Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-26T06:22:27.148Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "08130344-8ff4-478e-babf-66eaa8e8aa5d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669443742470, "artifactURL": "/sdc/v1/catalog/services/Vfw20221126062109/1.0/resourceInstances/vfw9caea8e699450/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-11-26T06:22:27.248Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-26T06:22:27.249Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-26T06:22:27.249Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:22:27.261Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:22:27.262Z||pool-7-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-26T06:22:28.148Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-26T06:22:28.149Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-26T06:22:28.151Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-26T06:22:28.151Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "08130344-8ff4-478e-babf-66eaa8e8aa5d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669443742470, "artifactURL": "/sdc/v1/catalog/services/Vfw20221126062109/1.0/artifacts/service-Vfw20221126062109-template.yml", "status": "NOT_NOTIFIED" } 2022-11-26T06:22:28.251Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-26T06:22:28.252Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-26T06:22:28.253Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:22:28.283Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:22:28.284Z||pool-8-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1} 2022-11-26T06:22:29.152Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-26T06:22:29.153Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-26T06:22:29.155Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-26T06:22:29.155Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "08130344-8ff4-478e-babf-66eaa8e8aa5d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669443742470, "artifactURL": "/sdc/v1/catalog/services/Vfw20221126062109/1.0/artifacts/service-Vfw20221126062109-csar.csar", "status": "NOTIFIED" } 2022-11-26T06:22:29.255Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-26T06:22:29.257Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-26T06:22:29.257Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:22:29.273Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:22:29.274Z||pool-9-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-11-26T06:22:30.157Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "08130344-8ff4-478e-babf-66eaa8e8aa5d", "serviceName": "vFW 2022-11-26 06-21-09", "serviceVersion": "1.0", "serviceUUID": "b57e387b-b17a-4e2b-9989-36d06201c8c5", "serviceDescription": "catalog service description", "serviceInvariantUUID": "42828357-62c6-411a-be14-159762707f6a", "resources": [ { "resourceInstanceName": "vFW 9caea8e6-9945 0", "resourceCustomizationUUID": "3617af96-5b56-40b3-89c9-f0143eae28bf", "resourceName": "vFW 9caea8e6-9945", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "db301c87-c591-4a51-b633-5404afccdfd9", "resourceInvariantUUID": "5295deb6-9583-4a78-a7f5-32c866481fb3", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw9caea8e699450_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20221126062109/1.0/resourceInstances/vfw9caea8e699450/artifacts/vfw9caea8e699450_modules.json", "artifactChecksum": "MjdjMjMzNTU4ZjE1ZTRiYzgzMGFhY2UzMzMyNmE0NmY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "1f8b16d0-ffad-4a0d-a8ab-c22a3aebdd9b", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20221126062109/1.0/resourceInstances/vfw9caea8e699450/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "c38ef284-42ee-4abe-82f6-acae22329392", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20221126062109/1.0/resourceInstances/vfw9caea8e699450/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "5ab48f39-b0b5-4e3f-a940-441fd180f5e0", "generatedFromUUID": "c38ef284-42ee-4abe-82f6-acae22329392" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20221126062109/1.0/resourceInstances/vfw9caea8e699450/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "5ab48f39-b0b5-4e3f-a940-441fd180f5e0", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20221126062109-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20221126062109/1.0/artifacts/service-Vfw20221126062109-csar.csar", "artifactChecksum": "MjE1YmM1YzNhYTc3Y2YxMzFkMzQ3NDMzOTIyZGZiZjg\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "04fc7bc2-e835-4577-81cf-1fde13718f70" } ], "workloadContext": "Production" } 2022-11-26T06:22:30.159Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-26T06:22:30.159Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b57e387b-b17a-4e2b-9989-36d06201c8c5 ASDC 2022-11-26T06:22:30.281Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:08130344-8ff4-478e-babf-66eaa8e8aa5d ServiceName:vFW 2022-11-26 06-21-09 ServiceVersion:1.0 ServiceUUID:b57e387b-b17a-4e2b-9989-36d06201c8c5 ServiceInvariantUUID:42828357-62c6-411a-be14-159762707f6a ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20221126062109-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20221126062109/1.0/artifacts/service-Vfw20221126062109-csar.csar ArtifactUUID:04fc7bc2-e835-4577-81cf-1fde13718f70 ArtifactChecksum:MjE1YmM1YzNhYTc3Y2YxMzFkMzQ3NDMzOTIyZGZiZjg= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 9caea8e6-9945 0 ResourceCustomizationUUID:3617af96-5b56-40b3-89c9-f0143eae28bf ResourceInvariantUUID:5295deb6-9583-4a78-a7f5-32c866481fb3 ResourceName:vFW 9caea8e6-9945 ResourceType:VF ResourceUUID:db301c87-c591-4a51-b633-5404afccdfd9 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw9caea8e699450_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20221126062109/1.0/resourceInstances/vfw9caea8e699450/artifacts/vfw9caea8e699450_modules.json ArtifactUUID:1f8b16d0-ffad-4a0d-a8ab-c22a3aebdd9b ArtifactChecksum:MjdjMjMzNTU4ZjE1ZTRiYzgzMGFhY2UzMzMyNmE0NmY= 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/Vfw20221126062109/1.0/resourceInstances/vfw9caea8e699450/artifacts/base_vfw.yaml ArtifactUUID:c38ef284-42ee-4abe-82f6-acae22329392 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/Vfw20221126062109/1.0/resourceInstances/vfw9caea8e699450/artifacts/base_vfw.env ArtifactUUID:5ab48f39-b0b5-4e3f-a940-441fd180f5e0 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/Vfw20221126062109/1.0/resourceInstances/vfw9caea8e699450/artifacts/base_vfw.env ArtifactUUID:5ab48f39-b0b5-4e3f-a940-441fd180f5e0 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-11-26T06:22:30.283Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b57e387b-b17a-4e2b-9989-36d06201c8c5 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-11-26T06:22:30.335Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-26T06:22:30.337Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-11-26T06:22:30.338Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-11-26T06:22:30.338Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 04fc7bc2-e835-4577-81cf-1fde13718f70 from URL: /sdc/v1/catalog/services/Vfw20221126062109/1.0/artifacts/service-Vfw20221126062109-csar.csar 2022-11-26T06:22:30.338Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-11-26T06:22:30.340Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221126062109/1.0/artifacts/service-Vfw20221126062109-csar.csar 2022-11-26T06:22:30.482Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-11-26T06:22:30.501Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221126062109/1.0/artifacts/service-Vfw20221126062109-csar.csar 04fc7bc2-e835-4577-81cf-1fde13718f70 101518 2022-11-26T06:22:30.502Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221126062109/1.0/artifacts/service-Vfw20221126062109-csar.csar ASDC sendASDCNotification 2022-11-26T06:22:30.502Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221126062109/1.0/artifacts/service-Vfw20221126062109-csar.csar 2022-11-26T06:22:30.503Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-26T06:22:30.504Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-26T06:22:30.506Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-26T06:22:30.506Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "08130344-8ff4-478e-babf-66eaa8e8aa5d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669443750501, "artifactURL": "/sdc/v1/catalog/services/Vfw20221126062109/1.0/artifacts/service-Vfw20221126062109-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-26T06:22:30.607Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-26T06:22:30.608Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-26T06:22:30.609Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:22:30.623Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:22:30.624Z||pool-10-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-11-26T06:22:31.507Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-26T06:22:31.508Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-11-26T06:22:31.508Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 04fc7bc2-e835-4577-81cf-1fde13718f70, URL: /sdc/v1/catalog/services/Vfw20221126062109/1.0/artifacts/service-Vfw20221126062109-csar.csar to file: /app/ASDC/1/service-Vfw20221126062109-csar.csar 2022-11-26T06:22:31.509Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20221126062109-csar.csar 2022-11-26T06:22:31.593Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20221126062109-csar.csar 2022-11-26T06:22:31.594Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20221126062109-csar.csar 2022-11-26T06:22:32.373Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16734034227520325855/Definitions/service-Vfw20221126062109-template.yml Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided Log warning: The required parameter "compute_vfw_name" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "compute_vfw_user_data_format" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "compute_vfw_key_name" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "compute_vfw_metadata" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided Log warning: The required parameter "compute_vsn_name" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "compute_vsn_key_name" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided Log warning: The required parameter "compute_vsn_user_data_format" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "compute_vsn_metadata" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_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 2022-11-26T06:22:35.414Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-26T06:22:35.420Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-11-26T06:22:35.421Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20221126062109-csar.csar 2022-11-26T06:22:35.421Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred... 2022-11-26T06:22:35.421Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 9caea8e6-9945 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-Vfw20221126062109-csar.csar 2022-11-26T06:22:35.421Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221126062109-csar.csar 2022-11-26T06:22:35.422Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221126062109-csar.csar 2022-11-26T06:22:35.422Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20221126062109-csar.csar 2022-11-26T06:22:35.422Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221126062109-csar.csar 2022-11-26T06:22:35.422Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221126062109-csar.csar 2022-11-26T06:22:35.422Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221126062109-csar.csar 2022-11-26T06:22:35.423Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221126062109-csar.csar 2022-11-26T06:22:35.423Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221126062109-csar.csar 2022-11-26T06:22:35.423Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221126062109-csar.csar 2022-11-26T06:22:35.423Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221126062109-csar.csar 2022-11-26T06:22:35.423Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-11-26T06:22:35.431Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T06:22:35.433Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-11-26 06-21-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-26T06:22:35.437Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template vFW 9caea8e6-9945 0 is matching search criteria 2022-11-26T06:22:35.437Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-11-26T06:22:35.439Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 9caea8e6-9945 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-26T06:22:35.441Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T06:22:35.441Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-11-26 06-21-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-26T06:22:35.442Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template vFW 9caea8e6-9945 0 is matching search criteria 2022-11-26T06:22:35.442Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-11-26T06:22:35.442Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 9caea8e6-9945 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-26T06:22:35.443Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T06:22:35.443Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-11-26 06-21-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-26T06:22:35.447Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T06:22:35.447Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template vFW 9caea8e6-9945 0 is not matching search criteria 2022-11-26T06:22:35.447Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-11-26T06:22:35.448Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-11-26T06:22:35.448Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-11-26T06:22:35.448Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-11-26T06:22:35.448Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-11-26T06:22:35.449Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria 2022-11-26T06:22:35.449Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-11-26T06:22:35.449Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-11-26T06:22:35.449Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria 2022-11-26T06:22:35.450Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-11-26T06:22:35.450Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-11-26T06:22:35.450Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-11-26T06:22:35.450Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-11-26T06:22:35.451Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria 2022-11-26T06:22:35.451Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-11-26T06:22:35.451Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-11-26T06:22:35.451Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T06:22:35.452Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-11-26 06-21-09 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-26T06:22:35.453Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T06:22:35.453Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template vFW 9caea8e6-9945 0 is matching search criteria 2022-11-26T06:22:35.453Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 9caea8e6-9945 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-26T06:22:35.454Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T06:22:35.454Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template vFW 9caea8e6-9945 0 is matching search criteria 2022-11-26T06:22:35.455Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 9caea8e6-9945 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-26T06:22:35.455Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T06:22:35.455Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template vFW 9caea8e6-9945 0 is matching search criteria 2022-11-26T06:22:35.455Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 9caea8e6-9945 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-26T06:22:35.456Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T06:22:35.456Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template vFW 9caea8e6-9945 0 is not matching search criteria 2022-11-26T06:22:35.456Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-11-26T06:22:35.457Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-11-26T06:22:35.457Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-11-26T06:22:35.457Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-11-26T06:22:35.457Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria 2022-11-26T06:22:35.458Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-11-26T06:22:35.458Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-11-26T06:22:35.458Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-11-26T06:22:35.458Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-11-26T06:22:35.459Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria 2022-11-26T06:22:35.459Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-11-26T06:22:35.459Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=80f64e51-3091-4182-b8b2-133ef64d6d0e 2022-11-26T06:22:35.459Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T06:22:35.460Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template vFW 9caea8e6-9945 0 is not matching search criteria 2022-11-26T06:22:35.460Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-11-26T06:22:35.460Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-11-26T06:22:35.461Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-11-26T06:22:35.461Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-11-26T06:22:35.461Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-11-26T06:22:35.461Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria 2022-11-26T06:22:35.462Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-11-26T06:22:35.462Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-11-26T06:22:35.462Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-11-26T06:22:35.462Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-11-26T06:22:35.463Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria 2022-11-26T06:22:35.463Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-11-26T06:22:35.463Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=bf53210d-3345-44de-bbce-a46281877802 2022-11-26T06:22:35.463Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T06:22:35.464Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template vFW 9caea8e6-9945 0 is not matching search criteria 2022-11-26T06:22:35.464Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-11-26T06:22:35.464Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-11-26T06:22:35.464Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-11-26T06:22:35.465Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-11-26T06:22:35.465Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-11-26T06:22:35.465Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria 2022-11-26T06:22:35.465Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-11-26T06:22:35.466Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-11-26T06:22:35.466Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria 2022-11-26T06:22:35.466Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-11-26T06:22:35.466Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-11-26T06:22:35.466Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-11-26T06:22:35.466Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=49d28b4b-42a1-41ba-9404-9874c5e496b0 2022-11-26T06:22:35.467Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T06:22:35.467Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-11-26 06-21-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-26T06:22:35.467Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T06:22:35.467Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-11-26 06-21-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-26T06:22:35.467Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T06:22:35.468Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-11-26 06-21-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-26T06:22:35.468Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T06:22:35.468Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-11-26 06-21-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-26T06:22:35.468Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-11-26 06-21-09 Description:catalog service description Model UUID:b57e387b-b17a-4e2b-9989-36d06201c8c5 Model Version:NULL Model InvariantUuid:42828357-62c6-411a-be14-159762707f6a Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 9caea8e6-9945 Model UUID:89d1248e-0ab2-4510-a4e9-50ad53755cad Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:5295deb6-9583-4a78-a7f5-32c866481fb3 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:3617af96-5b56-40b3-89c9-f0143eae28bf NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:265d16e2-f6b1-47f4-83ae-9fca28e1844a ModelName:Vfw9caea8e69945..base_vfw..module-0 ModelUuid:c716cd5f-0e54-42dd-af71-0705e62b09e8 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:80f64e51-3091-4182-b8b2-133ef64d6d0e ModelInvariantUuid:0a223993-ac66-4ded-bb2d-68d10b538681 ModelName:vFW 9caea8e6-9945-nodes.vfwCvfc ModelUuid:11c0788e-968c-452f-b634-f0acdff662c1 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:0ac6ea6a-e7e5-4b21-8a7f-bf7fe1e78421 ModelInvariantUuid:9ba2fa73-7999-4d57-be4f-d6cd140d908a ModelName:Vfw9caea8e69945.compute.nodes.heat.vfw ModelUuid:1a48ce48-8322-4b79-abcc-b210175709a9 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:bf53210d-3345-44de-bbce-a46281877802 ModelInvariantUuid:6ccededc-ac76-4f7a-86af-bdd6817c1348 ModelName:vFW 9caea8e6-9945-nodes.vsnCvfc ModelUuid:540cc065-1a83-414b-ba7d-c764d7d50b79 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:dd8536f5-597a-4220-858b-6338d0b05664 ModelInvariantUuid:388722ce-b8c2-40ad-860d-94e3b449c203 ModelName:Vfw9caea8e69945.compute.nodes.heat.vsn ModelUuid:d3a47ede-858c-473a-a217-fb373f695824 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:49d28b4b-42a1-41ba-9404-9874c5e496b0 ModelInvariantUuid:526ee748-56b0-4036-b7a9-b1f9d011cd10 ModelName:vFW 9caea8e6-9945-nodes.vpgCvfc ModelUuid:d6f2b48a-c5da-4d93-8287-80839dd85a15 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:77f18a0a-1885-483d-9522-359812d1c5d9 ModelInvariantUuid:4a758daa-c231-4bd0-8af5-06980370d694 ModelName:Vfw9caea8e69945.compute.nodes.heat.vpg ModelUuid:4762ebe0-9ce1-4ad8-8724-9a51585c911d ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-11-26T06:22:35.480Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: db301c87-c591-4a51-b633-5404afccdfd9 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-26T06:22:35.586Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||INFO|500||vFW 9caea8e6-9945 0 2022-11-26T06:22:35.592Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: db301c87-c591-4a51-b633-5404afccdfd9 2022-11-26T06:22:35.592Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 1f8b16d0-ffad-4a0d-a8ab-c22a3aebdd9b from URL: /sdc/v1/catalog/services/Vfw20221126062109/1.0/resourceInstances/vfw9caea8e699450/artifacts/vfw9caea8e699450_modules.json 2022-11-26T06:22:35.593Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-11-26T06:22:35.593Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221126062109/1.0/resourceInstances/vfw9caea8e699450/artifacts/vfw9caea8e699450_modules.json 2022-11-26T06:22:35.649Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-11-26T06:22:35.649Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221126062109/1.0/resourceInstances/vfw9caea8e699450/artifacts/vfw9caea8e699450_modules.json 1f8b16d0-ffad-4a0d-a8ab-c22a3aebdd9b 785 2022-11-26T06:22:35.649Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221126062109/1.0/resourceInstances/vfw9caea8e699450/artifacts/vfw9caea8e699450_modules.json ASDC sendASDCNotification 2022-11-26T06:22:35.649Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221126062109/1.0/resourceInstances/vfw9caea8e699450/artifacts/vfw9caea8e699450_modules.json 2022-11-26T06:22:35.650Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-26T06:22:35.650Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-26T06:22:35.654Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-26T06:22:35.654Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "08130344-8ff4-478e-babf-66eaa8e8aa5d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669443755649, "artifactURL": "/sdc/v1/catalog/services/Vfw20221126062109/1.0/resourceInstances/vfw9caea8e699450/artifacts/vfw9caea8e699450_modules.json", "status": "DOWNLOAD_OK" } 2022-11-26T06:22:35.754Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-26T06:22:35.755Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-26T06:22:35.755Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:22:35.766Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:22:35.766Z||pool-11-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-26T06:22:36.656Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw9caea8e69945..base_vfw..module-0", "vfModuleModelInvariantUUID": "265d16e2-f6b1-47f4-83ae-9fca28e1844a", "vfModuleModelVersion": "1", "vfModuleModelUUID": "c716cd5f-0e54-42dd-af71-0705e62b09e8", "vfModuleModelCustomizationUUID": "dabc6494-da31-4793-b731-22a152820fbc", "isBase": true, "artifacts": [ "c38ef284-42ee-4abe-82f6-acae22329392", "5ab48f39-b0b5-4e3f-a940-441fd180f5e0" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-11-26T06:22:36.671Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw9caea8e69945..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:c716cd5f-0e54-42dd-af71-0705e62b09e8 VfModuleModelInvariantUUID:265d16e2-f6b1-47f4-83ae-9fca28e1844a VfModuleModelDescription:NULL Artifacts UUID List:{ c38ef284-42ee-4abe-82f6-acae22329392 , 5ab48f39-b0b5-4e3f-a940-441fd180f5e0 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-11-26T06:22:36.675Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw9caea8e69945..base_vfw..module-0", "vfModuleModelInvariantUUID": "265d16e2-f6b1-47f4-83ae-9fca28e1844a", "vfModuleModelVersion": "1", "vfModuleModelUUID": "c716cd5f-0e54-42dd-af71-0705e62b09e8", "vfModuleModelCustomizationUUID": "dabc6494-da31-4793-b731-22a152820fbc", "isBase": true, "artifacts": [ "c38ef284-42ee-4abe-82f6-acae22329392", "5ab48f39-b0b5-4e3f-a940-441fd180f5e0" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-11-26T06:22:36.675Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw9caea8e69945..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:c716cd5f-0e54-42dd-af71-0705e62b09e8 VfModuleModelInvariantUUID:265d16e2-f6b1-47f4-83ae-9fca28e1844a VfModuleModelDescription:NULL Artifacts UUID List:{ c38ef284-42ee-4abe-82f6-acae22329392 , 5ab48f39-b0b5-4e3f-a940-441fd180f5e0 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-11-26T06:22:36.675Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: c38ef284-42ee-4abe-82f6-acae22329392 from URL: /sdc/v1/catalog/services/Vfw20221126062109/1.0/resourceInstances/vfw9caea8e699450/artifacts/base_vfw.yaml 2022-11-26T06:22:36.676Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-11-26T06:22:36.676Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221126062109/1.0/resourceInstances/vfw9caea8e699450/artifacts/base_vfw.yaml 2022-11-26T06:22:36.740Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-11-26T06:22:36.741Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221126062109/1.0/resourceInstances/vfw9caea8e699450/artifacts/base_vfw.yaml c38ef284-42ee-4abe-82f6-acae22329392 20368 2022-11-26T06:22:36.741Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221126062109/1.0/resourceInstances/vfw9caea8e699450/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-11-26T06:22:36.742Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221126062109/1.0/resourceInstances/vfw9caea8e699450/artifacts/base_vfw.yaml 2022-11-26T06:22:36.742Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-26T06:22:36.742Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-26T06:22:36.744Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-26T06:22:36.744Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "08130344-8ff4-478e-babf-66eaa8e8aa5d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669443756741, "artifactURL": "/sdc/v1/catalog/services/Vfw20221126062109/1.0/resourceInstances/vfw9caea8e699450/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-11-26T06:22:36.845Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-26T06:22:36.846Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-26T06:22:36.846Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:22:36.857Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:22:36.858Z||pool-12-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-26T06:22:37.746Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 5ab48f39-b0b5-4e3f-a940-441fd180f5e0 from URL: /sdc/v1/catalog/services/Vfw20221126062109/1.0/resourceInstances/vfw9caea8e699450/artifacts/base_vfw.env 2022-11-26T06:22:37.746Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-11-26T06:22:37.746Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221126062109/1.0/resourceInstances/vfw9caea8e699450/artifacts/base_vfw.env 2022-11-26T06:22:37.846Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-11-26T06:22:37.847Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221126062109/1.0/resourceInstances/vfw9caea8e699450/artifacts/base_vfw.env 5ab48f39-b0b5-4e3f-a940-441fd180f5e0 2098 2022-11-26T06:22:37.847Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221126062109/1.0/resourceInstances/vfw9caea8e699450/artifacts/base_vfw.env ASDC sendASDCNotification 2022-11-26T06:22:37.848Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221126062109/1.0/resourceInstances/vfw9caea8e699450/artifacts/base_vfw.env 2022-11-26T06:22:37.848Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-26T06:22:37.848Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-26T06:22:37.851Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-26T06:22:37.851Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "08130344-8ff4-478e-babf-66eaa8e8aa5d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669443757847, "artifactURL": "/sdc/v1/catalog/services/Vfw20221126062109/1.0/resourceInstances/vfw9caea8e699450/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-11-26T06:22:37.951Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-26T06:22:37.952Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-26T06:22:37.952Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:22:37.967Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:22:37.968Z||pool-13-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-11-26T06:22:38.852Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: b57e387b-b17a-4e2b-9989-36d06201c8c5 2022-11-26T06:22:38.853Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 9caea8e6-9945 0 db301c87-c591-4a51-b633-5404afccdfd9 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-26T06:22:38.889Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@387b73b4, org.onap.sdc.toscaparser.api.parameters.Input@10d708af, org.onap.sdc.toscaparser.api.parameters.Input@48e048ab, org.onap.sdc.toscaparser.api.parameters.Input@5fb08f38, org.onap.sdc.toscaparser.api.parameters.Input@3c35b1a9] 2022-11-26T06:22:38.893Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T06:22:38.893Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-11-26 06-21-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-26T06:22:38.893Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 2022-11-26T06:22:38.894Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 3617af96-5b56-40b3-89c9-f0143eae28bf 2022-11-26T06:22:38.894Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 3617af96-5b56-40b3-89c9-f0143eae28bf matches Tosca VF Customization UUID: 3617af96-5b56-40b3-89c9-f0143eae28bf 2022-11-26T06:22:38.894Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 3617af96-5b56-40b3-89c9-f0143eae28bf matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-11-26T06:22:38.901Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T06:22:38.901Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-11-26 06-21-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-26T06:22:38.903Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 3617af96-5b56-40b3-89c9-f0143eae28bf: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2022-11-26T06:22:38.903Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5723f4ea 2022-11-26T06:22:38.903Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T06:22:38.903Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-11-26 06-21-09 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-26T06:22:38.904Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : dabc6494-da31-4793-b731-22a152820fbc 2022-11-26T06:22:38.905Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID dabc6494-da31-4793-b731-22a152820fbc Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-11-26T06:22:38.910Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T06:22:38.911Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template vFW 9caea8e6-9945 0 is matching search criteria 2022-11-26T06:22:38.911Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 9caea8e6-9945 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-26T06:22:38.912Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T06:22:38.912Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template vFW 9caea8e6-9945 0 is matching search criteria 2022-11-26T06:22:38.913Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 9caea8e6-9945 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-26T06:22:38.913Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T06:22:38.913Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template vFW 9caea8e6-9945 0 is not matching search criteria 2022-11-26T06:22:38.914Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-11-26T06:22:38.914Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-11-26T06:22:38.914Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-11-26T06:22:38.914Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-11-26T06:22:38.915Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria 2022-11-26T06:22:38.915Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-11-26T06:22:38.915Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-11-26T06:22:38.915Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-11-26T06:22:38.916Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-11-26T06:22:38.916Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria 2022-11-26T06:22:38.916Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-11-26T06:22:38.917Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=80f64e51-3091-4182-b8b2-133ef64d6d0e Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-11-26T06:22:38.924Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T06:22:38.924Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template vFW 9caea8e6-9945 0 is matching search criteria 2022-11-26T06:22:38.924Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 9caea8e6-9945 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-26T06:22:38.925Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T06:22:38.925Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template vFW 9caea8e6-9945 0 is not matching search criteria 2022-11-26T06:22:38.925Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-11-26T06:22:38.926Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-11-26T06:22:38.926Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-11-26T06:22:38.926Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-11-26T06:22:38.927Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-11-26T06:22:38.927Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria 2022-11-26T06:22:38.927Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-11-26T06:22:38.927Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-11-26T06:22:38.928Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-11-26T06:22:38.928Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-11-26T06:22:38.928Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria 2022-11-26T06:22:38.928Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-11-26T06:22:38.929Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=bf53210d-3345-44de-bbce-a46281877802 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-11-26T06:22:38.931Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T06:22:38.931Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template vFW 9caea8e6-9945 0 is matching search criteria 2022-11-26T06:22:38.932Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 9caea8e6-9945 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-26T06:22:38.934Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T06:22:38.934Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template vFW 9caea8e6-9945 0 is not matching search criteria 2022-11-26T06:22:38.935Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-11-26T06:22:38.935Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-11-26T06:22:38.935Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-11-26T06:22:38.935Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-11-26T06:22:38.936Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-11-26T06:22:38.936Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria 2022-11-26T06:22:38.936Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-11-26T06:22:38.937Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-11-26T06:22:38.937Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria 2022-11-26T06:22:38.937Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-11-26T06:22:38.937Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-11-26T06:22:38.938Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-11-26T06:22:38.938Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=49d28b4b-42a1-41ba-9404-9874c5e496b0 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-11-26T06:22:38.940Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T06:22:38.940Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template vFW 9caea8e6-9945 0 is matching search criteria 2022-11-26T06:22:38.941Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 9caea8e6-9945 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-26T06:22:38.941Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T06:22:38.941Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template vFW 9caea8e6-9945 0 is matching search criteria 2022-11-26T06:22:38.941Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 9caea8e6-9945 0] matching following query criteria: sdcType=VF, customizationUUID=3617af96-5b56-40b3-89c9-f0143eae28bf Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-26T06:22:38.944Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T06:22:38.945Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-11-26 06-21-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-26T06:22:38.945Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid b57e387b-b17a-4e2b-9989-36d06201c8c5: vFW 9caea8e6-9945 2022-11-26T06:22:38.945Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T06:22:38.946Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-11-26 06-21-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-26T06:22:38.946Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T06:22:38.946Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-11-26 06-21-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-26T06:22:38.947Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T06:22:38.947Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-11-26 06-21-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-26T06:22:38.947Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T06:22:38.947Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-11-26 06-21-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-26T06:22:38.948Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T06:22:38.948Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-11-26 06-21-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-26T06:22:38.948Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||INFO|500||Saving Service: vFW 2022-11-26 06-21-09 Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-26T06:22:39.201Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 9caea8e6-9945 db301c87-c591-4a51-b633-5404afccdfd9 1 ASDC deployResourceStructure 2022-11-26T06:22:39.201Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221126062109/1.0/resourceInstances/vfw9caea8e699450/artifacts/vfw9caea8e699450_modules.json ASDC sendASDCNotification 2022-11-26T06:22:39.201Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221126062109/1.0/resourceInstances/vfw9caea8e699450/artifacts/vfw9caea8e699450_modules.json 2022-11-26T06:22:39.202Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-26T06:22:39.202Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-26T06:22:39.203Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-26T06:22:39.204Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "08130344-8ff4-478e-babf-66eaa8e8aa5d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669443759201, "artifactURL": "/sdc/v1/catalog/services/Vfw20221126062109/1.0/resourceInstances/vfw9caea8e699450/artifacts/vfw9caea8e699450_modules.json", "status": "DEPLOY_OK" } 2022-11-26T06:22:39.304Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-26T06:22:39.305Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-26T06:22:39.305Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:22:39.315Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:22:39.316Z||pool-14-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-26T06:22:40.205Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221126062109/1.0/resourceInstances/vfw9caea8e699450/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-11-26T06:22:40.205Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221126062109/1.0/resourceInstances/vfw9caea8e699450/artifacts/base_vfw.yaml 2022-11-26T06:22:40.206Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-26T06:22:40.206Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-26T06:22:40.208Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-26T06:22:40.208Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "08130344-8ff4-478e-babf-66eaa8e8aa5d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669443760205, "artifactURL": "/sdc/v1/catalog/services/Vfw20221126062109/1.0/resourceInstances/vfw9caea8e699450/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-11-26T06:22:40.308Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-26T06:22:40.309Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-26T06:22:40.309Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:22:40.322Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:22:40.323Z||pool-15-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-26T06:22:41.209Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221126062109/1.0/resourceInstances/vfw9caea8e699450/artifacts/base_vfw.env ASDC sendASDCNotification 2022-11-26T06:22:41.209Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221126062109/1.0/resourceInstances/vfw9caea8e699450/artifacts/base_vfw.env 2022-11-26T06:22:41.209Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-26T06:22:41.210Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-26T06:22:41.212Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-26T06:22:41.212Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "08130344-8ff4-478e-babf-66eaa8e8aa5d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669443761209, "artifactURL": "/sdc/v1/catalog/services/Vfw20221126062109/1.0/resourceInstances/vfw9caea8e699450/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-11-26T06:22:41.312Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-26T06:22:41.313Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-26T06:22:41.314Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:22:41.324Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:22:41.325Z||pool-16-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-26T06:22:42.213Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221126062109/1.0/artifacts/service-Vfw20221126062109-csar.csar ASDC sendASDCNotification 2022-11-26T06:22:42.214Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221126062109/1.0/artifacts/service-Vfw20221126062109-csar.csar 2022-11-26T06:22:42.214Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-26T06:22:42.215Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-26T06:22:42.218Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-26T06:22:42.218Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "08130344-8ff4-478e-babf-66eaa8e8aa5d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669443762213, "artifactURL": "/sdc/v1/catalog/services/Vfw20221126062109/1.0/artifacts/service-Vfw20221126062109-csar.csar", "status": "DEPLOY_OK" } 2022-11-26T06:22:42.318Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-26T06:22:42.320Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-26T06:22:42.321Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:22:42.330Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:22:42.331Z||pool-17-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-26T06:22:43.220Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 08130344-8ff4-478e-babf-66eaa8e8aa5d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-26T06:22:43.238Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 08130344-8ff4-478e-babf-66eaa8e8aa5d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-26T06:22:43.240Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-26T06:22:43.240Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-26T06:22:43.240Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-26T06:23:13.241Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 08130344-8ff4-478e-babf-66eaa8e8aa5d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-26T06:23:13.254Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 08130344-8ff4-478e-babf-66eaa8e8aa5d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-26T06:23:13.256Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-26T06:23:13.256Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-26T06:23:13.256Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-26T06:23:22.473Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T06:23:22.476Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T06:23:22.477Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:23:22.502Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:23:22.502Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-26T06:23:22.502Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "08130344-8ff4-478e-babf-66eaa8e8aa5d", "consumerID": "multicloud-k8s-id", "timestamp": 1669443742118, "artifactURL": "/sdc/v1/catalog/services/Vfw20221126062109/1.0/resourceInstances/vfw9caea8e699450/artifacts/vfw9caea8e699450_modules.json", "status": "DEPLOY_OK" } 2022-11-26T06:23:22.504Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-26T06:23:43.256Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 08130344-8ff4-478e-babf-66eaa8e8aa5d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-26T06:23:43.270Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 08130344-8ff4-478e-babf-66eaa8e8aa5d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-26T06:23:43.272Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-26T06:23:43.273Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-26T06:23:43.273Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-26T06:24:13.273Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 08130344-8ff4-478e-babf-66eaa8e8aa5d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-26T06:24:13.282Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 08130344-8ff4-478e-babf-66eaa8e8aa5d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-26T06:24:13.284Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-26T06:24:13.285Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-26T06:24:13.285Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-26T06:24:22.473Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T06:24:22.474Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T06:24:22.474Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:24:22.499Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:24:22.500Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-26T06:24:22.500Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "08130344-8ff4-478e-babf-66eaa8e8aa5d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669443739492, "artifactURL": "/sdc/v1/catalog/services/Vfw20221126062109/1.0/resourceInstances/vfw9caea8e699450/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-11-26T06:24:22.501Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-26T06:24:43.285Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 08130344-8ff4-478e-babf-66eaa8e8aa5d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-26T06:24:43.300Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 08130344-8ff4-478e-babf-66eaa8e8aa5d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-26T06:24:43.303Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-26T06:24:43.303Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-26T06:24:43.303Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-26T06:25:13.303Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 08130344-8ff4-478e-babf-66eaa8e8aa5d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-26T06:25:13.313Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 08130344-8ff4-478e-babf-66eaa8e8aa5d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-26T06:25:13.315Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-26T06:25:13.315Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-26T06:25:13.315Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-26T06:25:22.472Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T06:25:22.473Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T06:25:22.474Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:25:23.003Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:25:23.006Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-26T06:25:23.006Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "08130344-8ff4-478e-babf-66eaa8e8aa5d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669443742470, "artifactURL": "/sdc/v1/catalog/services/Vfw20221126062109/1.0/resourceInstances/vfw9caea8e699450/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-26T06:25:23.007Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-26T06:25:23.007Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-26T06:25:23.007Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "08130344-8ff4-478e-babf-66eaa8e8aa5d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669443739492, "artifactURL": "/sdc/v1/catalog/services/Vfw20221126062109/1.0/resourceInstances/vfw9caea8e699450/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-26T06:25:23.007Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-26T06:25:23.007Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-26T06:25:23.007Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "08130344-8ff4-478e-babf-66eaa8e8aa5d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669443742470, "artifactURL": "/sdc/v1/catalog/services/Vfw20221126062109/1.0/resourceInstances/vfw9caea8e699450/artifacts/vfw9caea8e699450_modules.json", "status": "NOTIFIED" } 2022-11-26T06:25:23.007Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-26T06:25:23.008Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-26T06:25:23.008Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "08130344-8ff4-478e-babf-66eaa8e8aa5d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669443739492, "artifactURL": "/sdc/v1/catalog/services/Vfw20221126062109/1.0/resourceInstances/vfw9caea8e699450/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-11-26T06:25:23.008Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-26T06:25:23.008Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-26T06:25:23.008Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "08130344-8ff4-478e-babf-66eaa8e8aa5d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669443742470, "artifactURL": "/sdc/v1/catalog/services/Vfw20221126062109/1.0/resourceInstances/vfw9caea8e699450/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-11-26T06:25:23.008Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-26T06:25:23.008Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-26T06:25:23.008Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "08130344-8ff4-478e-babf-66eaa8e8aa5d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669443739492, "artifactURL": "/sdc/v1/catalog/services/Vfw20221126062109/1.0/artifacts/service-Vfw20221126062109-template.yml", "status": "NOT_NOTIFIED" } 2022-11-26T06:25:23.009Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-26T06:25:23.009Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-26T06:25:23.009Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "08130344-8ff4-478e-babf-66eaa8e8aa5d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669443742470, "artifactURL": "/sdc/v1/catalog/services/Vfw20221126062109/1.0/resourceInstances/vfw9caea8e699450/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-26T06:25:23.009Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-26T06:25:23.009Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-26T06:25:23.009Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "08130344-8ff4-478e-babf-66eaa8e8aa5d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669443739492, "artifactURL": "/sdc/v1/catalog/services/Vfw20221126062109/1.0/artifacts/service-Vfw20221126062109-csar.csar", "status": "NOTIFIED" } 2022-11-26T06:25:23.009Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-26T06:25:23.009Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-26T06:25:23.009Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "08130344-8ff4-478e-babf-66eaa8e8aa5d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669443742470, "artifactURL": "/sdc/v1/catalog/services/Vfw20221126062109/1.0/resourceInstances/vfw9caea8e699450/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-11-26T06:25:23.010Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-26T06:25:23.010Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-26T06:25:23.010Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "08130344-8ff4-478e-babf-66eaa8e8aa5d", "consumerID": "aai-ml", "timestamp": 1669443745321, "artifactURL": "/sdc/v1/catalog/services/Vfw20221126062109/1.0/resourceInstances/vfw9caea8e699450/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-26T06:25:23.010Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-26T06:25:23.010Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-26T06:25:23.010Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "08130344-8ff4-478e-babf-66eaa8e8aa5d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669443747335, "artifactURL": "/sdc/v1/catalog/services/Vfw20221126062109/1.0/artifacts/service-Vfw20221126062109-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-26T06:25:23.010Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-26T06:25:23.011Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-26T06:25:23.011Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "08130344-8ff4-478e-babf-66eaa8e8aa5d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669443742470, "artifactURL": "/sdc/v1/catalog/services/Vfw20221126062109/1.0/artifacts/service-Vfw20221126062109-template.yml", "status": "NOT_NOTIFIED" } 2022-11-26T06:25:23.011Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-26T06:25:23.011Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-26T06:25:23.011Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "08130344-8ff4-478e-babf-66eaa8e8aa5d", "consumerID": "aai-ml", "timestamp": 1669443745321, "artifactURL": "/sdc/v1/catalog/services/Vfw20221126062109/1.0/resourceInstances/vfw9caea8e699450/artifacts/vfw9caea8e699450_modules.json", "status": "NOT_NOTIFIED" } 2022-11-26T06:25:23.011Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-26T06:25:23.011Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-26T06:25:23.011Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "08130344-8ff4-478e-babf-66eaa8e8aa5d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669443742470, "artifactURL": "/sdc/v1/catalog/services/Vfw20221126062109/1.0/artifacts/service-Vfw20221126062109-csar.csar", "status": "NOTIFIED" } 2022-11-26T06:25:23.012Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-26T06:25:23.012Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-26T06:25:23.012Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "08130344-8ff4-478e-babf-66eaa8e8aa5d", "consumerID": "aai-ml", "timestamp": 1669443745321, "artifactURL": "/sdc/v1/catalog/services/Vfw20221126062109/1.0/resourceInstances/vfw9caea8e699450/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-11-26T06:25:23.012Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-26T06:25:23.012Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-26T06:25:23.012Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "08130344-8ff4-478e-babf-66eaa8e8aa5d", "consumerID": "aai-ml", "timestamp": 1669443745321, "artifactURL": "/sdc/v1/catalog/services/Vfw20221126062109/1.0/resourceInstances/vfw9caea8e699450/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-26T06:25:23.012Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-26T06:25:23.012Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-26T06:25:23.013Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "08130344-8ff4-478e-babf-66eaa8e8aa5d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669443750501, "artifactURL": "/sdc/v1/catalog/services/Vfw20221126062109/1.0/artifacts/service-Vfw20221126062109-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-26T06:25:23.013Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-26T06:25:23.013Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-26T06:25:23.013Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "08130344-8ff4-478e-babf-66eaa8e8aa5d", "consumerID": "aai-ml", "timestamp": 1669443745321, "artifactURL": "/sdc/v1/catalog/services/Vfw20221126062109/1.0/resourceInstances/vfw9caea8e699450/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-11-26T06:25:23.013Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-26T06:25:23.014Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-26T06:25:23.014Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "08130344-8ff4-478e-babf-66eaa8e8aa5d", "consumerID": "aai-ml", "timestamp": 1669443745321, "artifactURL": "/sdc/v1/catalog/services/Vfw20221126062109/1.0/artifacts/service-Vfw20221126062109-template.yml", "status": "NOT_NOTIFIED" } 2022-11-26T06:25:23.014Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-26T06:25:23.014Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-26T06:25:23.014Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "08130344-8ff4-478e-babf-66eaa8e8aa5d", "consumerID": "aai-ml", "timestamp": 1669443745321, "artifactURL": "/sdc/v1/catalog/services/Vfw20221126062109/1.0/artifacts/service-Vfw20221126062109-csar.csar", "status": "NOTIFIED" } 2022-11-26T06:25:23.014Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-26T06:25:23.014Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-26T06:25:23.014Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "08130344-8ff4-478e-babf-66eaa8e8aa5d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669443753494, "artifactURL": "/sdc/v1/catalog/services/Vfw20221126062109/1.0/artifacts/service-Vfw20221126062109-csar.csar", "status": "DEPLOY_OK" } 2022-11-26T06:25:23.014Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-26T06:25:23.015Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-26T06:25:23.015Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "08130344-8ff4-478e-babf-66eaa8e8aa5d", "consumerID": "aai-ml", "timestamp": 1669443753198, "artifactURL": "/sdc/v1/catalog/services/Vfw20221126062109/1.0/artifacts/service-Vfw20221126062109-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-26T06:25:23.015Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-26T06:25:23.015Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-26T06:25:23.015Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "08130344-8ff4-478e-babf-66eaa8e8aa5d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669443754499, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-26T06:25:23.020Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 08130344-8ff4-478e-babf-66eaa8e8aa5d 2022-11-26T06:25:23.021Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 08130344-8ff4-478e-babf-66eaa8e8aa5d and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-26T06:25:23.028Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-26T06:25:23.028Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "08130344-8ff4-478e-babf-66eaa8e8aa5d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669443755649, "artifactURL": "/sdc/v1/catalog/services/Vfw20221126062109/1.0/resourceInstances/vfw9caea8e699450/artifacts/vfw9caea8e699450_modules.json", "status": "DOWNLOAD_OK" } 2022-11-26T06:25:23.029Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-26T06:25:23.029Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-26T06:25:23.029Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "08130344-8ff4-478e-babf-66eaa8e8aa5d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669443756741, "artifactURL": "/sdc/v1/catalog/services/Vfw20221126062109/1.0/resourceInstances/vfw9caea8e699450/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-11-26T06:25:23.029Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-26T06:25:23.029Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-26T06:25:23.030Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "08130344-8ff4-478e-babf-66eaa8e8aa5d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669443757847, "artifactURL": "/sdc/v1/catalog/services/Vfw20221126062109/1.0/resourceInstances/vfw9caea8e699450/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-11-26T06:25:23.030Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-26T06:25:23.030Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-26T06:25:23.030Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "08130344-8ff4-478e-babf-66eaa8e8aa5d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669443759201, "artifactURL": "/sdc/v1/catalog/services/Vfw20221126062109/1.0/resourceInstances/vfw9caea8e699450/artifacts/vfw9caea8e699450_modules.json", "status": "DEPLOY_OK" } 2022-11-26T06:25:23.030Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-26T06:25:23.031Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-26T06:25:23.031Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "08130344-8ff4-478e-babf-66eaa8e8aa5d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669443760205, "artifactURL": "/sdc/v1/catalog/services/Vfw20221126062109/1.0/resourceInstances/vfw9caea8e699450/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-11-26T06:25:23.031Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-26T06:25:23.031Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-26T06:25:23.031Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "08130344-8ff4-478e-babf-66eaa8e8aa5d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669443761209, "artifactURL": "/sdc/v1/catalog/services/Vfw20221126062109/1.0/resourceInstances/vfw9caea8e699450/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-11-26T06:25:23.031Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-26T06:25:23.032Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-26T06:25:23.032Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "08130344-8ff4-478e-babf-66eaa8e8aa5d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669443762213, "artifactURL": "/sdc/v1/catalog/services/Vfw20221126062109/1.0/artifacts/service-Vfw20221126062109-csar.csar", "status": "DEPLOY_OK" } 2022-11-26T06:25:23.032Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-26T06:25:23.032Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-26T06:25:23.032Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "08130344-8ff4-478e-babf-66eaa8e8aa5d", "consumerID": "aai-ml", "timestamp": 1669443768265, "artifactURL": "/sdc/v1/catalog/services/Vfw20221126062109/1.0/artifacts/service-Vfw20221126062109-csar.csar", "status": "DEPLOY_OK" } 2022-11-26T06:25:23.033Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-26T06:25:23.033Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-26T06:25:23.033Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "08130344-8ff4-478e-babf-66eaa8e8aa5d", "consumerID": "aai-ml", "timestamp": 1669443769273, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-26T06:25:23.037Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 08130344-8ff4-478e-babf-66eaa8e8aa5d 2022-11-26T06:25:23.038Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 08130344-8ff4-478e-babf-66eaa8e8aa5d and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-26T06:25:43.316Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 08130344-8ff4-478e-babf-66eaa8e8aa5d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-26T06:25:43.325Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 08130344-8ff4-478e-babf-66eaa8e8aa5d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-26T06:25:43.327Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-26T06:25:43.328Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-26T06:25:43.328Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-26T06:25:43.328Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-26T06:25:43.328Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-26T06:25:43.328Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-26T06:25:43.328Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-26T06:25:43.328Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-26T06:25:43.329Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-26T06:25:43.329Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-26T06:25:43.332Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-26T06:26:13.334Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 08130344-8ff4-478e-babf-66eaa8e8aa5d and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-11-26T06:26:13.346Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 08130344-8ff4-478e-babf-66eaa8e8aa5d and serviceModelVersionId: b57e387b-b17a-4e2b-9989-36d06201c8c5 2022-11-26T06:26:13.346Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 42828357-62c6-411a-be14-159762707f6a 2022-11-26T06:26:22.472Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T06:26:22.473Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T06:26:22.473Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:26:23.396Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:26:23.397Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-26T06:26:23.397Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d427a349-0bb7-42cc-a660-af72e94102a0", "consumerID": "cds", "timestamp": 1669443975417, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/resourceInstances/basic_onboard_dogthe0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-26T06:26:23.398Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-26T06:26:28.406Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/42828357-62c6-411a-be14-159762707f6a/model-vers/model-ver/b57e387b-b17a-4e2b-9989-36d06201c8c5?depth=0 2022-11-26T06:26:28.523Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2022-11-26T06:26:29.007Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/42828357-62c6-411a-be14-159762707f6a/model-vers/model-ver/b57e387b-b17a-4e2b-9989-36d06201c8c5?depth=0|INFO|500||Invoke 2022-11-26T06:26:29.015Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/42828357-62c6-411a-be14-159762707f6a/model-vers/model-ver/b57e387b-b17a-4e2b-9989-36d06201c8c5?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/42828357-62c6-411a-be14-159762707f6a/model-vers/model-ver/b57e387b-b17a-4e2b-9989-36d06201c8c5?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[08130344-8ff4-478e-babf-66eaa8e8aa5d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b5e7a4b1-2e7b-4a0c-86d0-a3d6a1e3fbf0], X-ECOMP-RequestID=[08130344-8ff4-478e-babf-66eaa8e8aa5d], X-TransactionId=[], X-ONAP-RequestID=[08130344-8ff4-478e-babf-66eaa8e8aa5d], Content-Type=[application/merge-patch+json]} 2022-11-26T06:26:29.121Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/42828357-62c6-411a-be14-159762707f6a/model-vers/model-ver/b57e387b-b17a-4e2b-9989-36d06201c8c5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-26T06:26:29.467Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/42828357-62c6-411a-be14-159762707f6a/model-vers/model-ver/b57e387b-b17a-4e2b-9989-36d06201c8c5?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/42828357-62c6-411a-be14-159762707f6a/model-vers/model-ver/b57e387b-b17a-4e2b-9989-36d06201c8c5?depth=0 has http status code:200 and response headers:{date=[Sat, 26 Nov 2022 06:26:27 GMT], content-length=[0], vertex-id=[168008], x-aai-txid=[0-aai-resources-221126-06:26:27:880-64686], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2022-11-26T06:26:29.469Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/42828357-62c6-411a-be14-159762707f6a/model-vers/model-ver/b57e387b-b17a-4e2b-9989-36d06201c8c5?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-11-26T06:26:29.470Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/42828357-62c6-411a-be14-159762707f6a/model-vers/model-ver/b57e387b-b17a-4e2b-9989-36d06201c8c5?depth=0|INFO|500||InvokeReturn 2022-11-26T06:26:29.474Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-26T06:26:29.474Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-26T06:26:29.480Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-11-26T06:26:29.481Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 08130344-8ff4-478e-babf-66eaa8e8aa5d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-26T06:26:29.482Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-26T06:26:29.483Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-26T06:26:29.485Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-26T06:26:29.485Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "08130344-8ff4-478e-babf-66eaa8e8aa5d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669443989481, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-26T06:26:29.585Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-26T06:26:29.586Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-26T06:26:29.586Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:26:29.623Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:26:29.624Z||pool-18-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-11-26T06:26:30.495Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T06:26:30.496Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T06:26:30.496Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:26:36.081Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:26:36.082Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-26T06:26:36.082Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"d427a349-0bb7-42cc-a660-af72e94102a0","serviceName":"basic_onboard_dOGtHe","serviceVersion":"1.0","serviceUUID":"199ca912-1d47-4d31-99b0-e95375e370cd","serviceDescription":"service","serviceInvariantUUID":"d21ef35f-6dbe-45b9-b42f-7eba79b7b158","resources":[{"resourceInstanceName":"basic_onboard_dOGtHe 0","resourceName":"basic_onboard_dOGtHe","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"0c46d25d-cfc6-46ee-942b-c385ad8882a6","resourceInvariantUUID":"6fb08d3f-9236-4a00-b501-df4eaf4df4aa","resourceCustomizationUUID":"5aebd3e4-7626-4cb5-851a-7f2b830bda82","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/resourceInstances/basic_onboard_dogthe0/artifacts/vf-license-model.xml","artifactChecksum":"NTdkZGFmNzg4NzA0YWJiODRkY2U1N2E4NzUwZTlkYWQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8e4ff7fc-79b8-45f6-b362-2d263bb4dcdf","artifactVersion":"1"},{"artifactName":"basic_onboard_dogthe0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/resourceInstances/basic_onboard_dogthe0/artifacts/basic_onboard_dogthe0_modules.json","artifactChecksum":"ZWMxZjJiZTI0MmU2ZGFlMGYwYTBiYWY5Mzg2NjAxYmQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0db25d67-df08-49b7-bf85-0388aac9c55f","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/resourceInstances/basic_onboard_dogthe0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"64f12da1-d357-48cd-a2d6-ab15a2604387","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/resourceInstances/basic_onboard_dogthe0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3918bc05-0c18-4c72-a8fc-6676c6ad4df7","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/resourceInstances/basic_onboard_dogthe0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"9e75c219-d5be-4c64-9d69-c072b4510b72","artifactVersion":"2","generatedFromUUID":"64f12da1-d357-48cd-a2d6-ab15a2604387"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardDogthe-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/artifacts/service-BasicOnboardDogthe-template.yml","artifactChecksum":"MzcwYTU2ZWE2OTFlNDVlNTdlOGM5MDdkZTI3MWY4NTQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9ba5526f-473b-4331-ae32-cdd3808dc14d","artifactVersion":"1"},{"artifactName":"service-BasicOnboardDogthe-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/artifacts/service-BasicOnboardDogthe-csar.csar","artifactChecksum":"OWI4NTBiZWVkNjYyZmE1YTU1ZTk5ODliNTJmODZjOTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"12f6c8ec-3fdc-4078-b3b2-8d75082bc602","artifactVersion":"1"}],"workloadContext":"Production"} 2022-11-26T06:26:36.084Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-26T06:26:36.084Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-26T06:26:36.087Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-26T06:26:36.087Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d427a349-0bb7-42cc-a660-af72e94102a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669443990495, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/resourceInstances/basic_onboard_dogthe0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-26T06:26:36.187Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-26T06:26:36.189Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-26T06:26:36.189Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:26:36.200Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:26:36.200Z||pool-19-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-26T06:26:37.087Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-26T06:26:37.088Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-26T06:26:37.090Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-26T06:26:37.090Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d427a349-0bb7-42cc-a660-af72e94102a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669443990495, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/resourceInstances/basic_onboard_dogthe0/artifacts/basic_onboard_dogthe0_modules.json", "status": "NOTIFIED" } 2022-11-26T06:26:37.190Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-26T06:26:37.191Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-26T06:26:37.192Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:26:37.203Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:26:37.204Z||pool-20-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-26T06:26:38.091Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-26T06:26:38.093Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-26T06:26:38.095Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-26T06:26:38.095Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d427a349-0bb7-42cc-a660-af72e94102a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669443990495, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/resourceInstances/basic_onboard_dogthe0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-11-26T06:26:38.195Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-26T06:26:38.196Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-26T06:26:38.196Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:26:38.207Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:26:38.207Z||pool-21-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-26T06:26:39.096Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-26T06:26:39.097Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-26T06:26:39.099Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-26T06:26:39.099Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d427a349-0bb7-42cc-a660-af72e94102a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669443990495, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/resourceInstances/basic_onboard_dogthe0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-26T06:26:39.199Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-26T06:26:39.200Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-26T06:26:39.201Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:26:39.210Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:26:39.211Z||pool-22-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-26T06:26:40.100Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-26T06:26:40.100Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-26T06:26:40.102Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-26T06:26:40.103Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d427a349-0bb7-42cc-a660-af72e94102a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669443990495, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/resourceInstances/basic_onboard_dogthe0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-11-26T06:26:40.203Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-26T06:26:40.204Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-26T06:26:40.204Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:26:40.235Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:26:40.236Z||pool-23-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":1,"count":1} 2022-11-26T06:26:41.103Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-26T06:26:41.104Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-26T06:26:41.106Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-26T06:26:41.106Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d427a349-0bb7-42cc-a660-af72e94102a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669443990495, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/artifacts/service-BasicOnboardDogthe-template.yml", "status": "NOT_NOTIFIED" } 2022-11-26T06:26:41.206Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-26T06:26:41.208Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-26T06:26:41.208Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:26:41.222Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:26:41.223Z||pool-24-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-11-26T06:26:42.107Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-26T06:26:42.108Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-26T06:26:42.110Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-26T06:26:42.110Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d427a349-0bb7-42cc-a660-af72e94102a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669443990495, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/artifacts/service-BasicOnboardDogthe-csar.csar", "status": "NOTIFIED" } 2022-11-26T06:26:42.210Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-26T06:26:42.211Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-26T06:26:42.212Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:26:42.222Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:26:42.222Z||pool-25-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-26T06:26:43.112Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "d427a349-0bb7-42cc-a660-af72e94102a0", "serviceName": "basic_onboard_dOGtHe", "serviceVersion": "1.0", "serviceUUID": "199ca912-1d47-4d31-99b0-e95375e370cd", "serviceDescription": "service", "serviceInvariantUUID": "d21ef35f-6dbe-45b9-b42f-7eba79b7b158", "resources": [ { "resourceInstanceName": "basic_onboard_dOGtHe 0", "resourceCustomizationUUID": "5aebd3e4-7626-4cb5-851a-7f2b830bda82", "resourceName": "basic_onboard_dOGtHe", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "0c46d25d-cfc6-46ee-942b-c385ad8882a6", "resourceInvariantUUID": "6fb08d3f-9236-4a00-b501-df4eaf4df4aa", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_dogthe0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/resourceInstances/basic_onboard_dogthe0/artifacts/basic_onboard_dogthe0_modules.json", "artifactChecksum": "ZWMxZjJiZTI0MmU2ZGFlMGYwYTBiYWY5Mzg2NjAxYmQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "0db25d67-df08-49b7-bf85-0388aac9c55f", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/resourceInstances/basic_onboard_dogthe0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "64f12da1-d357-48cd-a2d6-ab15a2604387", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/resourceInstances/basic_onboard_dogthe0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "9e75c219-d5be-4c64-9d69-c072b4510b72", "generatedFromUUID": "64f12da1-d357-48cd-a2d6-ab15a2604387" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/resourceInstances/basic_onboard_dogthe0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "9e75c219-d5be-4c64-9d69-c072b4510b72", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardDogthe-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/artifacts/service-BasicOnboardDogthe-csar.csar", "artifactChecksum": "OWI4NTBiZWVkNjYyZmE1YTU1ZTk5ODliNTJmODZjOTk\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "12f6c8ec-3fdc-4078-b3b2-8d75082bc602" } ], "workloadContext": "Production" } 2022-11-26T06:26:43.112Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-26T06:26:43.112Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 199ca912-1d47-4d31-99b0-e95375e370cd ASDC 2022-11-26T06:26:43.113Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:d427a349-0bb7-42cc-a660-af72e94102a0 ServiceName:basic_onboard_dOGtHe ServiceVersion:1.0 ServiceUUID:199ca912-1d47-4d31-99b0-e95375e370cd ServiceInvariantUUID:d21ef35f-6dbe-45b9-b42f-7eba79b7b158 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardDogthe-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/artifacts/service-BasicOnboardDogthe-csar.csar ArtifactUUID:12f6c8ec-3fdc-4078-b3b2-8d75082bc602 ArtifactChecksum:OWI4NTBiZWVkNjYyZmE1YTU1ZTk5ODliNTJmODZjOTk= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_dOGtHe 0 ResourceCustomizationUUID:5aebd3e4-7626-4cb5-851a-7f2b830bda82 ResourceInvariantUUID:6fb08d3f-9236-4a00-b501-df4eaf4df4aa ResourceName:basic_onboard_dOGtHe ResourceType:VF ResourceUUID:0c46d25d-cfc6-46ee-942b-c385ad8882a6 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_dogthe0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/resourceInstances/basic_onboard_dogthe0/artifacts/basic_onboard_dogthe0_modules.json ArtifactUUID:0db25d67-df08-49b7-bf85-0388aac9c55f ArtifactChecksum:ZWMxZjJiZTI0MmU2ZGFlMGYwYTBiYWY5Mzg2NjAxYmQ= 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/BasicOnboardDogthe/1.0/resourceInstances/basic_onboard_dogthe0/artifacts/base_ubuntu18.yaml ArtifactUUID:64f12da1-d357-48cd-a2d6-ab15a2604387 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/BasicOnboardDogthe/1.0/resourceInstances/basic_onboard_dogthe0/artifacts/base_ubuntu18.env ArtifactUUID:9e75c219-d5be-4c64-9d69-c072b4510b72 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/BasicOnboardDogthe/1.0/resourceInstances/basic_onboard_dogthe0/artifacts/base_ubuntu18.env ArtifactUUID:9e75c219-d5be-4c64-9d69-c072b4510b72 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-11-26T06:26:43.113Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 199ca912-1d47-4d31-99b0-e95375e370cd ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-26T06:26:43.138Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-26T06:26:43.139Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-11-26T06:26:43.139Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-11-26T06:26:43.140Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 12f6c8ec-3fdc-4078-b3b2-8d75082bc602 from URL: /sdc/v1/catalog/services/BasicOnboardDogthe/1.0/artifacts/service-BasicOnboardDogthe-csar.csar 2022-11-26T06:26:43.140Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-11-26T06:26:43.140Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/artifacts/service-BasicOnboardDogthe-csar.csar 2022-11-26T06:26:43.220Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-11-26T06:26:43.224Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardDogthe/1.0/artifacts/service-BasicOnboardDogthe-csar.csar 12f6c8ec-3fdc-4078-b3b2-8d75082bc602 75685 2022-11-26T06:26:43.224Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardDogthe/1.0/artifacts/service-BasicOnboardDogthe-csar.csar ASDC sendASDCNotification 2022-11-26T06:26:43.224Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/artifacts/service-BasicOnboardDogthe-csar.csar 2022-11-26T06:26:43.224Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-26T06:26:43.225Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-26T06:26:43.227Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-26T06:26:43.227Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d427a349-0bb7-42cc-a660-af72e94102a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669444003224, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/artifacts/service-BasicOnboardDogthe-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-26T06:26:43.327Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-26T06:26:43.329Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-26T06:26:43.329Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:26:43.342Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:26:43.343Z||pool-26-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-11-26T06:26:44.227Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-26T06:26:44.230Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-11-26T06:26:44.230Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 12f6c8ec-3fdc-4078-b3b2-8d75082bc602, URL: /sdc/v1/catalog/services/BasicOnboardDogthe/1.0/artifacts/service-BasicOnboardDogthe-csar.csar to file: /app/ASDC/1/service-BasicOnboardDogthe-csar.csar 2022-11-26T06:26:44.231Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardDogthe-csar.csar 2022-11-26T06:26:44.231Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardDogthe-csar.csar 2022-11-26T06:26:44.232Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardDogthe-csar.csar 2022-11-26T06:26:44.362Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP952099300466964999/Definitions/service-BasicOnboardDogthe-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 2022-11-26T06:26:45.564Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-26T06:26:45.565Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-11-26T06:26:45.565Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardDogthe-csar.csar 2022-11-26T06:26:45.565Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-11-26T06:26:45.565Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardDogthe-csar.csar 2022-11-26T06:26:45.566Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardDogthe-csar.csar 2022-11-26T06:26:45.566Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardDogthe-csar.csar 2022-11-26T06:26:45.566Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardDogthe-csar.csar 2022-11-26T06:26:45.566Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardDogthe-csar.csar 2022-11-26T06:26:45.566Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_dOGtHe 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-BasicOnboardDogthe-csar.csar 2022-11-26T06:26:45.567Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardDogthe-csar.csar 2022-11-26T06:26:45.567Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-11-26T06:26:45.567Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T06:26:45.567Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_dOGtHe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-26T06:26:45.568Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_dOGtHe 0 is matching search criteria 2022-11-26T06:26:45.568Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-11-26T06:26:45.568Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_dOGtHe 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-26T06:26:45.568Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T06:26:45.569Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_dOGtHe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-26T06:26:45.569Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_dOGtHe 0 is matching search criteria 2022-11-26T06:26:45.569Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-11-26T06:26:45.569Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_dOGtHe 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-26T06:26:45.570Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T06:26:45.570Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_dOGtHe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-26T06:26:45.570Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T06:26:45.570Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_dOGtHe 0 is not matching search criteria 2022-11-26T06:26:45.571Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2022-11-26T06:26:45.571Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2022-11-26T06:26:45.571Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2022-11-26T06:26:45.572Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-11-26T06:26:45.572Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-11-26T06:26:45.572Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T06:26:45.572Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_dOGtHe is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-26T06:26:45.573Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T06:26:45.573Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_dOGtHe 0 is matching search criteria 2022-11-26T06:26:45.573Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_dOGtHe 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-26T06:26:45.574Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T06:26:45.574Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_dOGtHe 0 is matching search criteria 2022-11-26T06:26:45.574Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_dOGtHe 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-26T06:26:45.574Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T06:26:45.575Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_dOGtHe 0 is matching search criteria 2022-11-26T06:26:45.575Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_dOGtHe 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-26T06:26:45.575Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T06:26:45.575Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_dOGtHe 0 is not matching search criteria 2022-11-26T06:26:45.576Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-11-26T06:26:45.576Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-11-26T06:26:45.576Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=55f491f2-ab2c-4c43-b7fc-a9447a27bf4a 2022-11-26T06:26:45.576Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T06:26:45.577Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_dOGtHe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-26T06:26:45.577Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T06:26:45.577Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_dOGtHe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-26T06:26:45.577Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T06:26:45.577Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_dOGtHe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-26T06:26:45.578Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T06:26:45.578Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_dOGtHe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-26T06:26:45.578Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_dOGtHe Description:service Model UUID:199ca912-1d47-4d31-99b0-e95375e370cd Model Version:NULL Model InvariantUuid:d21ef35f-6dbe-45b9-b42f-7eba79b7b158 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_dOGtHe Model UUID:9f7ba8c9-587a-4731-a7de-2c3919150331 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:6fb08d3f-9236-4a00-b501-df4eaf4df4aa Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:5aebd3e4-7626-4cb5-851a-7f2b830bda82 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:cb3da54c-e898-4e02-877c-7eb3417ee7d8 ModelName:BasicOnboardDogthe..base_ubuntu18..module-0 ModelUuid:6efc6d3a-7829-4f6e-ad29-041f96483c15 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:55f491f2-ab2c-4c43-b7fc-a9447a27bf4a ModelInvariantUuid:18bdcd12-7496-4e79-93a4-eadd582cef70 ModelName:basic_onboard_dOGtHe-nodes.ubuntu18Cvfc ModelUuid:13f8e336-5157-49c8-9191-92e0b6c8d5f9 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:16e830f7-97e4-4298-96e0-d11e2908003f ModelInvariantUuid:da3c24b1-1599-4aaa-a563-d93009bb5e61 ModelName:BasicOnboardDogthe.compute.nodes.heat.ubuntu18 ModelUuid:b07f00aa-3d31-47e9-8248-40f10b361fa9 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-11-26T06:26:45.585Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 0c46d25d-cfc6-46ee-942b-c385ad8882a6 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-26T06:26:45.588Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500||basic_onboard_dOGtHe 0 2022-11-26T06:26:45.588Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 0c46d25d-cfc6-46ee-942b-c385ad8882a6 2022-11-26T06:26:45.589Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 0db25d67-df08-49b7-bf85-0388aac9c55f from URL: /sdc/v1/catalog/services/BasicOnboardDogthe/1.0/resourceInstances/basic_onboard_dogthe0/artifacts/basic_onboard_dogthe0_modules.json 2022-11-26T06:26:45.589Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-11-26T06:26:45.589Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/resourceInstances/basic_onboard_dogthe0/artifacts/basic_onboard_dogthe0_modules.json 2022-11-26T06:26:45.641Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-11-26T06:26:45.642Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardDogthe/1.0/resourceInstances/basic_onboard_dogthe0/artifacts/basic_onboard_dogthe0_modules.json 0db25d67-df08-49b7-bf85-0388aac9c55f 798 2022-11-26T06:26:45.642Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardDogthe/1.0/resourceInstances/basic_onboard_dogthe0/artifacts/basic_onboard_dogthe0_modules.json ASDC sendASDCNotification 2022-11-26T06:26:45.642Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/resourceInstances/basic_onboard_dogthe0/artifacts/basic_onboard_dogthe0_modules.json 2022-11-26T06:26:45.642Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-26T06:26:45.642Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-26T06:26:45.644Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-26T06:26:45.644Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d427a349-0bb7-42cc-a660-af72e94102a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669444005642, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/resourceInstances/basic_onboard_dogthe0/artifacts/basic_onboard_dogthe0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-26T06:26:45.746Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-11-26T06:26:45.747Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-26T06:26:45.747Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:26:45.758Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:26:45.758Z||pool-27-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-26T06:26:46.645Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardDogthe..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "cb3da54c-e898-4e02-877c-7eb3417ee7d8", "vfModuleModelVersion": "1", "vfModuleModelUUID": "6efc6d3a-7829-4f6e-ad29-041f96483c15", "vfModuleModelCustomizationUUID": "ba42c6d4-b5bd-405c-9afe-1a9b90a0bd44", "isBase": true, "artifacts": [ "64f12da1-d357-48cd-a2d6-ab15a2604387", "9e75c219-d5be-4c64-9d69-c072b4510b72" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-11-26T06:26:46.651Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardDogthe..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:6efc6d3a-7829-4f6e-ad29-041f96483c15 VfModuleModelInvariantUUID:cb3da54c-e898-4e02-877c-7eb3417ee7d8 VfModuleModelDescription:NULL Artifacts UUID List:{ 64f12da1-d357-48cd-a2d6-ab15a2604387 , 9e75c219-d5be-4c64-9d69-c072b4510b72 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-11-26T06:26:46.653Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardDogthe..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "cb3da54c-e898-4e02-877c-7eb3417ee7d8", "vfModuleModelVersion": "1", "vfModuleModelUUID": "6efc6d3a-7829-4f6e-ad29-041f96483c15", "vfModuleModelCustomizationUUID": "ba42c6d4-b5bd-405c-9afe-1a9b90a0bd44", "isBase": true, "artifacts": [ "64f12da1-d357-48cd-a2d6-ab15a2604387", "9e75c219-d5be-4c64-9d69-c072b4510b72" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-11-26T06:26:46.654Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardDogthe..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:6efc6d3a-7829-4f6e-ad29-041f96483c15 VfModuleModelInvariantUUID:cb3da54c-e898-4e02-877c-7eb3417ee7d8 VfModuleModelDescription:NULL Artifacts UUID List:{ 64f12da1-d357-48cd-a2d6-ab15a2604387 , 9e75c219-d5be-4c64-9d69-c072b4510b72 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-11-26T06:26:46.654Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 64f12da1-d357-48cd-a2d6-ab15a2604387 from URL: /sdc/v1/catalog/services/BasicOnboardDogthe/1.0/resourceInstances/basic_onboard_dogthe0/artifacts/base_ubuntu18.yaml 2022-11-26T06:26:46.654Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-11-26T06:26:46.655Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/resourceInstances/basic_onboard_dogthe0/artifacts/base_ubuntu18.yaml 2022-11-26T06:26:46.709Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-11-26T06:26:46.710Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardDogthe/1.0/resourceInstances/basic_onboard_dogthe0/artifacts/base_ubuntu18.yaml 64f12da1-d357-48cd-a2d6-ab15a2604387 5033 2022-11-26T06:26:46.711Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardDogthe/1.0/resourceInstances/basic_onboard_dogthe0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-11-26T06:26:46.711Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/resourceInstances/basic_onboard_dogthe0/artifacts/base_ubuntu18.yaml 2022-11-26T06:26:46.711Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-26T06:26:46.711Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-26T06:26:46.713Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-26T06:26:46.714Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d427a349-0bb7-42cc-a660-af72e94102a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669444006710, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/resourceInstances/basic_onboard_dogthe0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-11-26T06:26:46.814Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-26T06:26:46.815Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-26T06:26:46.816Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:26:46.829Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:26:46.830Z||pool-28-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-11-26T06:26:47.715Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 9e75c219-d5be-4c64-9d69-c072b4510b72 from URL: /sdc/v1/catalog/services/BasicOnboardDogthe/1.0/resourceInstances/basic_onboard_dogthe0/artifacts/base_ubuntu18.env 2022-11-26T06:26:47.715Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-11-26T06:26:47.716Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/resourceInstances/basic_onboard_dogthe0/artifacts/base_ubuntu18.env 2022-11-26T06:26:47.783Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-11-26T06:26:47.783Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardDogthe/1.0/resourceInstances/basic_onboard_dogthe0/artifacts/base_ubuntu18.env 9e75c219-d5be-4c64-9d69-c072b4510b72 909 2022-11-26T06:26:47.784Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardDogthe/1.0/resourceInstances/basic_onboard_dogthe0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-11-26T06:26:47.784Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/resourceInstances/basic_onboard_dogthe0/artifacts/base_ubuntu18.env 2022-11-26T06:26:47.784Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-26T06:26:47.785Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-26T06:26:47.787Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-26T06:26:47.787Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d427a349-0bb7-42cc-a660-af72e94102a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669444007784, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/resourceInstances/basic_onboard_dogthe0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-11-26T06:26:47.887Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-26T06:26:47.888Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-26T06:26:47.888Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:26:47.899Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:26:47.899Z||pool-29-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-11-26T06:26:48.788Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 199ca912-1d47-4d31-99b0-e95375e370cd 2022-11-26T06:26:48.788Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_dOGtHe 0 0c46d25d-cfc6-46ee-942b-c385ad8882a6 ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-26T06:26:48.804Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@59139dc9, org.onap.sdc.toscaparser.api.parameters.Input@43b14aa9, org.onap.sdc.toscaparser.api.parameters.Input@512546e7, org.onap.sdc.toscaparser.api.parameters.Input@6fa892c, org.onap.sdc.toscaparser.api.parameters.Input@4342b1ef] 2022-11-26T06:26:48.805Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T06:26:48.806Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_dOGtHe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-26T06:26:48.806Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 2022-11-26T06:26:48.806Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 5aebd3e4-7626-4cb5-851a-7f2b830bda82 2022-11-26T06:26:48.806Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 5aebd3e4-7626-4cb5-851a-7f2b830bda82 matches Tosca VF Customization UUID: 5aebd3e4-7626-4cb5-851a-7f2b830bda82 2022-11-26T06:26:48.806Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 5aebd3e4-7626-4cb5-851a-7f2b830bda82 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-11-26T06:26:48.808Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T06:26:48.809Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_dOGtHe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-26T06:26:48.809Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 5aebd3e4-7626-4cb5-851a-7f2b830bda82: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2022-11-26T06:26:48.809Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@23e7761d 2022-11-26T06:26:48.809Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T06:26:48.809Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_dOGtHe is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-26T06:26:48.810Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ba42c6d4-b5bd-405c-9afe-1a9b90a0bd44 2022-11-26T06:26:48.810Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ba42c6d4-b5bd-405c-9afe-1a9b90a0bd44 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-11-26T06:26:48.812Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T06:26:48.812Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_dOGtHe 0 is matching search criteria 2022-11-26T06:26:48.812Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_dOGtHe 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-26T06:26:48.813Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T06:26:48.813Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_dOGtHe 0 is matching search criteria 2022-11-26T06:26:48.813Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_dOGtHe 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-26T06:26:48.813Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T06:26:48.813Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_dOGtHe 0 is not matching search criteria 2022-11-26T06:26:48.813Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-11-26T06:26:48.814Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-11-26T06:26:48.814Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=55f491f2-ab2c-4c43-b7fc-a9447a27bf4a Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-11-26T06:26:48.816Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T06:26:48.816Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_dOGtHe 0 is matching search criteria 2022-11-26T06:26:48.816Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_dOGtHe 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-26T06:26:48.816Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T06:26:48.817Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_dOGtHe 0 is matching search criteria 2022-11-26T06:26:48.817Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_dOGtHe 0] matching following query criteria: sdcType=VF, customizationUUID=5aebd3e4-7626-4cb5-851a-7f2b830bda82 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-26T06:26:48.819Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T06:26:48.819Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_dOGtHe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-26T06:26:48.819Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 199ca912-1d47-4d31-99b0-e95375e370cd: basic_onboard_dOGtHe 2022-11-26T06:26:48.819Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T06:26:48.819Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_dOGtHe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-26T06:26:48.820Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T06:26:48.820Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_dOGtHe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-26T06:26:48.820Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T06:26:48.820Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_dOGtHe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-26T06:26:48.820Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T06:26:48.820Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_dOGtHe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-26T06:26:48.821Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T06:26:48.821Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_dOGtHe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-26T06:26:48.821Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500||Saving Service: basic_onboard_dOGtHe Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-26T06:26:48.918Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_dOGtHe 0c46d25d-cfc6-46ee-942b-c385ad8882a6 1 ASDC deployResourceStructure 2022-11-26T06:26:48.919Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardDogthe/1.0/resourceInstances/basic_onboard_dogthe0/artifacts/basic_onboard_dogthe0_modules.json ASDC sendASDCNotification 2022-11-26T06:26:48.919Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/resourceInstances/basic_onboard_dogthe0/artifacts/basic_onboard_dogthe0_modules.json 2022-11-26T06:26:48.919Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-26T06:26:48.919Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-26T06:26:48.921Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-26T06:26:48.921Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d427a349-0bb7-42cc-a660-af72e94102a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669444008919, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/resourceInstances/basic_onboard_dogthe0/artifacts/basic_onboard_dogthe0_modules.json", "status": "DEPLOY_OK" } 2022-11-26T06:26:49.021Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-26T06:26:49.022Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-26T06:26:49.022Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:26:49.032Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:26:49.033Z||pool-30-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-26T06:26:49.922Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardDogthe/1.0/resourceInstances/basic_onboard_dogthe0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-11-26T06:26:49.922Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/resourceInstances/basic_onboard_dogthe0/artifacts/base_ubuntu18.yaml 2022-11-26T06:26:49.922Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-26T06:26:49.923Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-26T06:26:49.924Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-26T06:26:49.925Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d427a349-0bb7-42cc-a660-af72e94102a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669444009921, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/resourceInstances/basic_onboard_dogthe0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-11-26T06:26:50.025Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-26T06:26:50.026Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-26T06:26:50.026Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:26:50.035Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:26:50.036Z||pool-31-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-26T06:26:50.925Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardDogthe/1.0/resourceInstances/basic_onboard_dogthe0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-11-26T06:26:50.926Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/resourceInstances/basic_onboard_dogthe0/artifacts/base_ubuntu18.env 2022-11-26T06:26:50.926Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-26T06:26:50.926Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-26T06:26:50.928Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-26T06:26:50.928Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d427a349-0bb7-42cc-a660-af72e94102a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669444010925, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/resourceInstances/basic_onboard_dogthe0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-11-26T06:26:51.029Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-26T06:26:51.030Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-26T06:26:51.030Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:26:51.039Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:26:51.040Z||pool-32-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-26T06:26:51.929Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardDogthe/1.0/artifacts/service-BasicOnboardDogthe-csar.csar ASDC sendASDCNotification 2022-11-26T06:26:51.930Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/artifacts/service-BasicOnboardDogthe-csar.csar 2022-11-26T06:26:51.930Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-26T06:26:51.930Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-26T06:26:51.932Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-26T06:26:51.932Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d427a349-0bb7-42cc-a660-af72e94102a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669444011929, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/artifacts/service-BasicOnboardDogthe-csar.csar", "status": "DEPLOY_OK" } 2022-11-26T06:26:52.032Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-26T06:26:52.033Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-26T06:26:52.033Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:26:52.043Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:26:52.044Z||pool-33-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-26T06:26:52.933Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d427a349-0bb7-42cc-a660-af72e94102a0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-26T06:26:52.943Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d427a349-0bb7-42cc-a660-af72e94102a0 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-26T06:26:52.944Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-26T06:26:52.945Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-26T06:26:52.945Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-26T06:27:22.473Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T06:27:22.474Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T06:27:22.474Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:27:22.502Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:27:22.503Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-26T06:27:22.503Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d427a349-0bb7-42cc-a660-af72e94102a0", "consumerID": "ves-openapi-manager", "timestamp": 1669443975040, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/resourceInstances/basic_onboard_dogthe0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-26T06:27:22.504Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-26T06:27:22.945Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d427a349-0bb7-42cc-a660-af72e94102a0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-26T06:27:22.952Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d427a349-0bb7-42cc-a660-af72e94102a0 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-26T06:27:22.954Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-26T06:27:22.954Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-26T06:27:22.954Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-26T06:27:52.954Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d427a349-0bb7-42cc-a660-af72e94102a0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-26T06:27:52.964Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d427a349-0bb7-42cc-a660-af72e94102a0 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-26T06:27:52.965Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-26T06:27:52.965Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-26T06:27:52.965Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-26T06:28:22.472Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T06:28:22.474Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T06:28:22.474Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:28:22.499Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:28:22.500Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-26T06:28:22.500Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d427a349-0bb7-42cc-a660-af72e94102a0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669443979492, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/resourceInstances/basic_onboard_dogthe0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-26T06:28:22.501Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-26T06:28:22.966Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d427a349-0bb7-42cc-a660-af72e94102a0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-26T06:28:22.977Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d427a349-0bb7-42cc-a660-af72e94102a0 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-26T06:28:22.981Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-26T06:28:22.982Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-26T06:28:22.982Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-26T06:28:52.982Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d427a349-0bb7-42cc-a660-af72e94102a0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-26T06:28:52.993Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d427a349-0bb7-42cc-a660-af72e94102a0 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-26T06:28:52.995Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-26T06:28:52.995Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-26T06:28:52.996Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-26T06:29:22.472Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T06:29:22.473Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T06:29:22.474Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:29:22.996Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d427a349-0bb7-42cc-a660-af72e94102a0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-26T06:29:23.004Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d427a349-0bb7-42cc-a660-af72e94102a0 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-26T06:29:23.004Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:29:23.005Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-26T06:29:23.006Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-26T06:29:23.006Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-26T06:29:23.007Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-26T06:29:23.007Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d427a349-0bb7-42cc-a660-af72e94102a0", "consumerID": "ves-openapi-manager", "timestamp": 1669443975040, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/resourceInstances/basic_onboard_dogthe0/artifacts/basic_onboard_dogthe0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-26T06:29:23.009Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-26T06:29:23.010Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-26T06:29:23.010Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d427a349-0bb7-42cc-a660-af72e94102a0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669443979492, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/resourceInstances/basic_onboard_dogthe0/artifacts/basic_onboard_dogthe0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-26T06:29:23.010Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-26T06:29:23.010Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-26T06:29:23.010Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d427a349-0bb7-42cc-a660-af72e94102a0", "consumerID": "cds", "timestamp": 1669443975417, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/resourceInstances/basic_onboard_dogthe0/artifacts/basic_onboard_dogthe0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-26T06:29:23.011Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-26T06:29:23.011Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-26T06:29:23.011Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d427a349-0bb7-42cc-a660-af72e94102a0", "consumerID": "ves-openapi-manager", "timestamp": 1669443975040, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/resourceInstances/basic_onboard_dogthe0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-11-26T06:29:23.011Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-26T06:29:23.011Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-26T06:29:23.012Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d427a349-0bb7-42cc-a660-af72e94102a0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669443979492, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/resourceInstances/basic_onboard_dogthe0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-11-26T06:29:23.012Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-26T06:29:23.012Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-26T06:29:23.012Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d427a349-0bb7-42cc-a660-af72e94102a0", "consumerID": "cds", "timestamp": 1669443975417, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/resourceInstances/basic_onboard_dogthe0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-11-26T06:29:23.013Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-26T06:29:23.013Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-26T06:29:23.013Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d427a349-0bb7-42cc-a660-af72e94102a0", "consumerID": "ves-openapi-manager", "timestamp": 1669443975040, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/resourceInstances/basic_onboard_dogthe0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-26T06:29:23.013Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-26T06:29:23.013Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-26T06:29:23.014Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d427a349-0bb7-42cc-a660-af72e94102a0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669443979492, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/resourceInstances/basic_onboard_dogthe0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-26T06:29:23.014Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-26T06:29:23.014Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-26T06:29:23.014Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d427a349-0bb7-42cc-a660-af72e94102a0", "consumerID": "cds", "timestamp": 1669443975417, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/resourceInstances/basic_onboard_dogthe0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-26T06:29:23.014Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-26T06:29:23.015Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-26T06:29:23.015Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d427a349-0bb7-42cc-a660-af72e94102a0", "consumerID": "multicloud-k8s-id", "timestamp": 1669443985385, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/resourceInstances/basic_onboard_dogthe0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-26T06:29:23.015Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-26T06:29:23.015Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-26T06:29:23.016Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d427a349-0bb7-42cc-a660-af72e94102a0", "consumerID": "aai-ml", "timestamp": 1669443985321, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/resourceInstances/basic_onboard_dogthe0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-26T06:29:23.016Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-26T06:29:23.016Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-26T06:29:23.017Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d427a349-0bb7-42cc-a660-af72e94102a0", "consumerID": "ves-openapi-manager", "timestamp": 1669443975040, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/resourceInstances/basic_onboard_dogthe0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-11-26T06:29:23.017Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-26T06:29:23.017Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-26T06:29:23.017Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d427a349-0bb7-42cc-a660-af72e94102a0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669443979492, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/resourceInstances/basic_onboard_dogthe0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-11-26T06:29:23.018Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-26T06:29:23.018Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-26T06:29:23.018Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d427a349-0bb7-42cc-a660-af72e94102a0", "consumerID": "cds", "timestamp": 1669443975417, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/resourceInstances/basic_onboard_dogthe0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-11-26T06:29:23.018Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-26T06:29:23.019Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-26T06:29:23.019Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d427a349-0bb7-42cc-a660-af72e94102a0", "consumerID": "multicloud-k8s-id", "timestamp": 1669443985385, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/resourceInstances/basic_onboard_dogthe0/artifacts/basic_onboard_dogthe0_modules.json", "status": "NOTIFIED" } 2022-11-26T06:29:23.019Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-26T06:29:23.019Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-26T06:29:23.019Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d427a349-0bb7-42cc-a660-af72e94102a0", "consumerID": "aai-ml", "timestamp": 1669443985321, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/resourceInstances/basic_onboard_dogthe0/artifacts/basic_onboard_dogthe0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-26T06:29:23.020Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-26T06:29:23.020Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-26T06:29:23.021Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d427a349-0bb7-42cc-a660-af72e94102a0", "consumerID": "ves-openapi-manager", "timestamp": 1669443975040, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/artifacts/service-BasicOnboardDogthe-template.yml", "status": "NOT_NOTIFIED" } 2022-11-26T06:29:23.021Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-26T06:29:23.021Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-26T06:29:23.021Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d427a349-0bb7-42cc-a660-af72e94102a0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669443979492, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/artifacts/service-BasicOnboardDogthe-template.yml", "status": "NOT_NOTIFIED" } 2022-11-26T06:29:23.022Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-26T06:29:23.022Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-26T06:29:23.022Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d427a349-0bb7-42cc-a660-af72e94102a0", "consumerID": "cds", "timestamp": 1669443975417, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/artifacts/service-BasicOnboardDogthe-template.yml", "status": "NOT_NOTIFIED" } 2022-11-26T06:29:23.022Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-26T06:29:23.023Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-26T06:29:23.023Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d427a349-0bb7-42cc-a660-af72e94102a0", "consumerID": "multicloud-k8s-id", "timestamp": 1669443985385, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/resourceInstances/basic_onboard_dogthe0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-11-26T06:29:23.023Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-26T06:29:23.023Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-26T06:29:23.023Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d427a349-0bb7-42cc-a660-af72e94102a0", "consumerID": "ves-openapi-manager", "timestamp": 1669443975040, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/artifacts/service-BasicOnboardDogthe-csar.csar", "status": "NOT_NOTIFIED" } 2022-11-26T06:29:23.023Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-26T06:29:23.024Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-26T06:29:23.024Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d427a349-0bb7-42cc-a660-af72e94102a0", "consumerID": "aai-ml", "timestamp": 1669443985321, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/resourceInstances/basic_onboard_dogthe0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-11-26T06:29:23.024Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-26T06:29:23.024Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-26T06:29:23.024Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d427a349-0bb7-42cc-a660-af72e94102a0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669443979492, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/artifacts/service-BasicOnboardDogthe-csar.csar", "status": "NOTIFIED" } 2022-11-26T06:29:23.024Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-26T06:29:23.024Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-26T06:29:23.025Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d427a349-0bb7-42cc-a660-af72e94102a0", "consumerID": "cds", "timestamp": 1669443975417, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/artifacts/service-BasicOnboardDogthe-csar.csar", "status": "NOTIFIED" } 2022-11-26T06:29:23.025Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-26T06:29:23.025Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-26T06:29:23.025Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d427a349-0bb7-42cc-a660-af72e94102a0", "consumerID": "multicloud-k8s-id", "timestamp": 1669443985385, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/resourceInstances/basic_onboard_dogthe0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-26T06:29:23.026Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-26T06:29:23.026Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-26T06:29:23.026Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "08130344-8ff4-478e-babf-66eaa8e8aa5d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669443989481, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-26T06:29:23.026Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-26T06:29:23.026Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-26T06:29:23.026Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d427a349-0bb7-42cc-a660-af72e94102a0", "consumerID": "aai-ml", "timestamp": 1669443985321, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/resourceInstances/basic_onboard_dogthe0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-26T06:29:23.027Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-26T06:29:23.027Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-26T06:29:23.027Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d427a349-0bb7-42cc-a660-af72e94102a0", "consumerID": "multicloud-k8s-id", "timestamp": 1669443985385, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/resourceInstances/basic_onboard_dogthe0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-11-26T06:29:23.027Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-26T06:29:23.027Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-26T06:29:23.027Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d427a349-0bb7-42cc-a660-af72e94102a0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669443990151, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/artifacts/service-BasicOnboardDogthe-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-26T06:29:23.027Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-26T06:29:23.027Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-26T06:29:23.027Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d427a349-0bb7-42cc-a660-af72e94102a0", "consumerID": "cds", "timestamp": 1669443989255, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/artifacts/service-BasicOnboardDogthe-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-26T06:29:23.027Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-26T06:29:23.028Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-26T06:29:23.028Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d427a349-0bb7-42cc-a660-af72e94102a0", "consumerID": "aai-ml", "timestamp": 1669443985321, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/resourceInstances/basic_onboard_dogthe0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-11-26T06:29:23.028Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-26T06:29:23.028Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-26T06:29:23.028Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d427a349-0bb7-42cc-a660-af72e94102a0", "consumerID": "multicloud-k8s-id", "timestamp": 1669443985385, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/artifacts/service-BasicOnboardDogthe-template.yml", "status": "NOT_NOTIFIED" } 2022-11-26T06:29:23.028Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-26T06:29:23.028Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-26T06:29:23.028Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d427a349-0bb7-42cc-a660-af72e94102a0", "consumerID": "cds", "timestamp": 1669443990261, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/artifacts/service-BasicOnboardDogthe-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-26T06:29:23.031Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d427a349-0bb7-42cc-a660-af72e94102a0 2022-11-26T06:29:23.031Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId d427a349-0bb7-42cc-a660-af72e94102a0 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-26T06:29:23.038Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-26T06:29:23.038Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d427a349-0bb7-42cc-a660-af72e94102a0", "consumerID": "aai-ml", "timestamp": 1669443985321, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/artifacts/service-BasicOnboardDogthe-template.yml", "status": "NOT_NOTIFIED" } 2022-11-26T06:29:23.038Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-26T06:29:23.038Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-26T06:29:23.039Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d427a349-0bb7-42cc-a660-af72e94102a0", "consumerID": "multicloud-k8s-id", "timestamp": 1669443985385, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/artifacts/service-BasicOnboardDogthe-csar.csar", "status": "NOTIFIED" } 2022-11-26T06:29:23.039Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-26T06:29:23.039Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-26T06:29:23.039Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d427a349-0bb7-42cc-a660-af72e94102a0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669443992885, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/artifacts/service-BasicOnboardDogthe-csar.csar", "status": "DEPLOY_OK" } 2022-11-26T06:29:23.039Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-26T06:29:23.039Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-26T06:29:23.039Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d427a349-0bb7-42cc-a660-af72e94102a0", "consumerID": "aai-ml", "timestamp": 1669443985321, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/artifacts/service-BasicOnboardDogthe-csar.csar", "status": "NOTIFIED" } 2022-11-26T06:29:23.040Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-26T06:29:23.040Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-26T06:29:23.040Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d427a349-0bb7-42cc-a660-af72e94102a0", "consumerID": "multicloud-k8s-id", "timestamp": 1669443993167, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/resourceInstances/basic_onboard_dogthe0/artifacts/basic_onboard_dogthe0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-26T06:29:23.040Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-26T06:29:23.040Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-26T06:29:23.040Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d427a349-0bb7-42cc-a660-af72e94102a0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669443993890, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-26T06:29:23.043Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d427a349-0bb7-42cc-a660-af72e94102a0 2022-11-26T06:29:23.043Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId d427a349-0bb7-42cc-a660-af72e94102a0 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-26T06:29:23.048Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-26T06:29:23.049Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d427a349-0bb7-42cc-a660-af72e94102a0", "consumerID": "aai-ml", "timestamp": 1669443993159, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/artifacts/service-BasicOnboardDogthe-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-26T06:29:23.049Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-26T06:29:23.049Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-26T06:29:23.049Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d427a349-0bb7-42cc-a660-af72e94102a0", "consumerID": "multicloud-k8s-id", "timestamp": 1669443994244, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/resourceInstances/basic_onboard_dogthe0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-11-26T06:29:23.049Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-26T06:29:23.049Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-26T06:29:23.050Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d427a349-0bb7-42cc-a660-af72e94102a0", "consumerID": "multicloud-k8s-id", "timestamp": 1669443995310, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/resourceInstances/basic_onboard_dogthe0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-11-26T06:29:23.050Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-26T06:29:23.050Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-26T06:29:23.050Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d427a349-0bb7-42cc-a660-af72e94102a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669443990495, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/resourceInstances/basic_onboard_dogthe0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-26T06:29:23.050Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-26T06:29:23.050Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-26T06:29:23.050Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d427a349-0bb7-42cc-a660-af72e94102a0", "consumerID": "multicloud-k8s-id", "timestamp": 1669443996336, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-26T06:29:23.053Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d427a349-0bb7-42cc-a660-af72e94102a0 2022-11-26T06:29:23.053Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId d427a349-0bb7-42cc-a660-af72e94102a0 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-26T06:29:23.058Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-26T06:29:23.058Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d427a349-0bb7-42cc-a660-af72e94102a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669443990495, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/resourceInstances/basic_onboard_dogthe0/artifacts/basic_onboard_dogthe0_modules.json", "status": "NOTIFIED" } 2022-11-26T06:29:23.058Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-26T06:29:23.058Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-26T06:29:23.058Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d427a349-0bb7-42cc-a660-af72e94102a0", "consumerID": "multicloud-k8s-id", "timestamp": 1669443997341, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/resourceInstances/basic_onboard_dogthe0/artifacts/basic_onboard_dogthe0_modules.json", "status": "DEPLOY_OK" } 2022-11-26T06:29:23.058Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-26T06:29:23.059Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-26T06:29:23.059Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d427a349-0bb7-42cc-a660-af72e94102a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669443990495, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/resourceInstances/basic_onboard_dogthe0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-11-26T06:29:23.059Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-26T06:29:23.059Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-26T06:29:23.059Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d427a349-0bb7-42cc-a660-af72e94102a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669443990495, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/resourceInstances/basic_onboard_dogthe0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-26T06:29:23.059Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-26T06:29:23.059Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-26T06:29:23.060Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d427a349-0bb7-42cc-a660-af72e94102a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669443990495, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/resourceInstances/basic_onboard_dogthe0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-11-26T06:29:23.060Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-26T06:29:23.060Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-26T06:29:23.060Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d427a349-0bb7-42cc-a660-af72e94102a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669443990495, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/artifacts/service-BasicOnboardDogthe-template.yml", "status": "NOT_NOTIFIED" } 2022-11-26T06:29:23.060Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-26T06:29:23.060Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-26T06:29:23.060Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d427a349-0bb7-42cc-a660-af72e94102a0", "consumerID": "aai-ml", "timestamp": 1669444000468, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/artifacts/service-BasicOnboardDogthe-csar.csar", "status": "DEPLOY_OK" } 2022-11-26T06:29:23.061Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-26T06:29:23.061Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-26T06:29:23.061Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d427a349-0bb7-42cc-a660-af72e94102a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669443990495, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/artifacts/service-BasicOnboardDogthe-csar.csar", "status": "NOTIFIED" } 2022-11-26T06:29:23.061Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-26T06:29:23.061Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-26T06:29:23.061Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d427a349-0bb7-42cc-a660-af72e94102a0", "consumerID": "aai-ml", "timestamp": 1669444001475, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-26T06:29:23.063Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d427a349-0bb7-42cc-a660-af72e94102a0 2022-11-26T06:29:23.064Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId d427a349-0bb7-42cc-a660-af72e94102a0 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-26T06:29:23.069Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-26T06:29:23.069Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d427a349-0bb7-42cc-a660-af72e94102a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669444003224, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/artifacts/service-BasicOnboardDogthe-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-26T06:29:23.070Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-26T06:29:23.070Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-26T06:29:23.070Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d427a349-0bb7-42cc-a660-af72e94102a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669444005642, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/resourceInstances/basic_onboard_dogthe0/artifacts/basic_onboard_dogthe0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-26T06:29:23.070Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-26T06:29:23.070Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-26T06:29:23.070Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d427a349-0bb7-42cc-a660-af72e94102a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669444006710, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/resourceInstances/basic_onboard_dogthe0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-11-26T06:29:23.070Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-26T06:29:23.071Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-26T06:29:23.071Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d427a349-0bb7-42cc-a660-af72e94102a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669444007784, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/resourceInstances/basic_onboard_dogthe0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-11-26T06:29:23.071Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-26T06:29:23.071Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-26T06:29:23.071Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d427a349-0bb7-42cc-a660-af72e94102a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669444008919, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/resourceInstances/basic_onboard_dogthe0/artifacts/basic_onboard_dogthe0_modules.json", "status": "DEPLOY_OK" } 2022-11-26T06:29:23.071Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-26T06:29:23.071Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-26T06:29:23.071Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d427a349-0bb7-42cc-a660-af72e94102a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669444009921, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/resourceInstances/basic_onboard_dogthe0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-11-26T06:29:23.072Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-26T06:29:23.072Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-26T06:29:23.072Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d427a349-0bb7-42cc-a660-af72e94102a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669444010925, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/resourceInstances/basic_onboard_dogthe0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-11-26T06:29:23.072Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-26T06:29:23.072Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-26T06:29:23.072Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d427a349-0bb7-42cc-a660-af72e94102a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669444011929, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/artifacts/service-BasicOnboardDogthe-csar.csar", "status": "DEPLOY_OK" } 2022-11-26T06:29:23.073Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-26T06:29:53.006Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d427a349-0bb7-42cc-a660-af72e94102a0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-26T06:29:53.017Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d427a349-0bb7-42cc-a660-af72e94102a0 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-26T06:29:53.020Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-26T06:29:53.020Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-26T06:29:53.020Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-26T06:29:53.020Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-26T06:29:53.021Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-26T06:29:53.021Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-26T06:29:53.021Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-26T06:29:53.021Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-26T06:29:53.022Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-26T06:29:53.022Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-26T06:29:53.026Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-26T06:30:22.472Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T06:30:22.473Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T06:30:22.473Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:30:23.026Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d427a349-0bb7-42cc-a660-af72e94102a0 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-11-26T06:30:23.033Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d427a349-0bb7-42cc-a660-af72e94102a0 and serviceModelVersionId: 199ca912-1d47-4d31-99b0-e95375e370cd 2022-11-26T06:30:23.033Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d21ef35f-6dbe-45b9-b42f-7eba79b7b158 2022-11-26T06:30:23.041Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d21ef35f-6dbe-45b9-b42f-7eba79b7b158/model-vers/model-ver/199ca912-1d47-4d31-99b0-e95375e370cd?depth=0 2022-11-26T06:30:23.046Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2022-11-26T06:30:23.098Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d21ef35f-6dbe-45b9-b42f-7eba79b7b158/model-vers/model-ver/199ca912-1d47-4d31-99b0-e95375e370cd?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-11-26T06:30:23.100Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d21ef35f-6dbe-45b9-b42f-7eba79b7b158/model-vers/model-ver/199ca912-1d47-4d31-99b0-e95375e370cd?depth=0|INFO|500||Invoke 2022-11-26T06:30:23.125Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d21ef35f-6dbe-45b9-b42f-7eba79b7b158/model-vers/model-ver/199ca912-1d47-4d31-99b0-e95375e370cd?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-26T06:30:23.244Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d21ef35f-6dbe-45b9-b42f-7eba79b7b158/model-vers/model-ver/199ca912-1d47-4d31-99b0-e95375e370cd?depth=0|INFO|500||InvokeReturn 2022-11-26T06:30:23.245Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d21ef35f-6dbe-45b9-b42f-7eba79b7b158/model-vers/model-ver/199ca912-1d47-4d31-99b0-e95375e370cd?depth=0 has http status code:200 and response headers:{date=[Sat, 26 Nov 2022 06:30:21 GMT], content-length=[0], vertex-id=[180408], x-aai-txid=[1-aai-resources-221126-06:30:21:860-69281], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2022-11-26T06:30:23.246Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity. 2022-11-26T06:30:23.246Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-26T06:30:23.246Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-26T06:30:23.252Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-11-26T06:30:23.253Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d427a349-0bb7-42cc-a660-af72e94102a0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-26T06:30:23.253Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-26T06:30:23.253Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-26T06:30:23.255Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-26T06:30:23.255Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d427a349-0bb7-42cc-a660-af72e94102a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669444223253, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-26T06:30:23.356Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-26T06:30:23.357Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-26T06:30:23.357Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:30:23.367Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:30:23.368Z||pool-34-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-26T06:30:23.989Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:30:23.990Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-26T06:30:23.990Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d427a349-0bb7-42cc-a660-af72e94102a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669444223253, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-26T06:30:23.991Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-11-26T06:30:24.264Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T06:30:24.264Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T06:30:24.265Z|d427a349-0bb7-42cc-a660-af72e94102a0|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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:30:34.542Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:30:34.543Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T06:30:34.543Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T06:30:34.543Z|d427a349-0bb7-42cc-a660-af72e94102a0|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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:30:44.113Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:30:44.114Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T06:30:44.115Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T06:30:44.115Z|d427a349-0bb7-42cc-a660-af72e94102a0|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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:30:53.659Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:30:53.660Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T06:30:53.661Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T06:30:53.661Z|d427a349-0bb7-42cc-a660-af72e94102a0|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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:31:03.218Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:31:03.220Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T06:31:03.221Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T06:31:03.221Z|d427a349-0bb7-42cc-a660-af72e94102a0|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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:31:12.759Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:31:12.760Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T06:31:12.761Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T06:31:12.761Z|d427a349-0bb7-42cc-a660-af72e94102a0|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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:31:22.304Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:31:22.305Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T06:31:22.305Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T06:31:22.305Z|d427a349-0bb7-42cc-a660-af72e94102a0|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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:31:22.473Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T06:31:22.474Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T06:31:22.474Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:31:31.852Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:31:31.853Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T06:31:31.853Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T06:31:31.853Z|d427a349-0bb7-42cc-a660-af72e94102a0|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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:31:32.030Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:31:41.426Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:32:22.470Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T06:32:22.471Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T06:32:22.471Z|d427a349-0bb7-42cc-a660-af72e94102a0|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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:32:22.472Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T06:32:22.473Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T06:32:22.473Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:32:32.025Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:32:32.026Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:33:22.470Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T06:33:22.471Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T06:33:22.471Z|d427a349-0bb7-42cc-a660-af72e94102a0|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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:33:22.472Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T06:33:22.473Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T06:33:22.473Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:33:32.026Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:33:32.030Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:34:22.472Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T06:34:22.470Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T06:34:22.476Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T06:34:22.476Z|d427a349-0bb7-42cc-a660-af72e94102a0|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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:34:22.476Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T06:34:22.476Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:34:32.034Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:34:32.036Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:35:22.470Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T06:35:22.471Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T06:35:22.471Z|d427a349-0bb7-42cc-a660-af72e94102a0|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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:35:22.472Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T06:35:22.473Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T06:35:22.473Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:35:32.019Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:35:32.019Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:36:22.470Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T06:36:22.470Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T06:36:22.471Z|d427a349-0bb7-42cc-a660-af72e94102a0|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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:36:22.472Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T06:36:22.473Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T06:36:22.473Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:36:32.041Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:36:32.042Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:37:22.470Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T06:37:22.471Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T06:37:22.471Z|d427a349-0bb7-42cc-a660-af72e94102a0|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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:37:22.472Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T06:37:22.473Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T06:37:22.473Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:37:22.630Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:37:22.632Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-26T06:37:22.632Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f45f445a-ccba-405f-99d5-e2b21c2ff312", "consumerID": "multicloud-k8s-id", "timestamp": 1669444625385, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-26T06:37:22.634Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-26T06:37:22.634Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-26T06:37:22.634Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f45f445a-ccba-405f-99d5-e2b21c2ff312", "consumerID": "ves-openapi-manager", "timestamp": 1669444635040, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-26T06:37:22.634Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-26T06:37:22.635Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-26T06:37:22.635Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f45f445a-ccba-405f-99d5-e2b21c2ff312", "consumerID": "multicloud-k8s-id", "timestamp": 1669444625385, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-11-26T06:37:22.635Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-26T06:37:22.635Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-26T06:37:22.635Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f45f445a-ccba-405f-99d5-e2b21c2ff312", "consumerID": "ves-openapi-manager", "timestamp": 1669444635040, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-11-26T06:37:22.635Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-26T06:37:22.636Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-26T06:37:22.636Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f45f445a-ccba-405f-99d5-e2b21c2ff312", "consumerID": "cds", "timestamp": 1669444635417, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-26T06:37:22.636Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-26T06:37:22.636Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-26T06:37:22.636Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f45f445a-ccba-405f-99d5-e2b21c2ff312", "consumerID": "multicloud-k8s-id", "timestamp": 1669444625385, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-11-26T06:37:22.639Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-26T06:37:22.639Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-26T06:37:22.639Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f45f445a-ccba-405f-99d5-e2b21c2ff312", "consumerID": "ves-openapi-manager", "timestamp": 1669444635040, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-11-26T06:37:22.639Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-26T06:37:22.640Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-26T06:37:22.640Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f45f445a-ccba-405f-99d5-e2b21c2ff312", "consumerID": "cds", "timestamp": 1669444635417, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-11-26T06:37:22.640Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-26T06:37:22.640Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-26T06:37:22.640Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f45f445a-ccba-405f-99d5-e2b21c2ff312", "consumerID": "multicloud-k8s-id", "timestamp": 1669444625385, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-11-26T06:37:22.641Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-26T06:37:22.641Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-26T06:37:22.641Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f45f445a-ccba-405f-99d5-e2b21c2ff312", "consumerID": "ves-openapi-manager", "timestamp": 1669444635040, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-26T06:37:22.641Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-26T06:37:22.641Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-26T06:37:22.641Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f45f445a-ccba-405f-99d5-e2b21c2ff312", "consumerID": "cds", "timestamp": 1669444635417, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-11-26T06:37:22.642Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-26T06:37:22.642Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-26T06:37:22.642Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f45f445a-ccba-405f-99d5-e2b21c2ff312", "consumerID": "multicloud-k8s-id", "timestamp": 1669444625385, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-11-26T06:37:22.642Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-26T06:37:22.642Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-26T06:37:22.642Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f45f445a-ccba-405f-99d5-e2b21c2ff312", "consumerID": "ves-openapi-manager", "timestamp": 1669444635040, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-11-26T06:37:22.643Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-26T06:37:22.643Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-26T06:37:22.643Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f45f445a-ccba-405f-99d5-e2b21c2ff312", "consumerID": "cds", "timestamp": 1669444635417, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-26T06:37:22.643Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-26T06:37:22.643Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-26T06:37:22.644Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f45f445a-ccba-405f-99d5-e2b21c2ff312", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669444639493, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-26T06:37:22.644Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-26T06:37:22.644Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-26T06:37:22.644Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f45f445a-ccba-405f-99d5-e2b21c2ff312", "consumerID": "multicloud-k8s-id", "timestamp": 1669444625385, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-26T06:37:22.644Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-26T06:37:22.644Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-26T06:37:22.644Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f45f445a-ccba-405f-99d5-e2b21c2ff312", "consumerID": "ves-openapi-manager", "timestamp": 1669444635040, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-26T06:37:22.645Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-26T06:37:22.645Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-26T06:37:22.645Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f45f445a-ccba-405f-99d5-e2b21c2ff312", "consumerID": "cds", "timestamp": 1669444635417, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-11-26T06:37:22.646Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-26T06:37:22.647Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-26T06:37:22.647Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f45f445a-ccba-405f-99d5-e2b21c2ff312", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669444639493, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-11-26T06:37:22.647Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-26T06:37:22.647Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-26T06:37:22.647Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f45f445a-ccba-405f-99d5-e2b21c2ff312", "consumerID": "multicloud-k8s-id", "timestamp": 1669444625385, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-11-26T06:37:22.647Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-26T06:37:22.647Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-26T06:37:22.647Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f45f445a-ccba-405f-99d5-e2b21c2ff312", "consumerID": "ves-openapi-manager", "timestamp": 1669444635040, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-11-26T06:37:22.647Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-26T06:37:22.648Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-26T06:37:22.648Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f45f445a-ccba-405f-99d5-e2b21c2ff312", "consumerID": "cds", "timestamp": 1669444635417, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-26T06:37:22.648Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-26T06:37:23.115Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:37:23.117Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-26T06:37:23.117Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"f45f445a-ccba-405f-99d5-e2b21c2ff312","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"d85e83a8-4aae-4511-85b6-93b00e7ea517","serviceDescription":"service","serviceInvariantUUID":"e08927ad-d945-4f8e-b7db-33ab6e20ae46","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f2c96d29-193d-4afe-849f-1fe54cb380be","resourceInvariantUUID":"ad80efa1-5d16-4bb5-97be-f66dbdfed727","resourceCustomizationUUID":"7cdbec1b-60c9-4f6c-9b24-fdbac93d210f","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":"NGI2ZTRjZGUyNGNlMDA3MmFiM2UwMTg5ZDNiNTZiNGI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c663d3d6-8090-4ff8-8c9d-62516102b4b5","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":"e40ad352-2d29-412f-97bd-f84297d8b789","artifactVersion":"2","generatedFromUUID":"a6ba402d-f6c3-4cb6-b327-3143327c7986"},{"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":"a6ba402d-f6c3-4cb6-b327-3143327c7986","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":"NjExNTk1YWJlNmNhYjJiZTQ2OTI2YTNiYjExMzI1M2I\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"42f7702f-a384-43f7-be43-302f6e3963c2","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":"818a11f7-acc8-47ff-8153-3948b808b623","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":"50cec707-19db-43dd-bb3d-2436588ae6ca","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":"04694f1e-9d89-4e52-8de0-feb1f2ce2a36","artifactVersion":"2","generatedFromUUID":"818a11f7-acc8-47ff-8153-3948b808b623"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"ODU0MzMxOWQ2NDRhZGVlN2Q3ZGM4N2UxN2Y1MDA4ZTY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"52a2001f-0206-48d4-a9c9-ba615376d713","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"OTg5NmU4YWZlZThkNTE5YTIyODZiMWE0MWQ2OTYyZjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7e3f1750-4f4a-45df-bdae-e6665b4dd3b2","artifactVersion":"1"}],"workloadContext":"Production"} 2022-11-26T06:37:23.124Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-26T06:37:23.124Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-26T06:37:23.128Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-26T06:37:23.129Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "f45f445a-ccba-405f-99d5-e2b21c2ff312", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669444642470, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-26T06:37:23.228Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-26T06:37:23.230Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-26T06:37:23.230Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:37:23.240Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:37:23.240Z||pool-35-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-26T06:37:24.129Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-26T06:37:24.131Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-26T06:37:24.133Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-26T06:37:24.134Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "f45f445a-ccba-405f-99d5-e2b21c2ff312", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669444642470, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-11-26T06:37:24.234Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-26T06:37:24.235Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-26T06:37:24.235Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:37:24.247Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:37:24.247Z||pool-36-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-11-26T06:37:25.135Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-26T06:37:25.135Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-26T06:37:25.138Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-26T06:37:25.138Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "f45f445a-ccba-405f-99d5-e2b21c2ff312", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669444642470, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-11-26T06:37:25.238Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-26T06:37:25.239Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-26T06:37:25.240Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:37:25.251Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:37:25.251Z||pool-37-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-26T06:37:26.139Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-26T06:37:26.139Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-26T06:37:26.141Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-26T06:37:26.141Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "f45f445a-ccba-405f-99d5-e2b21c2ff312", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669444642470, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-11-26T06:37:26.242Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-26T06:37:26.242Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-26T06:37:26.243Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:37:26.254Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:37:26.254Z||pool-38-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-26T06:37:27.142Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-26T06:37:27.142Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-26T06:37:27.146Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-26T06:37:27.146Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "f45f445a-ccba-405f-99d5-e2b21c2ff312", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669444642470, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-11-26T06:37:27.246Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-26T06:37:27.247Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-26T06:37:27.247Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:37:27.269Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:37:27.270Z||pool-39-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1} 2022-11-26T06:37:28.146Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-26T06:37:28.147Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-26T06:37:28.149Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-26T06:37:28.150Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "f45f445a-ccba-405f-99d5-e2b21c2ff312", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669444642470, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-26T06:37:28.250Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-26T06:37:28.251Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-26T06:37:28.251Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:37:28.265Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:37:28.265Z||pool-40-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-26T06:37:29.150Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-26T06:37:29.151Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-26T06:37:29.154Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-26T06:37:29.154Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "f45f445a-ccba-405f-99d5-e2b21c2ff312", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669444642470, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-11-26T06:37:29.254Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-26T06:37:29.255Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-26T06:37:29.255Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:37:29.286Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:37:29.287Z||pool-41-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":1,"count":1} 2022-11-26T06:37:30.154Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-26T06:37:30.155Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-26T06:37:30.157Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-26T06:37:30.157Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "f45f445a-ccba-405f-99d5-e2b21c2ff312", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669444642470, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-11-26T06:37:30.257Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-26T06:37:30.258Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-26T06:37:30.258Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:37:30.268Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:37:30.268Z||pool-42-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-11-26T06:37:31.158Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-26T06:37:31.159Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-26T06:37:31.161Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-26T06:37:31.161Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "f45f445a-ccba-405f-99d5-e2b21c2ff312", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669444642470, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-11-26T06:37:31.261Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-26T06:37:31.262Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-26T06:37:31.263Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:37:31.273Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:37:31.274Z||pool-43-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-26T06:37:32.162Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "f45f445a-ccba-405f-99d5-e2b21c2ff312", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "d85e83a8-4aae-4511-85b6-93b00e7ea517", "serviceDescription": "service", "serviceInvariantUUID": "e08927ad-d945-4f8e-b7db-33ab6e20ae46", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "7cdbec1b-60c9-4f6c-9b24-fdbac93d210f", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "f2c96d29-193d-4afe-849f-1fe54cb380be", "resourceInvariantUUID": "ad80efa1-5d16-4bb5-97be-f66dbdfed727", "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": "e40ad352-2d29-412f-97bd-f84297d8b789", "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": "a6ba402d-f6c3-4cb6-b327-3143327c7986", "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": "NjExNTk1YWJlNmNhYjJiZTQ2OTI2YTNiYjExMzI1M2I\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "42f7702f-a384-43f7-be43-302f6e3963c2", "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": "818a11f7-acc8-47ff-8153-3948b808b623", "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": "04694f1e-9d89-4e52-8de0-feb1f2ce2a36", "generatedFromUUID": "818a11f7-acc8-47ff-8153-3948b808b623" }, "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": "04694f1e-9d89-4e52-8de0-feb1f2ce2a36", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "OTg5NmU4YWZlZThkNTE5YTIyODZiMWE0MWQ2OTYyZjI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "7e3f1750-4f4a-45df-bdae-e6665b4dd3b2" } ], "workloadContext": "Production" } 2022-11-26T06:37:32.162Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-26T06:37:32.162Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 d85e83a8-4aae-4511-85b6-93b00e7ea517 ASDC 2022-11-26T06:37:32.163Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:f45f445a-ccba-405f-99d5-e2b21c2ff312 ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:d85e83a8-4aae-4511-85b6-93b00e7ea517 ServiceInvariantUUID:e08927ad-d945-4f8e-b7db-33ab6e20ae46 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:7e3f1750-4f4a-45df-bdae-e6665b4dd3b2 ArtifactChecksum:OTg5NmU4YWZlZThkNTE5YTIyODZiMWE0MWQ2OTYyZjI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:7cdbec1b-60c9-4f6c-9b24-fdbac93d210f ResourceInvariantUUID:ad80efa1-5d16-4bb5-97be-f66dbdfed727 ResourceName:basic_cnf ResourceType:VF ResourceUUID:f2c96d29-193d-4afe-849f-1fe54cb380be 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:e40ad352-2d29-412f-97bd-f84297d8b789 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:a6ba402d-f6c3-4cb6-b327-3143327c7986 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:42f7702f-a384-43f7-be43-302f6e3963c2 ArtifactChecksum:NjExNTk1YWJlNmNhYjJiZTQ2OTI2YTNiYjExMzI1M2I= 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:818a11f7-acc8-47ff-8153-3948b808b623 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:04694f1e-9d89-4e52-8de0-feb1f2ce2a36 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:04694f1e-9d89-4e52-8de0-feb1f2ce2a36 ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-11-26T06:37:32.163Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d85e83a8-4aae-4511-85b6-93b00e7ea517 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-26T06:37:32.199Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-26T06:37:32.200Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-11-26T06:37:32.201Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-11-26T06:37:32.201Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 7e3f1750-4f4a-45df-bdae-e6665b4dd3b2 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-11-26T06:37:32.201Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-11-26T06:37:32.201Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-11-26T06:37:32.288Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-11-26T06:37:32.291Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 7e3f1750-4f4a-45df-bdae-e6665b4dd3b2 73994 2022-11-26T06:37:32.292Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-11-26T06:37:32.292Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-11-26T06:37:32.292Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-26T06:37:32.292Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-26T06:37:32.294Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-26T06:37:32.294Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "f45f445a-ccba-405f-99d5-e2b21c2ff312", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669444652292, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-26T06:37:32.394Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-26T06:37:32.395Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-26T06:37:32.395Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:37:32.425Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:37:32.425Z||pool-44-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1} 2022-11-26T06:37:33.294Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-26T06:37:33.295Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-11-26T06:37:33.295Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 7e3f1750-4f4a-45df-bdae-e6665b4dd3b2, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2022-11-26T06:37:33.296Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2022-11-26T06:37:33.296Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2022-11-26T06:37:33.296Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2022-11-26T06:37:33.555Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17465926141220681444/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 2022-11-26T06:37:34.760Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-26T06:37:34.761Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-11-26T06:37:34.761Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-11-26T06:37:34.761Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-11-26T06:37:34.761Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-11-26T06:37:34.761Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||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 2022-11-26T06:37:34.761Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-11-26T06:37:34.761Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-11-26T06:37:34.761Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-11-26T06:37:34.761Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T06:37:34.762Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-26T06:37:34.762Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-26T06:37:34.762Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-11-26T06:37:34.762Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-26T06:37:34.763Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T06:37:34.763Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-26T06:37:34.763Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-26T06:37:34.763Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-11-26T06:37:34.763Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-26T06:37:34.763Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T06:37:34.764Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-26T06:37:34.764Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T06:37:34.764Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-11-26T06:37:34.764Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2022-11-26T06:37:34.764Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||Node template dummy is not matching search criteria 2022-11-26T06:37:34.764Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-11-26T06:37:34.765Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T06:37:34.765Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-26T06:37:34.765Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T06:37:34.765Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-26T06:37:34.765Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-26T06:37:34.765Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T06:37:34.766Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-26T06:37:34.766Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-26T06:37:34.766Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T06:37:34.766Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-26T06:37:34.766Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-26T06:37:34.766Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T06:37:34.767Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-11-26T06:37:34.767Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-11-26T06:37:34.767Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=848b750a-f160-40c3-bb29-77a045b7ea1e 2022-11-26T06:37:34.767Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T06:37:34.767Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-26T06:37:34.767Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T06:37:34.767Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-26T06:37:34.768Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T06:37:34.768Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-26T06:37:34.768Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T06:37:34.768Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-26T06:37:34.768Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:d85e83a8-4aae-4511-85b6-93b00e7ea517 Model Version:NULL Model InvariantUuid:e08927ad-d945-4f8e-b7db-33ab6e20ae46 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:28da4574-9bc9-4244-98e7-f286470461b7 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:ad80efa1-5d16-4bb5-97be-f66dbdfed727 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:7cdbec1b-60c9-4f6c-9b24-fdbac93d210f NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:ee867100-e795-4f58-93ba-31ddbf774fbd ModelName:BasicCnf..base_dummy..module-0 ModelUuid:999afb50-c291-4dfd-93fe-196279104283 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:848b750a-f160-40c3-bb29-77a045b7ea1e ModelInvariantUuid:2b2cc088-a460-457b-baed-239e1bf63798 ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:9743a9cd-0888-4880-b755-f383eb3ca874 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:c5ab58f3-0ae7-49d8-981f-c85376b75046 ModelInvariantUuid:a5fd74db-46a8-4445-8c3f-ccb16b621897 ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:1db82872-911e-4696-acb8-7ff1e55bd53d ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-11-26T06:37:34.775Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: f2c96d29-193d-4afe-849f-1fe54cb380be Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-26T06:37:34.780Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||INFO|500||basic_cnf 0 2022-11-26T06:37:34.780Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f2c96d29-193d-4afe-849f-1fe54cb380be 2022-11-26T06:37:34.780Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: e40ad352-2d29-412f-97bd-f84297d8b789 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-11-26T06:37:34.780Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-11-26T06:37:34.781Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-11-26T06:37:34.843Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-11-26T06:37:34.843Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env e40ad352-2d29-412f-97bd-f84297d8b789 12 2022-11-26T06:37:34.844Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2022-11-26T06:37:34.844Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-11-26T06:37:34.844Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-26T06:37:34.844Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-26T06:37:34.846Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-26T06:37:34.846Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "f45f445a-ccba-405f-99d5-e2b21c2ff312", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669444654844, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-11-26T06:37:34.946Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-26T06:37:34.947Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-26T06:37:34.948Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:37:34.966Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:37:34.967Z||pool-45-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-11-26T06:37:35.847Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: a6ba402d-f6c3-4cb6-b327-3143327c7986 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-11-26T06:37:35.847Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-11-26T06:37:35.848Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-11-26T06:37:35.901Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-11-26T06:37:35.901Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz a6ba402d-f6c3-4cb6-b327-3143327c7986 2688 2022-11-26T06:37:35.901Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2022-11-26T06:37:35.902Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-11-26T06:37:35.902Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-26T06:37:35.902Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-26T06:37:35.904Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-26T06:37:35.904Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "f45f445a-ccba-405f-99d5-e2b21c2ff312", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669444655901, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-11-26T06:37:36.004Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-26T06:37:36.005Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-26T06:37:36.006Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:37:36.018Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:37:36.019Z||pool-46-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-26T06:37:36.906Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 42f7702f-a384-43f7-be43-302f6e3963c2 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-11-26T06:37:36.906Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-11-26T06:37:36.906Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-11-26T06:37:36.961Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-11-26T06:37:36.962Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 42f7702f-a384-43f7-be43-302f6e3963c2 828 2022-11-26T06:37:36.962Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2022-11-26T06:37:36.962Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-11-26T06:37:36.962Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-26T06:37:36.962Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-26T06:37:36.964Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-26T06:37:36.964Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "f45f445a-ccba-405f-99d5-e2b21c2ff312", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669444656962, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-26T06:37:37.064Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-26T06:37:37.065Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-26T06:37:37.065Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:37:37.097Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:37:37.098Z||pool-47-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1} 2022-11-26T06:37:37.965Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "ee867100-e795-4f58-93ba-31ddbf774fbd", "vfModuleModelVersion": "1", "vfModuleModelUUID": "999afb50-c291-4dfd-93fe-196279104283", "vfModuleModelCustomizationUUID": "6cd2da5f-e385-48ab-89ae-7b7294265aeb", "isBase": true, "artifacts": [ "a6ba402d-f6c3-4cb6-b327-3143327c7986", "818a11f7-acc8-47ff-8153-3948b808b623", "04694f1e-9d89-4e52-8de0-feb1f2ce2a36" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_dummy", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-11-26T06:37:37.969Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:999afb50-c291-4dfd-93fe-196279104283 VfModuleModelInvariantUUID:ee867100-e795-4f58-93ba-31ddbf774fbd VfModuleModelDescription:NULL Artifacts UUID List:{ a6ba402d-f6c3-4cb6-b327-3143327c7986 , 818a11f7-acc8-47ff-8153-3948b808b623 , 04694f1e-9d89-4e52-8de0-feb1f2ce2a36 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_dummy max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-11-26T06:37:37.971Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "ee867100-e795-4f58-93ba-31ddbf774fbd", "vfModuleModelVersion": "1", "vfModuleModelUUID": "999afb50-c291-4dfd-93fe-196279104283", "vfModuleModelCustomizationUUID": "6cd2da5f-e385-48ab-89ae-7b7294265aeb", "isBase": true, "artifacts": [ "a6ba402d-f6c3-4cb6-b327-3143327c7986", "818a11f7-acc8-47ff-8153-3948b808b623", "04694f1e-9d89-4e52-8de0-feb1f2ce2a36" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_dummy", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-11-26T06:37:37.972Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:999afb50-c291-4dfd-93fe-196279104283 VfModuleModelInvariantUUID:ee867100-e795-4f58-93ba-31ddbf774fbd VfModuleModelDescription:NULL Artifacts UUID List:{ a6ba402d-f6c3-4cb6-b327-3143327c7986 , 818a11f7-acc8-47ff-8153-3948b808b623 , 04694f1e-9d89-4e52-8de0-feb1f2ce2a36 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_dummy max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-11-26T06:37:37.972Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 818a11f7-acc8-47ff-8153-3948b808b623 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-11-26T06:37:37.972Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-11-26T06:37:37.972Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-11-26T06:37:38.023Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-11-26T06:37:38.023Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 818a11f7-acc8-47ff-8153-3948b808b623 1164 2022-11-26T06:37:38.024Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2022-11-26T06:37:38.024Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-11-26T06:37:38.024Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-26T06:37:38.024Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-26T06:37:38.026Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-26T06:37:38.026Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "f45f445a-ccba-405f-99d5-e2b21c2ff312", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669444658023, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-11-26T06:37:38.126Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-26T06:37:38.127Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-26T06:37:38.128Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:37:38.140Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:37:38.140Z||pool-48-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-26T06:37:39.028Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 04694f1e-9d89-4e52-8de0-feb1f2ce2a36 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-11-26T06:37:39.028Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-11-26T06:37:39.028Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-11-26T06:37:39.093Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-11-26T06:37:39.093Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 04694f1e-9d89-4e52-8de0-feb1f2ce2a36 200 2022-11-26T06:37:39.093Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2022-11-26T06:37:39.094Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-11-26T06:37:39.094Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-26T06:37:39.094Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-26T06:37:39.096Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-26T06:37:39.096Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "f45f445a-ccba-405f-99d5-e2b21c2ff312", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669444659093, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-11-26T06:37:39.196Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-26T06:37:39.197Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-26T06:37:39.197Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:37:39.210Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:37:39.211Z||pool-49-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-26T06:37:40.097Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: d85e83a8-4aae-4511-85b6-93b00e7ea517 2022-11-26T06:37:40.097Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 f2c96d29-193d-4afe-849f-1fe54cb380be 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 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=? 2022-11-26T06:37:40.117Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-26T06:37:40.122Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@37ebbc79, org.onap.sdc.toscaparser.api.parameters.Input@5f083d2d, org.onap.sdc.toscaparser.api.parameters.Input@63d4fc4b, org.onap.sdc.toscaparser.api.parameters.Input@5f40bc41, org.onap.sdc.toscaparser.api.parameters.Input@35a2dba4] 2022-11-26T06:37:40.124Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T06:37:40.124Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-26T06:37:40.124Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 2022-11-26T06:37:40.124Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 7cdbec1b-60c9-4f6c-9b24-fdbac93d210f 2022-11-26T06:37:40.124Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 7cdbec1b-60c9-4f6c-9b24-fdbac93d210f matches Tosca VF Customization UUID: 7cdbec1b-60c9-4f6c-9b24-fdbac93d210f 2022-11-26T06:37:40.125Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 7cdbec1b-60c9-4f6c-9b24-fdbac93d210f matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-11-26T06:37:40.127Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T06:37:40.127Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-26T06:37:40.128Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 7cdbec1b-60c9-4f6c-9b24-fdbac93d210f: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2022-11-26T06:37:40.128Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3557e5fc 2022-11-26T06:37:40.128Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T06:37:40.128Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-26T06:37:40.128Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 6cd2da5f-e385-48ab-89ae-7b7294265aeb 2022-11-26T06:37:40.129Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 6cd2da5f-e385-48ab-89ae-7b7294265aeb Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-11-26T06:37:40.131Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T06:37:40.131Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-26T06:37:40.131Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-26T06:37:40.132Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T06:37:40.132Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-26T06:37:40.132Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-26T06:37:40.132Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T06:37:40.132Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-11-26T06:37:40.132Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-11-26T06:37:40.133Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=848b750a-f160-40c3-bb29-77a045b7ea1e Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-11-26T06:37:40.135Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T06:37:40.135Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-26T06:37:40.135Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-26T06:37:40.135Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T06:37:40.135Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-26T06:37:40.136Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=7cdbec1b-60c9-4f6c-9b24-fdbac93d210f Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-26T06:37:40.137Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T06:37:40.138Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-26T06:37:40.138Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid d85e83a8-4aae-4511-85b6-93b00e7ea517: basic_cnf 2022-11-26T06:37:40.138Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T06:37:40.138Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-26T06:37:40.139Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T06:37:40.139Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-26T06:37:40.139Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T06:37:40.139Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-26T06:37:40.139Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T06:37:40.139Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-26T06:37:40.140Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T06:37:40.140Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-26T06:37:40.140Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||INFO|500||Saving Service: basic_cnf Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-26T06:37:40.211Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf f2c96d29-193d-4afe-849f-1fe54cb380be 1 ASDC deployResourceStructure 2022-11-26T06:37:40.212Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2022-11-26T06:37:40.213Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource) 2022-11-26T06:37:40.213Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-11-26T06:37:40.213Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-26T06:37:40.215Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-26T06:37:40.215Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "f45f445a-ccba-405f-99d5-e2b21c2ff312", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669444660212, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-11-26T06:37:40.315Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-26T06:37:40.316Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-26T06:37:40.317Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:37:40.327Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:37:40.328Z||pool-50-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-26T06:37:41.217Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2022-11-26T06:37:41.217Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource) 2022-11-26T06:37:41.218Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-11-26T06:37:41.218Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-26T06:37:41.219Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-26T06:37:41.220Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "f45f445a-ccba-405f-99d5-e2b21c2ff312", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669444661217, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-11-26T06:37:41.320Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-26T06:37:41.321Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-26T06:37:41.321Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:37:41.350Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:37:41.351Z||pool-51-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":1,"count":1} 2022-11-26T06:37:42.221Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2022-11-26T06:37:42.221Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-11-26T06:37:42.221Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-26T06:37:42.221Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-26T06:37:42.223Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-26T06:37:42.223Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "f45f445a-ccba-405f-99d5-e2b21c2ff312", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669444662220, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-11-26T06:37:42.324Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-11-26T06:37:42.325Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-26T06:37:42.325Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:37:42.335Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:37:42.336Z||pool-52-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-26T06:37:43.224Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2022-11-26T06:37:43.224Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-11-26T06:37:43.225Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-26T06:37:43.225Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-26T06:37:43.228Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-26T06:37:43.228Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "f45f445a-ccba-405f-99d5-e2b21c2ff312", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669444663224, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-11-26T06:37:43.330Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-11-26T06:37:43.331Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-26T06:37:43.331Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:37:43.358Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:37:43.359Z||pool-53-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1} 2022-11-26T06:37:44.229Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2022-11-26T06:37:44.229Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-11-26T06:37:44.230Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-26T06:37:44.230Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-26T06:37:44.232Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-26T06:37:44.232Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "f45f445a-ccba-405f-99d5-e2b21c2ff312", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669444664229, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-11-26T06:37:44.332Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-26T06:37:44.333Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-26T06:37:44.333Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:37:44.344Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:37:44.345Z||pool-54-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-26T06:37:45.233Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-11-26T06:37:45.233Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-11-26T06:37:45.233Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-26T06:37:45.234Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-26T06:37:45.235Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-26T06:37:45.235Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "f45f445a-ccba-405f-99d5-e2b21c2ff312", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669444665233, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-11-26T06:37:45.336Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-26T06:37:45.337Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-26T06:37:45.337Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:37:45.347Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:37:45.347Z||pool-55-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-26T06:37:46.237Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f45f445a-ccba-405f-99d5-e2b21c2ff312 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-26T06:37:46.244Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f45f445a-ccba-405f-99d5-e2b21c2ff312 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-26T06:37:46.245Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-26T06:37:46.245Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-26T06:37:46.245Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-26T06:38:16.246Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f45f445a-ccba-405f-99d5-e2b21c2ff312 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-26T06:38:16.252Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f45f445a-ccba-405f-99d5-e2b21c2ff312 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-26T06:38:16.254Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-26T06:38:16.254Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-26T06:38:16.254Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-26T06:38:22.472Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T06:38:22.473Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T06:38:22.473Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:38:22.496Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:38:22.496Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-26T06:38:22.496Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f45f445a-ccba-405f-99d5-e2b21c2ff312", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669444639493, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-11-26T06:38:22.497Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-26T06:38:46.254Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f45f445a-ccba-405f-99d5-e2b21c2ff312 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-26T06:38:46.263Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f45f445a-ccba-405f-99d5-e2b21c2ff312 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-26T06:38:46.265Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-26T06:38:46.265Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-26T06:38:46.265Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-26T06:39:16.265Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f45f445a-ccba-405f-99d5-e2b21c2ff312 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-26T06:39:16.272Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f45f445a-ccba-405f-99d5-e2b21c2ff312 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-26T06:39:16.273Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-26T06:39:16.273Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-26T06:39:16.273Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-26T06:39:22.472Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T06:39:22.473Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T06:39:22.473Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:39:22.503Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:39:22.503Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-26T06:39:22.503Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f45f445a-ccba-405f-99d5-e2b21c2ff312", "consumerID": "multicloud-k8s-id", "timestamp": 1669444625385, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-11-26T06:39:22.504Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-26T06:39:46.274Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f45f445a-ccba-405f-99d5-e2b21c2ff312 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-26T06:39:46.283Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f45f445a-ccba-405f-99d5-e2b21c2ff312 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-26T06:39:46.285Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-26T06:39:46.285Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-26T06:39:46.285Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-26T06:40:16.286Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f45f445a-ccba-405f-99d5-e2b21c2ff312 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-26T06:40:16.293Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f45f445a-ccba-405f-99d5-e2b21c2ff312 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-26T06:40:16.295Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-26T06:40:16.295Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-26T06:40:16.295Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-26T06:40:22.472Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T06:40:22.473Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T06:40:22.473Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:40:22.514Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:40:22.516Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-26T06:40:22.516Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f45f445a-ccba-405f-99d5-e2b21c2ff312", "consumerID": "ves-openapi-manager", "timestamp": 1669444635040, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-11-26T06:40:22.517Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-26T06:40:22.517Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-26T06:40:22.517Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f45f445a-ccba-405f-99d5-e2b21c2ff312", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669444642470, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-26T06:40:22.517Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-26T06:40:22.517Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-26T06:40:22.517Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f45f445a-ccba-405f-99d5-e2b21c2ff312", "consumerID": "cds", "timestamp": 1669444635417, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-11-26T06:40:22.517Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-26T06:40:22.517Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-26T06:40:22.517Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f45f445a-ccba-405f-99d5-e2b21c2ff312", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669444639493, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-26T06:40:22.517Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-26T06:40:22.517Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-26T06:40:22.517Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f45f445a-ccba-405f-99d5-e2b21c2ff312", "consumerID": "multicloud-k8s-id", "timestamp": 1669444625385, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-11-26T06:40:22.518Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-26T06:40:22.518Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-26T06:40:22.518Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f45f445a-ccba-405f-99d5-e2b21c2ff312", "consumerID": "ves-openapi-manager", "timestamp": 1669444635040, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2022-11-26T06:40:22.518Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-26T06:40:22.518Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-26T06:40:22.518Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f45f445a-ccba-405f-99d5-e2b21c2ff312", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669444642470, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-11-26T06:40:22.518Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-26T06:40:22.518Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-26T06:40:22.518Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f45f445a-ccba-405f-99d5-e2b21c2ff312", "consumerID": "cds", "timestamp": 1669444635417, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-11-26T06:40:22.518Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-26T06:40:22.518Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-26T06:40:22.518Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f45f445a-ccba-405f-99d5-e2b21c2ff312", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669444639493, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-11-26T06:40:22.519Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-26T06:40:22.519Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-26T06:40:22.519Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f45f445a-ccba-405f-99d5-e2b21c2ff312", "consumerID": "multicloud-k8s-id", "timestamp": 1669444644660, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-26T06:40:22.519Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-26T06:40:22.519Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-26T06:40:22.519Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f45f445a-ccba-405f-99d5-e2b21c2ff312", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669444642470, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-11-26T06:40:22.519Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-26T06:40:22.519Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-26T06:40:22.519Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f45f445a-ccba-405f-99d5-e2b21c2ff312", "consumerID": "cds", "timestamp": 1669444635417, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-11-26T06:40:22.519Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-26T06:40:22.519Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-26T06:40:22.519Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f45f445a-ccba-405f-99d5-e2b21c2ff312", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669444639493, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-26T06:40:22.520Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-26T06:40:22.520Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-26T06:40:22.520Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f45f445a-ccba-405f-99d5-e2b21c2ff312", "consumerID": "multicloud-k8s-id", "timestamp": 1669444645781, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-11-26T06:40:22.520Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-26T06:40:22.520Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-26T06:40:22.520Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f45f445a-ccba-405f-99d5-e2b21c2ff312", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669444642470, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-11-26T06:40:22.520Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-26T06:40:22.520Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-26T06:40:22.520Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f45f445a-ccba-405f-99d5-e2b21c2ff312", "consumerID": "cds", "timestamp": 1669444645243, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-26T06:40:22.520Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-26T06:40:22.520Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-26T06:40:22.520Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f45f445a-ccba-405f-99d5-e2b21c2ff312", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669444639493, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-11-26T06:40:22.521Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-26T06:40:22.521Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-26T06:40:22.521Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f45f445a-ccba-405f-99d5-e2b21c2ff312", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669444642470, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-11-26T06:40:22.521Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-26T06:40:22.521Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-26T06:40:22.521Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f45f445a-ccba-405f-99d5-e2b21c2ff312", "consumerID": "aai-ml", "timestamp": 1669444645321, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-26T06:40:22.521Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-26T06:40:22.521Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-26T06:40:22.521Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f45f445a-ccba-405f-99d5-e2b21c2ff312", "consumerID": "multicloud-k8s-id", "timestamp": 1669444646923, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-11-26T06:40:22.521Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-26T06:40:22.521Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-26T06:40:22.521Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f45f445a-ccba-405f-99d5-e2b21c2ff312", "consumerID": "cds", "timestamp": 1669444646256, "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=? 2022-11-26T06:40:22.526Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f45f445a-ccba-405f-99d5-e2b21c2ff312 2022-11-26T06:40:22.527Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f45f445a-ccba-405f-99d5-e2b21c2ff312 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-26T06:40:22.536Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-26T06:40:22.536Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f45f445a-ccba-405f-99d5-e2b21c2ff312", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669444639493, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-11-26T06:40:22.536Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-26T06:40:22.536Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-26T06:40:22.537Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f45f445a-ccba-405f-99d5-e2b21c2ff312", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669444642470, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-26T06:40:22.537Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-26T06:40:22.537Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-26T06:40:22.537Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f45f445a-ccba-405f-99d5-e2b21c2ff312", "consumerID": "aai-ml", "timestamp": 1669444645321, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-11-26T06:40:22.537Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-26T06:40:22.537Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-26T06:40:22.537Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f45f445a-ccba-405f-99d5-e2b21c2ff312", "consumerID": "multicloud-k8s-id", "timestamp": 1669444648037, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-11-26T06:40:22.538Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-26T06:40:22.538Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-26T06:40:22.538Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f45f445a-ccba-405f-99d5-e2b21c2ff312", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669444639493, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-11-26T06:40:22.538Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-26T06:40:22.538Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-26T06:40:22.538Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f45f445a-ccba-405f-99d5-e2b21c2ff312", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669444642470, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-11-26T06:40:22.538Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-26T06:40:22.538Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-26T06:40:22.538Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f45f445a-ccba-405f-99d5-e2b21c2ff312", "consumerID": "aai-ml", "timestamp": 1669444645321, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-11-26T06:40:22.538Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-26T06:40:22.538Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-26T06:40:22.538Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f45f445a-ccba-405f-99d5-e2b21c2ff312", "consumerID": "multicloud-k8s-id", "timestamp": 1669444649112, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-26T06:40:22.541Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f45f445a-ccba-405f-99d5-e2b21c2ff312 2022-11-26T06:40:22.541Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f45f445a-ccba-405f-99d5-e2b21c2ff312 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-26T06:40:22.548Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-26T06:40:22.548Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f45f445a-ccba-405f-99d5-e2b21c2ff312", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669444649302, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-26T06:40:22.548Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-26T06:40:22.548Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-26T06:40:22.548Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f45f445a-ccba-405f-99d5-e2b21c2ff312", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669444642470, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-11-26T06:40:22.549Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-26T06:40:22.549Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-26T06:40:22.549Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f45f445a-ccba-405f-99d5-e2b21c2ff312", "consumerID": "aai-ml", "timestamp": 1669444645321, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-26T06:40:22.549Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-26T06:40:22.549Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-26T06:40:22.549Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f45f445a-ccba-405f-99d5-e2b21c2ff312", "consumerID": "multicloud-k8s-id", "timestamp": 1669444650124, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-11-26T06:40:22.549Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-26T06:40:22.549Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-26T06:40:22.549Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f45f445a-ccba-405f-99d5-e2b21c2ff312", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669444642470, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-11-26T06:40:22.549Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-26T06:40:22.549Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-26T06:40:22.549Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f45f445a-ccba-405f-99d5-e2b21c2ff312", "consumerID": "aai-ml", "timestamp": 1669444645321, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-11-26T06:40:22.550Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-26T06:40:22.550Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-26T06:40:22.550Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f45f445a-ccba-405f-99d5-e2b21c2ff312", "consumerID": "aai-ml", "timestamp": 1669444645321, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-26T06:40:22.550Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-26T06:40:22.550Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-26T06:40:22.550Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f45f445a-ccba-405f-99d5-e2b21c2ff312", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669444652292, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-26T06:40:22.550Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-26T06:40:22.550Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-26T06:40:22.550Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f45f445a-ccba-405f-99d5-e2b21c2ff312", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669444652029, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-11-26T06:40:22.550Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-26T06:40:22.550Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-26T06:40:22.550Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f45f445a-ccba-405f-99d5-e2b21c2ff312", "consumerID": "aai-ml", "timestamp": 1669444645321, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-11-26T06:40:22.550Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-26T06:40:22.551Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-26T06:40:22.551Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f45f445a-ccba-405f-99d5-e2b21c2ff312", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669444653035, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-26T06:40:22.554Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f45f445a-ccba-405f-99d5-e2b21c2ff312 2022-11-26T06:40:22.554Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f45f445a-ccba-405f-99d5-e2b21c2ff312 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-26T06:40:22.559Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-26T06:40:22.560Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f45f445a-ccba-405f-99d5-e2b21c2ff312", "consumerID": "aai-ml", "timestamp": 1669444645321, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-11-26T06:40:22.560Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-26T06:40:22.560Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-26T06:40:22.560Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f45f445a-ccba-405f-99d5-e2b21c2ff312", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669444654844, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-11-26T06:40:22.560Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-26T06:40:22.560Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-26T06:40:22.560Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f45f445a-ccba-405f-99d5-e2b21c2ff312", "consumerID": "aai-ml", "timestamp": 1669444645321, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-11-26T06:40:22.560Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-26T06:40:22.560Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-26T06:40:22.560Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f45f445a-ccba-405f-99d5-e2b21c2ff312", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669444655901, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-11-26T06:40:22.561Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-26T06:40:22.561Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-26T06:40:22.561Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f45f445a-ccba-405f-99d5-e2b21c2ff312", "consumerID": "aai-ml", "timestamp": 1669444655125, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-26T06:40:22.561Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-26T06:40:22.561Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-26T06:40:22.561Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f45f445a-ccba-405f-99d5-e2b21c2ff312", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669444656962, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-26T06:40:22.561Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-26T06:40:22.561Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-26T06:40:22.561Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f45f445a-ccba-405f-99d5-e2b21c2ff312", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669444658023, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-11-26T06:40:22.561Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-26T06:40:22.561Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-26T06:40:22.561Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f45f445a-ccba-405f-99d5-e2b21c2ff312", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669444659093, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-11-26T06:40:22.562Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-26T06:40:22.562Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-26T06:40:22.562Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f45f445a-ccba-405f-99d5-e2b21c2ff312", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669444660212, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-11-26T06:40:22.562Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-26T06:40:22.562Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-26T06:40:22.562Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f45f445a-ccba-405f-99d5-e2b21c2ff312", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669444661217, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-11-26T06:40:22.562Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-26T06:40:22.562Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-26T06:40:22.562Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f45f445a-ccba-405f-99d5-e2b21c2ff312", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669444662220, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-11-26T06:40:22.562Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-26T06:40:22.562Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-26T06:40:22.562Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f45f445a-ccba-405f-99d5-e2b21c2ff312", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669444663224, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-11-26T06:40:22.562Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-26T06:40:22.562Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-26T06:40:22.563Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f45f445a-ccba-405f-99d5-e2b21c2ff312", "consumerID": "aai-ml", "timestamp": 1669444662526, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-11-26T06:40:22.563Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-26T06:40:22.563Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-26T06:40:22.563Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f45f445a-ccba-405f-99d5-e2b21c2ff312", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669444664229, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-11-26T06:40:22.563Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-26T06:40:22.563Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-26T06:40:22.563Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f45f445a-ccba-405f-99d5-e2b21c2ff312", "consumerID": "aai-ml", "timestamp": 1669444663536, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-26T06:40:22.566Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f45f445a-ccba-405f-99d5-e2b21c2ff312 2022-11-26T06:40:22.566Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f45f445a-ccba-405f-99d5-e2b21c2ff312 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-26T06:40:22.571Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-26T06:40:22.571Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f45f445a-ccba-405f-99d5-e2b21c2ff312", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669444665233, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-11-26T06:40:22.571Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-26T06:40:22.571Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-26T06:40:22.571Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "279849e1-c6ca-4b40-9209-229346966149", "consumerID": "cds", "timestamp": 1669444680417, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-11-26T06:40:22.571Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-26T06:40:22.571Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-26T06:40:22.572Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "279849e1-c6ca-4b40-9209-229346966149", "consumerID": "ves-openapi-manager", "timestamp": 1669444675040, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-11-26T06:40:22.572Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-26T06:40:22.572Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-26T06:40:22.572Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "279849e1-c6ca-4b40-9209-229346966149", "consumerID": "aai-ml", "timestamp": 1669444675321, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-11-26T06:40:22.572Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-26T06:40:22.572Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-26T06:40:22.572Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "279849e1-c6ca-4b40-9209-229346966149", "consumerID": "cds", "timestamp": 1669444680417, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-11-26T06:40:22.572Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-26T06:40:22.572Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-26T06:40:22.572Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "279849e1-c6ca-4b40-9209-229346966149", "consumerID": "ves-openapi-manager", "timestamp": 1669444675040, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2022-11-26T06:40:22.572Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-26T06:40:22.572Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-26T06:40:22.573Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "279849e1-c6ca-4b40-9209-229346966149", "consumerID": "aai-ml", "timestamp": 1669444675321, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-11-26T06:40:22.573Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-26T06:40:22.573Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-26T06:40:22.573Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "279849e1-c6ca-4b40-9209-229346966149", "consumerID": "aai-ml", "timestamp": 1669444684692, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-26T06:40:22.573Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-26T06:40:22.573Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-26T06:40:22.573Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "279849e1-c6ca-4b40-9209-229346966149", "consumerID": "cds", "timestamp": 1669444684685, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-26T06:40:22.573Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-26T06:40:22.573Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-26T06:40:22.573Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "279849e1-c6ca-4b40-9209-229346966149", "consumerID": "multicloud-k8s-id", "timestamp": 1669444685385, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-11-26T06:40:22.573Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-26T06:40:22.573Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-26T06:40:22.574Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "279849e1-c6ca-4b40-9209-229346966149", "consumerID": "cds", "timestamp": 1669444685691, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-26T06:40:22.580Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 279849e1-c6ca-4b40-9209-229346966149 2022-11-26T06:40:22.580Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 279849e1-c6ca-4b40-9209-229346966149 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-26T06:40:22.588Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-26T06:40:22.588Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "279849e1-c6ca-4b40-9209-229346966149", "consumerID": "multicloud-k8s-id", "timestamp": 1669444685385, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-11-26T06:40:22.588Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-26T06:40:22.588Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-26T06:40:22.588Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "279849e1-c6ca-4b40-9209-229346966149", "consumerID": "aai-ml", "timestamp": 1669444688681, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-11-26T06:40:22.589Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-26T06:40:22.589Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-26T06:40:22.589Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "279849e1-c6ca-4b40-9209-229346966149", "consumerID": "aai-ml", "timestamp": 1669444689684, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-26T06:40:22.591Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 279849e1-c6ca-4b40-9209-229346966149 2022-11-26T06:40:22.591Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 279849e1-c6ca-4b40-9209-229346966149 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-26T06:40:22.596Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-26T06:40:22.596Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "279849e1-c6ca-4b40-9209-229346966149", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669444699492, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-11-26T06:40:22.596Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-26T06:40:22.596Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-26T06:40:22.596Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "279849e1-c6ca-4b40-9209-229346966149", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669444699492, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-11-26T06:40:22.596Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-26T06:40:46.295Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f45f445a-ccba-405f-99d5-e2b21c2ff312 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-26T06:40:46.302Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f45f445a-ccba-405f-99d5-e2b21c2ff312 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-26T06:40:46.308Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-26T06:40:46.309Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-26T06:40:46.309Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-26T06:40:46.309Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-26T06:40:46.309Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-26T06:40:46.309Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-26T06:40:46.309Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-26T06:40:46.309Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-26T06:40:46.309Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-26T06:40:46.309Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-26T06:40:46.312Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-26T06:41:16.312Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f45f445a-ccba-405f-99d5-e2b21c2ff312 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-11-26T06:41:16.321Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f45f445a-ccba-405f-99d5-e2b21c2ff312 and serviceModelVersionId: d85e83a8-4aae-4511-85b6-93b00e7ea517 2022-11-26T06:41:16.321Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e08927ad-d945-4f8e-b7db-33ab6e20ae46 2022-11-26T06:41:16.323Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e08927ad-d945-4f8e-b7db-33ab6e20ae46/model-vers/model-ver/d85e83a8-4aae-4511-85b6-93b00e7ea517?depth=0 2022-11-26T06:41:16.328Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2022-11-26T06:41:16.380Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e08927ad-d945-4f8e-b7db-33ab6e20ae46/model-vers/model-ver/d85e83a8-4aae-4511-85b6-93b00e7ea517?depth=0|INFO|500||Invoke 2022-11-26T06:41:16.381Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e08927ad-d945-4f8e-b7db-33ab6e20ae46/model-vers/model-ver/d85e83a8-4aae-4511-85b6-93b00e7ea517?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e08927ad-d945-4f8e-b7db-33ab6e20ae46/model-vers/model-ver/d85e83a8-4aae-4511-85b6-93b00e7ea517?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f45f445a-ccba-405f-99d5-e2b21c2ff312], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[6b26f17c-7404-4d26-9692-0ba32b6a697c], X-ECOMP-RequestID=[f45f445a-ccba-405f-99d5-e2b21c2ff312], X-TransactionId=[], X-ONAP-RequestID=[f45f445a-ccba-405f-99d5-e2b21c2ff312], Content-Type=[application/merge-patch+json]} 2022-11-26T06:41:16.407Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e08927ad-d945-4f8e-b7db-33ab6e20ae46/model-vers/model-ver/d85e83a8-4aae-4511-85b6-93b00e7ea517?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-26T06:41:16.576Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e08927ad-d945-4f8e-b7db-33ab6e20ae46/model-vers/model-ver/d85e83a8-4aae-4511-85b6-93b00e7ea517?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/e08927ad-d945-4f8e-b7db-33ab6e20ae46/model-vers/model-ver/d85e83a8-4aae-4511-85b6-93b00e7ea517?depth=0 has http status code:200 and response headers:{date=[Sat, 26 Nov 2022 06:41:15 GMT], content-length=[0], vertex-id=[184392], x-aai-txid=[1-aai-resources-221126-06:41:15:072-59179], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2022-11-26T06:41:16.576Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e08927ad-d945-4f8e-b7db-33ab6e20ae46/model-vers/model-ver/d85e83a8-4aae-4511-85b6-93b00e7ea517?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-11-26T06:41:16.577Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e08927ad-d945-4f8e-b7db-33ab6e20ae46/model-vers/model-ver/d85e83a8-4aae-4511-85b6-93b00e7ea517?depth=0|INFO|500||InvokeReturn 2022-11-26T06:41:16.577Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-26T06:41:16.578Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-26T06:41:16.588Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-11-26T06:41:16.588Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f45f445a-ccba-405f-99d5-e2b21c2ff312 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-26T06:41:16.589Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-26T06:41:16.589Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-26T06:41:16.593Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-26T06:41:16.593Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "f45f445a-ccba-405f-99d5-e2b21c2ff312", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669444876588, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-26T06:41:16.694Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-26T06:41:16.695Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-26T06:41:16.695Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:41:16.712Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:41:16.713Z||pool-56-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-11-26T06:41:17.603Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T06:41:17.604Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T06:41:17.604Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:41:22.473Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T06:41:22.475Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T06:41:22.475Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:41:22.501Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:41:22.503Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-26T06:41:22.503Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "279849e1-c6ca-4b40-9209-229346966149", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669444702276, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-26T06:41:22.504Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-26T06:41:22.505Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-26T06:41:22.505Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "279849e1-c6ca-4b40-9209-229346966149", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669444704090, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-11-26T06:41:22.505Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-26T06:41:22.505Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-26T06:41:22.505Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "279849e1-c6ca-4b40-9209-229346966149", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669444705099, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-26T06:41:22.512Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 279849e1-c6ca-4b40-9209-229346966149 2022-11-26T06:41:22.512Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 279849e1-c6ca-4b40-9209-229346966149 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-26T06:41:22.518Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-26T06:41:22.518Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4547cbef-3781-45b6-a5ab-ad3ae63ca411", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669444729492, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTzkm0gruqz5cfzgqqkm5/1.0/resourceInstances/pnfb4208f5a72d50/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-26T06:41:22.518Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-26T06:41:22.519Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-26T06:41:22.519Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4547cbef-3781-45b6-a5ab-ad3ae63ca411", "consumerID": "cds", "timestamp": 1669444725417, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTzkm0gruqz5cfzgqqkm5/1.0/resourceInstances/pnfb4208f5a72d50/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-26T06:41:22.519Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-26T06:41:22.519Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-26T06:41:22.519Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4547cbef-3781-45b6-a5ab-ad3ae63ca411", "consumerID": "ves-openapi-manager", "timestamp": 1669444735040, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTzkm0gruqz5cfzgqqkm5/1.0/resourceInstances/pnfb4208f5a72d50/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-26T06:41:22.519Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-26T06:41:22.519Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-26T06:41:22.519Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4547cbef-3781-45b6-a5ab-ad3ae63ca411", "consumerID": "cds", "timestamp": 1669444725417, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTzkm0gruqz5cfzgqqkm5/1.0/resourceInstances/pnfb4208f5a72d50/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-26T06:41:22.519Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-26T06:41:22.519Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-26T06:41:22.520Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4547cbef-3781-45b6-a5ab-ad3ae63ca411", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669444729492, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTzkm0gruqz5cfzgqqkm5/1.0/resourceInstances/pnfb4208f5a72d50/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-26T06:41:22.520Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-26T06:41:22.520Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-26T06:41:22.520Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4547cbef-3781-45b6-a5ab-ad3ae63ca411", "consumerID": "ves-openapi-manager", "timestamp": 1669444735040, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTzkm0gruqz5cfzgqqkm5/1.0/resourceInstances/pnfb4208f5a72d50/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-26T06:41:22.520Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-26T06:41:22.520Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-26T06:41:22.520Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4547cbef-3781-45b6-a5ab-ad3ae63ca411", "consumerID": "aai-ml", "timestamp": 1669444735321, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTzkm0gruqz5cfzgqqkm5/1.0/resourceInstances/pnfb4208f5a72d50/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-26T06:41:22.520Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-26T06:41:22.520Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-26T06:41:22.520Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4547cbef-3781-45b6-a5ab-ad3ae63ca411", "consumerID": "cds", "timestamp": 1669444725417, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTzkm0gruqz5cfzgqqkm5/1.0/resourceInstances/pnfb4208f5a72d50/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-26T06:41:22.521Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-26T06:41:22.521Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-26T06:41:22.521Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4547cbef-3781-45b6-a5ab-ad3ae63ca411", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669444729492, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTzkm0gruqz5cfzgqqkm5/1.0/resourceInstances/pnfb4208f5a72d50/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-26T06:41:22.521Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-26T06:41:22.521Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-26T06:41:22.521Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4547cbef-3781-45b6-a5ab-ad3ae63ca411", "consumerID": "ves-openapi-manager", "timestamp": 1669444735040, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTzkm0gruqz5cfzgqqkm5/1.0/resourceInstances/pnfb4208f5a72d50/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-26T06:41:22.521Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-26T06:41:22.521Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-26T06:41:22.521Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4547cbef-3781-45b6-a5ab-ad3ae63ca411", "consumerID": "aai-ml", "timestamp": 1669444735321, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTzkm0gruqz5cfzgqqkm5/1.0/resourceInstances/pnfb4208f5a72d50/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-26T06:41:22.521Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-26T06:41:22.521Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-26T06:41:22.522Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4547cbef-3781-45b6-a5ab-ad3ae63ca411", "consumerID": "cds", "timestamp": 1669444725417, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTzkm0gruqz5cfzgqqkm5/1.0/resourceInstances/pnfb4208f5a72d50/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-26T06:41:22.522Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-26T06:41:22.522Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-26T06:41:22.522Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4547cbef-3781-45b6-a5ab-ad3ae63ca411", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669444729492, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTzkm0gruqz5cfzgqqkm5/1.0/resourceInstances/pnfb4208f5a72d50/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-26T06:41:22.522Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-26T06:41:22.522Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-26T06:41:22.522Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4547cbef-3781-45b6-a5ab-ad3ae63ca411", "consumerID": "ves-openapi-manager", "timestamp": 1669444735040, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTzkm0gruqz5cfzgqqkm5/1.0/resourceInstances/pnfb4208f5a72d50/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-26T06:41:22.522Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-26T06:41:22.522Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-26T06:41:22.522Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4547cbef-3781-45b6-a5ab-ad3ae63ca411", "consumerID": "aai-ml", "timestamp": 1669444735321, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTzkm0gruqz5cfzgqqkm5/1.0/resourceInstances/pnfb4208f5a72d50/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-26T06:41:22.522Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-26T06:41:22.523Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-26T06:41:22.523Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4547cbef-3781-45b6-a5ab-ad3ae63ca411", "consumerID": "cds", "timestamp": 1669444725417, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTzkm0gruqz5cfzgqqkm5/1.0/resourceInstances/pnfb4208f5a72d50/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-26T06:41:22.523Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-26T06:41:22.523Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-26T06:41:22.523Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4547cbef-3781-45b6-a5ab-ad3ae63ca411", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669444729492, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTzkm0gruqz5cfzgqqkm5/1.0/resourceInstances/pnfb4208f5a72d50/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-26T06:41:22.523Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-26T06:41:22.523Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-26T06:41:22.523Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4547cbef-3781-45b6-a5ab-ad3ae63ca411", "consumerID": "ves-openapi-manager", "timestamp": 1669444735040, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTzkm0gruqz5cfzgqqkm5/1.0/resourceInstances/pnfb4208f5a72d50/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-26T06:41:22.523Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-26T06:41:22.523Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-26T06:41:22.523Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4547cbef-3781-45b6-a5ab-ad3ae63ca411", "consumerID": "aai-ml", "timestamp": 1669444735321, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTzkm0gruqz5cfzgqqkm5/1.0/resourceInstances/pnfb4208f5a72d50/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-26T06:41:22.524Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-26T06:41:22.524Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-26T06:41:22.524Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4547cbef-3781-45b6-a5ab-ad3ae63ca411", "consumerID": "cds", "timestamp": 1669444725417, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTzkm0gruqz5cfzgqqkm5/1.0/resourceInstances/pnfb4208f5a72d50/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-26T06:41:22.524Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-26T06:41:22.524Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-26T06:41:22.524Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4547cbef-3781-45b6-a5ab-ad3ae63ca411", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669444729492, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTzkm0gruqz5cfzgqqkm5/1.0/resourceInstances/pnfb4208f5a72d50/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-26T06:41:22.524Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-26T06:41:22.524Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-26T06:41:22.524Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4547cbef-3781-45b6-a5ab-ad3ae63ca411", "consumerID": "ves-openapi-manager", "timestamp": 1669444735040, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTzkm0gruqz5cfzgqqkm5/1.0/resourceInstances/pnfb4208f5a72d50/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-11-26T06:41:22.524Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-26T06:41:22.525Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-26T06:41:22.525Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4547cbef-3781-45b6-a5ab-ad3ae63ca411", "consumerID": "aai-ml", "timestamp": 1669444735321, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTzkm0gruqz5cfzgqqkm5/1.0/resourceInstances/pnfb4208f5a72d50/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-26T06:41:22.525Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-26T06:41:22.525Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-26T06:41:22.525Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4547cbef-3781-45b6-a5ab-ad3ae63ca411", "consumerID": "cds", "timestamp": 1669444725417, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTzkm0gruqz5cfzgqqkm5/1.0/artifacts/service-DemoPnfTzkm0gruqz5cfzgqqkm5-template.yml", "status": "NOT_NOTIFIED" } 2022-11-26T06:41:22.525Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-26T06:41:22.525Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-26T06:41:22.525Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4547cbef-3781-45b6-a5ab-ad3ae63ca411", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669444729492, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTzkm0gruqz5cfzgqqkm5/1.0/artifacts/service-DemoPnfTzkm0gruqz5cfzgqqkm5-template.yml", "status": "NOT_NOTIFIED" } 2022-11-26T06:41:22.525Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-26T06:41:22.525Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-26T06:41:22.525Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4547cbef-3781-45b6-a5ab-ad3ae63ca411", "consumerID": "ves-openapi-manager", "timestamp": 1669444735040, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTzkm0gruqz5cfzgqqkm5/1.0/artifacts/service-DemoPnfTzkm0gruqz5cfzgqqkm5-template.yml", "status": "NOT_NOTIFIED" } 2022-11-26T06:41:22.526Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-26T06:41:22.526Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-26T06:41:22.526Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4547cbef-3781-45b6-a5ab-ad3ae63ca411", "consumerID": "aai-ml", "timestamp": 1669444735321, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTzkm0gruqz5cfzgqqkm5/1.0/resourceInstances/pnfb4208f5a72d50/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-26T06:41:22.526Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-26T06:41:22.526Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-26T06:41:22.526Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4547cbef-3781-45b6-a5ab-ad3ae63ca411", "consumerID": "cds", "timestamp": 1669444725417, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTzkm0gruqz5cfzgqqkm5/1.0/artifacts/service-DemoPnfTzkm0gruqz5cfzgqqkm5-csar.csar", "status": "NOTIFIED" } 2022-11-26T06:41:22.526Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-26T06:41:22.526Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-26T06:41:22.526Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4547cbef-3781-45b6-a5ab-ad3ae63ca411", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669444729492, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTzkm0gruqz5cfzgqqkm5/1.0/artifacts/service-DemoPnfTzkm0gruqz5cfzgqqkm5-csar.csar", "status": "NOTIFIED" } 2022-11-26T06:41:22.526Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-26T06:41:22.527Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-26T06:41:22.527Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4547cbef-3781-45b6-a5ab-ad3ae63ca411", "consumerID": "ves-openapi-manager", "timestamp": 1669444735040, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTzkm0gruqz5cfzgqqkm5/1.0/artifacts/service-DemoPnfTzkm0gruqz5cfzgqqkm5-csar.csar", "status": "NOT_NOTIFIED" } 2022-11-26T06:41:22.527Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-26T06:41:22.527Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-26T06:41:22.527Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4547cbef-3781-45b6-a5ab-ad3ae63ca411", "consumerID": "aai-ml", "timestamp": 1669444735321, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTzkm0gruqz5cfzgqqkm5/1.0/artifacts/service-DemoPnfTzkm0gruqz5cfzgqqkm5-template.yml", "status": "NOT_NOTIFIED" } 2022-11-26T06:41:22.527Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-26T06:41:22.527Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-26T06:41:22.527Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4547cbef-3781-45b6-a5ab-ad3ae63ca411", "consumerID": "cds", "timestamp": 1669444742772, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTzkm0gruqz5cfzgqqkm5/1.0/artifacts/service-DemoPnfTzkm0gruqz5cfzgqqkm5-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-26T06:41:22.527Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-26T06:41:22.527Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-26T06:41:22.527Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4547cbef-3781-45b6-a5ab-ad3ae63ca411", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669444743694, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTzkm0gruqz5cfzgqqkm5/1.0/artifacts/service-DemoPnfTzkm0gruqz5cfzgqqkm5-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-26T06:41:22.528Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-26T06:41:22.528Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-26T06:41:22.528Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4547cbef-3781-45b6-a5ab-ad3ae63ca411", "consumerID": "ves-openapi-manager", "timestamp": 1669444743878, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTzkm0gruqz5cfzgqqkm5/1.0/resourceInstances/pnfb4208f5a72d50/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-11-26T06:41:22.528Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-26T06:41:22.528Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-26T06:41:22.528Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4547cbef-3781-45b6-a5ab-ad3ae63ca411", "consumerID": "aai-ml", "timestamp": 1669444735321, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTzkm0gruqz5cfzgqqkm5/1.0/artifacts/service-DemoPnfTzkm0gruqz5cfzgqqkm5-csar.csar", "status": "NOTIFIED" } 2022-11-26T06:41:22.528Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-26T06:41:22.553Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-26T06:41:22.553Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4547cbef-3781-45b6-a5ab-ad3ae63ca411", "consumerID": "cds", "timestamp": 1669444743779, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTzkm0gruqz5cfzgqqkm5/1.0/artifacts/service-DemoPnfTzkm0gruqz5cfzgqqkm5-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-26T06:41:22.574Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4547cbef-3781-45b6-a5ab-ad3ae63ca411 2022-11-26T06:41:22.574Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4547cbef-3781-45b6-a5ab-ad3ae63ca411 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-26T06:41:22.579Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-26T06:41:22.579Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4547cbef-3781-45b6-a5ab-ad3ae63ca411", "consumerID": "aai-ml", "timestamp": 1669444744100, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTzkm0gruqz5cfzgqqkm5/1.0/artifacts/service-DemoPnfTzkm0gruqz5cfzgqqkm5-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-26T06:41:22.579Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-26T06:41:22.579Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-26T06:41:22.579Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4547cbef-3781-45b6-a5ab-ad3ae63ca411", "consumerID": "ves-openapi-manager", "timestamp": 1669444745169, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTzkm0gruqz5cfzgqqkm5/1.0/resourceInstances/pnfb4208f5a72d50/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-11-26T06:41:22.579Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-26T06:41:22.579Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-26T06:41:22.579Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4547cbef-3781-45b6-a5ab-ad3ae63ca411", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669444745728, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTzkm0gruqz5cfzgqqkm5/1.0/artifacts/service-DemoPnfTzkm0gruqz5cfzgqqkm5-csar.csar", "status": "DEPLOY_OK" } 2022-11-26T06:41:22.580Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-26T06:41:22.580Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-26T06:41:22.580Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4547cbef-3781-45b6-a5ab-ad3ae63ca411", "consumerID": "multicloud-k8s-id", "timestamp": 1669444745386, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTzkm0gruqz5cfzgqqkm5/1.0/resourceInstances/pnfb4208f5a72d50/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-26T06:41:22.580Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-26T06:41:22.580Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-26T06:41:22.580Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4547cbef-3781-45b6-a5ab-ad3ae63ca411", "consumerID": "ves-openapi-manager", "timestamp": 1669444746174, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-26T06:41:22.582Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 4547cbef-3781-45b6-a5ab-ad3ae63ca411 2022-11-26T06:41:22.582Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4547cbef-3781-45b6-a5ab-ad3ae63ca411 and ComponentName Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-26T06:41:22.587Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-26T06:41:22.587Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4547cbef-3781-45b6-a5ab-ad3ae63ca411", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669444746734, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-26T06:41:22.589Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4547cbef-3781-45b6-a5ab-ad3ae63ca411 2022-11-26T06:41:22.589Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4547cbef-3781-45b6-a5ab-ad3ae63ca411 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-26T06:41:22.593Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-26T06:41:22.594Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4547cbef-3781-45b6-a5ab-ad3ae63ca411", "consumerID": "multicloud-k8s-id", "timestamp": 1669444745386, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTzkm0gruqz5cfzgqqkm5/1.0/resourceInstances/pnfb4208f5a72d50/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-26T06:41:22.594Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-26T06:41:22.594Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-26T06:41:22.594Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4547cbef-3781-45b6-a5ab-ad3ae63ca411", "consumerID": "multicloud-k8s-id", "timestamp": 1669444745386, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTzkm0gruqz5cfzgqqkm5/1.0/resourceInstances/pnfb4208f5a72d50/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-26T06:41:22.594Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-26T06:41:22.594Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-26T06:41:22.594Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4547cbef-3781-45b6-a5ab-ad3ae63ca411", "consumerID": "multicloud-k8s-id", "timestamp": 1669444745386, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTzkm0gruqz5cfzgqqkm5/1.0/resourceInstances/pnfb4208f5a72d50/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-26T06:41:22.594Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-26T06:41:22.594Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-26T06:41:22.595Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4547cbef-3781-45b6-a5ab-ad3ae63ca411", "consumerID": "multicloud-k8s-id", "timestamp": 1669444745386, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTzkm0gruqz5cfzgqqkm5/1.0/resourceInstances/pnfb4208f5a72d50/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-26T06:41:22.595Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-26T06:41:22.595Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-26T06:41:22.595Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4547cbef-3781-45b6-a5ab-ad3ae63ca411", "consumerID": "aai-ml", "timestamp": 1669444749115, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTzkm0gruqz5cfzgqqkm5/1.0/artifacts/service-DemoPnfTzkm0gruqz5cfzgqqkm5-csar.csar", "status": "DEPLOY_OK" } 2022-11-26T06:41:22.595Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-26T06:41:22.595Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-26T06:41:22.595Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4547cbef-3781-45b6-a5ab-ad3ae63ca411", "consumerID": "multicloud-k8s-id", "timestamp": 1669444745386, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTzkm0gruqz5cfzgqqkm5/1.0/resourceInstances/pnfb4208f5a72d50/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-26T06:41:22.595Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-26T06:41:22.596Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-26T06:41:22.596Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4547cbef-3781-45b6-a5ab-ad3ae63ca411", "consumerID": "aai-ml", "timestamp": 1669444750122, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-26T06:41:22.599Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4547cbef-3781-45b6-a5ab-ad3ae63ca411 2022-11-26T06:41:22.599Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4547cbef-3781-45b6-a5ab-ad3ae63ca411 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-26T06:41:22.605Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-26T06:41:22.605Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4547cbef-3781-45b6-a5ab-ad3ae63ca411", "consumerID": "multicloud-k8s-id", "timestamp": 1669444745386, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTzkm0gruqz5cfzgqqkm5/1.0/artifacts/service-DemoPnfTzkm0gruqz5cfzgqqkm5-template.yml", "status": "NOT_NOTIFIED" } 2022-11-26T06:41:22.605Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-26T06:41:22.605Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-26T06:41:22.605Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4547cbef-3781-45b6-a5ab-ad3ae63ca411", "consumerID": "multicloud-k8s-id", "timestamp": 1669444745386, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTzkm0gruqz5cfzgqqkm5/1.0/artifacts/service-DemoPnfTzkm0gruqz5cfzgqqkm5-csar.csar", "status": "NOTIFIED" } 2022-11-26T06:41:22.605Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-26T06:41:23.210Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:41:23.211Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-26T06:41:23.211Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"279849e1-c6ca-4b40-9209-229346966149","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"815cfa59-58bd-454c-98e8-5ecccd3f9fb7","serviceDescription":"service","serviceInvariantUUID":"de56dcdf-0ae2-4f8f-a54f-a6f847737c1a","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"06495d74-43e5-415f-8b6d-2f00d4559614","resourceInvariantUUID":"706d1dc9-ac64-4796-a8bc-a2fb966356b5","resourceCustomizationUUID":"d832ab4f-e19f-4443-8247-3e03bdaabca7","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":"MWNiOTAwMjc3Y2M1YzMwNzE5MjgyY2U0M2ZjNmQ3NGQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d0251eb4-9cf9-4b60-8edb-9f8e62e1f82d","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YWZhYTlkOGVmZTYzMjg3ZTFmNWRhN2EyMzc0NDI1NmE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3f5607f4-0cdd-46f3-a145-016e84a80373","artifactVersion":"1"}],"workloadContext":"Production"} 2022-11-26T06:41:23.214Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-26T06:41:23.214Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-26T06:41:23.217Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-26T06:41:23.217Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "279849e1-c6ca-4b40-9209-229346966149", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669444877603, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-11-26T06:41:23.319Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-11-26T06:41:23.320Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-26T06:41:23.320Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:41:23.335Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:41:23.335Z||pool-57-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-11-26T06:41:24.218Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-26T06:41:24.218Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-26T06:41:24.220Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-26T06:41:24.220Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "279849e1-c6ca-4b40-9209-229346966149", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669444877603, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-11-26T06:41:24.320Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-26T06:41:24.322Z||pool-58-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-26T06:41:24.322Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:41:24.334Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:41:24.334Z||pool-58-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-26T06:41:25.221Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "279849e1-c6ca-4b40-9209-229346966149", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "815cfa59-58bd-454c-98e8-5ecccd3f9fb7", "serviceDescription": "service", "serviceInvariantUUID": "de56dcdf-0ae2-4f8f-a54f-a6f847737c1a", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "d832ab4f-e19f-4443-8247-3e03bdaabca7", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "06495d74-43e5-415f-8b6d-2f00d4559614", "resourceInvariantUUID": "706d1dc9-ac64-4796-a8bc-a2fb966356b5", "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": "YWZhYTlkOGVmZTYzMjg3ZTFmNWRhN2EyMzc0NDI1NmE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "3f5607f4-0cdd-46f3-a145-016e84a80373" } ], "workloadContext": "Production" } 2022-11-26T06:41:25.221Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-26T06:41:25.222Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 815cfa59-58bd-454c-98e8-5ecccd3f9fb7 ASDC 2022-11-26T06:41:25.222Z|279849e1-c6ca-4b40-9209-229346966149|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:279849e1-c6ca-4b40-9209-229346966149 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:815cfa59-58bd-454c-98e8-5ecccd3f9fb7 ServiceInvariantUUID:de56dcdf-0ae2-4f8f-a54f-a6f847737c1a 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:3f5607f4-0cdd-46f3-a145-016e84a80373 ArtifactChecksum:YWZhYTlkOGVmZTYzMjg3ZTFmNWRhN2EyMzc0NDI1NmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:d832ab4f-e19f-4443-8247-3e03bdaabca7 ResourceInvariantUUID:706d1dc9-ac64-4796-a8bc-a2fb966356b5 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:06495d74-43e5-415f-8b6d-2f00d4559614 ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2022-11-26T06:41:25.222Z|279849e1-c6ca-4b40-9209-229346966149|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 815cfa59-58bd-454c-98e8-5ecccd3f9fb7 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-11-26T06:41:25.247Z|279849e1-c6ca-4b40-9209-229346966149|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-26T06:41:25.247Z|279849e1-c6ca-4b40-9209-229346966149|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-11-26T06:41:25.247Z|279849e1-c6ca-4b40-9209-229346966149|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-11-26T06:41:25.248Z|279849e1-c6ca-4b40-9209-229346966149|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 3f5607f4-0cdd-46f3-a145-016e84a80373 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-11-26T06:41:25.248Z|279849e1-c6ca-4b40-9209-229346966149|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-11-26T06:41:25.248Z|279849e1-c6ca-4b40-9209-229346966149|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-11-26T06:41:25.384Z|279849e1-c6ca-4b40-9209-229346966149|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-11-26T06:41:25.387Z|279849e1-c6ca-4b40-9209-229346966149|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 3f5607f4-0cdd-46f3-a145-016e84a80373 57794 2022-11-26T06:41:25.387Z|279849e1-c6ca-4b40-9209-229346966149|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-11-26T06:41:25.387Z|279849e1-c6ca-4b40-9209-229346966149|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-11-26T06:41:25.387Z|279849e1-c6ca-4b40-9209-229346966149|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-26T06:41:25.388Z|279849e1-c6ca-4b40-9209-229346966149|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-26T06:41:25.390Z|279849e1-c6ca-4b40-9209-229346966149|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-26T06:41:25.390Z|279849e1-c6ca-4b40-9209-229346966149|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "279849e1-c6ca-4b40-9209-229346966149", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669444885387, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-26T06:41:25.490Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-26T06:41:25.491Z||pool-59-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-26T06:41:25.491Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:41:25.501Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:41:25.501Z||pool-59-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-26T06:41:26.390Z|279849e1-c6ca-4b40-9209-229346966149|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-26T06:41:26.391Z|279849e1-c6ca-4b40-9209-229346966149|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-11-26T06:41:26.391Z|279849e1-c6ca-4b40-9209-229346966149|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 3f5607f4-0cdd-46f3-a145-016e84a80373, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-11-26T06:41:26.393Z|279849e1-c6ca-4b40-9209-229346966149|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2022-11-26T06:41:26.394Z|279849e1-c6ca-4b40-9209-229346966149|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-11-26T06:41:26.394Z|279849e1-c6ca-4b40-9209-229346966149|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2022-11-26T06:41:26.477Z|279849e1-c6ca-4b40-9209-229346966149|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12337839690421830835/Definitions/service-BasicNetwork-template.yml 2022-11-26T06:41:26.858Z|279849e1-c6ca-4b40-9209-229346966149|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-26T06:41:26.859Z|279849e1-c6ca-4b40-9209-229346966149|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-11-26T06:41:26.859Z|279849e1-c6ca-4b40-9209-229346966149|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-11-26T06:41:26.859Z|279849e1-c6ca-4b40-9209-229346966149|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2022-11-26T06:41:26.859Z|279849e1-c6ca-4b40-9209-229346966149|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-11-26T06:41:26.860Z|279849e1-c6ca-4b40-9209-229346966149|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-11-26T06:41:26.860Z|279849e1-c6ca-4b40-9209-229346966149|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-11-26T06:41:26.860Z|279849e1-c6ca-4b40-9209-229346966149|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-11-26T06:41:26.860Z|279849e1-c6ca-4b40-9209-229346966149|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-11-26T06:41:26.860Z|279849e1-c6ca-4b40-9209-229346966149|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-11-26T06:41:26.860Z|279849e1-c6ca-4b40-9209-229346966149|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-11-26T06:41:26.860Z|279849e1-c6ca-4b40-9209-229346966149|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-11-26T06:41:26.860Z|279849e1-c6ca-4b40-9209-229346966149|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-11-26T06:41:26.860Z|279849e1-c6ca-4b40-9209-229346966149|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T06:41:26.861Z|279849e1-c6ca-4b40-9209-229346966149|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-26T06:41:26.861Z|279849e1-c6ca-4b40-9209-229346966149|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-11-26T06:41:26.861Z|279849e1-c6ca-4b40-9209-229346966149|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-11-26T06:41:26.861Z|279849e1-c6ca-4b40-9209-229346966149|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-26T06:41:26.861Z|279849e1-c6ca-4b40-9209-229346966149|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T06:41:26.861Z|279849e1-c6ca-4b40-9209-229346966149|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-26T06:41:26.862Z|279849e1-c6ca-4b40-9209-229346966149|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-11-26T06:41:26.862Z|279849e1-c6ca-4b40-9209-229346966149|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-11-26T06:41:26.862Z|279849e1-c6ca-4b40-9209-229346966149|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-26T06:41:26.862Z|279849e1-c6ca-4b40-9209-229346966149|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T06:41:26.862Z|279849e1-c6ca-4b40-9209-229346966149|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-26T06:41:26.862Z|279849e1-c6ca-4b40-9209-229346966149|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T06:41:26.862Z|279849e1-c6ca-4b40-9209-229346966149|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-26T06:41:26.863Z|279849e1-c6ca-4b40-9209-229346966149|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T06:41:26.863Z|279849e1-c6ca-4b40-9209-229346966149|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-26T06:41:26.863Z|279849e1-c6ca-4b40-9209-229346966149|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T06:41:26.863Z|279849e1-c6ca-4b40-9209-229346966149|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-26T06:41:26.863Z|279849e1-c6ca-4b40-9209-229346966149|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T06:41:26.863Z|279849e1-c6ca-4b40-9209-229346966149|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-26T06:41:26.864Z|279849e1-c6ca-4b40-9209-229346966149|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:815cfa59-58bd-454c-98e8-5ecccd3f9fb7 Model Version:NULL Model InvariantUuid:de56dcdf-0ae2-4f8f-a54f-a6f847737c1a Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:706d1dc9-ac64-4796-a8bc-a2fb966356b5 Model UUID:b880917b-27f9-43f5-88c2-7c85e82104a1 Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:d832ab4f-e19f-4443-8247-3e03bdaabca7 Network Technology:NEUTRON Network Type:NEUTRON Network Role:null Network Scope:null VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-11-26T06:41:26.869Z|279849e1-c6ca-4b40-9209-229346966149|pool-2-thread-1|||||INFO|500||Processing Resource Type: VL, Model UUID: 06495d74-43e5-415f-8b6d-2f00d4559614 2022-11-26T06:41:26.870Z|279849e1-c6ca-4b40-9209-229346966149|pool-2-thread-1|||||INFO|500||No resources found for Service: 815cfa59-58bd-454c-98e8-5ecccd3f9fb7 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-26T06:41:26.875Z|279849e1-c6ca-4b40-9209-229346966149|pool-2-thread-1|||||INFO|500|| 2022-11-26T06:41:26.875Z|279849e1-c6ca-4b40-9209-229346966149|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2022-11-26T06:41:26.876Z|279849e1-c6ca-4b40-9209-229346966149|pool-2-thread-1|||||DEBUG|500||No resources found for Service: 815cfa59-58bd-454c-98e8-5ecccd3f9fb7 2022-11-26T06:41:26.876Z|279849e1-c6ca-4b40-9209-229346966149|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 815cfa59-58bd-454c-98e8-5ecccd3f9fb7 2022-11-26T06:41:26.876Z|279849e1-c6ca-4b40-9209-229346966149|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2022-11-26T06:41:26.876Z|279849e1-c6ca-4b40-9209-229346966149|pool-2-thread-1|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-26T06:41:26.880Z|279849e1-c6ca-4b40-9209-229346966149|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7988ceb0, org.onap.sdc.toscaparser.api.parameters.Input@6c8720cb, org.onap.sdc.toscaparser.api.parameters.Input@6a86381, org.onap.sdc.toscaparser.api.parameters.Input@60aec1b7, org.onap.sdc.toscaparser.api.parameters.Input@5f6c6e5c] 2022-11-26T06:41:26.881Z|279849e1-c6ca-4b40-9209-229346966149|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T06:41:26.882Z|279849e1-c6ca-4b40-9209-229346966149|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-26T06:41:26.882Z|279849e1-c6ca-4b40-9209-229346966149|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T06:41:26.882Z|279849e1-c6ca-4b40-9209-229346966149|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-26T06:41:26.882Z|279849e1-c6ca-4b40-9209-229346966149|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 815cfa59-58bd-454c-98e8-5ecccd3f9fb7: Generic NeutronNet 2022-11-26T06:41:26.882Z|279849e1-c6ca-4b40-9209-229346966149|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T06:41:26.882Z|279849e1-c6ca-4b40-9209-229346966149|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-26T06:41:26.883Z|279849e1-c6ca-4b40-9209-229346966149|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T06:41:26.883Z|279849e1-c6ca-4b40-9209-229346966149|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=? 2022-11-26T06:41:26.917Z|279849e1-c6ca-4b40-9209-229346966149|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T06:41:26.918Z|279849e1-c6ca-4b40-9209-229346966149|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-26T06:41:26.918Z|279849e1-c6ca-4b40-9209-229346966149|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T06:41:26.918Z|279849e1-c6ca-4b40-9209-229346966149|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-26T06:41:26.918Z|279849e1-c6ca-4b40-9209-229346966149|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T06:41:26.918Z|279849e1-c6ca-4b40-9209-229346966149|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-26T06:41:26.918Z|279849e1-c6ca-4b40-9209-229346966149|pool-2-thread-1|||||INFO|500||Saving Service: basic_network Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-11-26T06:41:26.962Z|279849e1-c6ca-4b40-9209-229346966149|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2022-11-26T06:41:26.963Z|279849e1-c6ca-4b40-9209-229346966149|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-11-26T06:41:26.963Z|279849e1-c6ca-4b40-9209-229346966149|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-11-26T06:41:26.963Z|279849e1-c6ca-4b40-9209-229346966149|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-26T06:41:26.963Z|279849e1-c6ca-4b40-9209-229346966149|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-26T06:41:26.965Z|279849e1-c6ca-4b40-9209-229346966149|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-26T06:41:26.965Z|279849e1-c6ca-4b40-9209-229346966149|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "279849e1-c6ca-4b40-9209-229346966149", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669444886963, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-11-26T06:41:27.065Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-26T06:41:27.066Z||pool-60-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-26T06:41:27.066Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:41:27.075Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:41:27.076Z||pool-60-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-26T06:41:27.965Z|279849e1-c6ca-4b40-9209-229346966149|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 279849e1-c6ca-4b40-9209-229346966149 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-26T06:41:27.974Z|279849e1-c6ca-4b40-9209-229346966149|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 279849e1-c6ca-4b40-9209-229346966149 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-26T06:41:27.976Z|279849e1-c6ca-4b40-9209-229346966149|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-26T06:41:27.977Z|279849e1-c6ca-4b40-9209-229346966149|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-26T06:41:27.977Z|279849e1-c6ca-4b40-9209-229346966149|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-26T06:41:27.977Z|279849e1-c6ca-4b40-9209-229346966149|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-26T06:41:27.977Z|279849e1-c6ca-4b40-9209-229346966149|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-26T06:41:27.977Z|279849e1-c6ca-4b40-9209-229346966149|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-26T06:41:27.977Z|279849e1-c6ca-4b40-9209-229346966149|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-26T06:41:27.977Z|279849e1-c6ca-4b40-9209-229346966149|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-26T06:41:27.977Z|279849e1-c6ca-4b40-9209-229346966149|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-26T06:41:27.979Z|279849e1-c6ca-4b40-9209-229346966149|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-26T06:41:57.980Z|279849e1-c6ca-4b40-9209-229346966149|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 279849e1-c6ca-4b40-9209-229346966149 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-11-26T06:41:57.989Z|279849e1-c6ca-4b40-9209-229346966149|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 279849e1-c6ca-4b40-9209-229346966149 and serviceModelVersionId: 815cfa59-58bd-454c-98e8-5ecccd3f9fb7 2022-11-26T06:41:57.989Z|279849e1-c6ca-4b40-9209-229346966149|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : de56dcdf-0ae2-4f8f-a54f-a6f847737c1a 2022-11-26T06:41:57.991Z|279849e1-c6ca-4b40-9209-229346966149|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/de56dcdf-0ae2-4f8f-a54f-a6f847737c1a/model-vers/model-ver/815cfa59-58bd-454c-98e8-5ecccd3f9fb7?depth=0 2022-11-26T06:41:58.000Z|279849e1-c6ca-4b40-9209-229346966149|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2022-11-26T06:41:58.058Z|279849e1-c6ca-4b40-9209-229346966149|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/de56dcdf-0ae2-4f8f-a54f-a6f847737c1a/model-vers/model-ver/815cfa59-58bd-454c-98e8-5ecccd3f9fb7?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-11-26T06:41:58.061Z|279849e1-c6ca-4b40-9209-229346966149|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/de56dcdf-0ae2-4f8f-a54f-a6f847737c1a/model-vers/model-ver/815cfa59-58bd-454c-98e8-5ecccd3f9fb7?depth=0|INFO|500||Invoke 2022-11-26T06:41:58.082Z|279849e1-c6ca-4b40-9209-229346966149|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/de56dcdf-0ae2-4f8f-a54f-a6f847737c1a/model-vers/model-ver/815cfa59-58bd-454c-98e8-5ecccd3f9fb7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-26T06:41:58.186Z|279849e1-c6ca-4b40-9209-229346966149|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/de56dcdf-0ae2-4f8f-a54f-a6f847737c1a/model-vers/model-ver/815cfa59-58bd-454c-98e8-5ecccd3f9fb7?depth=0|INFO|500||InvokeReturn 2022-11-26T06:41:58.186Z|279849e1-c6ca-4b40-9209-229346966149|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/de56dcdf-0ae2-4f8f-a54f-a6f847737c1a/model-vers/model-ver/815cfa59-58bd-454c-98e8-5ecccd3f9fb7?depth=0 has http status code:200 and response headers:{date=[Sat, 26 Nov 2022 06:41:56 GMT], content-length=[0], vertex-id=[483576], x-aai-txid=[1-aai-resources-221126-06:41:56:744-5097], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2022-11-26T06:41:58.189Z|279849e1-c6ca-4b40-9209-229346966149|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity. 2022-11-26T06:41:58.190Z|279849e1-c6ca-4b40-9209-229346966149|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-26T06:41:58.190Z|279849e1-c6ca-4b40-9209-229346966149|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-26T06:41:58.277Z|279849e1-c6ca-4b40-9209-229346966149|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-11-26T06:41:58.278Z|279849e1-c6ca-4b40-9209-229346966149|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 279849e1-c6ca-4b40-9209-229346966149 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-26T06:41:58.278Z|279849e1-c6ca-4b40-9209-229346966149|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-26T06:41:58.279Z|279849e1-c6ca-4b40-9209-229346966149|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-26T06:41:58.281Z|279849e1-c6ca-4b40-9209-229346966149|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-26T06:41:58.281Z|279849e1-c6ca-4b40-9209-229346966149|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "279849e1-c6ca-4b40-9209-229346966149", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669444918278, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-26T06:41:58.381Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-26T06:41:58.383Z||pool-61-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-26T06:41:58.383Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:41:58.416Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:41:58.417Z||pool-61-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-11-26T06:41:59.291Z|279849e1-c6ca-4b40-9209-229346966149|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-26T06:41:59.291Z|279849e1-c6ca-4b40-9209-229346966149|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"4547cbef-3781-45b6-a5ab-ad3ae63ca411","serviceName":"Demo_pNF_TZkm0gruQz5cFzGqqKm5","serviceVersion":"1.0","serviceUUID":"77837481-7d15-4ed8-a381-cd8d0d5ba895","serviceDescription":"catalog service description","serviceInvariantUUID":"173c01aa-1267-4238-b257-41326313026a","resources":[{"resourceInstanceName":"pNF b4208f5a-72d5 0","resourceName":"pNF b4208f5a-72d5","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"8ada1c8f-ea1b-482a-b421-266511902c9b","resourceInvariantUUID":"8800b195-393d-449f-a767-6721e2778bc6","resourceCustomizationUUID":"18cedcfa-aebc-448c-b14f-4603ee20c8de","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTzkm0gruqz5cfzgqqkm5/1.0/resourceInstances/pnfb4208f5a72d50/artifacts/vf-license-model.xml","artifactChecksum":"OTkwMDdjZTIxNDNjMDc0NTNiNzE4MGE1MDc1YTVjMzE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"dbf1c15e-2fc5-47de-b744-07ecec96a06a","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTzkm0gruqz5cfzgqqkm5/1.0/resourceInstances/pnfb4208f5a72d50/artifacts/pNF.csar","artifactChecksum":"MDdmYzY3ODMyZGIzZGQxOTc1ODEwZTA1ZDdjYWY3YTg\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"31bf7083-c3a5-45a3-9e85-1f9fb494b93b","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTzkm0gruqz5cfzgqqkm5/1.0/resourceInstances/pnfb4208f5a72d50/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5898c56d-804f-42c9-a2ad-c59759987e2e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTzkm0gruqz5cfzgqqkm5/1.0/resourceInstances/pnfb4208f5a72d50/artifacts/vendor-license-model.xml","artifactChecksum":"MDlkMzA2OTViNGExZTE4MTM3MWIwMjk1ODQyZDlhOGY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d2fc647d-55f0-4ecb-9ca7-c10f9098ae33","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfTzkm0gruqz5cfzgqqkm5/1.0/resourceInstances/pnfb4208f5a72d50/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1f904665-7895-49e0-afb3-06e6030b7cef","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfTzkm0gruqz5cfzgqqkm5/1.0/resourceInstances/pnfb4208f5a72d50/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8c8c45f6-ad99-4900-939c-be038e6cb41a","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfTzkm0gruqz5cfzgqqkm5-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTzkm0gruqz5cfzgqqkm5/1.0/artifacts/service-DemoPnfTzkm0gruqz5cfzgqqkm5-template.yml","artifactChecksum":"YjI1Yjk4YjMyMGZkMDg4ZjhjMGM5OWFjMWRmMWVlNWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2960a6d4-5077-43a4-80b0-87c635e2af14","artifactVersion":"1"},{"artifactName":"service-DemoPnfTzkm0gruqz5cfzgqqkm5-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfTzkm0gruqz5cfzgqqkm5/1.0/artifacts/service-DemoPnfTzkm0gruqz5cfzgqqkm5-csar.csar","artifactChecksum":"ZTVjN2IzM2Q0ZmZkYWRiYTA0ZDFkNGE5NzQxMGFhNmM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a3e3652d-ad51-4935-95e8-0fff7953c9fd","artifactVersion":"1"}],"workloadContext":"Production"} 2022-11-26T06:41:59.292Z|279849e1-c6ca-4b40-9209-229346966149|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-26T06:41:59.292Z|279849e1-c6ca-4b40-9209-229346966149|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-26T06:41:59.294Z|279849e1-c6ca-4b40-9209-229346966149|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-26T06:41:59.294Z|279849e1-c6ca-4b40-9209-229346966149|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "4547cbef-3781-45b6-a5ab-ad3ae63ca411", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669444877603, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTzkm0gruqz5cfzgqqkm5/1.0/resourceInstances/pnfb4208f5a72d50/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-26T06:41:59.394Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-26T06:41:59.395Z||pool-62-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-26T06:41:59.395Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:41:59.404Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:41:59.405Z||pool-62-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-11-26T06:42:00.294Z|279849e1-c6ca-4b40-9209-229346966149|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-26T06:42:00.295Z|279849e1-c6ca-4b40-9209-229346966149|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-26T06:42:00.297Z|279849e1-c6ca-4b40-9209-229346966149|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-26T06:42:00.297Z|279849e1-c6ca-4b40-9209-229346966149|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "4547cbef-3781-45b6-a5ab-ad3ae63ca411", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669444877603, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTzkm0gruqz5cfzgqqkm5/1.0/resourceInstances/pnfb4208f5a72d50/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-26T06:42:00.397Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-26T06:42:00.398Z||pool-63-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-26T06:42:00.398Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:42:00.407Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:42:00.407Z||pool-63-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-11-26T06:42:01.298Z|279849e1-c6ca-4b40-9209-229346966149|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-26T06:42:01.298Z|279849e1-c6ca-4b40-9209-229346966149|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-26T06:42:01.300Z|279849e1-c6ca-4b40-9209-229346966149|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-26T06:42:01.300Z|279849e1-c6ca-4b40-9209-229346966149|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "4547cbef-3781-45b6-a5ab-ad3ae63ca411", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669444877603, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTzkm0gruqz5cfzgqqkm5/1.0/resourceInstances/pnfb4208f5a72d50/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-26T06:42:01.400Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-26T06:42:01.401Z||pool-64-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-26T06:42:01.401Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:42:01.411Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:42:01.411Z||pool-64-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2022-11-26T06:42:02.301Z|279849e1-c6ca-4b40-9209-229346966149|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-26T06:42:02.301Z|279849e1-c6ca-4b40-9209-229346966149|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-26T06:42:02.304Z|279849e1-c6ca-4b40-9209-229346966149|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-26T06:42:02.305Z|279849e1-c6ca-4b40-9209-229346966149|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "4547cbef-3781-45b6-a5ab-ad3ae63ca411", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669444877603, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTzkm0gruqz5cfzgqqkm5/1.0/resourceInstances/pnfb4208f5a72d50/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-26T06:42:02.404Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-26T06:42:02.405Z||pool-65-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-26T06:42:02.406Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:42:02.416Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:42:02.417Z||pool-65-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-26T06:42:03.305Z|279849e1-c6ca-4b40-9209-229346966149|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-26T06:42:03.306Z|279849e1-c6ca-4b40-9209-229346966149|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-26T06:42:03.312Z|279849e1-c6ca-4b40-9209-229346966149|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-26T06:42:03.312Z|279849e1-c6ca-4b40-9209-229346966149|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "4547cbef-3781-45b6-a5ab-ad3ae63ca411", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669444877603, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTzkm0gruqz5cfzgqqkm5/1.0/resourceInstances/pnfb4208f5a72d50/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-26T06:42:03.408Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms 2022-11-26T06:42:03.409Z||pool-66-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-26T06:42:03.410Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:42:03.419Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:42:03.420Z||pool-66-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-26T06:42:04.313Z|279849e1-c6ca-4b40-9209-229346966149|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-26T06:42:04.313Z|279849e1-c6ca-4b40-9209-229346966149|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-26T06:42:04.315Z|279849e1-c6ca-4b40-9209-229346966149|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-26T06:42:04.316Z|279849e1-c6ca-4b40-9209-229346966149|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "4547cbef-3781-45b6-a5ab-ad3ae63ca411", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669444877603, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTzkm0gruqz5cfzgqqkm5/1.0/resourceInstances/pnfb4208f5a72d50/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-26T06:42:04.416Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-26T06:42:04.417Z||pool-67-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-26T06:42:04.417Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:42:04.433Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:42:04.434Z||pool-67-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-11-26T06:42:05.316Z|279849e1-c6ca-4b40-9209-229346966149|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-26T06:42:05.317Z|279849e1-c6ca-4b40-9209-229346966149|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-26T06:42:05.318Z|279849e1-c6ca-4b40-9209-229346966149|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-26T06:42:05.319Z|279849e1-c6ca-4b40-9209-229346966149|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "4547cbef-3781-45b6-a5ab-ad3ae63ca411", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669444877603, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTzkm0gruqz5cfzgqqkm5/1.0/artifacts/service-DemoPnfTzkm0gruqz5cfzgqqkm5-template.yml", "status": "NOT_NOTIFIED" } 2022-11-26T06:42:05.419Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-26T06:42:05.420Z||pool-68-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-26T06:42:05.420Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:42:05.431Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:42:05.432Z||pool-68-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-26T06:42:06.319Z|279849e1-c6ca-4b40-9209-229346966149|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-26T06:42:06.320Z|279849e1-c6ca-4b40-9209-229346966149|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-26T06:42:06.323Z|279849e1-c6ca-4b40-9209-229346966149|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-26T06:42:06.323Z|279849e1-c6ca-4b40-9209-229346966149|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "4547cbef-3781-45b6-a5ab-ad3ae63ca411", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669444877603, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTzkm0gruqz5cfzgqqkm5/1.0/artifacts/service-DemoPnfTzkm0gruqz5cfzgqqkm5-csar.csar", "status": "NOTIFIED" } 2022-11-26T06:42:06.423Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-26T06:42:06.424Z||pool-69-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-26T06:42:06.424Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:42:06.437Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:42:06.437Z||pool-69-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-11-26T06:42:07.324Z|279849e1-c6ca-4b40-9209-229346966149|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "4547cbef-3781-45b6-a5ab-ad3ae63ca411", "serviceName": "Demo_pNF_TZkm0gruQz5cFzGqqKm5", "serviceVersion": "1.0", "serviceUUID": "77837481-7d15-4ed8-a381-cd8d0d5ba895", "serviceDescription": "catalog service description", "serviceInvariantUUID": "173c01aa-1267-4238-b257-41326313026a", "resources": [ { "resourceInstanceName": "pNF b4208f5a-72d5 0", "resourceCustomizationUUID": "18cedcfa-aebc-448c-b14f-4603ee20c8de", "resourceName": "pNF b4208f5a-72d5", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "8ada1c8f-ea1b-482a-b421-266511902c9b", "resourceInvariantUUID": "8800b195-393d-449f-a767-6721e2778bc6", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfTzkm0gruqz5cfzgqqkm5-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfTzkm0gruqz5cfzgqqkm5/1.0/artifacts/service-DemoPnfTzkm0gruqz5cfzgqqkm5-csar.csar", "artifactChecksum": "ZTVjN2IzM2Q0ZmZkYWRiYTA0ZDFkNGE5NzQxMGFhNmM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a3e3652d-ad51-4935-95e8-0fff7953c9fd" } ], "workloadContext": "Production" } 2022-11-26T06:42:07.325Z|279849e1-c6ca-4b40-9209-229346966149|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-26T06:42:07.325Z|279849e1-c6ca-4b40-9209-229346966149|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 77837481-7d15-4ed8-a381-cd8d0d5ba895 ASDC 2022-11-26T06:42:07.325Z|4547cbef-3781-45b6-a5ab-ad3ae63ca411|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:4547cbef-3781-45b6-a5ab-ad3ae63ca411 ServiceName:Demo_pNF_TZkm0gruQz5cFzGqqKm5 ServiceVersion:1.0 ServiceUUID:77837481-7d15-4ed8-a381-cd8d0d5ba895 ServiceInvariantUUID:173c01aa-1267-4238-b257-41326313026a ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfTzkm0gruqz5cfzgqqkm5-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfTzkm0gruqz5cfzgqqkm5/1.0/artifacts/service-DemoPnfTzkm0gruqz5cfzgqqkm5-csar.csar ArtifactUUID:a3e3652d-ad51-4935-95e8-0fff7953c9fd ArtifactChecksum:ZTVjN2IzM2Q0ZmZkYWRiYTA0ZDFkNGE5NzQxMGFhNmM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF b4208f5a-72d5 0 ResourceCustomizationUUID:18cedcfa-aebc-448c-b14f-4603ee20c8de ResourceInvariantUUID:8800b195-393d-449f-a767-6721e2778bc6 ResourceName:pNF b4208f5a-72d5 ResourceType:PNF ResourceUUID:8ada1c8f-ea1b-482a-b421-266511902c9b ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-11-26T06:42:07.326Z|4547cbef-3781-45b6-a5ab-ad3ae63ca411|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 77837481-7d15-4ed8-a381-cd8d0d5ba895 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-11-26T06:42:07.348Z|4547cbef-3781-45b6-a5ab-ad3ae63ca411|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-26T06:42:07.349Z|4547cbef-3781-45b6-a5ab-ad3ae63ca411|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-11-26T06:42:07.349Z|4547cbef-3781-45b6-a5ab-ad3ae63ca411|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-11-26T06:42:07.349Z|4547cbef-3781-45b6-a5ab-ad3ae63ca411|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: a3e3652d-ad51-4935-95e8-0fff7953c9fd from URL: /sdc/v1/catalog/services/DemoPnfTzkm0gruqz5cfzgqqkm5/1.0/artifacts/service-DemoPnfTzkm0gruqz5cfzgqqkm5-csar.csar 2022-11-26T06:42:07.349Z|4547cbef-3781-45b6-a5ab-ad3ae63ca411|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-11-26T06:42:07.349Z|4547cbef-3781-45b6-a5ab-ad3ae63ca411|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfTzkm0gruqz5cfzgqqkm5/1.0/artifacts/service-DemoPnfTzkm0gruqz5cfzgqqkm5-csar.csar 2022-11-26T06:42:07.748Z|4547cbef-3781-45b6-a5ab-ad3ae63ca411|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-11-26T06:42:07.752Z|4547cbef-3781-45b6-a5ab-ad3ae63ca411|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfTzkm0gruqz5cfzgqqkm5/1.0/artifacts/service-DemoPnfTzkm0gruqz5cfzgqqkm5-csar.csar a3e3652d-ad51-4935-95e8-0fff7953c9fd 88010 2022-11-26T06:42:07.753Z|4547cbef-3781-45b6-a5ab-ad3ae63ca411|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfTzkm0gruqz5cfzgqqkm5/1.0/artifacts/service-DemoPnfTzkm0gruqz5cfzgqqkm5-csar.csar ASDC sendASDCNotification 2022-11-26T06:42:07.753Z|4547cbef-3781-45b6-a5ab-ad3ae63ca411|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfTzkm0gruqz5cfzgqqkm5/1.0/artifacts/service-DemoPnfTzkm0gruqz5cfzgqqkm5-csar.csar 2022-11-26T06:42:07.753Z|4547cbef-3781-45b6-a5ab-ad3ae63ca411|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-26T06:42:07.753Z|4547cbef-3781-45b6-a5ab-ad3ae63ca411|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-26T06:42:07.756Z|4547cbef-3781-45b6-a5ab-ad3ae63ca411|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-26T06:42:07.756Z|4547cbef-3781-45b6-a5ab-ad3ae63ca411|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "4547cbef-3781-45b6-a5ab-ad3ae63ca411", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669444927753, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTzkm0gruqz5cfzgqqkm5/1.0/artifacts/service-DemoPnfTzkm0gruqz5cfzgqqkm5-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-26T06:42:07.856Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-26T06:42:07.859Z||pool-70-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-26T06:42:07.859Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:42:07.870Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:42:07.870Z||pool-70-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-26T06:42:08.757Z|4547cbef-3781-45b6-a5ab-ad3ae63ca411|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-26T06:42:08.757Z|4547cbef-3781-45b6-a5ab-ad3ae63ca411|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-11-26T06:42:08.758Z|4547cbef-3781-45b6-a5ab-ad3ae63ca411|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: a3e3652d-ad51-4935-95e8-0fff7953c9fd, URL: /sdc/v1/catalog/services/DemoPnfTzkm0gruqz5cfzgqqkm5/1.0/artifacts/service-DemoPnfTzkm0gruqz5cfzgqqkm5-csar.csar to file: /app/ASDC/1/service-DemoPnfTzkm0gruqz5cfzgqqkm5-csar.csar 2022-11-26T06:42:08.758Z|4547cbef-3781-45b6-a5ab-ad3ae63ca411|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfTzkm0gruqz5cfzgqqkm5-csar.csar 2022-11-26T06:42:08.759Z|4547cbef-3781-45b6-a5ab-ad3ae63ca411|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfTzkm0gruqz5cfzgqqkm5-csar.csar 2022-11-26T06:42:08.759Z|4547cbef-3781-45b6-a5ab-ad3ae63ca411|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfTzkm0gruqz5cfzgqqkm5-csar.csar 2022-11-26T06:42:08.992Z|4547cbef-3781-45b6-a5ab-ad3ae63ca411|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6656801823728654454/Definitions/service-DemoPnfTzkm0gruqz5cfzgqqkm5-template.yml 2022-11-26T06:42:09.849Z|4547cbef-3781-45b6-a5ab-ad3ae63ca411|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-26T06:42:09.850Z|4547cbef-3781-45b6-a5ab-ad3ae63ca411|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-11-26T06:42:09.850Z|4547cbef-3781-45b6-a5ab-ad3ae63ca411|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfTzkm0gruqz5cfzgqqkm5-csar.csar 2022-11-26T06:42:09.850Z|4547cbef-3781-45b6-a5ab-ad3ae63ca411|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-11-26T06:42:09.850Z|4547cbef-3781-45b6-a5ab-ad3ae63ca411|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfTzkm0gruqz5cfzgqqkm5-csar.csar 2022-11-26T06:42:09.850Z|4547cbef-3781-45b6-a5ab-ad3ae63ca411|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfTzkm0gruqz5cfzgqqkm5-csar.csar 2022-11-26T06:42:09.850Z|4547cbef-3781-45b6-a5ab-ad3ae63ca411|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfTzkm0gruqz5cfzgqqkm5-csar.csar 2022-11-26T06:42:09.850Z|4547cbef-3781-45b6-a5ab-ad3ae63ca411|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfTzkm0gruqz5cfzgqqkm5-csar.csar 2022-11-26T06:42:09.850Z|4547cbef-3781-45b6-a5ab-ad3ae63ca411|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfTzkm0gruqz5cfzgqqkm5-csar.csar 2022-11-26T06:42:09.850Z|4547cbef-3781-45b6-a5ab-ad3ae63ca411|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfTzkm0gruqz5cfzgqqkm5-csar.csar 2022-11-26T06:42:09.850Z|4547cbef-3781-45b6-a5ab-ad3ae63ca411|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF b4208f5a-72d5 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-DemoPnfTzkm0gruqz5cfzgqqkm5-csar.csar 2022-11-26T06:42:09.850Z|4547cbef-3781-45b6-a5ab-ad3ae63ca411|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-11-26T06:42:09.850Z|4547cbef-3781-45b6-a5ab-ad3ae63ca411|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T06:42:09.851Z|4547cbef-3781-45b6-a5ab-ad3ae63ca411|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_TZkm0gruQz5cFzGqqKm5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-26T06:42:09.851Z|4547cbef-3781-45b6-a5ab-ad3ae63ca411|pool-2-thread-1|||||DEBUG|500||Node template pNF b4208f5a-72d5 0 is matching search criteria 2022-11-26T06:42:09.851Z|4547cbef-3781-45b6-a5ab-ad3ae63ca411|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-11-26T06:42:09.851Z|4547cbef-3781-45b6-a5ab-ad3ae63ca411|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF b4208f5a-72d5 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-26T06:42:09.851Z|4547cbef-3781-45b6-a5ab-ad3ae63ca411|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T06:42:09.851Z|4547cbef-3781-45b6-a5ab-ad3ae63ca411|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_TZkm0gruQz5cFzGqqKm5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-26T06:42:09.851Z|4547cbef-3781-45b6-a5ab-ad3ae63ca411|pool-2-thread-1|||||DEBUG|500||Node template pNF b4208f5a-72d5 0 is matching search criteria 2022-11-26T06:42:09.851Z|4547cbef-3781-45b6-a5ab-ad3ae63ca411|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-11-26T06:42:09.852Z|4547cbef-3781-45b6-a5ab-ad3ae63ca411|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF b4208f5a-72d5 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-26T06:42:09.852Z|4547cbef-3781-45b6-a5ab-ad3ae63ca411|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T06:42:09.852Z|4547cbef-3781-45b6-a5ab-ad3ae63ca411|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_TZkm0gruQz5cFzGqqKm5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-26T06:42:09.852Z|4547cbef-3781-45b6-a5ab-ad3ae63ca411|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T06:42:09.852Z|4547cbef-3781-45b6-a5ab-ad3ae63ca411|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_TZkm0gruQz5cFzGqqKm5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-26T06:42:09.852Z|4547cbef-3781-45b6-a5ab-ad3ae63ca411|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T06:42:09.852Z|4547cbef-3781-45b6-a5ab-ad3ae63ca411|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_TZkm0gruQz5cFzGqqKm5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-26T06:42:09.852Z|4547cbef-3781-45b6-a5ab-ad3ae63ca411|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T06:42:09.852Z|4547cbef-3781-45b6-a5ab-ad3ae63ca411|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_TZkm0gruQz5cFzGqqKm5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-26T06:42:09.853Z|4547cbef-3781-45b6-a5ab-ad3ae63ca411|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T06:42:09.853Z|4547cbef-3781-45b6-a5ab-ad3ae63ca411|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_TZkm0gruQz5cFzGqqKm5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-26T06:42:09.853Z|4547cbef-3781-45b6-a5ab-ad3ae63ca411|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_TZkm0gruQz5cFzGqqKm5 Description:catalog service description Model UUID:77837481-7d15-4ed8-a381-cd8d0d5ba895 Model Version:NULL Model InvariantUuid:173c01aa-1267-4238-b257-41326313026a Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-11-26T06:42:09.858Z|4547cbef-3781-45b6-a5ab-ad3ae63ca411|pool-2-thread-1|||||INFO|500||Processing Resource Type: PNF, Model UUID: 8ada1c8f-ea1b-482a-b421-266511902c9b Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-26T06:42:09.860Z|4547cbef-3781-45b6-a5ab-ad3ae63ca411|pool-2-thread-1|||||INFO|500||pNF b4208f5a-72d5 0 2022-11-26T06:42:09.861Z|4547cbef-3781-45b6-a5ab-ad3ae63ca411|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 8ada1c8f-ea1b-482a-b421-266511902c9b 2022-11-26T06:42:09.861Z|4547cbef-3781-45b6-a5ab-ad3ae63ca411|pool-2-thread-1|||||DEBUG|500||No resources found for Service: 77837481-7d15-4ed8-a381-cd8d0d5ba895 2022-11-26T06:42:09.861Z|4547cbef-3781-45b6-a5ab-ad3ae63ca411|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 77837481-7d15-4ed8-a381-cd8d0d5ba895 2022-11-26T06:42:09.861Z|4547cbef-3781-45b6-a5ab-ad3ae63ca411|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF b4208f5a-72d5 0 8ada1c8f-ea1b-482a-b421-266511902c9b ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-26T06:42:09.865Z|4547cbef-3781-45b6-a5ab-ad3ae63ca411|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@17b62eb3, org.onap.sdc.toscaparser.api.parameters.Input@4d30b9cc, org.onap.sdc.toscaparser.api.parameters.Input@3cd07871, org.onap.sdc.toscaparser.api.parameters.Input@c2768ad, org.onap.sdc.toscaparser.api.parameters.Input@2a420c2c] 2022-11-26T06:42:09.865Z|4547cbef-3781-45b6-a5ab-ad3ae63ca411|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T06:42:09.865Z|4547cbef-3781-45b6-a5ab-ad3ae63ca411|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_TZkm0gruQz5cFzGqqKm5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-26T06:42:09.866Z|4547cbef-3781-45b6-a5ab-ad3ae63ca411|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 77837481-7d15-4ed8-a381-cd8d0d5ba895: pNF b4208f5a-72d5 2022-11-26T06:42:09.866Z|4547cbef-3781-45b6-a5ab-ad3ae63ca411|pool-2-thread-1|||||INFO|500||Processing PNF resource: 8ada1c8f-ea1b-482a-b421-266511902c9b 2022-11-26T06:42:09.866Z|4547cbef-3781-45b6-a5ab-ad3ae63ca411|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T06:42:09.866Z|4547cbef-3781-45b6-a5ab-ad3ae63ca411|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_TZkm0gruQz5cFzGqqKm5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-26T06:42:09.866Z|4547cbef-3781-45b6-a5ab-ad3ae63ca411|pool-2-thread-1|||||INFO|500||Resource customization UUID: 18cedcfa-aebc-448c-b14f-4603ee20c8de is the same as notified resource customizationUUID: 18cedcfa-aebc-448c-b14f-4603ee20c8de Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-11-26T06:42:09.908Z|4547cbef-3781-45b6-a5ab-ad3ae63ca411|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF b4208f5a-72d5 8ada1c8f-ea1b-482a-b421-266511902c9b 0 ASDC deployResourceStructure 2022-11-26T06:42:09.908Z|4547cbef-3781-45b6-a5ab-ad3ae63ca411|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfTzkm0gruqz5cfzgqqkm5/1.0/artifacts/service-DemoPnfTzkm0gruqz5cfzgqqkm5-csar.csar ASDC sendASDCNotification 2022-11-26T06:42:09.908Z|4547cbef-3781-45b6-a5ab-ad3ae63ca411|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfTzkm0gruqz5cfzgqqkm5/1.0/artifacts/service-DemoPnfTzkm0gruqz5cfzgqqkm5-csar.csar 2022-11-26T06:42:09.908Z|4547cbef-3781-45b6-a5ab-ad3ae63ca411|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-26T06:42:09.909Z|4547cbef-3781-45b6-a5ab-ad3ae63ca411|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-26T06:42:09.912Z|4547cbef-3781-45b6-a5ab-ad3ae63ca411|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-26T06:42:09.912Z|4547cbef-3781-45b6-a5ab-ad3ae63ca411|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "4547cbef-3781-45b6-a5ab-ad3ae63ca411", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669444929908, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTzkm0gruqz5cfzgqqkm5/1.0/artifacts/service-DemoPnfTzkm0gruqz5cfzgqqkm5-csar.csar", "status": "DEPLOY_OK" } 2022-11-26T06:42:10.012Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-26T06:42:10.013Z||pool-71-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-26T06:42:10.013Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:42:10.043Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:42:10.044Z||pool-71-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1} 2022-11-26T06:42:10.913Z|4547cbef-3781-45b6-a5ab-ad3ae63ca411|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4547cbef-3781-45b6-a5ab-ad3ae63ca411 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-26T06:42:10.926Z|4547cbef-3781-45b6-a5ab-ad3ae63ca411|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4547cbef-3781-45b6-a5ab-ad3ae63ca411 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-26T06:42:10.928Z|4547cbef-3781-45b6-a5ab-ad3ae63ca411|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-26T06:42:10.928Z|4547cbef-3781-45b6-a5ab-ad3ae63ca411|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-26T06:42:10.928Z|4547cbef-3781-45b6-a5ab-ad3ae63ca411|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-26T06:42:10.928Z|4547cbef-3781-45b6-a5ab-ad3ae63ca411|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-26T06:42:10.928Z|4547cbef-3781-45b6-a5ab-ad3ae63ca411|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-26T06:42:10.928Z|4547cbef-3781-45b6-a5ab-ad3ae63ca411|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-26T06:42:10.928Z|4547cbef-3781-45b6-a5ab-ad3ae63ca411|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-26T06:42:10.929Z|4547cbef-3781-45b6-a5ab-ad3ae63ca411|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-26T06:42:10.929Z|4547cbef-3781-45b6-a5ab-ad3ae63ca411|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-26T06:42:10.929Z|4547cbef-3781-45b6-a5ab-ad3ae63ca411|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-26T06:42:10.931Z|4547cbef-3781-45b6-a5ab-ad3ae63ca411|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-26T06:42:22.473Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T06:42:22.474Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T06:42:22.474Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:42:22.500Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:42:22.501Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-26T06:42:22.502Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f45f445a-ccba-405f-99d5-e2b21c2ff312", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669444876588, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-26T06:42:22.503Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-26T06:42:40.932Z|4547cbef-3781-45b6-a5ab-ad3ae63ca411|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4547cbef-3781-45b6-a5ab-ad3ae63ca411 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-11-26T06:42:40.935Z|4547cbef-3781-45b6-a5ab-ad3ae63ca411|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4547cbef-3781-45b6-a5ab-ad3ae63ca411 and serviceModelVersionId: 77837481-7d15-4ed8-a381-cd8d0d5ba895 2022-11-26T06:42:40.935Z|4547cbef-3781-45b6-a5ab-ad3ae63ca411|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 173c01aa-1267-4238-b257-41326313026a 2022-11-26T06:42:40.936Z|4547cbef-3781-45b6-a5ab-ad3ae63ca411|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/173c01aa-1267-4238-b257-41326313026a/model-vers/model-ver/77837481-7d15-4ed8-a381-cd8d0d5ba895?depth=0 2022-11-26T06:42:40.940Z|4547cbef-3781-45b6-a5ab-ad3ae63ca411|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2022-11-26T06:42:40.982Z|4547cbef-3781-45b6-a5ab-ad3ae63ca411|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/173c01aa-1267-4238-b257-41326313026a/model-vers/model-ver/77837481-7d15-4ed8-a381-cd8d0d5ba895?depth=0|INFO|500||Invoke 2022-11-26T06:42:40.983Z|4547cbef-3781-45b6-a5ab-ad3ae63ca411|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/173c01aa-1267-4238-b257-41326313026a/model-vers/model-ver/77837481-7d15-4ed8-a381-cd8d0d5ba895?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/173c01aa-1267-4238-b257-41326313026a/model-vers/model-ver/77837481-7d15-4ed8-a381-cd8d0d5ba895?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[4547cbef-3781-45b6-a5ab-ad3ae63ca411], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[0d1699fc-f585-4416-a9f8-b0428b2d08c7], X-ECOMP-RequestID=[4547cbef-3781-45b6-a5ab-ad3ae63ca411], X-TransactionId=[], X-ONAP-RequestID=[4547cbef-3781-45b6-a5ab-ad3ae63ca411], Content-Type=[application/merge-patch+json]} 2022-11-26T06:42:41.006Z|4547cbef-3781-45b6-a5ab-ad3ae63ca411|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/173c01aa-1267-4238-b257-41326313026a/model-vers/model-ver/77837481-7d15-4ed8-a381-cd8d0d5ba895?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-26T06:42:41.105Z|4547cbef-3781-45b6-a5ab-ad3ae63ca411|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/173c01aa-1267-4238-b257-41326313026a/model-vers/model-ver/77837481-7d15-4ed8-a381-cd8d0d5ba895?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/173c01aa-1267-4238-b257-41326313026a/model-vers/model-ver/77837481-7d15-4ed8-a381-cd8d0d5ba895?depth=0 has http status code:200 and response headers:{date=[Sat, 26 Nov 2022 06:42:39 GMT], content-length=[0], vertex-id=[233632], x-aai-txid=[2-aai-resources-221126-06:42:39:663-8005], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2022-11-26T06:42:41.105Z|4547cbef-3781-45b6-a5ab-ad3ae63ca411|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/173c01aa-1267-4238-b257-41326313026a/model-vers/model-ver/77837481-7d15-4ed8-a381-cd8d0d5ba895?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-11-26T06:42:41.106Z|4547cbef-3781-45b6-a5ab-ad3ae63ca411|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/173c01aa-1267-4238-b257-41326313026a/model-vers/model-ver/77837481-7d15-4ed8-a381-cd8d0d5ba895?depth=0|INFO|500||InvokeReturn 2022-11-26T06:42:41.106Z|4547cbef-3781-45b6-a5ab-ad3ae63ca411|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-26T06:42:41.106Z|4547cbef-3781-45b6-a5ab-ad3ae63ca411|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-26T06:42:41.117Z|4547cbef-3781-45b6-a5ab-ad3ae63ca411|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-11-26T06:42:41.118Z|4547cbef-3781-45b6-a5ab-ad3ae63ca411|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4547cbef-3781-45b6-a5ab-ad3ae63ca411 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-26T06:42:41.118Z|4547cbef-3781-45b6-a5ab-ad3ae63ca411|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-26T06:42:41.118Z|4547cbef-3781-45b6-a5ab-ad3ae63ca411|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-26T06:42:41.120Z|4547cbef-3781-45b6-a5ab-ad3ae63ca411|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-26T06:42:41.120Z|4547cbef-3781-45b6-a5ab-ad3ae63ca411|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "4547cbef-3781-45b6-a5ab-ad3ae63ca411", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669444961118, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-26T06:42:41.221Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-26T06:42:41.222Z||pool-72-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-26T06:42:41.222Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:42:41.234Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:42:41.235Z||pool-72-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-11-26T06:42:42.128Z|4547cbef-3781-45b6-a5ab-ad3ae63ca411|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T06:42:42.128Z|4547cbef-3781-45b6-a5ab-ad3ae63ca411|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T06:42:42.128Z|4547cbef-3781-45b6-a5ab-ad3ae63ca411|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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:42:42.756Z|4547cbef-3781-45b6-a5ab-ad3ae63ca411|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:42:42.757Z|4547cbef-3781-45b6-a5ab-ad3ae63ca411|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-26T06:42:42.757Z|4547cbef-3781-45b6-a5ab-ad3ae63ca411|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"ec074a50-75e7-44ec-b15b-87a1f6d27362","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"37f74cd2-beef-4e45-94c6-5f9e10a93a54","serviceDescription":"service","serviceInvariantUUID":"876f3be9-b4c9-4b72-b3b1-245e56115579","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"01f75fac-a86a-458c-a111-da82ced9f98b","resourceInvariantUUID":"3fec6e1d-78ec-4cb0-84c9-822990fe0290","resourceCustomizationUUID":"53f962ed-dbfe-4070-9caf-e3495adc3696","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":"YTNiNDJkZGQ0OTFmN2Y2NGM4YjQwMmRmNTg3ODJkYmM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1e1663ec-ac5e-4647-b846-21d58c6f7181","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":"MmU0ZDllYjgzMGRlZmYzY2U5ZjEzZmFlZjQ1YTQ1ODU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ffb06427-8dce-49eb-9eb0-c71ef7d6a673","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":"3ac8b041-4906-4f02-86ed-3c25a0bd43ad","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":"f8901011-32d1-4545-9ec2-27df205e4152","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":"6511935b-304d-4910-914a-e3689e625ad6","artifactVersion":"2","generatedFromUUID":"3ac8b041-4906-4f02-86ed-3c25a0bd43ad"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ZTcwMTdiMGY4NmJhOGEzOWM0ZjJjMDJkOGU4ODA5ZDA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e3387593-0973-4d28-955e-79549c4fc195","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NjNiMmM4MTk4OWVmYTVhYmEzMjdkMTlkZmIwMjAyYWM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c9d3f6d3-6167-4d0c-9cbd-0781ff889a74","artifactVersion":"1"}],"workloadContext":"Production"} 2022-11-26T06:42:42.759Z|4547cbef-3781-45b6-a5ab-ad3ae63ca411|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-26T06:42:42.759Z|4547cbef-3781-45b6-a5ab-ad3ae63ca411|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-26T06:42:42.761Z|4547cbef-3781-45b6-a5ab-ad3ae63ca411|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-26T06:42:42.761Z|4547cbef-3781-45b6-a5ab-ad3ae63ca411|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "ec074a50-75e7-44ec-b15b-87a1f6d27362", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669444962128, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-26T06:42:42.862Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-11-26T06:42:42.863Z||pool-73-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-26T06:42:42.863Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:42:42.877Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:42:42.878Z||pool-73-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-11-26T06:42:43.761Z|4547cbef-3781-45b6-a5ab-ad3ae63ca411|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-26T06:42:43.762Z|4547cbef-3781-45b6-a5ab-ad3ae63ca411|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-26T06:42:43.763Z|4547cbef-3781-45b6-a5ab-ad3ae63ca411|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-26T06:42:43.764Z|4547cbef-3781-45b6-a5ab-ad3ae63ca411|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "ec074a50-75e7-44ec-b15b-87a1f6d27362", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669444962128, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-11-26T06:42:43.864Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-26T06:42:43.865Z||pool-74-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-26T06:42:43.865Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:42:43.877Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:42:43.877Z||pool-74-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-26T06:42:44.764Z|4547cbef-3781-45b6-a5ab-ad3ae63ca411|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-26T06:42:44.765Z|4547cbef-3781-45b6-a5ab-ad3ae63ca411|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-26T06:42:44.768Z|4547cbef-3781-45b6-a5ab-ad3ae63ca411|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-26T06:42:44.768Z|4547cbef-3781-45b6-a5ab-ad3ae63ca411|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "ec074a50-75e7-44ec-b15b-87a1f6d27362", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669444962128, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-11-26T06:42:44.868Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-26T06:42:44.869Z||pool-75-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-26T06:42:44.869Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:42:44.881Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:42:44.882Z||pool-75-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-26T06:42:45.769Z|4547cbef-3781-45b6-a5ab-ad3ae63ca411|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-26T06:42:45.770Z|4547cbef-3781-45b6-a5ab-ad3ae63ca411|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-26T06:42:45.771Z|4547cbef-3781-45b6-a5ab-ad3ae63ca411|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-26T06:42:45.771Z|4547cbef-3781-45b6-a5ab-ad3ae63ca411|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "ec074a50-75e7-44ec-b15b-87a1f6d27362", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669444962128, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-26T06:42:45.872Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-26T06:42:45.873Z||pool-76-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-26T06:42:45.873Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:42:45.886Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:42:45.887Z||pool-76-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-26T06:42:46.772Z|4547cbef-3781-45b6-a5ab-ad3ae63ca411|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-26T06:42:46.773Z|4547cbef-3781-45b6-a5ab-ad3ae63ca411|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-26T06:42:46.774Z|4547cbef-3781-45b6-a5ab-ad3ae63ca411|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-26T06:42:46.775Z|4547cbef-3781-45b6-a5ab-ad3ae63ca411|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "ec074a50-75e7-44ec-b15b-87a1f6d27362", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669444962128, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-11-26T06:42:46.875Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-26T06:42:46.876Z||pool-77-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-26T06:42:46.876Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:42:46.891Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:42:46.891Z||pool-77-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-11-26T06:42:47.775Z|4547cbef-3781-45b6-a5ab-ad3ae63ca411|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-26T06:42:47.776Z|4547cbef-3781-45b6-a5ab-ad3ae63ca411|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-26T06:42:47.778Z|4547cbef-3781-45b6-a5ab-ad3ae63ca411|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-26T06:42:47.778Z|4547cbef-3781-45b6-a5ab-ad3ae63ca411|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "ec074a50-75e7-44ec-b15b-87a1f6d27362", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669444962128, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-11-26T06:42:47.878Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-26T06:42:47.879Z||pool-78-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-26T06:42:47.879Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:42:47.889Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:42:47.889Z||pool-78-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2022-11-26T06:42:48.779Z|4547cbef-3781-45b6-a5ab-ad3ae63ca411|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-26T06:42:48.779Z|4547cbef-3781-45b6-a5ab-ad3ae63ca411|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-26T06:42:48.781Z|4547cbef-3781-45b6-a5ab-ad3ae63ca411|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-26T06:42:48.781Z|4547cbef-3781-45b6-a5ab-ad3ae63ca411|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "ec074a50-75e7-44ec-b15b-87a1f6d27362", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669444962128, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-11-26T06:42:48.881Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-26T06:42:48.882Z||pool-79-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-26T06:42:48.882Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:42:48.894Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:42:48.895Z||pool-79-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-26T06:42:49.782Z|4547cbef-3781-45b6-a5ab-ad3ae63ca411|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "ec074a50-75e7-44ec-b15b-87a1f6d27362", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "37f74cd2-beef-4e45-94c6-5f9e10a93a54", "serviceDescription": "service", "serviceInvariantUUID": "876f3be9-b4c9-4b72-b3b1-245e56115579", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "53f962ed-dbfe-4070-9caf-e3495adc3696", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "01f75fac-a86a-458c-a111-da82ced9f98b", "resourceInvariantUUID": "3fec6e1d-78ec-4cb0-84c9-822990fe0290", "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": "MmU0ZDllYjgzMGRlZmYzY2U5ZjEzZmFlZjQ1YTQ1ODU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "ffb06427-8dce-49eb-9eb0-c71ef7d6a673", "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": "3ac8b041-4906-4f02-86ed-3c25a0bd43ad", "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": "6511935b-304d-4910-914a-e3689e625ad6", "generatedFromUUID": "3ac8b041-4906-4f02-86ed-3c25a0bd43ad" }, "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": "6511935b-304d-4910-914a-e3689e625ad6", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "NjNiMmM4MTk4OWVmYTVhYmEzMjdkMTlkZmIwMjAyYWM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "c9d3f6d3-6167-4d0c-9cbd-0781ff889a74" } ], "workloadContext": "Production" } 2022-11-26T06:42:49.783Z|4547cbef-3781-45b6-a5ab-ad3ae63ca411|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-26T06:42:49.783Z|4547cbef-3781-45b6-a5ab-ad3ae63ca411|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 37f74cd2-beef-4e45-94c6-5f9e10a93a54 ASDC 2022-11-26T06:42:49.784Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:ec074a50-75e7-44ec-b15b-87a1f6d27362 ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:37f74cd2-beef-4e45-94c6-5f9e10a93a54 ServiceInvariantUUID:876f3be9-b4c9-4b72-b3b1-245e56115579 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:c9d3f6d3-6167-4d0c-9cbd-0781ff889a74 ArtifactChecksum:NjNiMmM4MTk4OWVmYTVhYmEzMjdkMTlkZmIwMjAyYWM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:53f962ed-dbfe-4070-9caf-e3495adc3696 ResourceInvariantUUID:3fec6e1d-78ec-4cb0-84c9-822990fe0290 ResourceName:basic_vm ResourceType:VF ResourceUUID:01f75fac-a86a-458c-a111-da82ced9f98b 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:ffb06427-8dce-49eb-9eb0-c71ef7d6a673 ArtifactChecksum:MmU0ZDllYjgzMGRlZmYzY2U5ZjEzZmFlZjQ1YTQ1ODU= 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:3ac8b041-4906-4f02-86ed-3c25a0bd43ad 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:6511935b-304d-4910-914a-e3689e625ad6 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:6511935b-304d-4910-914a-e3689e625ad6 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-11-26T06:42:49.784Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 37f74cd2-beef-4e45-94c6-5f9e10a93a54 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-26T06:42:49.810Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-26T06:42:49.811Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-11-26T06:42:49.811Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-11-26T06:42:49.812Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: c9d3f6d3-6167-4d0c-9cbd-0781ff889a74 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-11-26T06:42:49.812Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-11-26T06:42:49.812Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-11-26T06:42:49.883Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-11-26T06:42:49.887Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar c9d3f6d3-6167-4d0c-9cbd-0781ff889a74 75194 2022-11-26T06:42:49.887Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-11-26T06:42:49.888Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-11-26T06:42:49.888Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-26T06:42:49.888Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-26T06:42:49.890Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-26T06:42:49.891Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "ec074a50-75e7-44ec-b15b-87a1f6d27362", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669444969887, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-26T06:42:49.991Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-26T06:42:49.991Z||pool-80-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-26T06:42:49.992Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:42:50.003Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:42:50.003Z||pool-80-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-26T06:42:50.891Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-26T06:42:50.892Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-11-26T06:42:50.892Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: c9d3f6d3-6167-4d0c-9cbd-0781ff889a74, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2022-11-26T06:42:50.893Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2022-11-26T06:42:50.893Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2022-11-26T06:42:50.894Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2022-11-26T06:42:51.006Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2431442569702436786/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 2022-11-26T06:42:52.118Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-26T06:42:52.119Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-11-26T06:42:52.119Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-11-26T06:42:52.119Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-11-26T06:42:52.119Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-11-26T06:42:52.119Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-11-26T06:42:52.119Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||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 2022-11-26T06:42:52.119Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||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 2022-11-26T06:42:52.120Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-11-26T06:42:52.120Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-11-26T06:42:52.120Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-11-26T06:42:52.120Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-11-26T06:42:52.120Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T06:42:52.120Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-26T06:42:52.120Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-26T06:42:52.120Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-11-26T06:42:52.121Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-26T06:42:52.121Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T06:42:52.121Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-26T06:42:52.121Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-26T06:42:52.121Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-11-26T06:42:52.121Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-26T06:42:52.121Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T06:42:52.121Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-26T06:42:52.122Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T06:42:52.122Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-11-26T06:42:52.122Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-11-26T06:42:52.122Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-11-26T06:42:52.122Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-11-26T06:42:52.122Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-11-26T06:42:52.123Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-11-26T06:42:52.123Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T06:42:52.123Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-26T06:42:52.123Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T06:42:52.123Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-26T06:42:52.123Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-26T06:42:52.123Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T06:42:52.124Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-26T06:42:52.124Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-26T06:42:52.124Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T06:42:52.124Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-26T06:42:52.124Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-26T06:42:52.124Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T06:42:52.124Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-11-26T06:42:52.125Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-11-26T06:42:52.125Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-11-26T06:42:52.125Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=d0127cbc-30d0-4ac4-9a23-4a546fbf9e20 2022-11-26T06:42:52.125Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T06:42:52.125Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-26T06:42:52.125Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T06:42:52.125Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-26T06:42:52.126Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T06:42:52.126Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-26T06:42:52.126Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T06:42:52.126Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-26T06:42:52.126Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:37f74cd2-beef-4e45-94c6-5f9e10a93a54 Model Version:NULL Model InvariantUuid:876f3be9-b4c9-4b72-b3b1-245e56115579 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:4569b83c-f790-4a5e-816b-19b9200a47d0 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:3fec6e1d-78ec-4cb0-84c9-822990fe0290 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:53f962ed-dbfe-4070-9caf-e3495adc3696 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:86b91c28-bf51-4750-b2c6-ef354e4add89 ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:d6fab054-49e8-4fa7-a225-f4fabf932e4c ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:d0127cbc-30d0-4ac4-9a23-4a546fbf9e20 ModelInvariantUuid:7257b6a4-443c-4650-be63-d3731a79101d ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:825255b4-07ff-4858-b409-74fc50b262f6 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:ec364828-1bb2-4d54-9908-3b13603810ea ModelInvariantUuid:89a7bd93-fceb-46df-9632-fdbdd40aa471 ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:1bf5943d-c3ad-4932-b95c-c15d5d02e898 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-11-26T06:42:52.133Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 01f75fac-a86a-458c-a111-da82ced9f98b Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-26T06:42:52.136Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||INFO|500||basic_vm 0 2022-11-26T06:42:52.136Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 01f75fac-a86a-458c-a111-da82ced9f98b 2022-11-26T06:42:52.136Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: ffb06427-8dce-49eb-9eb0-c71ef7d6a673 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-11-26T06:42:52.137Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-11-26T06:42:52.137Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-11-26T06:42:52.215Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-11-26T06:42:52.216Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ffb06427-8dce-49eb-9eb0-c71ef7d6a673 787 2022-11-26T06:42:52.216Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2022-11-26T06:42:52.216Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-11-26T06:42:52.217Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-26T06:42:52.217Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-26T06:42:52.219Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-26T06:42:52.219Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "ec074a50-75e7-44ec-b15b-87a1f6d27362", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669444972216, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-26T06:42:52.319Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-26T06:42:52.320Z||pool-81-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-26T06:42:52.320Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:42:52.331Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:42:52.332Z||pool-81-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-26T06:42:53.220Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "86b91c28-bf51-4750-b2c6-ef354e4add89", "vfModuleModelVersion": "1", "vfModuleModelUUID": "d6fab054-49e8-4fa7-a225-f4fabf932e4c", "vfModuleModelCustomizationUUID": "ed9ce2c2-799b-4c4f-8779-77e9cb1e6229", "isBase": true, "artifacts": [ "3ac8b041-4906-4f02-86ed-3c25a0bd43ad", "6511935b-304d-4910-914a-e3689e625ad6" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-11-26T06:42:53.225Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:d6fab054-49e8-4fa7-a225-f4fabf932e4c VfModuleModelInvariantUUID:86b91c28-bf51-4750-b2c6-ef354e4add89 VfModuleModelDescription:NULL Artifacts UUID List:{ 3ac8b041-4906-4f02-86ed-3c25a0bd43ad , 6511935b-304d-4910-914a-e3689e625ad6 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-11-26T06:42:53.227Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "86b91c28-bf51-4750-b2c6-ef354e4add89", "vfModuleModelVersion": "1", "vfModuleModelUUID": "d6fab054-49e8-4fa7-a225-f4fabf932e4c", "vfModuleModelCustomizationUUID": "ed9ce2c2-799b-4c4f-8779-77e9cb1e6229", "isBase": true, "artifacts": [ "3ac8b041-4906-4f02-86ed-3c25a0bd43ad", "6511935b-304d-4910-914a-e3689e625ad6" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-11-26T06:42:53.227Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:d6fab054-49e8-4fa7-a225-f4fabf932e4c VfModuleModelInvariantUUID:86b91c28-bf51-4750-b2c6-ef354e4add89 VfModuleModelDescription:NULL Artifacts UUID List:{ 3ac8b041-4906-4f02-86ed-3c25a0bd43ad , 6511935b-304d-4910-914a-e3689e625ad6 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-11-26T06:42:53.227Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 3ac8b041-4906-4f02-86ed-3c25a0bd43ad from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-11-26T06:42:53.227Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-11-26T06:42:53.227Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-11-26T06:42:53.286Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-11-26T06:42:53.287Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 3ac8b041-4906-4f02-86ed-3c25a0bd43ad 5033 2022-11-26T06:42:53.287Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-11-26T06:42:53.287Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-11-26T06:42:53.287Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-26T06:42:53.287Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-26T06:42:53.289Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-26T06:42:53.289Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "ec074a50-75e7-44ec-b15b-87a1f6d27362", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669444973287, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-11-26T06:42:53.389Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-26T06:42:53.390Z||pool-82-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-26T06:42:53.390Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:42:53.401Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:42:53.402Z||pool-82-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-26T06:42:54.290Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 6511935b-304d-4910-914a-e3689e625ad6 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-11-26T06:42:54.290Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-11-26T06:42:54.290Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-11-26T06:42:54.367Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-11-26T06:42:54.367Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 6511935b-304d-4910-914a-e3689e625ad6 903 2022-11-26T06:42:54.368Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-11-26T06:42:54.368Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-11-26T06:42:54.368Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-26T06:42:54.368Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-26T06:42:54.370Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-26T06:42:54.370Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "ec074a50-75e7-44ec-b15b-87a1f6d27362", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669444974367, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-11-26T06:42:54.470Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-26T06:42:54.471Z||pool-83-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-26T06:42:54.471Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:42:54.483Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:42:54.483Z||pool-83-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-26T06:42:55.370Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 37f74cd2-beef-4e45-94c6-5f9e10a93a54 2022-11-26T06:42:55.371Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 01f75fac-a86a-458c-a111-da82ced9f98b ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-26T06:42:55.384Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@28cbed1a, org.onap.sdc.toscaparser.api.parameters.Input@5d27b252, org.onap.sdc.toscaparser.api.parameters.Input@2904b56f, org.onap.sdc.toscaparser.api.parameters.Input@34c9205, org.onap.sdc.toscaparser.api.parameters.Input@74981c4b] 2022-11-26T06:42:55.385Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T06:42:55.386Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-26T06:42:55.386Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 2022-11-26T06:42:55.386Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 53f962ed-dbfe-4070-9caf-e3495adc3696 2022-11-26T06:42:55.386Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 53f962ed-dbfe-4070-9caf-e3495adc3696 matches Tosca VF Customization UUID: 53f962ed-dbfe-4070-9caf-e3495adc3696 2022-11-26T06:42:55.386Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 53f962ed-dbfe-4070-9caf-e3495adc3696 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-11-26T06:42:55.388Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T06:42:55.389Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-26T06:42:55.389Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 53f962ed-dbfe-4070-9caf-e3495adc3696: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2022-11-26T06:42:55.389Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7fd58031 2022-11-26T06:42:55.389Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T06:42:55.390Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-26T06:42:55.390Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ed9ce2c2-799b-4c4f-8779-77e9cb1e6229 2022-11-26T06:42:55.390Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ed9ce2c2-799b-4c4f-8779-77e9cb1e6229 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-11-26T06:42:55.392Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T06:42:55.393Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-26T06:42:55.393Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-26T06:42:55.393Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T06:42:55.393Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-26T06:42:55.394Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-26T06:42:55.394Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T06:42:55.394Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-11-26T06:42:55.394Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-11-26T06:42:55.394Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-11-26T06:42:55.395Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=d0127cbc-30d0-4ac4-9a23-4a546fbf9e20 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-11-26T06:42:55.397Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T06:42:55.397Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-26T06:42:55.397Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-26T06:42:55.398Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T06:42:55.398Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-26T06:42:55.398Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=53f962ed-dbfe-4070-9caf-e3495adc3696 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-26T06:42:55.400Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T06:42:55.400Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-26T06:42:55.401Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 37f74cd2-beef-4e45-94c6-5f9e10a93a54: basic_vm 2022-11-26T06:42:55.401Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T06:42:55.401Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-26T06:42:55.401Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T06:42:55.401Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-26T06:42:55.401Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T06:42:55.402Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-26T06:42:55.403Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T06:42:55.403Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-26T06:42:55.403Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T06:42:55.403Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-26T06:42:55.403Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||INFO|500||Saving Service: basic_vm Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-26T06:42:55.477Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 01f75fac-a86a-458c-a111-da82ced9f98b 1 ASDC deployResourceStructure 2022-11-26T06:42:55.478Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2022-11-26T06:42:55.478Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-11-26T06:42:55.478Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-26T06:42:55.478Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-26T06:42:55.480Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-26T06:42:55.480Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "ec074a50-75e7-44ec-b15b-87a1f6d27362", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669444975478, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-11-26T06:42:55.580Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-26T06:42:55.581Z||pool-84-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-26T06:42:55.581Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:42:55.595Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:42:55.595Z||pool-84-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-26T06:42:56.481Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-11-26T06:42:56.481Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-11-26T06:42:56.481Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-26T06:42:56.481Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-26T06:42:56.484Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-26T06:42:56.484Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "ec074a50-75e7-44ec-b15b-87a1f6d27362", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669444976480, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-11-26T06:42:56.584Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-26T06:42:56.585Z||pool-85-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-26T06:42:56.585Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:42:56.607Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:42:56.608Z||pool-85-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-11-26T06:42:57.485Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-11-26T06:42:57.485Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-11-26T06:42:57.485Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-26T06:42:57.485Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-26T06:42:57.487Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-26T06:42:57.487Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "ec074a50-75e7-44ec-b15b-87a1f6d27362", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669444977485, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-11-26T06:42:57.587Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-26T06:42:57.588Z||pool-86-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-26T06:42:57.588Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:42:57.601Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:42:57.602Z||pool-86-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-11-26T06:42:58.488Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-11-26T06:42:58.488Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-11-26T06:42:58.488Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-26T06:42:58.488Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-26T06:42:58.509Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-26T06:42:58.509Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "ec074a50-75e7-44ec-b15b-87a1f6d27362", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669444978488, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-11-26T06:42:58.590Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 81 ms 2022-11-26T06:42:58.591Z||pool-87-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-26T06:42:58.591Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:42:58.609Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:42:58.610Z||pool-87-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-11-26T06:42:59.509Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec074a50-75e7-44ec-b15b-87a1f6d27362 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-26T06:42:59.517Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec074a50-75e7-44ec-b15b-87a1f6d27362 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-26T06:42:59.518Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-26T06:42:59.518Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-26T06:42:59.518Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-26T06:43:22.472Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T06:43:22.473Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T06:43:22.473Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:43:22.505Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:43:22.507Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-26T06:43:22.507Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "279849e1-c6ca-4b40-9209-229346966149", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669444877603, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-11-26T06:43:22.508Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-26T06:43:22.508Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-26T06:43:22.509Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "279849e1-c6ca-4b40-9209-229346966149", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669444877603, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-11-26T06:43:22.509Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-26T06:43:22.509Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-26T06:43:22.509Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "279849e1-c6ca-4b40-9209-229346966149", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669444885387, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-26T06:43:22.509Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-26T06:43:22.509Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-26T06:43:22.509Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "279849e1-c6ca-4b40-9209-229346966149", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669444886963, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-11-26T06:43:22.509Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-26T06:43:22.509Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-26T06:43:22.509Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec074a50-75e7-44ec-b15b-87a1f6d27362", "consumerID": "cds", "timestamp": 1669444905417, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-26T06:43:22.509Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-26T06:43:22.509Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-26T06:43:22.510Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec074a50-75e7-44ec-b15b-87a1f6d27362", "consumerID": "multicloud-k8s-id", "timestamp": 1669444905385, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-26T06:43:22.510Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-26T06:43:22.510Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-26T06:43:22.510Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec074a50-75e7-44ec-b15b-87a1f6d27362", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669444909492, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-26T06:43:22.510Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-26T06:43:22.510Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-26T06:43:22.510Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec074a50-75e7-44ec-b15b-87a1f6d27362", "consumerID": "cds", "timestamp": 1669444905417, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-26T06:43:22.510Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-26T06:43:22.510Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-26T06:43:22.510Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec074a50-75e7-44ec-b15b-87a1f6d27362", "consumerID": "multicloud-k8s-id", "timestamp": 1669444905385, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-11-26T06:43:22.510Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-26T06:43:22.510Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-26T06:43:22.511Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec074a50-75e7-44ec-b15b-87a1f6d27362", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669444909492, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-26T06:43:22.511Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-26T06:43:22.511Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-26T06:43:22.511Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec074a50-75e7-44ec-b15b-87a1f6d27362", "consumerID": "cds", "timestamp": 1669444905417, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-11-26T06:43:22.511Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-26T06:43:22.511Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-26T06:43:22.511Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec074a50-75e7-44ec-b15b-87a1f6d27362", "consumerID": "multicloud-k8s-id", "timestamp": 1669444905385, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-11-26T06:43:22.511Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-26T06:43:22.511Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-26T06:43:22.511Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec074a50-75e7-44ec-b15b-87a1f6d27362", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669444909492, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-11-26T06:43:22.512Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-26T06:43:22.512Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-26T06:43:22.512Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec074a50-75e7-44ec-b15b-87a1f6d27362", "consumerID": "cds", "timestamp": 1669444905417, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-26T06:43:22.512Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-26T06:43:22.512Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-26T06:43:22.512Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec074a50-75e7-44ec-b15b-87a1f6d27362", "consumerID": "multicloud-k8s-id", "timestamp": 1669444905385, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-26T06:43:22.512Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-26T06:43:22.512Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-26T06:43:22.513Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec074a50-75e7-44ec-b15b-87a1f6d27362", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669444909492, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-26T06:43:22.513Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-26T06:43:22.513Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-26T06:43:22.513Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec074a50-75e7-44ec-b15b-87a1f6d27362", "consumerID": "cds", "timestamp": 1669444905417, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-26T06:43:22.513Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-26T06:43:22.513Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-26T06:43:22.513Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec074a50-75e7-44ec-b15b-87a1f6d27362", "consumerID": "multicloud-k8s-id", "timestamp": 1669444905385, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-11-26T06:43:22.514Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-26T06:43:22.514Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-26T06:43:22.514Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec074a50-75e7-44ec-b15b-87a1f6d27362", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669444909492, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-26T06:43:22.514Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-26T06:43:22.514Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-26T06:43:22.514Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec074a50-75e7-44ec-b15b-87a1f6d27362", "consumerID": "cds", "timestamp": 1669444905417, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-11-26T06:43:22.514Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-26T06:43:22.514Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-26T06:43:22.514Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec074a50-75e7-44ec-b15b-87a1f6d27362", "consumerID": "multicloud-k8s-id", "timestamp": 1669444905385, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-11-26T06:43:22.515Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-26T06:43:22.515Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-26T06:43:22.515Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec074a50-75e7-44ec-b15b-87a1f6d27362", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669444909492, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-11-26T06:43:22.515Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-26T06:43:22.516Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-26T06:43:22.516Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec074a50-75e7-44ec-b15b-87a1f6d27362", "consumerID": "cds", "timestamp": 1669444905417, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-11-26T06:43:22.516Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-26T06:43:22.516Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-26T06:43:22.516Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec074a50-75e7-44ec-b15b-87a1f6d27362", "consumerID": "multicloud-k8s-id", "timestamp": 1669444905385, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-11-26T06:43:22.517Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-26T06:43:22.517Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-26T06:43:22.517Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec074a50-75e7-44ec-b15b-87a1f6d27362", "consumerID": "ves-openapi-manager", "timestamp": 1669444915040, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-26T06:43:22.517Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-26T06:43:22.517Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-26T06:43:22.517Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec074a50-75e7-44ec-b15b-87a1f6d27362", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669444909492, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-11-26T06:43:22.518Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-26T06:43:22.518Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-26T06:43:22.518Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec074a50-75e7-44ec-b15b-87a1f6d27362", "consumerID": "multicloud-k8s-id", "timestamp": 1669444916437, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-26T06:43:22.518Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-26T06:43:22.518Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-26T06:43:22.518Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec074a50-75e7-44ec-b15b-87a1f6d27362", "consumerID": "cds", "timestamp": 1669444915525, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-26T06:43:22.518Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-26T06:43:22.518Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-26T06:43:22.518Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec074a50-75e7-44ec-b15b-87a1f6d27362", "consumerID": "ves-openapi-manager", "timestamp": 1669444915040, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-26T06:43:22.518Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-26T06:43:22.519Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-26T06:43:22.519Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec074a50-75e7-44ec-b15b-87a1f6d27362", "consumerID": "aai-ml", "timestamp": 1669444915321, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-26T06:43:22.519Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-26T06:43:22.519Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-26T06:43:22.519Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec074a50-75e7-44ec-b15b-87a1f6d27362", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669444917254, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-26T06:43:22.519Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-26T06:43:22.519Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-26T06:43:22.519Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec074a50-75e7-44ec-b15b-87a1f6d27362", "consumerID": "cds", "timestamp": 1669444916536, "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=? 2022-11-26T06:43:22.525Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ec074a50-75e7-44ec-b15b-87a1f6d27362 2022-11-26T06:43:22.525Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId ec074a50-75e7-44ec-b15b-87a1f6d27362 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-26T06:43:22.529Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-26T06:43:22.530Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec074a50-75e7-44ec-b15b-87a1f6d27362", "consumerID": "multicloud-k8s-id", "timestamp": 1669444917517, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-11-26T06:43:22.530Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-26T06:43:22.530Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-26T06:43:22.530Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec074a50-75e7-44ec-b15b-87a1f6d27362", "consumerID": "ves-openapi-manager", "timestamp": 1669444915040, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-11-26T06:43:22.530Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-26T06:43:22.530Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-26T06:43:22.530Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec074a50-75e7-44ec-b15b-87a1f6d27362", "consumerID": "aai-ml", "timestamp": 1669444915321, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-26T06:43:22.530Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-26T06:43:22.530Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-26T06:43:22.531Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "279849e1-c6ca-4b40-9209-229346966149", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669444918278, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-26T06:43:22.531Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-26T06:43:22.531Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-26T06:43:22.531Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec074a50-75e7-44ec-b15b-87a1f6d27362", "consumerID": "multicloud-k8s-id", "timestamp": 1669444918604, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-11-26T06:43:22.531Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-26T06:43:22.531Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-26T06:43:22.531Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec074a50-75e7-44ec-b15b-87a1f6d27362", "consumerID": "ves-openapi-manager", "timestamp": 1669444915040, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-26T06:43:22.531Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-26T06:43:22.532Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-26T06:43:22.532Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec074a50-75e7-44ec-b15b-87a1f6d27362", "consumerID": "aai-ml", "timestamp": 1669444915321, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-11-26T06:43:22.532Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-26T06:43:22.532Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-26T06:43:22.532Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4547cbef-3781-45b6-a5ab-ad3ae63ca411", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669444877603, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTzkm0gruqz5cfzgqqkm5/1.0/resourceInstances/pnfb4208f5a72d50/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-26T06:43:22.532Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-26T06:43:22.532Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-26T06:43:22.532Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec074a50-75e7-44ec-b15b-87a1f6d27362", "consumerID": "multicloud-k8s-id", "timestamp": 1669444919633, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-26T06:43:22.534Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ec074a50-75e7-44ec-b15b-87a1f6d27362 2022-11-26T06:43:22.534Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId ec074a50-75e7-44ec-b15b-87a1f6d27362 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-26T06:43:22.540Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-26T06:43:22.540Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec074a50-75e7-44ec-b15b-87a1f6d27362", "consumerID": "ves-openapi-manager", "timestamp": 1669444915040, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-26T06:43:22.540Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-26T06:43:22.540Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-26T06:43:22.540Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec074a50-75e7-44ec-b15b-87a1f6d27362", "consumerID": "aai-ml", "timestamp": 1669444915321, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-26T06:43:22.540Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-26T06:43:22.540Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-26T06:43:22.540Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4547cbef-3781-45b6-a5ab-ad3ae63ca411", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669444877603, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTzkm0gruqz5cfzgqqkm5/1.0/resourceInstances/pnfb4208f5a72d50/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-26T06:43:22.540Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-26T06:43:22.541Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-26T06:43:22.541Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec074a50-75e7-44ec-b15b-87a1f6d27362", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669444919977, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-11-26T06:43:22.541Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-26T06:43:22.541Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-26T06:43:22.541Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec074a50-75e7-44ec-b15b-87a1f6d27362", "consumerID": "multicloud-k8s-id", "timestamp": 1669444920640, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-11-26T06:43:22.541Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-26T06:43:22.541Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-26T06:43:22.541Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec074a50-75e7-44ec-b15b-87a1f6d27362", "consumerID": "ves-openapi-manager", "timestamp": 1669444915040, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-11-26T06:43:22.541Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-26T06:43:22.541Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-26T06:43:22.541Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec074a50-75e7-44ec-b15b-87a1f6d27362", "consumerID": "aai-ml", "timestamp": 1669444915321, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-26T06:43:22.541Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-26T06:43:22.541Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-26T06:43:22.542Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4547cbef-3781-45b6-a5ab-ad3ae63ca411", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669444877603, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTzkm0gruqz5cfzgqqkm5/1.0/resourceInstances/pnfb4208f5a72d50/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-26T06:43:22.542Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-26T06:43:22.542Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-26T06:43:22.542Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec074a50-75e7-44ec-b15b-87a1f6d27362", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669444920982, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-26T06:43:22.544Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ec074a50-75e7-44ec-b15b-87a1f6d27362 2022-11-26T06:43:22.544Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId ec074a50-75e7-44ec-b15b-87a1f6d27362 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-26T06:43:22.550Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-26T06:43:22.550Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec074a50-75e7-44ec-b15b-87a1f6d27362", "consumerID": "ves-openapi-manager", "timestamp": 1669444915040, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2022-11-26T06:43:22.550Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-26T06:43:22.550Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-26T06:43:22.551Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec074a50-75e7-44ec-b15b-87a1f6d27362", "consumerID": "aai-ml", "timestamp": 1669444915321, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-11-26T06:43:22.551Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-26T06:43:22.551Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-26T06:43:22.551Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4547cbef-3781-45b6-a5ab-ad3ae63ca411", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669444877603, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTzkm0gruqz5cfzgqqkm5/1.0/resourceInstances/pnfb4208f5a72d50/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-26T06:43:22.551Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-26T06:43:22.551Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-26T06:43:22.551Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec074a50-75e7-44ec-b15b-87a1f6d27362", "consumerID": "aai-ml", "timestamp": 1669444915321, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-11-26T06:43:22.551Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-26T06:43:22.551Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-26T06:43:22.551Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4547cbef-3781-45b6-a5ab-ad3ae63ca411", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669444877603, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTzkm0gruqz5cfzgqqkm5/1.0/resourceInstances/pnfb4208f5a72d50/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-26T06:43:22.551Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-26T06:43:22.552Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-26T06:43:22.552Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4547cbef-3781-45b6-a5ab-ad3ae63ca411", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669444877603, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTzkm0gruqz5cfzgqqkm5/1.0/resourceInstances/pnfb4208f5a72d50/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-26T06:43:22.552Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-26T06:43:22.552Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-26T06:43:22.552Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec074a50-75e7-44ec-b15b-87a1f6d27362", "consumerID": "aai-ml", "timestamp": 1669444923082, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-26T06:43:22.552Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-26T06:43:22.552Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-26T06:43:22.553Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4547cbef-3781-45b6-a5ab-ad3ae63ca411", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669444877603, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTzkm0gruqz5cfzgqqkm5/1.0/artifacts/service-DemoPnfTzkm0gruqz5cfzgqqkm5-template.yml", "status": "NOT_NOTIFIED" } 2022-11-26T06:43:22.553Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-26T06:43:22.553Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-26T06:43:22.553Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4547cbef-3781-45b6-a5ab-ad3ae63ca411", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669444877603, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTzkm0gruqz5cfzgqqkm5/1.0/artifacts/service-DemoPnfTzkm0gruqz5cfzgqqkm5-csar.csar", "status": "NOTIFIED" } 2022-11-26T06:43:22.553Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-26T06:43:22.553Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-26T06:43:22.553Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4547cbef-3781-45b6-a5ab-ad3ae63ca411", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669444927753, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTzkm0gruqz5cfzgqqkm5/1.0/artifacts/service-DemoPnfTzkm0gruqz5cfzgqqkm5-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-26T06:43:22.553Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-26T06:43:22.553Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-26T06:43:22.554Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4547cbef-3781-45b6-a5ab-ad3ae63ca411", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669444929908, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTzkm0gruqz5cfzgqqkm5/1.0/artifacts/service-DemoPnfTzkm0gruqz5cfzgqqkm5-csar.csar", "status": "DEPLOY_OK" } 2022-11-26T06:43:22.554Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-26T06:43:22.554Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-26T06:43:22.554Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec074a50-75e7-44ec-b15b-87a1f6d27362", "consumerID": "aai-ml", "timestamp": 1669444930267, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-11-26T06:43:22.554Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-26T06:43:22.554Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-26T06:43:22.554Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec074a50-75e7-44ec-b15b-87a1f6d27362", "consumerID": "aai-ml", "timestamp": 1669444931274, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-26T06:43:22.558Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ec074a50-75e7-44ec-b15b-87a1f6d27362 2022-11-26T06:43:22.558Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId ec074a50-75e7-44ec-b15b-87a1f6d27362 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-26T06:43:29.519Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec074a50-75e7-44ec-b15b-87a1f6d27362 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-26T06:43:29.529Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec074a50-75e7-44ec-b15b-87a1f6d27362 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-26T06:43:29.531Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-26T06:43:29.531Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-26T06:43:29.531Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-26T06:43:29.531Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-26T06:43:29.531Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-26T06:43:29.531Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-26T06:43:29.532Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-26T06:43:29.532Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-26T06:43:29.532Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-26T06:43:29.532Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-26T06:43:29.534Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-26T06:43:59.534Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ec074a50-75e7-44ec-b15b-87a1f6d27362 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-11-26T06:43:59.539Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ec074a50-75e7-44ec-b15b-87a1f6d27362 and serviceModelVersionId: 37f74cd2-beef-4e45-94c6-5f9e10a93a54 2022-11-26T06:43:59.540Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 876f3be9-b4c9-4b72-b3b1-245e56115579 2022-11-26T06:43:59.540Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/876f3be9-b4c9-4b72-b3b1-245e56115579/model-vers/model-ver/37f74cd2-beef-4e45-94c6-5f9e10a93a54?depth=0 2022-11-26T06:43:59.544Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2022-11-26T06:43:59.583Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/876f3be9-b4c9-4b72-b3b1-245e56115579/model-vers/model-ver/37f74cd2-beef-4e45-94c6-5f9e10a93a54?depth=0|INFO|500||Invoke 2022-11-26T06:43:59.584Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/876f3be9-b4c9-4b72-b3b1-245e56115579/model-vers/model-ver/37f74cd2-beef-4e45-94c6-5f9e10a93a54?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/876f3be9-b4c9-4b72-b3b1-245e56115579/model-vers/model-ver/37f74cd2-beef-4e45-94c6-5f9e10a93a54?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ec074a50-75e7-44ec-b15b-87a1f6d27362], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e2e21295-8a58-495e-9a06-1eff1c26ca62], X-ECOMP-RequestID=[ec074a50-75e7-44ec-b15b-87a1f6d27362], X-TransactionId=[], X-ONAP-RequestID=[ec074a50-75e7-44ec-b15b-87a1f6d27362], Content-Type=[application/merge-patch+json]} 2022-11-26T06:43:59.604Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/876f3be9-b4c9-4b72-b3b1-245e56115579/model-vers/model-ver/37f74cd2-beef-4e45-94c6-5f9e10a93a54?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-26T06:43:59.690Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/876f3be9-b4c9-4b72-b3b1-245e56115579/model-vers/model-ver/37f74cd2-beef-4e45-94c6-5f9e10a93a54?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/876f3be9-b4c9-4b72-b3b1-245e56115579/model-vers/model-ver/37f74cd2-beef-4e45-94c6-5f9e10a93a54?depth=0 has http status code:200 and response headers:{date=[Sat, 26 Nov 2022 06:43:58 GMT], content-length=[0], vertex-id=[204984], x-aai-txid=[0-aai-resources-221126-06:43:58:253-15767], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2022-11-26T06:43:59.691Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/876f3be9-b4c9-4b72-b3b1-245e56115579/model-vers/model-ver/37f74cd2-beef-4e45-94c6-5f9e10a93a54?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-11-26T06:43:59.692Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/876f3be9-b4c9-4b72-b3b1-245e56115579/model-vers/model-ver/37f74cd2-beef-4e45-94c6-5f9e10a93a54?depth=0|INFO|500||InvokeReturn 2022-11-26T06:43:59.692Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-26T06:43:59.693Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-26T06:43:59.697Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-11-26T06:43:59.698Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ec074a50-75e7-44ec-b15b-87a1f6d27362 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-26T06:43:59.698Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-26T06:43:59.699Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-26T06:43:59.701Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-26T06:43:59.701Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "ec074a50-75e7-44ec-b15b-87a1f6d27362", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669445039698, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-26T06:43:59.802Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-26T06:43:59.802Z||pool-88-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-26T06:43:59.803Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:43:59.822Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:43:59.823Z||pool-88-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-11-26T06:44:00.711Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T06:44:00.711Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T06:44:00.711Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:44:10.256Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:44:10.257Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T06:44:10.257Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T06:44:10.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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:44:19.829Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:44:19.829Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T06:44:19.830Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T06:44:19.830Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:44:22.472Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T06:44:22.474Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T06:44:22.474Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:44:22.497Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:44:22.498Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-26T06:44:22.498Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4547cbef-3781-45b6-a5ab-ad3ae63ca411", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669444961118, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-26T06:44:22.499Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-26T06:44:22.499Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-26T06:44:22.499Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec074a50-75e7-44ec-b15b-87a1f6d27362", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669444962128, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-26T06:44:22.500Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-26T06:44:22.500Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-26T06:44:22.500Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec074a50-75e7-44ec-b15b-87a1f6d27362", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669444962128, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-11-26T06:44:22.500Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-26T06:44:22.501Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-26T06:44:22.501Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec074a50-75e7-44ec-b15b-87a1f6d27362", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669444962128, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-11-26T06:44:22.501Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-26T06:44:22.501Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-26T06:44:22.502Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec074a50-75e7-44ec-b15b-87a1f6d27362", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669444962128, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-26T06:44:22.502Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-26T06:44:22.502Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-26T06:44:22.502Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec074a50-75e7-44ec-b15b-87a1f6d27362", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669444962128, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-11-26T06:44:22.503Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-26T06:44:22.503Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-26T06:44:22.503Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec074a50-75e7-44ec-b15b-87a1f6d27362", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669444962128, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-11-26T06:44:22.503Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-26T06:44:22.504Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-26T06:44:22.504Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec074a50-75e7-44ec-b15b-87a1f6d27362", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669444962128, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-11-26T06:44:22.504Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-26T06:44:22.504Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-26T06:44:22.505Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec074a50-75e7-44ec-b15b-87a1f6d27362", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669444969887, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-26T06:44:22.505Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-26T06:44:22.505Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-26T06:44:22.505Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec074a50-75e7-44ec-b15b-87a1f6d27362", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669444972216, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-26T06:44:22.505Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-26T06:44:22.506Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-26T06:44:22.506Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec074a50-75e7-44ec-b15b-87a1f6d27362", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669444973287, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-11-26T06:44:22.506Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-26T06:44:22.506Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-26T06:44:22.507Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec074a50-75e7-44ec-b15b-87a1f6d27362", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669444974367, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-11-26T06:44:22.507Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-26T06:44:22.507Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-26T06:44:22.507Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec074a50-75e7-44ec-b15b-87a1f6d27362", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669444975478, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-11-26T06:44:22.508Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-26T06:44:22.508Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-26T06:44:22.508Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec074a50-75e7-44ec-b15b-87a1f6d27362", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669444976480, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-11-26T06:44:22.508Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-26T06:44:22.508Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-26T06:44:22.509Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec074a50-75e7-44ec-b15b-87a1f6d27362", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669444977485, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-11-26T06:44:22.509Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-26T06:44:22.509Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-26T06:44:22.509Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec074a50-75e7-44ec-b15b-87a1f6d27362", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669444978488, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-11-26T06:44:22.510Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-26T06:44:29.383Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:44:29.384Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T06:44:29.384Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T06:44:29.384Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:44:38.922Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:44:38.924Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T06:44:38.924Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T06:44:38.925Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:44:48.461Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:45:22.470Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T06:45:22.471Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T06:45:22.471Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:45:22.472Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T06:45:22.473Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T06:45:22.473Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:45:22.998Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:45:22.999Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-26T06:45:22.999Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec074a50-75e7-44ec-b15b-87a1f6d27362", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669445039698, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-26T06:45:23.000Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-26T06:45:32.048Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:46:22.470Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T06:46:22.471Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T06:46:22.471Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:46:22.472Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T06:46:22.473Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T06:46:22.473Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:46:32.037Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:46:32.039Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:47:22.470Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T06:47:22.471Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T06:47:22.471Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:47:22.474Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T06:47:22.474Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T06:47:22.476Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:47:32.020Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:47:32.020Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:48:22.470Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T06:48:22.471Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T06:48:22.471Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:48:22.472Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T06:48:22.473Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T06:48:22.473Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:48:32.028Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:48:32.028Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:49:22.470Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T06:49:22.471Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T06:49:22.471Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:49:22.472Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T06:49:22.473Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T06:49:22.474Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:49:32.011Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:49:32.012Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:50:22.470Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T06:50:22.472Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T06:50:22.472Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:50:22.472Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T06:50:22.474Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T06:50:22.474Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:50:32.026Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:50:32.026Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:51:22.470Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T06:51:22.471Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T06:51:22.471Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:51:22.473Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T06:51:22.474Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T06:51:22.474Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:51:32.034Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:51:32.038Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:52:22.470Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T06:52:22.471Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T06:52:22.471Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:52:22.472Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T06:52:22.473Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T06:52:22.473Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:52:32.018Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:52:32.042Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:53:22.470Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T06:53:22.471Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T06:53:22.471Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:53:22.472Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T06:53:22.472Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T06:53:22.473Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:53:32.025Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:53:32.025Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:54:22.470Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T06:54:22.471Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T06:54:22.471Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:54:22.472Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T06:54:22.473Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T06:54:22.473Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:54:32.033Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:54:32.035Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:55:22.470Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T06:55:22.470Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T06:55:22.471Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:55:22.472Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T06:55:22.473Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T06:55:22.473Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:55:32.032Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:55:32.037Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:56:22.470Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T06:56:22.471Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T06:56:22.471Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:56:22.472Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T06:56:22.473Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T06:56:22.473Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:56:32.027Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:56:32.036Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:57:22.470Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T06:57:22.471Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T06:57:22.472Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:57:22.472Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T06:57:22.473Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T06:57:22.473Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:57:32.017Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:57:32.022Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:58:22.470Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T06:58:22.470Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T06:58:22.471Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:58:22.472Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T06:58:22.472Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T06:58:22.473Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:58:32.034Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:58:32.038Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:59:22.470Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T06:59:22.471Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T06:59:22.471Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:59:22.472Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T06:59:22.473Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T06:59:22.473Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T06:59:32.015Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T06:59:32.044Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T07:00:22.470Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T07:00:22.471Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T07:00:22.471Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Xh5NKXhRz8XMKhrB) ... 2022-11-26T07:00:22.474Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T07:00:22.474Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T07:00:22.475Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T07:00:32.035Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T07:00:32.035Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T07:01:22.470Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T07:01:22.470Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T07:01:22.470Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Xh5NKXhRz8XMKhrB) ... 2022-11-26T07:01:22.472Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T07:01:22.473Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T07:01:22.473Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T07:01:32.026Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T07:01:32.027Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T07:02:22.470Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T07:02:22.470Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T07:02:22.471Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Xh5NKXhRz8XMKhrB) ... 2022-11-26T07:02:22.472Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T07:02:22.473Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T07:02:22.473Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T07:02:32.029Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T07:02:32.029Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T07:03:22.472Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T07:03:22.470Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T07:03:22.477Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T07:03:22.477Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Xh5NKXhRz8XMKhrB) ... 2022-11-26T07:03:22.477Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T07:03:22.477Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T07:03:32.031Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T07:03:32.031Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T07:04:22.470Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T07:04:22.471Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T07:04:22.471Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Xh5NKXhRz8XMKhrB) ... 2022-11-26T07:04:22.472Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T07:04:22.473Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T07:04:22.473Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T07:04:32.032Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T07:04:32.035Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T07:05:22.470Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T07:05:22.471Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T07:05:22.471Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Xh5NKXhRz8XMKhrB) ... 2022-11-26T07:05:22.472Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T07:05:22.473Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T07:05:22.473Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T07:05:32.023Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T07:05:32.026Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T07:06:22.470Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T07:06:22.470Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T07:06:22.471Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Xh5NKXhRz8XMKhrB) ... 2022-11-26T07:06:22.472Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T07:06:22.473Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T07:06:22.473Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T07:06:32.016Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T07:06:32.017Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T07:07:22.470Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T07:07:22.471Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T07:07:22.471Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Xh5NKXhRz8XMKhrB) ... 2022-11-26T07:07:22.472Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T07:07:22.473Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T07:07:22.473Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T07:07:32.056Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T07:07:32.058Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T07:08:22.470Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T07:08:22.471Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T07:08:22.471Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Xh5NKXhRz8XMKhrB) ... 2022-11-26T07:08:22.472Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T07:08:22.473Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T07:08:22.473Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T07:08:32.038Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T07:08:32.040Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T07:09:22.470Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T07:09:22.470Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T07:09:22.471Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Xh5NKXhRz8XMKhrB) ... 2022-11-26T07:09:22.472Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T07:09:22.474Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T07:09:22.474Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T07:09:32.023Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T07:09:32.043Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T07:10:22.470Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T07:10:22.471Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T07:10:22.471Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Xh5NKXhRz8XMKhrB) ... 2022-11-26T07:10:22.472Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T07:10:22.472Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T07:10:22.473Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T07:10:32.028Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T07:10:32.030Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T07:11:22.470Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T07:11:22.471Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T07:11:22.471Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Xh5NKXhRz8XMKhrB) ... 2022-11-26T07:11:22.472Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T07:11:22.473Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T07:11:22.473Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T07:11:32.039Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T07:11:32.041Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T07:12:22.470Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T07:12:22.471Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T07:12:22.471Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Xh5NKXhRz8XMKhrB) ... 2022-11-26T07:12:22.472Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T07:12:22.472Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T07:12:22.473Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T07:12:32.014Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T07:12:32.015Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T07:13:22.470Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T07:13:22.471Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T07:13:22.471Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Xh5NKXhRz8XMKhrB) ... 2022-11-26T07:13:22.472Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T07:13:22.472Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T07:13:22.473Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T07:13:32.020Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T07:13:32.024Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T07:14:22.470Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T07:14:22.471Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T07:14:22.471Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T07:14:22.472Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T07:14:22.473Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T07:14:22.473Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T07:14:32.025Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T07:14:32.025Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T07:15:22.470Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T07:15:22.471Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T07:15:22.471Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T07:15:22.472Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T07:15:22.473Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T07:15:22.473Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T07:15:32.025Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T07:15:32.027Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T07:16:22.470Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T07:16:22.471Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T07:16:22.471Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T07:16:22.472Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T07:16:22.473Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T07:16:22.473Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T07:16:32.024Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T07:16:32.026Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T07:17:22.470Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T07:17:22.472Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T07:17:22.473Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T07:17:22.473Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T07:17:22.473Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T07:17:22.473Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T07:17:25.343Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T07:17:25.344Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-26T07:17:25.344Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"b1d189f9-63fc-454a-953b-1e919700c9ff","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"6dfcac85-dd3a-487d-8ac3-532a5a4eae73","serviceDescription":"service","serviceInvariantUUID":"8e6e3f4f-cdad-44e8-a345-0ebb000dc9d5","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e396e1ac-7ae4-4c68-9546-2dec040327da","resourceInvariantUUID":"94d17291-0431-4fca-bedb-e06a848939ec","resourceCustomizationUUID":"d0afe9ac-d4c2-4784-8513-2786940cf60d","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":"YWViYWRiYjkyMzlhOTA4YjMwODM0NGNjYWRiMjQ3MjA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5e3b8992-c5b4-4bda-84cd-52b72b9f8453","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":"ZTk2OWMwMmY1ZGNjNzY4NTcwYWM5YTI4Y2Q1YmNlYjM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"51b352a8-162e-4102-afae-57b7d8937070","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":"c637276d-f73c-4e78-b350-09024bdc593f","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":"88e2aee5-5d84-4cea-8261-67238c34aa3e","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":"51f4714d-2370-442f-b76b-749508dd867f","artifactVersion":"2","generatedFromUUID":"6f4f6d63-61b4-47f8-824c-1a38ccff3945"},{"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":"02bc4a69-b99b-4595-be2d-8ad41e9de7d0","artifactVersion":"2","generatedFromUUID":"c637276d-f73c-4e78-b350-09024bdc593f"},{"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":"6f4f6d63-61b4-47f8-824c-1a38ccff3945","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":"f212dd48-44ab-48bb-8dd5-30fa217df679","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":"MzM0MzFiM2QzMzg2NDJlODMyOGJlNmZlYTlkMjJmNDM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d57f7420-5f24-453a-8068-e17e83c7cefb","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"YmRhOGM5MDM1ZTJiMzdlNjkzNjBhZWQ3M2M5YjllMjU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"45136f02-fbd3-4b6c-9b83-cb6b7c7f2046","artifactVersion":"1"}],"workloadContext":"Production"} 2022-11-26T07:17:25.349Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-26T07:17:25.350Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-26T07:17:25.355Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-26T07:17:25.355Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "b1d189f9-63fc-454a-953b-1e919700c9ff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669447042470, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-26T07:17:25.455Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-26T07:17:25.456Z||pool-89-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-26T07:17:25.457Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xh5NKXhRz8XMKhrB) ... 2022-11-26T07:17:25.471Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T07:17:25.472Z||pool-89-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":3,"count":1} 2022-11-26T07:17:25.608Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T07:17:25.609Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-26T07:17:25.609Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b1d189f9-63fc-454a-953b-1e919700c9ff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669447042470, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-26T07:17:25.610Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-26T07:17:25.610Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-26T07:17:25.611Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b1d189f9-63fc-454a-953b-1e919700c9ff", "consumerID": "cds", "timestamp": 1669447035417, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-26T07:17:25.611Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-26T07:17:25.611Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-26T07:17:25.611Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b1d189f9-63fc-454a-953b-1e919700c9ff", "consumerID": "ves-openapi-manager", "timestamp": 1669447035040, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-26T07:17:25.611Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-26T07:17:26.356Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-26T07:17:26.356Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-26T07:17:26.359Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-26T07:17:26.359Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "b1d189f9-63fc-454a-953b-1e919700c9ff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669447042470, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-11-26T07:17:26.459Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-26T07:17:26.460Z||pool-90-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-26T07:17:26.460Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xh5NKXhRz8XMKhrB) ... 2022-11-26T07:17:26.473Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T07:17:26.474Z||pool-90-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-11-26T07:17:27.359Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-26T07:17:27.360Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-26T07:17:27.361Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-26T07:17:27.362Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "b1d189f9-63fc-454a-953b-1e919700c9ff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669447042470, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-11-26T07:17:27.462Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-26T07:17:27.463Z||pool-91-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-26T07:17:27.463Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xh5NKXhRz8XMKhrB) ... 2022-11-26T07:17:27.492Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T07:17:27.493Z||pool-91-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1} 2022-11-26T07:17:28.362Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-26T07:17:28.363Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-26T07:17:28.364Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-26T07:17:28.364Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "b1d189f9-63fc-454a-953b-1e919700c9ff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669447042470, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-26T07:17:28.464Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-26T07:17:28.465Z||pool-92-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-26T07:17:28.465Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xh5NKXhRz8XMKhrB) ... 2022-11-26T07:17:28.476Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T07:17:28.476Z||pool-92-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-26T07:17:29.365Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-26T07:17:29.365Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-26T07:17:29.367Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-26T07:17:29.368Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "b1d189f9-63fc-454a-953b-1e919700c9ff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669447042470, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-11-26T07:17:29.468Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-26T07:17:29.469Z||pool-93-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-26T07:17:29.469Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xh5NKXhRz8XMKhrB) ... 2022-11-26T07:17:29.480Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T07:17:29.480Z||pool-93-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-26T07:17:30.368Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-26T07:17:30.369Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-26T07:17:30.371Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-26T07:17:30.371Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "b1d189f9-63fc-454a-953b-1e919700c9ff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669447042470, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-11-26T07:17:30.471Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-26T07:17:30.472Z||pool-94-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-26T07:17:30.472Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xh5NKXhRz8XMKhrB) ... 2022-11-26T07:17:30.488Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T07:17:30.489Z||pool-94-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-11-26T07:17:31.371Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-26T07:17:31.372Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-26T07:17:31.374Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-26T07:17:31.375Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "b1d189f9-63fc-454a-953b-1e919700c9ff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669447042470, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-11-26T07:17:31.474Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-26T07:17:31.475Z||pool-95-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-26T07:17:31.475Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xh5NKXhRz8XMKhrB) ... 2022-11-26T07:17:31.485Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T07:17:31.485Z||pool-95-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2022-11-26T07:17:32.376Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-26T07:17:32.377Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-26T07:17:32.380Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-26T07:17:32.380Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "b1d189f9-63fc-454a-953b-1e919700c9ff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669447042470, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-26T07:17:32.480Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-26T07:17:32.481Z||pool-96-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-26T07:17:32.481Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xh5NKXhRz8XMKhrB) ... 2022-11-26T07:17:32.495Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T07:17:32.496Z||pool-96-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-26T07:17:33.381Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-26T07:17:33.382Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-26T07:17:33.384Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-26T07:17:33.384Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "b1d189f9-63fc-454a-953b-1e919700c9ff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669447042470, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-26T07:17:33.484Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-26T07:17:33.485Z||pool-97-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-26T07:17:33.485Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xh5NKXhRz8XMKhrB) ... 2022-11-26T07:17:33.495Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T07:17:33.495Z||pool-97-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-11-26T07:17:34.385Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-26T07:17:34.385Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-26T07:17:34.388Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-26T07:17:34.388Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "b1d189f9-63fc-454a-953b-1e919700c9ff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669447042470, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-26T07:17:34.488Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-26T07:17:34.490Z||pool-98-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-26T07:17:34.490Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xh5NKXhRz8XMKhrB) ... 2022-11-26T07:17:34.506Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T07:17:34.506Z||pool-98-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-11-26T07:17:35.389Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "b1d189f9-63fc-454a-953b-1e919700c9ff", "serviceName": "basic_cnf_macro", "serviceVersion": "1.0", "serviceUUID": "6dfcac85-dd3a-487d-8ac3-532a5a4eae73", "serviceDescription": "service", "serviceInvariantUUID": "8e6e3f4f-cdad-44e8-a345-0ebb000dc9d5", "resources": [ { "resourceInstanceName": "basic_cnf_macro 0", "resourceCustomizationUUID": "d0afe9ac-d4c2-4784-8513-2786940cf60d", "resourceName": "basic_cnf_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "e396e1ac-7ae4-4c68-9546-2dec040327da", "resourceInvariantUUID": "94d17291-0431-4fca-bedb-e06a848939ec", "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": "ZTk2OWMwMmY1ZGNjNzY4NTcwYWM5YTI4Y2Q1YmNlYjM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "51b352a8-162e-4102-afae-57b7d8937070", "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": "c637276d-f73c-4e78-b350-09024bdc593f", "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": "02bc4a69-b99b-4595-be2d-8ad41e9de7d0", "generatedFromUUID": "c637276d-f73c-4e78-b350-09024bdc593f" }, "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": "51f4714d-2370-442f-b76b-749508dd867f", "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": "02bc4a69-b99b-4595-be2d-8ad41e9de7d0", "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": "6f4f6d63-61b4-47f8-824c-1a38ccff3945", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "artifactChecksum": "YmRhOGM5MDM1ZTJiMzdlNjkzNjBhZWQ3M2M5YjllMjU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "45136f02-fbd3-4b6c-9b83-cb6b7c7f2046" } ], "workloadContext": "Production" } 2022-11-26T07:17:35.390Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-26T07:17:35.390Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 6dfcac85-dd3a-487d-8ac3-532a5a4eae73 ASDC 2022-11-26T07:17:35.391Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:b1d189f9-63fc-454a-953b-1e919700c9ff ServiceName:basic_cnf_macro ServiceVersion:1.0 ServiceUUID:6dfcac85-dd3a-487d-8ac3-532a5a4eae73 ServiceInvariantUUID:8e6e3f4f-cdad-44e8-a345-0ebb000dc9d5 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:45136f02-fbd3-4b6c-9b83-cb6b7c7f2046 ArtifactChecksum:YmRhOGM5MDM1ZTJiMzdlNjkzNjBhZWQ3M2M5YjllMjU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf_macro 0 ResourceCustomizationUUID:d0afe9ac-d4c2-4784-8513-2786940cf60d ResourceInvariantUUID:94d17291-0431-4fca-bedb-e06a848939ec ResourceName:basic_cnf_macro ResourceType:VF ResourceUUID:e396e1ac-7ae4-4c68-9546-2dec040327da 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:51b352a8-162e-4102-afae-57b7d8937070 ArtifactChecksum:ZTk2OWMwMmY1ZGNjNzY4NTcwYWM5YTI4Y2Q1YmNlYjM= 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:c637276d-f73c-4e78-b350-09024bdc593f 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:02bc4a69-b99b-4595-be2d-8ad41e9de7d0 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:51f4714d-2370-442f-b76b-749508dd867f 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:02bc4a69-b99b-4595-be2d-8ad41e9de7d0 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:6f4f6d63-61b4-47f8-824c-1a38ccff3945 ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-11-26T07:17:35.391Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6dfcac85-dd3a-487d-8ac3-532a5a4eae73 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-26T07:17:35.430Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-26T07:17:35.431Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-11-26T07:17:35.431Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-11-26T07:17:35.431Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 45136f02-fbd3-4b6c-9b83-cb6b7c7f2046 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-11-26T07:17:35.432Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-11-26T07:17:35.432Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-11-26T07:17:35.613Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-11-26T07:17:35.620Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 45136f02-fbd3-4b6c-9b83-cb6b7c7f2046 163286 2022-11-26T07:17:35.620Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2022-11-26T07:17:35.620Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-11-26T07:17:35.620Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-26T07:17:35.621Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-26T07:17:35.623Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-26T07:17:35.623Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "b1d189f9-63fc-454a-953b-1e919700c9ff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669447055620, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-26T07:17:35.723Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-26T07:17:35.724Z||pool-99-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-26T07:17:35.724Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xh5NKXhRz8XMKhrB) ... 2022-11-26T07:17:35.738Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T07:17:35.738Z||pool-99-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-26T07:17:36.623Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-26T07:17:36.624Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-11-26T07:17:36.624Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 45136f02-fbd3-4b6c-9b83-cb6b7c7f2046, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-11-26T07:17:36.625Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar 2022-11-26T07:17:36.626Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-11-26T07:17:36.626Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-11-26T07:17:36.866Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2401631665917796340/Definitions/service-BasicCnfMacro-template.yml Log warning: The required parameter "compute_dummy_base_name" is not provided 2022-11-26T07:17:38.052Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-26T07:17:38.053Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-11-26T07:17:38.053Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-11-26T07:17:38.053Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-11-26T07:17:38.053Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-11-26T07:17:38.053Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||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 2022-11-26T07:17:38.054Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-11-26T07:17:38.054Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-11-26T07:17:38.054Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-11-26T07:17:38.054Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T07:17:38.054Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-26T07:17:38.055Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-11-26T07:17:38.055Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-11-26T07:17:38.055Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-26T07:17:38.055Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T07:17:38.055Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-26T07:17:38.055Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-11-26T07:17:38.055Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-11-26T07:17:38.056Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-26T07:17:38.056Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T07:17:38.056Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-26T07:17:38.056Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T07:17:38.056Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-11-26T07:17:38.056Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria 2022-11-26T07:17:38.057Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||Node template dummy_base is not matching search criteria 2022-11-26T07:17:38.057Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-11-26T07:17:38.057Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T07:17:38.057Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-26T07:17:38.057Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T07:17:38.057Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-11-26T07:17:38.057Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-26T07:17:38.058Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T07:17:38.058Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-11-26T07:17:38.058Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-26T07:17:38.058Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T07:17:38.058Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-11-26T07:17:38.058Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-26T07:17:38.058Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T07:17:38.059Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-11-26T07:17:38.059Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-26T07:17:38.059Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T07:17:38.059Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-11-26T07:17:38.059Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria 2022-11-26T07:17:38.059Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=ae1337f7-1687-47c0-ab84-8cece4a47513 2022-11-26T07:17:38.059Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T07:17:38.059Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-26T07:17:38.060Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T07:17:38.060Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-26T07:17:38.060Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T07:17:38.060Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-26T07:17:38.060Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T07:17:38.060Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-26T07:17:38.060Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf_macro Description:service Model UUID:6dfcac85-dd3a-487d-8ac3-532a5a4eae73 Model Version:NULL Model InvariantUuid:8e6e3f4f-cdad-44e8-a345-0ebb000dc9d5 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf_macro Model UUID:e1d7652d-7950-40d6-b42b-1f40a9eb2327 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:94d17291-0431-4fca-bedb-e06a848939ec Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:d0afe9ac-d4c2-4784-8513-2786940cf60d NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:cc65ebb6-f3fd-4949-b9e0-9d03e8f971d9 ModelName:BasicCnfMacro..helm_apache..module-1 ModelUuid:14852fcb-b2fa-41ca-99bb-c78b0ab9b2ec ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL VF Module Properties: ModelInvariantUuid:01743c2b-23e1-46d2-832c-b761468b0f55 ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 ModelUuid:3923e850-01e1-4678-aa9e-c4e71b42dad3 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:ae1337f7-1687-47c0-ab84-8cece4a47513 ModelInvariantUuid:3db8d852-86c3-408e-9391-69e4b84da197 ModelName:basic_cnf_macro-nodes.dummy_baseCvfc ModelUuid:b61eb310-7ce9-435c-9f24-787d2381f85e ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy_base VNFC Properties: ModelCustomizationUuid:32da5ae5-02a7-4f0b-9447-27921005770a ModelInvariantUuid:f192735c-9494-412f-9246-3462aa5af094 ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base ModelUuid:514c5fe8-6b9e-4b28-bbef-ea353e872443 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-11-26T07:17:38.071Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: e396e1ac-7ae4-4c68-9546-2dec040327da Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-26T07:17:38.076Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||INFO|500||basic_cnf_macro 0 2022-11-26T07:17:38.076Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e396e1ac-7ae4-4c68-9546-2dec040327da 2022-11-26T07:17:38.077Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 51b352a8-162e-4102-afae-57b7d8937070 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-11-26T07:17:38.077Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-11-26T07:17:38.077Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-11-26T07:17:38.142Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-11-26T07:17:38.143Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 51b352a8-162e-4102-afae-57b7d8937070 1565 2022-11-26T07:17:38.143Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification 2022-11-26T07:17:38.143Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-11-26T07:17:38.143Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-26T07:17:38.143Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-26T07:17:38.146Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-26T07:17:38.146Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "b1d189f9-63fc-454a-953b-1e919700c9ff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669447058143, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-26T07:17:38.246Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-26T07:17:38.247Z||pool-100-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-26T07:17:38.247Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xh5NKXhRz8XMKhrB) ... 2022-11-26T07:17:38.258Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T07:17:38.258Z||pool-100-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-26T07:17:39.147Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "01743c2b-23e1-46d2-832c-b761468b0f55", "vfModuleModelVersion": "1", "vfModuleModelUUID": "3923e850-01e1-4678-aa9e-c4e71b42dad3", "vfModuleModelCustomizationUUID": "e89bfce5-d91a-4955-b9cb-47fe3d3eb310", "isBase": true, "artifacts": [ "c637276d-f73c-4e78-b350-09024bdc593f", "02bc4a69-b99b-4595-be2d-8ad41e9de7d0" ], "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": "cc65ebb6-f3fd-4949-b9e0-9d03e8f971d9", "vfModuleModelVersion": "1", "vfModuleModelUUID": "14852fcb-b2fa-41ca-99bb-c78b0ab9b2ec", "vfModuleModelCustomizationUUID": "a8580c12-4d29-4d50-93ed-753df61d79f7", "isBase": false, "artifacts": [ "6f4f6d63-61b4-47f8-824c-1a38ccff3945" ], "properties": { "min_vf_module_instances": "0", "vf_module_label": "helm_apache", "max_vf_module_instances": "", "vfc_list": "", "vf_module_type": "Expansion", "vf_module_description": "", "initial_count": "0", "volume_group": "false", "availability_zone_count": "" } } ] 2022-11-26T07:17:39.152Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:3923e850-01e1-4678-aa9e-c4e71b42dad3 VfModuleModelInvariantUUID:01743c2b-23e1-46d2-832c-b761468b0f55 VfModuleModelDescription:NULL Artifacts UUID List:{ c637276d-f73c-4e78-b350-09024bdc593f , 02bc4a69-b99b-4595-be2d-8ad41e9de7d0 } 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:14852fcb-b2fa-41ca-99bb-c78b0ab9b2ec VfModuleModelInvariantUUID:cc65ebb6-f3fd-4949-b9e0-9d03e8f971d9 VfModuleModelDescription:NULL Artifacts UUID List:{ 6f4f6d63-61b4-47f8-824c-1a38ccff3945 } Properties List:{ min_vf_module_instances : 0 vf_module_label : helm_apache max_vf_module_instances : vfc_list : vf_module_type : Expansion vf_module_description : initial_count : 0 volume_group : false availability_zone_count : } isBase:false } 2022-11-26T07:17:39.154Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "01743c2b-23e1-46d2-832c-b761468b0f55", "vfModuleModelVersion": "1", "vfModuleModelUUID": "3923e850-01e1-4678-aa9e-c4e71b42dad3", "vfModuleModelCustomizationUUID": "e89bfce5-d91a-4955-b9cb-47fe3d3eb310", "isBase": true, "artifacts": [ "c637276d-f73c-4e78-b350-09024bdc593f", "02bc4a69-b99b-4595-be2d-8ad41e9de7d0" ], "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": "cc65ebb6-f3fd-4949-b9e0-9d03e8f971d9", "vfModuleModelVersion": "1", "vfModuleModelUUID": "14852fcb-b2fa-41ca-99bb-c78b0ab9b2ec", "vfModuleModelCustomizationUUID": "a8580c12-4d29-4d50-93ed-753df61d79f7", "isBase": false, "artifacts": [ "6f4f6d63-61b4-47f8-824c-1a38ccff3945" ], "properties": { "min_vf_module_instances": "0", "vf_module_label": "helm_apache", "max_vf_module_instances": "", "vfc_list": "", "vf_module_type": "Expansion", "vf_module_description": "", "initial_count": "0", "volume_group": "false", "availability_zone_count": "" } } ] 2022-11-26T07:17:39.154Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:3923e850-01e1-4678-aa9e-c4e71b42dad3 VfModuleModelInvariantUUID:01743c2b-23e1-46d2-832c-b761468b0f55 VfModuleModelDescription:NULL Artifacts UUID List:{ c637276d-f73c-4e78-b350-09024bdc593f , 02bc4a69-b99b-4595-be2d-8ad41e9de7d0 } 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:14852fcb-b2fa-41ca-99bb-c78b0ab9b2ec VfModuleModelInvariantUUID:cc65ebb6-f3fd-4949-b9e0-9d03e8f971d9 VfModuleModelDescription:NULL Artifacts UUID List:{ 6f4f6d63-61b4-47f8-824c-1a38ccff3945 } Properties List:{ min_vf_module_instances : 0 vf_module_label : helm_apache max_vf_module_instances : vfc_list : vf_module_type : Expansion vf_module_description : initial_count : 0 volume_group : false availability_zone_count : } isBase:false } 2022-11-26T07:17:39.154Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: c637276d-f73c-4e78-b350-09024bdc593f from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-11-26T07:17:39.154Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-11-26T07:17:39.154Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-11-26T07:17:39.222Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-11-26T07:17:39.222Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml c637276d-f73c-4e78-b350-09024bdc593f 914 2022-11-26T07:17:39.222Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification 2022-11-26T07:17:39.223Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-11-26T07:17:39.223Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-26T07:17:39.223Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-26T07:17:39.225Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-26T07:17:39.225Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "b1d189f9-63fc-454a-953b-1e919700c9ff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669447059222, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-11-26T07:17:39.325Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-26T07:17:39.326Z||pool-101-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-26T07:17:39.326Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xh5NKXhRz8XMKhrB) ... 2022-11-26T07:17:39.336Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T07:17:39.336Z||pool-101-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-11-26T07:17:40.226Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 51f4714d-2370-442f-b76b-749508dd867f from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-11-26T07:17:40.226Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-11-26T07:17:40.227Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-11-26T07:17:40.283Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-11-26T07:17:40.283Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 51f4714d-2370-442f-b76b-749508dd867f 12 2022-11-26T07:17:40.283Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification 2022-11-26T07:17:40.283Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-11-26T07:17:40.283Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-26T07:17:40.284Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-26T07:17:40.286Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-26T07:17:40.286Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "b1d189f9-63fc-454a-953b-1e919700c9ff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669447060283, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-11-26T07:17:40.386Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-26T07:17:40.387Z||pool-102-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-26T07:17:40.387Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xh5NKXhRz8XMKhrB) ... 2022-11-26T07:17:40.397Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T07:17:40.397Z||pool-102-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-11-26T07:17:41.287Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 02bc4a69-b99b-4595-be2d-8ad41e9de7d0 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-11-26T07:17:41.287Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-11-26T07:17:41.287Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-11-26T07:17:41.340Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-11-26T07:17:41.341Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 02bc4a69-b99b-4595-be2d-8ad41e9de7d0 96 2022-11-26T07:17:41.341Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification 2022-11-26T07:17:41.341Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-11-26T07:17:41.341Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-26T07:17:41.341Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-26T07:17:41.343Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-26T07:17:41.344Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "b1d189f9-63fc-454a-953b-1e919700c9ff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669447061341, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-11-26T07:17:41.444Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-26T07:17:41.445Z||pool-103-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-26T07:17:41.445Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xh5NKXhRz8XMKhrB) ... 2022-11-26T07:17:41.459Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T07:17:41.460Z||pool-103-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-11-26T07:17:42.344Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 6f4f6d63-61b4-47f8-824c-1a38ccff3945 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-11-26T07:17:42.344Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-11-26T07:17:42.345Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-11-26T07:17:42.418Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-11-26T07:17:42.419Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 6f4f6d63-61b4-47f8-824c-1a38ccff3945 20206 2022-11-26T07:17:42.420Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification 2022-11-26T07:17:42.420Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-11-26T07:17:42.420Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-26T07:17:42.420Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-26T07:17:42.423Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-26T07:17:42.423Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "b1d189f9-63fc-454a-953b-1e919700c9ff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669447062420, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-11-26T07:17:42.523Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-26T07:17:42.524Z||pool-104-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-26T07:17:42.524Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xh5NKXhRz8XMKhrB) ... 2022-11-26T07:17:42.537Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T07:17:42.537Z||pool-104-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":2,"count":1} 2022-11-26T07:17:43.427Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 6dfcac85-dd3a-487d-8ac3-532a5a4eae73 2022-11-26T07:17:43.428Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 e396e1ac-7ae4-4c68-9546-2dec040327da ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-26T07:17:43.442Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@11270e37, org.onap.sdc.toscaparser.api.parameters.Input@6382114a, org.onap.sdc.toscaparser.api.parameters.Input@3f69ea1a, org.onap.sdc.toscaparser.api.parameters.Input@796c24b7, org.onap.sdc.toscaparser.api.parameters.Input@5013cb1b] 2022-11-26T07:17:43.445Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T07:17:43.446Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-26T07:17:43.446Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 2022-11-26T07:17:43.446Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= d0afe9ac-d4c2-4784-8513-2786940cf60d 2022-11-26T07:17:43.446Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d0afe9ac-d4c2-4784-8513-2786940cf60d matches Tosca VF Customization UUID: d0afe9ac-d4c2-4784-8513-2786940cf60d 2022-11-26T07:17:43.446Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: d0afe9ac-d4c2-4784-8513-2786940cf60d matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-11-26T07:17:43.449Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T07:17:43.449Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-26T07:17:43.449Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id d0afe9ac-d4c2-4784-8513-2786940cf60d: {\"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\"} 2022-11-26T07:17:43.450Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4b704000 2022-11-26T07:17:43.450Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T07:17:43.450Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-26T07:17:43.450Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a8580c12-4d29-4d50-93ed-753df61d79f7 2022-11-26T07:17:43.450Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a8580c12-4d29-4d50-93ed-753df61d79f7 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-11-26T07:17:43.452Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T07:17:43.453Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-11-26T07:17:43.453Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-26T07:17:43.453Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T07:17:43.453Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-11-26T07:17:43.453Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-26T07:17:43.453Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T07:17:43.454Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-11-26T07:17:43.454Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=d0afe9ac-d4c2-4784-8513-2786940cf60d Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-26T07:17:43.455Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T07:17:43.455Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-26T07:17:43.456Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 6dfcac85-dd3a-487d-8ac3-532a5a4eae73: basic_cnf_macro 2022-11-26T07:17:43.456Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T07:17:43.456Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-26T07:17:43.456Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T07:17:43.456Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-26T07:17:43.456Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T07:17:43.457Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-26T07:17:43.457Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T07:17:43.457Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-26T07:17:43.457Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T07:17:43.457Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-26T07:17:43.457Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||INFO|500||Saving Service: basic_cnf_macro Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-26T07:17:43.491Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro e396e1ac-7ae4-4c68-9546-2dec040327da 2 ASDC deployResourceStructure 2022-11-26T07:17:43.492Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification 2022-11-26T07:17:43.492Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-11-26T07:17:43.492Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-26T07:17:43.492Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-26T07:17:43.495Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-26T07:17:43.495Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "b1d189f9-63fc-454a-953b-1e919700c9ff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669447063492, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-11-26T07:17:43.594Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-26T07:17:43.596Z||pool-105-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-26T07:17:43.596Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xh5NKXhRz8XMKhrB) ... 2022-11-26T07:17:43.610Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T07:17:43.610Z||pool-105-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-11-26T07:17:44.496Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification 2022-11-26T07:17:44.501Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-11-26T07:17:44.501Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-26T07:17:44.502Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-26T07:17:44.507Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-26T07:17:44.507Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "b1d189f9-63fc-454a-953b-1e919700c9ff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669447064496, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-11-26T07:17:44.605Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms 2022-11-26T07:17:44.605Z||pool-106-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-26T07:17:44.606Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xh5NKXhRz8XMKhrB) ... 2022-11-26T07:17:44.614Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T07:17:44.614Z||pool-106-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-11-26T07:17:45.509Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification 2022-11-26T07:17:45.509Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env(The artifact has not been used by the modules defined in the resource) 2022-11-26T07:17:45.509Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-11-26T07:17:45.510Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-26T07:17:45.512Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-26T07:17:45.512Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "b1d189f9-63fc-454a-953b-1e919700c9ff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669447065509, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-11-26T07:17:45.614Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-11-26T07:17:45.615Z||pool-107-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-26T07:17:45.615Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xh5NKXhRz8XMKhrB) ... 2022-11-26T07:17:45.631Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T07:17:45.632Z||pool-107-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-11-26T07:17:46.513Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification 2022-11-26T07:17:46.513Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-11-26T07:17:46.513Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-26T07:17:46.513Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-26T07:17:46.515Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-26T07:17:46.515Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "b1d189f9-63fc-454a-953b-1e919700c9ff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669447066513, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-11-26T07:17:46.616Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-26T07:17:46.616Z||pool-108-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-26T07:17:46.617Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xh5NKXhRz8XMKhrB) ... 2022-11-26T07:17:46.625Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T07:17:46.626Z||pool-108-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-11-26T07:17:47.516Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification 2022-11-26T07:17:47.516Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz(The artifact has not been used by the modules defined in the resource) 2022-11-26T07:17:47.516Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-11-26T07:17:47.517Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-26T07:17:47.519Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-26T07:17:47.519Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "b1d189f9-63fc-454a-953b-1e919700c9ff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669447067516, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-11-26T07:17:47.619Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-26T07:17:47.620Z||pool-109-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-26T07:17:47.620Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xh5NKXhRz8XMKhrB) ... 2022-11-26T07:17:47.648Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T07:17:47.648Z||pool-109-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1} 2022-11-26T07:17:48.520Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2022-11-26T07:17:48.520Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-11-26T07:17:48.520Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-26T07:17:48.521Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-26T07:17:48.523Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-26T07:17:48.523Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "b1d189f9-63fc-454a-953b-1e919700c9ff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669447068520, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-26T07:17:48.622Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-26T07:17:48.623Z||pool-110-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-26T07:17:48.623Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xh5NKXhRz8XMKhrB) ... 2022-11-26T07:17:48.631Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T07:17:48.632Z||pool-110-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1} 2022-11-26T07:17:49.524Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b1d189f9-63fc-454a-953b-1e919700c9ff Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-26T07:17:49.532Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b1d189f9-63fc-454a-953b-1e919700c9ff Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-26T07:17:49.533Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-26T07:17:49.533Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-26T07:17:49.533Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-26T07:18:19.533Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b1d189f9-63fc-454a-953b-1e919700c9ff Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-26T07:18:19.540Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b1d189f9-63fc-454a-953b-1e919700c9ff Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-26T07:18:19.541Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-26T07:18:19.541Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-26T07:18:19.541Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-26T07:18:22.472Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T07:18:22.473Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T07:18:22.473Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T07:18:22.498Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T07:18:22.499Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-26T07:18:22.499Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b1d189f9-63fc-454a-953b-1e919700c9ff", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669447039492, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-26T07:18:22.500Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-26T07:18:49.541Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b1d189f9-63fc-454a-953b-1e919700c9ff Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-26T07:18:49.557Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b1d189f9-63fc-454a-953b-1e919700c9ff Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-26T07:18:49.558Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-26T07:18:49.559Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-26T07:18:49.559Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-26T07:19:19.559Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b1d189f9-63fc-454a-953b-1e919700c9ff Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-26T07:19:19.569Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b1d189f9-63fc-454a-953b-1e919700c9ff Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-26T07:19:19.570Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-26T07:19:19.571Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-26T07:19:19.571Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-26T07:19:22.472Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T07:19:22.474Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T07:19:22.474Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T07:19:22.495Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T07:19:22.508Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:19:22.508Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b1d189f9-63fc-454a-953b-1e919700c9ff", "consumerID": "ves-openapi-manager", "timestamp": 1669447035040, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-26T07:19:22.509Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-26T07:19:22.509Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:19:22.510Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b1d189f9-63fc-454a-953b-1e919700c9ff", "consumerID": "cds", "timestamp": 1669447035417, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-26T07:19:22.511Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-26T07:19:22.511Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:19:22.512Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b1d189f9-63fc-454a-953b-1e919700c9ff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669447042470, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-11-26T07:19:22.512Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-26T07:19:22.513Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:19:22.513Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b1d189f9-63fc-454a-953b-1e919700c9ff", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669447039492, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-26T07:19:22.513Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-26T07:19:22.514Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:19:22.514Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b1d189f9-63fc-454a-953b-1e919700c9ff", "consumerID": "multicloud-k8s-id", "timestamp": 1669447045385, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-26T07:19:22.514Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-26T07:19:22.514Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:19:22.514Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b1d189f9-63fc-454a-953b-1e919700c9ff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669447042470, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-11-26T07:19:22.514Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-26T07:19:22.515Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:19:22.515Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b1d189f9-63fc-454a-953b-1e919700c9ff", "consumerID": "ves-openapi-manager", "timestamp": 1669447035040, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-11-26T07:19:22.515Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-26T07:19:22.515Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:19:22.515Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b1d189f9-63fc-454a-953b-1e919700c9ff", "consumerID": "cds", "timestamp": 1669447035417, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-11-26T07:19:22.516Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-26T07:19:22.516Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:19:22.516Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b1d189f9-63fc-454a-953b-1e919700c9ff", "consumerID": "aai-ml", "timestamp": 1669447045321, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-26T07:19:22.516Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-26T07:19:22.516Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:19:22.516Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b1d189f9-63fc-454a-953b-1e919700c9ff", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669447039492, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-11-26T07:19:22.517Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-26T07:19:22.517Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:19:22.517Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b1d189f9-63fc-454a-953b-1e919700c9ff", "consumerID": "multicloud-k8s-id", "timestamp": 1669447045385, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-11-26T07:19:22.517Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-26T07:19:22.517Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:19:22.518Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b1d189f9-63fc-454a-953b-1e919700c9ff", "consumerID": "ves-openapi-manager", "timestamp": 1669447035040, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-26T07:19:22.518Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-26T07:19:22.518Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:19:22.518Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b1d189f9-63fc-454a-953b-1e919700c9ff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669447042470, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-26T07:19:22.518Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-26T07:19:22.518Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:19:22.519Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b1d189f9-63fc-454a-953b-1e919700c9ff", "consumerID": "cds", "timestamp": 1669447035417, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-26T07:19:22.519Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-26T07:19:22.519Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:19:22.519Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b1d189f9-63fc-454a-953b-1e919700c9ff", "consumerID": "aai-ml", "timestamp": 1669447045321, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-26T07:19:22.519Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-26T07:19:22.519Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:19:22.520Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b1d189f9-63fc-454a-953b-1e919700c9ff", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669447039492, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-26T07:19:22.520Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-26T07:19:22.520Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:19:22.520Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b1d189f9-63fc-454a-953b-1e919700c9ff", "consumerID": "multicloud-k8s-id", "timestamp": 1669447045385, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-11-26T07:19:22.520Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-26T07:19:22.521Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:19:22.521Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b1d189f9-63fc-454a-953b-1e919700c9ff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669447042470, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-11-26T07:19:22.521Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-26T07:19:22.521Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:19:22.521Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b1d189f9-63fc-454a-953b-1e919700c9ff", "consumerID": "ves-openapi-manager", "timestamp": 1669447035040, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-11-26T07:19:22.521Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-26T07:19:22.522Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:19:22.522Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b1d189f9-63fc-454a-953b-1e919700c9ff", "consumerID": "cds", "timestamp": 1669447035417, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-11-26T07:19:22.522Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-26T07:19:22.522Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:19:22.522Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b1d189f9-63fc-454a-953b-1e919700c9ff", "consumerID": "aai-ml", "timestamp": 1669447045321, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-11-26T07:19:22.523Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-26T07:19:22.523Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:19:22.523Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b1d189f9-63fc-454a-953b-1e919700c9ff", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669447039492, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-11-26T07:19:22.523Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-26T07:19:22.523Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:19:22.523Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b1d189f9-63fc-454a-953b-1e919700c9ff", "consumerID": "multicloud-k8s-id", "timestamp": 1669447045385, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-26T07:19:22.524Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-26T07:19:22.524Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:19:22.524Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b1d189f9-63fc-454a-953b-1e919700c9ff", "consumerID": "ves-openapi-manager", "timestamp": 1669447035040, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-11-26T07:19:22.524Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-26T07:19:22.524Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:19:22.524Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b1d189f9-63fc-454a-953b-1e919700c9ff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669447042470, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-11-26T07:19:22.525Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-26T07:19:22.525Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:19:22.525Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b1d189f9-63fc-454a-953b-1e919700c9ff", "consumerID": "cds", "timestamp": 1669447035417, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-11-26T07:19:22.525Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-26T07:19:22.526Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:19:22.526Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b1d189f9-63fc-454a-953b-1e919700c9ff", "consumerID": "aai-ml", "timestamp": 1669447045321, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-26T07:19:22.526Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-26T07:19:22.526Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:19:22.526Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b1d189f9-63fc-454a-953b-1e919700c9ff", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669447039492, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-11-26T07:19:22.527Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-26T07:19:22.527Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:19:22.527Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b1d189f9-63fc-454a-953b-1e919700c9ff", "consumerID": "multicloud-k8s-id", "timestamp": 1669447045385, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-11-26T07:19:22.527Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-26T07:19:22.527Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:19:22.527Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b1d189f9-63fc-454a-953b-1e919700c9ff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669447042470, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-11-26T07:19:22.528Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-26T07:19:22.528Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:19:22.528Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b1d189f9-63fc-454a-953b-1e919700c9ff", "consumerID": "ves-openapi-manager", "timestamp": 1669447035040, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-11-26T07:19:22.528Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-26T07:19:22.528Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:19:22.529Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b1d189f9-63fc-454a-953b-1e919700c9ff", "consumerID": "cds", "timestamp": 1669447035417, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-11-26T07:19:22.529Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-26T07:19:22.529Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:19:22.529Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b1d189f9-63fc-454a-953b-1e919700c9ff", "consumerID": "aai-ml", "timestamp": 1669447045321, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-11-26T07:19:22.529Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-26T07:19:22.530Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:19:22.530Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b1d189f9-63fc-454a-953b-1e919700c9ff", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669447039492, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-11-26T07:19:22.530Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-26T07:19:22.530Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:19:22.530Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b1d189f9-63fc-454a-953b-1e919700c9ff", "consumerID": "multicloud-k8s-id", "timestamp": 1669447045385, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-11-26T07:19:22.531Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-26T07:19:22.531Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:19:22.531Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b1d189f9-63fc-454a-953b-1e919700c9ff", "consumerID": "ves-openapi-manager", "timestamp": 1669447035040, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-26T07:19:22.531Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-26T07:19:22.531Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:19:22.532Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b1d189f9-63fc-454a-953b-1e919700c9ff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669447042470, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-26T07:19:22.532Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-26T07:19:22.532Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:19:22.532Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b1d189f9-63fc-454a-953b-1e919700c9ff", "consumerID": "cds", "timestamp": 1669447035417, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-26T07:19:22.532Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-26T07:19:22.532Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:19:22.533Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b1d189f9-63fc-454a-953b-1e919700c9ff", "consumerID": "aai-ml", "timestamp": 1669447045321, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-11-26T07:19:22.533Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-26T07:19:22.533Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:19:22.533Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b1d189f9-63fc-454a-953b-1e919700c9ff", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669447039492, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-26T07:19:22.533Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-26T07:19:22.533Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:19:22.534Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b1d189f9-63fc-454a-953b-1e919700c9ff", "consumerID": "multicloud-k8s-id", "timestamp": 1669447045385, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-11-26T07:19:22.534Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-26T07:19:22.534Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:19:22.534Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b1d189f9-63fc-454a-953b-1e919700c9ff", "consumerID": "ves-openapi-manager", "timestamp": 1669447035040, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-26T07:19:22.534Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-26T07:19:22.534Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:19:22.535Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b1d189f9-63fc-454a-953b-1e919700c9ff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669447042470, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-26T07:19:22.535Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-26T07:19:22.535Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:19:22.535Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b1d189f9-63fc-454a-953b-1e919700c9ff", "consumerID": "cds", "timestamp": 1669447035417, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-26T07:19:22.535Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-26T07:19:22.535Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:19:22.536Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b1d189f9-63fc-454a-953b-1e919700c9ff", "consumerID": "aai-ml", "timestamp": 1669447045321, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-11-26T07:19:22.536Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-26T07:19:22.536Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:19:22.536Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b1d189f9-63fc-454a-953b-1e919700c9ff", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669447039492, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-26T07:19:22.536Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-26T07:19:22.536Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:19:22.537Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b1d189f9-63fc-454a-953b-1e919700c9ff", "consumerID": "multicloud-k8s-id", "timestamp": 1669447045385, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-26T07:19:22.537Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-26T07:19:22.537Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:19:22.537Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b1d189f9-63fc-454a-953b-1e919700c9ff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669447042470, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-26T07:19:22.537Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-26T07:19:22.537Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:19:22.538Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b1d189f9-63fc-454a-953b-1e919700c9ff", "consumerID": "ves-openapi-manager", "timestamp": 1669447035040, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-11-26T07:19:22.538Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-26T07:19:22.538Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:19:22.538Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b1d189f9-63fc-454a-953b-1e919700c9ff", "consumerID": "cds", "timestamp": 1669447035417, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-26T07:19:22.538Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-26T07:19:22.538Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:19:22.539Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b1d189f9-63fc-454a-953b-1e919700c9ff", "consumerID": "aai-ml", "timestamp": 1669447045321, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-26T07:19:22.539Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-26T07:19:22.539Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:19:22.539Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b1d189f9-63fc-454a-953b-1e919700c9ff", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669447039492, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-26T07:19:22.539Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-26T07:19:22.540Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:19:22.540Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b1d189f9-63fc-454a-953b-1e919700c9ff", "consumerID": "multicloud-k8s-id", "timestamp": 1669447045385, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-26T07:19:22.540Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-26T07:19:22.540Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:19:22.540Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b1d189f9-63fc-454a-953b-1e919700c9ff", "consumerID": "aai-ml", "timestamp": 1669447045321, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-26T07:19:22.540Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-26T07:19:22.541Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:19:22.541Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b1d189f9-63fc-454a-953b-1e919700c9ff", "consumerID": "multicloud-k8s-id", "timestamp": 1669447045385, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-26T07:19:22.541Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-26T07:19:22.541Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:19:22.541Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b1d189f9-63fc-454a-953b-1e919700c9ff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669447055620, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-26T07:19:22.542Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-26T07:19:22.542Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:19:22.542Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b1d189f9-63fc-454a-953b-1e919700c9ff", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669447055146, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-26T07:19:22.542Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-26T07:19:22.542Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:19:22.542Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b1d189f9-63fc-454a-953b-1e919700c9ff", "consumerID": "cds", "timestamp": 1669447054198, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-26T07:19:22.543Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-26T07:19:22.543Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:19:22.543Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcc739c8-a78b-492f-ad8d-e72523561c88", "consumerID": "ves-openapi-manager", "timestamp": 1669447055040, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-26T07:19:22.543Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-26T07:19:22.543Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:19:22.543Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b1d189f9-63fc-454a-953b-1e919700c9ff", "consumerID": "aai-ml", "timestamp": 1669447045321, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-26T07:19:22.544Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-26T07:19:22.544Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:19:22.544Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b1d189f9-63fc-454a-953b-1e919700c9ff", "consumerID": "multicloud-k8s-id", "timestamp": 1669447056175, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-26T07:19:22.544Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-26T07:19:22.544Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:19:22.544Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcc739c8-a78b-492f-ad8d-e72523561c88", "consumerID": "ves-openapi-manager", "timestamp": 1669447055040, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-26T07:19:22.545Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-26T07:19:22.545Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:19:22.545Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b1d189f9-63fc-454a-953b-1e919700c9ff", "consumerID": "aai-ml", "timestamp": 1669447056109, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-26T07:19:22.545Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-26T07:19:22.545Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:19:22.545Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b1d189f9-63fc-454a-953b-1e919700c9ff", "consumerID": "multicloud-k8s-id", "timestamp": 1669447057261, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-11-26T07:19:22.546Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-26T07:19:22.546Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:19:22.546Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b1d189f9-63fc-454a-953b-1e919700c9ff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669447058143, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-26T07:19:22.546Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-26T07:19:22.546Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:19:22.546Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcc739c8-a78b-492f-ad8d-e72523561c88", "consumerID": "ves-openapi-manager", "timestamp": 1669447055040, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-11-26T07:19:22.547Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-26T07:19:22.547Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:19:22.547Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b1d189f9-63fc-454a-953b-1e919700c9ff", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669447057737, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-26T07:19:22.547Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-26T07:19:22.547Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:19:22.547Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b1d189f9-63fc-454a-953b-1e919700c9ff", "consumerID": "cds", "timestamp": 1669447056915, "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=? 2022-11-26T07:19:22.555Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b1d189f9-63fc-454a-953b-1e919700c9ff 2022-11-26T07:19:22.556Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId b1d189f9-63fc-454a-953b-1e919700c9ff and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-26T07:19:22.567Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:19:22.567Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b1d189f9-63fc-454a-953b-1e919700c9ff", "consumerID": "multicloud-k8s-id", "timestamp": 1669447058319, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-11-26T07:19:22.568Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-26T07:19:22.568Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:19:22.568Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcc739c8-a78b-492f-ad8d-e72523561c88", "consumerID": "ves-openapi-manager", "timestamp": 1669447055040, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-26T07:19:22.568Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-26T07:19:22.568Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:19:22.569Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b1d189f9-63fc-454a-953b-1e919700c9ff", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669447058741, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-26T07:19:22.577Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b1d189f9-63fc-454a-953b-1e919700c9ff 2022-11-26T07:19:22.578Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId b1d189f9-63fc-454a-953b-1e919700c9ff and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-26T07:19:22.586Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:19:22.586Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b1d189f9-63fc-454a-953b-1e919700c9ff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669447059222, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-11-26T07:19:22.587Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-26T07:19:22.587Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:19:22.587Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b1d189f9-63fc-454a-953b-1e919700c9ff", "consumerID": "multicloud-k8s-id", "timestamp": 1669447059406, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-11-26T07:19:22.587Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-26T07:19:22.587Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:19:22.587Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcc739c8-a78b-492f-ad8d-e72523561c88", "consumerID": "cds", "timestamp": 1669447057919, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-26T07:19:22.588Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-26T07:19:22.588Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:19:22.588Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcc739c8-a78b-492f-ad8d-e72523561c88", "consumerID": "ves-openapi-manager", "timestamp": 1669447055040, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-26T07:19:22.588Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-26T07:19:22.588Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:19:22.589Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b1d189f9-63fc-454a-953b-1e919700c9ff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669447060283, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-11-26T07:19:22.589Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-26T07:19:22.589Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:19:22.589Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b1d189f9-63fc-454a-953b-1e919700c9ff", "consumerID": "multicloud-k8s-id", "timestamp": 1669447060481, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-26T07:19:22.594Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b1d189f9-63fc-454a-953b-1e919700c9ff 2022-11-26T07:19:22.595Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId b1d189f9-63fc-454a-953b-1e919700c9ff and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-26T07:19:22.605Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:19:22.605Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcc739c8-a78b-492f-ad8d-e72523561c88", "consumerID": "cds", "timestamp": 1669447057919, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-26T07:19:22.605Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-26T07:19:22.605Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:19:22.605Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcc739c8-a78b-492f-ad8d-e72523561c88", "consumerID": "ves-openapi-manager", "timestamp": 1669447055040, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-26T07:19:22.605Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-26T07:19:22.606Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:19:22.606Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b1d189f9-63fc-454a-953b-1e919700c9ff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669447061341, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-11-26T07:19:22.606Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-26T07:19:22.606Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:19:22.606Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b1d189f9-63fc-454a-953b-1e919700c9ff", "consumerID": "multicloud-k8s-id", "timestamp": 1669447061485, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-11-26T07:19:22.606Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-26T07:19:22.606Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:19:22.606Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcc739c8-a78b-492f-ad8d-e72523561c88", "consumerID": "cds", "timestamp": 1669447057919, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-11-26T07:19:22.606Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-26T07:19:22.606Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:19:22.606Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcc739c8-a78b-492f-ad8d-e72523561c88", "consumerID": "ves-openapi-manager", "timestamp": 1669447055040, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-26T07:19:22.607Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-26T07:19:22.607Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:19:22.607Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b1d189f9-63fc-454a-953b-1e919700c9ff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669447062420, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-11-26T07:19:22.607Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-26T07:19:22.607Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:19:22.607Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcc739c8-a78b-492f-ad8d-e72523561c88", "consumerID": "cds", "timestamp": 1669447057919, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-26T07:19:22.607Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-26T07:19:22.607Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:19:22.607Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcc739c8-a78b-492f-ad8d-e72523561c88", "consumerID": "ves-openapi-manager", "timestamp": 1669447055040, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-11-26T07:19:22.607Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-26T07:19:22.607Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:19:22.608Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b1d189f9-63fc-454a-953b-1e919700c9ff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669447063492, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-11-26T07:19:22.608Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-26T07:19:22.608Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:19:22.608Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcc739c8-a78b-492f-ad8d-e72523561c88", "consumerID": "cds", "timestamp": 1669447057919, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-26T07:19:22.608Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-26T07:19:22.608Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:19:22.608Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b1d189f9-63fc-454a-953b-1e919700c9ff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669447064496, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-11-26T07:19:22.608Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-26T07:19:22.608Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:19:22.608Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcc739c8-a78b-492f-ad8d-e72523561c88", "consumerID": "cds", "timestamp": 1669447057919, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-26T07:19:22.609Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-26T07:19:22.609Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:19:22.609Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b1d189f9-63fc-454a-953b-1e919700c9ff", "consumerID": "aai-ml", "timestamp": 1669447063808, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-26T07:19:22.609Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-26T07:19:22.609Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:19:22.609Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b1d189f9-63fc-454a-953b-1e919700c9ff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669447065509, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-11-26T07:19:22.609Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-26T07:19:22.609Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:19:22.609Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcc739c8-a78b-492f-ad8d-e72523561c88", "consumerID": "cds", "timestamp": 1669447057919, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-26T07:19:22.609Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-26T07:19:22.610Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:19:22.610Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b1d189f9-63fc-454a-953b-1e919700c9ff", "consumerID": "aai-ml", "timestamp": 1669447064813, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-26T07:19:22.614Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b1d189f9-63fc-454a-953b-1e919700c9ff 2022-11-26T07:19:22.614Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId b1d189f9-63fc-454a-953b-1e919700c9ff and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-26T07:19:22.622Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:19:22.622Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcc739c8-a78b-492f-ad8d-e72523561c88", "consumerID": "multicloud-k8s-id", "timestamp": 1669447065385, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-26T07:19:22.623Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-26T07:19:22.623Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:19:22.623Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b1d189f9-63fc-454a-953b-1e919700c9ff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669447066513, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-11-26T07:19:22.623Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-26T07:19:22.623Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:19:22.624Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcc739c8-a78b-492f-ad8d-e72523561c88", "consumerID": "cds", "timestamp": 1669447057919, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-11-26T07:19:22.624Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-26T07:19:22.624Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:19:22.624Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcc739c8-a78b-492f-ad8d-e72523561c88", "consumerID": "multicloud-k8s-id", "timestamp": 1669447065385, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-11-26T07:19:22.624Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-26T07:19:22.625Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:19:22.625Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b1d189f9-63fc-454a-953b-1e919700c9ff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669447067516, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-11-26T07:19:22.625Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-26T07:19:22.625Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:19:22.625Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcc739c8-a78b-492f-ad8d-e72523561c88", "consumerID": "cds", "timestamp": 1669447066713, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-26T07:19:22.626Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-26T07:19:22.626Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:19:22.626Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcc739c8-a78b-492f-ad8d-e72523561c88", "consumerID": "multicloud-k8s-id", "timestamp": 1669447065385, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-11-26T07:19:22.626Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-26T07:19:22.626Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:19:22.627Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b1d189f9-63fc-454a-953b-1e919700c9ff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669447068520, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-26T07:19:22.627Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-26T07:19:22.627Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:19:22.627Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcc739c8-a78b-492f-ad8d-e72523561c88", "consumerID": "multicloud-k8s-id", "timestamp": 1669447065385, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-26T07:19:22.627Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-26T07:19:22.627Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:19:22.628Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcc739c8-a78b-492f-ad8d-e72523561c88", "consumerID": "cds", "timestamp": 1669447068092, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-26T07:19:22.641Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of dcc739c8-a78b-492f-ad8d-e72523561c88 2022-11-26T07:19:22.642Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId dcc739c8-a78b-492f-ad8d-e72523561c88 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-26T07:19:22.649Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:19:22.649Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcc739c8-a78b-492f-ad8d-e72523561c88", "consumerID": "multicloud-k8s-id", "timestamp": 1669447065385, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-11-26T07:19:22.650Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-26T07:19:22.651Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:19:22.651Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcc739c8-a78b-492f-ad8d-e72523561c88", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669447069501, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-26T07:19:22.651Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-26T07:19:22.651Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:19:22.651Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcc739c8-a78b-492f-ad8d-e72523561c88", "consumerID": "multicloud-k8s-id", "timestamp": 1669447065385, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-26T07:19:22.651Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-26T07:19:22.652Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:19:22.652Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcc739c8-a78b-492f-ad8d-e72523561c88", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669447069501, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-26T07:19:22.652Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-26T07:19:22.652Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:19:22.652Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcc739c8-a78b-492f-ad8d-e72523561c88", "consumerID": "multicloud-k8s-id", "timestamp": 1669447065385, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-26T07:19:22.653Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-26T07:19:22.653Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:19:22.653Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcc739c8-a78b-492f-ad8d-e72523561c88", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669447069501, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-11-26T07:19:22.653Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-26T07:19:22.653Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:19:22.653Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcc739c8-a78b-492f-ad8d-e72523561c88", "consumerID": "multicloud-k8s-id", "timestamp": 1669447065385, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-11-26T07:19:22.654Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-26T07:19:22.654Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:19:22.654Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcc739c8-a78b-492f-ad8d-e72523561c88", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669447069501, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-26T07:19:22.654Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-26T07:19:22.654Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:19:22.654Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcc739c8-a78b-492f-ad8d-e72523561c88", "consumerID": "multicloud-k8s-id", "timestamp": 1669447074122, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-26T07:19:22.655Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-26T07:19:22.655Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:19:22.655Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcc739c8-a78b-492f-ad8d-e72523561c88", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669447069501, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-26T07:19:22.655Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-26T07:19:22.655Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:19:22.655Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcc739c8-a78b-492f-ad8d-e72523561c88", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669447069501, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-26T07:19:22.656Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-26T07:19:22.656Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:19:22.656Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcc739c8-a78b-492f-ad8d-e72523561c88", "consumerID": "multicloud-k8s-id", "timestamp": 1669447075196, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-11-26T07:19:22.656Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-26T07:19:22.656Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:19:22.657Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcc739c8-a78b-492f-ad8d-e72523561c88", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669447069501, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-26T07:19:22.657Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-26T07:19:22.657Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:19:22.658Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcc739c8-a78b-492f-ad8d-e72523561c88", "consumerID": "multicloud-k8s-id", "timestamp": 1669447076278, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-11-26T07:19:22.658Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-26T07:19:22.658Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:19:22.658Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcc739c8-a78b-492f-ad8d-e72523561c88", "consumerID": "aai-ml", "timestamp": 1669447075321, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-26T07:19:22.658Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-26T07:19:22.659Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:19:22.659Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcc739c8-a78b-492f-ad8d-e72523561c88", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669447069501, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-11-26T07:19:22.659Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-26T07:19:22.659Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:19:22.659Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcc739c8-a78b-492f-ad8d-e72523561c88", "consumerID": "multicloud-k8s-id", "timestamp": 1669447077305, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-26T07:19:22.665Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of dcc739c8-a78b-492f-ad8d-e72523561c88 2022-11-26T07:19:22.665Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId dcc739c8-a78b-492f-ad8d-e72523561c88 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-26T07:19:22.674Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:19:22.674Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcc739c8-a78b-492f-ad8d-e72523561c88", "consumerID": "aai-ml", "timestamp": 1669447075321, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-26T07:19:22.674Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-26T07:19:22.674Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:19:22.675Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcc739c8-a78b-492f-ad8d-e72523561c88", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669447078239, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-26T07:19:22.675Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-26T07:19:22.675Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:19:22.675Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcc739c8-a78b-492f-ad8d-e72523561c88", "consumerID": "multicloud-k8s-id", "timestamp": 1669447078309, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-11-26T07:19:22.675Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-26T07:19:22.675Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:19:22.676Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcc739c8-a78b-492f-ad8d-e72523561c88", "consumerID": "aai-ml", "timestamp": 1669447075321, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-11-26T07:19:22.676Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-26T07:19:22.676Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:19:22.676Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcc739c8-a78b-492f-ad8d-e72523561c88", "consumerID": "aai-ml", "timestamp": 1669447075321, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-26T07:19:22.676Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-26T07:19:22.677Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:19:22.677Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcc739c8-a78b-492f-ad8d-e72523561c88", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669447080881, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-26T07:19:22.677Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-26T07:19:22.677Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:19:22.677Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcc739c8-a78b-492f-ad8d-e72523561c88", "consumerID": "aai-ml", "timestamp": 1669447075321, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-26T07:19:22.677Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-26T07:19:22.678Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:19:22.678Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5807f56-9984-428e-b381-1f25d2cbe7ee", "consumerID": "ves-openapi-manager", "timestamp": 1669447075040, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-26T07:19:22.678Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-26T07:19:22.678Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:19:22.678Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcc739c8-a78b-492f-ad8d-e72523561c88", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669447081887, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-26T07:19:22.683Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of dcc739c8-a78b-492f-ad8d-e72523561c88 2022-11-26T07:19:22.683Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId dcc739c8-a78b-492f-ad8d-e72523561c88 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-26T07:19:22.691Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:19:22.691Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcc739c8-a78b-492f-ad8d-e72523561c88", "consumerID": "aai-ml", "timestamp": 1669447075321, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-26T07:19:22.691Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-26T07:19:22.691Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:19:22.691Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5807f56-9984-428e-b381-1f25d2cbe7ee", "consumerID": "cds", "timestamp": 1669447080416, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-26T07:19:22.692Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-26T07:19:22.692Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:19:22.692Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5807f56-9984-428e-b381-1f25d2cbe7ee", "consumerID": "ves-openapi-manager", "timestamp": 1669447075040, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-26T07:19:22.692Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-26T07:19:22.692Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:19:22.692Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcc739c8-a78b-492f-ad8d-e72523561c88", "consumerID": "aai-ml", "timestamp": 1669447075321, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-26T07:19:22.692Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-26T07:19:22.692Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:19:22.692Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5807f56-9984-428e-b381-1f25d2cbe7ee", "consumerID": "cds", "timestamp": 1669447080416, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-26T07:19:22.693Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-26T07:19:22.693Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:19:22.693Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5807f56-9984-428e-b381-1f25d2cbe7ee", "consumerID": "ves-openapi-manager", "timestamp": 1669447075040, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-26T07:19:22.693Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-26T07:19:22.693Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:19:22.693Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcc739c8-a78b-492f-ad8d-e72523561c88", "consumerID": "aai-ml", "timestamp": 1669447075321, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-11-26T07:19:22.693Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-26T07:19:22.693Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:19:22.693Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5807f56-9984-428e-b381-1f25d2cbe7ee", "consumerID": "cds", "timestamp": 1669447080416, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-26T07:19:22.693Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-26T07:19:22.693Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:19:22.694Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5807f56-9984-428e-b381-1f25d2cbe7ee", "consumerID": "ves-openapi-manager", "timestamp": 1669447075040, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-26T07:19:22.694Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-26T07:19:22.694Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:19:22.694Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcc739c8-a78b-492f-ad8d-e72523561c88", "consumerID": "aai-ml", "timestamp": 1669447084075, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-26T07:19:22.694Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-26T07:19:22.694Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:19:22.694Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5807f56-9984-428e-b381-1f25d2cbe7ee", "consumerID": "cds", "timestamp": 1669447080416, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-26T07:19:22.694Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-26T07:19:22.694Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:19:22.694Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5807f56-9984-428e-b381-1f25d2cbe7ee", "consumerID": "ves-openapi-manager", "timestamp": 1669447075040, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-26T07:19:22.695Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-26T07:19:22.695Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:19:22.695Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5807f56-9984-428e-b381-1f25d2cbe7ee", "consumerID": "multicloud-k8s-id", "timestamp": 1669447085385, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-26T07:19:22.695Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-26T07:19:22.695Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:19:22.695Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5807f56-9984-428e-b381-1f25d2cbe7ee", "consumerID": "cds", "timestamp": 1669447080416, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-26T07:19:22.695Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-26T07:19:22.695Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:19:22.695Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5807f56-9984-428e-b381-1f25d2cbe7ee", "consumerID": "ves-openapi-manager", "timestamp": 1669447075040, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-26T07:19:22.696Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-26T07:19:22.696Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:19:22.696Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5807f56-9984-428e-b381-1f25d2cbe7ee", "consumerID": "multicloud-k8s-id", "timestamp": 1669447085385, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-26T07:19:22.696Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-26T07:19:22.696Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:19:22.696Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5807f56-9984-428e-b381-1f25d2cbe7ee", "consumerID": "cds", "timestamp": 1669447080416, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-26T07:19:22.696Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-26T07:19:22.696Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:19:22.696Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5807f56-9984-428e-b381-1f25d2cbe7ee", "consumerID": "ves-openapi-manager", "timestamp": 1669447075040, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-11-26T07:19:22.696Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-26T07:19:22.696Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:19:22.697Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5807f56-9984-428e-b381-1f25d2cbe7ee", "consumerID": "multicloud-k8s-id", "timestamp": 1669447085385, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-26T07:19:22.697Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-26T07:19:22.697Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:19:22.697Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5807f56-9984-428e-b381-1f25d2cbe7ee", "consumerID": "cds", "timestamp": 1669447080416, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-26T07:19:22.697Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-26T07:19:22.697Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:19:22.697Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5807f56-9984-428e-b381-1f25d2cbe7ee", "consumerID": "ves-openapi-manager", "timestamp": 1669447075040, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-26T07:19:22.697Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-26T07:19:22.698Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:19:22.698Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5807f56-9984-428e-b381-1f25d2cbe7ee", "consumerID": "multicloud-k8s-id", "timestamp": 1669447085385, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-26T07:19:22.698Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-26T07:19:22.698Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:19:22.698Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5807f56-9984-428e-b381-1f25d2cbe7ee", "consumerID": "cds", "timestamp": 1669447080416, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-26T07:19:22.698Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-26T07:19:22.698Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:19:22.698Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5807f56-9984-428e-b381-1f25d2cbe7ee", "consumerID": "ves-openapi-manager", "timestamp": 1669447075040, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-11-26T07:19:22.698Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-26T07:19:22.699Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:19:22.699Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5807f56-9984-428e-b381-1f25d2cbe7ee", "consumerID": "multicloud-k8s-id", "timestamp": 1669447085385, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-26T07:19:22.699Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-26T07:19:22.699Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:19:22.699Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5807f56-9984-428e-b381-1f25d2cbe7ee", "consumerID": "cds", "timestamp": 1669447080416, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-26T07:19:22.699Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-26T07:19:22.699Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:19:22.699Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5807f56-9984-428e-b381-1f25d2cbe7ee", "consumerID": "ves-openapi-manager", "timestamp": 1669447090554, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-11-26T07:19:22.699Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-26T07:19:22.700Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:19:22.700Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5807f56-9984-428e-b381-1f25d2cbe7ee", "consumerID": "multicloud-k8s-id", "timestamp": 1669447085385, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-26T07:19:22.700Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-26T07:19:22.700Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:19:22.700Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5807f56-9984-428e-b381-1f25d2cbe7ee", "consumerID": "cds", "timestamp": 1669447090200, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-26T07:19:22.700Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-26T07:19:22.701Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:19:22.701Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5807f56-9984-428e-b381-1f25d2cbe7ee", "consumerID": "ves-openapi-manager", "timestamp": 1669447091585, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-11-26T07:19:22.701Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-26T07:19:22.701Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:19:22.701Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5807f56-9984-428e-b381-1f25d2cbe7ee", "consumerID": "multicloud-k8s-id", "timestamp": 1669447085385, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-26T07:19:22.701Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-26T07:19:22.701Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:19:22.701Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcc739c8-a78b-492f-ad8d-e72523561c88", "consumerID": "aai-ml", "timestamp": 1669447091298, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-26T07:19:22.701Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-26T07:19:22.701Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:19:22.701Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5807f56-9984-428e-b381-1f25d2cbe7ee", "consumerID": "cds", "timestamp": 1669447091517, "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 (?, ?, ?, ?, ?) 2022-11-26T07:19:22.715Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e5807f56-9984-428e-b381-1f25d2cbe7ee 2022-11-26T07:19:22.715Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId e5807f56-9984-428e-b381-1f25d2cbe7ee and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-26T07:19:22.723Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:19:22.723Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5807f56-9984-428e-b381-1f25d2cbe7ee", "consumerID": "ves-openapi-manager", "timestamp": 1669447092588, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-26T07:19:22.727Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of e5807f56-9984-428e-b381-1f25d2cbe7ee 2022-11-26T07:19:22.727Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId e5807f56-9984-428e-b381-1f25d2cbe7ee and ComponentName Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-26T07:19:22.735Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:19:22.735Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5807f56-9984-428e-b381-1f25d2cbe7ee", "consumerID": "multicloud-k8s-id", "timestamp": 1669447085385, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-26T07:19:22.735Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-26T07:19:22.735Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:19:22.735Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcc739c8-a78b-492f-ad8d-e72523561c88", "consumerID": "aai-ml", "timestamp": 1669447092303, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-26T07:19:22.739Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of dcc739c8-a78b-492f-ad8d-e72523561c88 2022-11-26T07:19:22.739Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId dcc739c8-a78b-492f-ad8d-e72523561c88 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-26T07:19:22.747Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:19:22.747Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5807f56-9984-428e-b381-1f25d2cbe7ee", "consumerID": "multicloud-k8s-id", "timestamp": 1669447085385, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-26T07:19:22.747Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-26T07:19:22.747Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:19:22.747Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5807f56-9984-428e-b381-1f25d2cbe7ee", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669447099492, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-26T07:19:22.747Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-26T07:19:22.747Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:19:22.748Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5807f56-9984-428e-b381-1f25d2cbe7ee", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669447099492, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-26T07:19:22.748Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-26T07:19:49.571Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b1d189f9-63fc-454a-953b-1e919700c9ff Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-26T07:19:49.582Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b1d189f9-63fc-454a-953b-1e919700c9ff Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-26T07:19:49.584Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-26T07:19:49.584Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-26T07:19:49.584Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-26T07:19:49.584Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-26T07:19:49.585Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-26T07:19:49.585Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-26T07:19:49.585Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-26T07:19:49.585Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-26T07:19:49.585Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-26T07:19:49.585Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-26T07:19:49.589Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-26T07:20:19.591Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b1d189f9-63fc-454a-953b-1e919700c9ff and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-11-26T07:20:19.598Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b1d189f9-63fc-454a-953b-1e919700c9ff and serviceModelVersionId: 6dfcac85-dd3a-487d-8ac3-532a5a4eae73 2022-11-26T07:20:19.598Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8e6e3f4f-cdad-44e8-a345-0ebb000dc9d5 2022-11-26T07:20:19.600Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8e6e3f4f-cdad-44e8-a345-0ebb000dc9d5/model-vers/model-ver/6dfcac85-dd3a-487d-8ac3-532a5a4eae73?depth=0 2022-11-26T07:20:19.608Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2022-11-26T07:20:19.697Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8e6e3f4f-cdad-44e8-a345-0ebb000dc9d5/model-vers/model-ver/6dfcac85-dd3a-487d-8ac3-532a5a4eae73?depth=0|INFO|500||Invoke 2022-11-26T07:20:19.698Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8e6e3f4f-cdad-44e8-a345-0ebb000dc9d5/model-vers/model-ver/6dfcac85-dd3a-487d-8ac3-532a5a4eae73?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8e6e3f4f-cdad-44e8-a345-0ebb000dc9d5/model-vers/model-ver/6dfcac85-dd3a-487d-8ac3-532a5a4eae73?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[b1d189f9-63fc-454a-953b-1e919700c9ff], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[67b07a44-5c8c-42cd-a28f-8cabb49def72], X-ECOMP-RequestID=[b1d189f9-63fc-454a-953b-1e919700c9ff], X-TransactionId=[], X-ONAP-RequestID=[b1d189f9-63fc-454a-953b-1e919700c9ff], Content-Type=[application/merge-patch+json]} 2022-11-26T07:20:19.719Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8e6e3f4f-cdad-44e8-a345-0ebb000dc9d5/model-vers/model-ver/6dfcac85-dd3a-487d-8ac3-532a5a4eae73?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-26T07:20:19.821Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8e6e3f4f-cdad-44e8-a345-0ebb000dc9d5/model-vers/model-ver/6dfcac85-dd3a-487d-8ac3-532a5a4eae73?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/8e6e3f4f-cdad-44e8-a345-0ebb000dc9d5/model-vers/model-ver/6dfcac85-dd3a-487d-8ac3-532a5a4eae73?depth=0 has http status code:200 and response headers:{date=[Sat, 26 Nov 2022 07:20:18 GMT], content-length=[0], vertex-id=[270496], x-aai-txid=[2-aai-resources-221126-07:20:18:146-37895], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2022-11-26T07:20:19.821Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8e6e3f4f-cdad-44e8-a345-0ebb000dc9d5/model-vers/model-ver/6dfcac85-dd3a-487d-8ac3-532a5a4eae73?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-11-26T07:20:19.823Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8e6e3f4f-cdad-44e8-a345-0ebb000dc9d5/model-vers/model-ver/6dfcac85-dd3a-487d-8ac3-532a5a4eae73?depth=0|INFO|500||InvokeReturn 2022-11-26T07:20:19.840Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-26T07:20:19.840Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-26T07:20:19.861Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-11-26T07:20:19.861Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b1d189f9-63fc-454a-953b-1e919700c9ff and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-26T07:20:19.861Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-26T07:20:19.862Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-26T07:20:19.863Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-26T07:20:19.863Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "b1d189f9-63fc-454a-953b-1e919700c9ff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669447219861, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-26T07:20:19.968Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms 2022-11-26T07:20:19.969Z||pool-111-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-26T07:20:19.969Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xh5NKXhRz8XMKhrB) ... 2022-11-26T07:20:20.029Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T07:20:20.030Z||pool-111-thread-1|||||INFO|500||cambria reply ok (61 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-11-26T07:20:20.881Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T07:20:20.881Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T07:20:20.881Z|b1d189f9-63fc-454a-953b-1e919700c9ff|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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T07:20:22.472Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T07:20:22.473Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T07:20:22.473Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T07:20:22.499Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T07:20:22.499Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:20:22.499Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5807f56-9984-428e-b381-1f25d2cbe7ee", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669447099492, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-26T07:20:22.500Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-26T07:20:26.550Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T07:20:26.551Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-26T07:20:26.551Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"dcc739c8-a78b-492f-ad8d-e72523561c88","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"89636ec0-d530-4974-8379-0538055737a6","serviceDescription":"service","serviceInvariantUUID":"edb6c141-4849-4feb-9ced-3c8dd56d25d0","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3ecc99fc-8af4-4e56-9c49-001d193e6d9c","resourceInvariantUUID":"fb6c0fc8-08e4-4244-856e-43f2da897ea4","resourceCustomizationUUID":"2ab383ef-e6fd-46f0-bd81-d45dbb954d5d","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":"NDEwZjhmN2Q5ZDZmNWU1ODI4ZjczMzZmZDNhZmZhZmI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"92a7275d-2b65-4804-b914-afd24abd5f9d","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":"MTI0NjBhOTZhNTZkMTQxMTg5M2FmMDc0Y2E4ZTViOWQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"9d2ed117-5af7-4f7d-a9cc-94487f56069f","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":"8306d6e3-094a-40af-a982-d66912a808bd","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":"28d21abd-924b-4342-9a01-e9f7387317ca","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":"5cecf3f5-803a-4dad-bb3f-806d77c6d376","artifactVersion":"2","generatedFromUUID":"8306d6e3-094a-40af-a982-d66912a808bd"},{"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":"ZWY1ZTk4N2IwYmEzNzg4MzAwNjNlMjBkMDYyYmRlODM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"ae9569ee-f9c4-480f-8583-04a4e0a1e648","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":"ZTE2NTJjNzY3OWYyZDQzYjIxM2Y1NmNlNmJjYzhhY2I\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"36894866-25a5-46bb-8098-7fa43de10aa0","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"OThkYWRkNDhkODY0NWE0YzM2MzcwMWIxNjgwZjE4ZDI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b8938fee-aaf6-4b0b-8df9-989acc71191a","artifactVersion":"1"}],"workloadContext":"Production"} 2022-11-26T07:20:26.554Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-26T07:20:26.554Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-26T07:20:26.562Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-26T07:20:26.562Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "dcc739c8-a78b-492f-ad8d-e72523561c88", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669447220881, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-26T07:20:26.662Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-26T07:20:26.663Z||pool-112-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-26T07:20:26.663Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xh5NKXhRz8XMKhrB) ... 2022-11-26T07:20:26.686Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T07:20:26.687Z||pool-112-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-11-26T07:20:27.563Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-26T07:20:27.564Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-26T07:20:27.567Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-26T07:20:27.568Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "dcc739c8-a78b-492f-ad8d-e72523561c88", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669447220881, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-11-26T07:20:27.668Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-26T07:20:27.669Z||pool-113-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-26T07:20:27.669Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xh5NKXhRz8XMKhrB) ... 2022-11-26T07:20:27.682Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T07:20:27.682Z||pool-113-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-26T07:20:28.568Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-26T07:20:28.569Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-26T07:20:28.593Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-26T07:20:28.593Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "dcc739c8-a78b-492f-ad8d-e72523561c88", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669447220881, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-11-26T07:20:28.671Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 78 ms 2022-11-26T07:20:28.672Z||pool-114-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-26T07:20:28.672Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xh5NKXhRz8XMKhrB) ... 2022-11-26T07:20:28.708Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T07:20:28.709Z||pool-114-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1} 2022-11-26T07:20:29.594Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-26T07:20:29.594Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-26T07:20:29.596Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-26T07:20:29.596Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "dcc739c8-a78b-492f-ad8d-e72523561c88", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669447220881, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-26T07:20:29.696Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-26T07:20:29.697Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-26T07:20:29.697Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xh5NKXhRz8XMKhrB) ... 2022-11-26T07:20:29.716Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T07:20:29.717Z||pool-115-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-11-26T07:20:30.597Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-26T07:20:30.597Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-26T07:20:30.599Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-26T07:20:30.599Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "dcc739c8-a78b-492f-ad8d-e72523561c88", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669447220881, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-11-26T07:20:30.699Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-26T07:20:30.700Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-26T07:20:30.700Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xh5NKXhRz8XMKhrB) ... 2022-11-26T07:20:30.711Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T07:20:30.711Z||pool-116-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2022-11-26T07:20:31.600Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-26T07:20:31.600Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-26T07:20:31.602Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-26T07:20:31.602Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "dcc739c8-a78b-492f-ad8d-e72523561c88", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669447220881, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-26T07:20:31.702Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-26T07:20:31.703Z||pool-117-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-26T07:20:31.703Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xh5NKXhRz8XMKhrB) ... 2022-11-26T07:20:31.731Z||pool-117-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T07:20:31.732Z||pool-117-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1} 2022-11-26T07:20:32.603Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-26T07:20:32.603Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-26T07:20:32.605Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-26T07:20:32.605Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "dcc739c8-a78b-492f-ad8d-e72523561c88", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669447220881, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-26T07:20:32.706Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-26T07:20:32.706Z||pool-118-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-26T07:20:32.706Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xh5NKXhRz8XMKhrB) ... 2022-11-26T07:20:32.716Z||pool-118-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T07:20:32.716Z||pool-118-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-11-26T07:20:33.606Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-26T07:20:33.606Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-26T07:20:33.608Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-26T07:20:33.608Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "dcc739c8-a78b-492f-ad8d-e72523561c88", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669447220881, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-11-26T07:20:33.708Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-26T07:20:33.709Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-26T07:20:33.709Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xh5NKXhRz8XMKhrB) ... 2022-11-26T07:20:33.720Z||pool-119-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T07:20:33.720Z||pool-119-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-26T07:20:34.609Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "dcc739c8-a78b-492f-ad8d-e72523561c88", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "89636ec0-d530-4974-8379-0538055737a6", "serviceDescription": "service", "serviceInvariantUUID": "edb6c141-4849-4feb-9ced-3c8dd56d25d0", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "2ab383ef-e6fd-46f0-bd81-d45dbb954d5d", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "3ecc99fc-8af4-4e56-9c49-001d193e6d9c", "resourceInvariantUUID": "fb6c0fc8-08e4-4244-856e-43f2da897ea4", "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": "MTI0NjBhOTZhNTZkMTQxMTg5M2FmMDc0Y2E4ZTViOWQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "9d2ed117-5af7-4f7d-a9cc-94487f56069f", "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": "8306d6e3-094a-40af-a982-d66912a808bd", "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": "5cecf3f5-803a-4dad-bb3f-806d77c6d376", "generatedFromUUID": "8306d6e3-094a-40af-a982-d66912a808bd" }, "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": "5cecf3f5-803a-4dad-bb3f-806d77c6d376", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "OThkYWRkNDhkODY0NWE0YzM2MzcwMWIxNjgwZjE4ZDI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b8938fee-aaf6-4b0b-8df9-989acc71191a" } ], "workloadContext": "Production" } 2022-11-26T07:20:34.609Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-26T07:20:34.609Z|b1d189f9-63fc-454a-953b-1e919700c9ff|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 89636ec0-d530-4974-8379-0538055737a6 ASDC 2022-11-26T07:20:34.610Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:dcc739c8-a78b-492f-ad8d-e72523561c88 ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:89636ec0-d530-4974-8379-0538055737a6 ServiceInvariantUUID:edb6c141-4849-4feb-9ced-3c8dd56d25d0 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:b8938fee-aaf6-4b0b-8df9-989acc71191a ArtifactChecksum:OThkYWRkNDhkODY0NWE0YzM2MzcwMWIxNjgwZjE4ZDI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:2ab383ef-e6fd-46f0-bd81-d45dbb954d5d ResourceInvariantUUID:fb6c0fc8-08e4-4244-856e-43f2da897ea4 ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:3ecc99fc-8af4-4e56-9c49-001d193e6d9c 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:9d2ed117-5af7-4f7d-a9cc-94487f56069f ArtifactChecksum:MTI0NjBhOTZhNTZkMTQxMTg5M2FmMDc0Y2E4ZTViOWQ= 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:8306d6e3-094a-40af-a982-d66912a808bd 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:5cecf3f5-803a-4dad-bb3f-806d77c6d376 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:5cecf3f5-803a-4dad-bb3f-806d77c6d376 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-11-26T07:20:34.610Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 89636ec0-d530-4974-8379-0538055737a6 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-11-26T07:20:34.650Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-26T07:20:34.651Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-11-26T07:20:34.651Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-11-26T07:20:34.651Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: b8938fee-aaf6-4b0b-8df9-989acc71191a from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-11-26T07:20:34.651Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-11-26T07:20:34.652Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-11-26T07:20:34.818Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-11-26T07:20:34.821Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar b8938fee-aaf6-4b0b-8df9-989acc71191a 83017 2022-11-26T07:20:34.822Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-11-26T07:20:34.822Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-11-26T07:20:34.822Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-26T07:20:34.823Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-26T07:20:34.825Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-26T07:20:34.825Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "dcc739c8-a78b-492f-ad8d-e72523561c88", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669447234822, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-26T07:20:34.925Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-26T07:20:34.926Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-26T07:20:34.926Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xh5NKXhRz8XMKhrB) ... 2022-11-26T07:20:34.940Z||pool-120-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T07:20:34.941Z||pool-120-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-11-26T07:20:35.826Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-26T07:20:35.827Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-11-26T07:20:35.827Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: b8938fee-aaf6-4b0b-8df9-989acc71191a, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-11-26T07:20:35.827Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2022-11-26T07:20:35.828Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-11-26T07:20:35.828Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-11-26T07:20:35.959Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17510607238686874902/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 2022-11-26T07:20:37.089Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-26T07:20:37.089Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-11-26T07:20:37.089Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-11-26T07:20:37.090Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-11-26T07:20:37.090Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-11-26T07:20:37.090Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-11-26T07:20:37.090Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||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 2022-11-26T07:20:37.090Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-11-26T07:20:37.090Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-11-26T07:20:37.090Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-11-26T07:20:37.091Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||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 2022-11-26T07:20:37.091Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-11-26T07:20:37.091Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T07:20:37.091Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-26T07:20:37.091Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-26T07:20:37.091Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-11-26T07:20:37.092Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-26T07:20:37.092Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T07:20:37.092Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-26T07:20:37.092Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-26T07:20:37.092Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-11-26T07:20:37.092Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-26T07:20:37.093Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T07:20:37.093Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-26T07:20:37.093Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T07:20:37.093Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-11-26T07:20:37.093Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-11-26T07:20:37.093Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-11-26T07:20:37.093Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-11-26T07:20:37.094Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-11-26T07:20:37.094Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-11-26T07:20:37.094Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T07:20:37.094Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-26T07:20:37.094Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T07:20:37.094Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-26T07:20:37.094Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-26T07:20:37.095Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T07:20:37.095Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-26T07:20:37.095Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-26T07:20:37.095Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T07:20:37.095Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-26T07:20:37.095Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-26T07:20:37.096Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T07:20:37.096Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-11-26T07:20:37.096Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-11-26T07:20:37.096Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-11-26T07:20:37.096Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=f46224f6-4376-40cb-b8ac-289d71c8b43d 2022-11-26T07:20:37.096Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T07:20:37.097Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-26T07:20:37.097Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T07:20:37.097Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-26T07:20:37.097Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T07:20:37.097Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-26T07:20:37.097Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T07:20:37.097Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-26T07:20:37.098Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:89636ec0-d530-4974-8379-0538055737a6 Model Version:NULL Model InvariantUuid:edb6c141-4849-4feb-9ced-3c8dd56d25d0 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:0a99e15a-caf5-4a4d-be8b-831f14402f64 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:fb6c0fc8-08e4-4244-856e-43f2da897ea4 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:2ab383ef-e6fd-46f0-bd81-d45dbb954d5d NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:721710f9-430b-4223-8e47-696d086e2826 ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:4335c338-5073-476e-9b3e-3a1ee7dd987f ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:f46224f6-4376-40cb-b8ac-289d71c8b43d ModelInvariantUuid:ccdb0207-ae69-476d-8d71-3ad1a93c7d0d ModelName:basic_vm_macro-nodes.ubuntu20Cvfc ModelUuid:f8ad6a4f-2e00-45b9-9456-2f46fd19f67c ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:6663b095-5f2d-41ce-99d0-a8e548dbab18 ModelInvariantUuid:6521f6b5-27c6-4556-b760-062975eaf466 ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20 ModelUuid:78d327fc-3950-401e-85e5-991c6817e803 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-11-26T07:20:37.103Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 3ecc99fc-8af4-4e56-9c49-001d193e6d9c Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-26T07:20:37.105Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||INFO|500||basic_vm_macro 0 2022-11-26T07:20:37.105Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 3ecc99fc-8af4-4e56-9c49-001d193e6d9c 2022-11-26T07:20:37.105Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 9d2ed117-5af7-4f7d-a9cc-94487f56069f from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-11-26T07:20:37.105Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-11-26T07:20:37.105Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-11-26T07:20:37.223Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-11-26T07:20:37.224Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 9d2ed117-5af7-4f7d-a9cc-94487f56069f 792 2022-11-26T07:20:37.224Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2022-11-26T07:20:37.224Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-11-26T07:20:37.224Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-26T07:20:37.225Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-26T07:20:37.227Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-26T07:20:37.227Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "dcc739c8-a78b-492f-ad8d-e72523561c88", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669447237224, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-26T07:20:37.328Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-26T07:20:37.329Z||pool-121-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-26T07:20:37.329Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xh5NKXhRz8XMKhrB) ... 2022-11-26T07:20:37.340Z||pool-121-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T07:20:37.340Z||pool-121-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-26T07:20:38.228Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "721710f9-430b-4223-8e47-696d086e2826", "vfModuleModelVersion": "1", "vfModuleModelUUID": "4335c338-5073-476e-9b3e-3a1ee7dd987f", "vfModuleModelCustomizationUUID": "53ca7bf7-9dbb-49a1-ab79-1b0cb5a1f7a3", "isBase": true, "artifacts": [ "8306d6e3-094a-40af-a982-d66912a808bd", "5cecf3f5-803a-4dad-bb3f-806d77c6d376" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-11-26T07:20:38.231Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:4335c338-5073-476e-9b3e-3a1ee7dd987f VfModuleModelInvariantUUID:721710f9-430b-4223-8e47-696d086e2826 VfModuleModelDescription:NULL Artifacts UUID List:{ 8306d6e3-094a-40af-a982-d66912a808bd , 5cecf3f5-803a-4dad-bb3f-806d77c6d376 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-11-26T07:20:38.233Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "721710f9-430b-4223-8e47-696d086e2826", "vfModuleModelVersion": "1", "vfModuleModelUUID": "4335c338-5073-476e-9b3e-3a1ee7dd987f", "vfModuleModelCustomizationUUID": "53ca7bf7-9dbb-49a1-ab79-1b0cb5a1f7a3", "isBase": true, "artifacts": [ "8306d6e3-094a-40af-a982-d66912a808bd", "5cecf3f5-803a-4dad-bb3f-806d77c6d376" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-11-26T07:20:38.233Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:4335c338-5073-476e-9b3e-3a1ee7dd987f VfModuleModelInvariantUUID:721710f9-430b-4223-8e47-696d086e2826 VfModuleModelDescription:NULL Artifacts UUID List:{ 8306d6e3-094a-40af-a982-d66912a808bd , 5cecf3f5-803a-4dad-bb3f-806d77c6d376 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-11-26T07:20:38.233Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 8306d6e3-094a-40af-a982-d66912a808bd from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-11-26T07:20:38.234Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-11-26T07:20:38.234Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-11-26T07:20:38.316Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-11-26T07:20:38.316Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 8306d6e3-094a-40af-a982-d66912a808bd 5033 2022-11-26T07:20:38.317Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-11-26T07:20:38.317Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-11-26T07:20:38.317Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-26T07:20:38.317Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-26T07:20:38.319Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-26T07:20:38.320Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "dcc739c8-a78b-492f-ad8d-e72523561c88", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669447238317, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-11-26T07:20:38.420Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-26T07:20:38.421Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-26T07:20:38.421Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xh5NKXhRz8XMKhrB) ... 2022-11-26T07:20:38.431Z||pool-122-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T07:20:38.431Z||pool-122-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-26T07:20:39.320Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 5cecf3f5-803a-4dad-bb3f-806d77c6d376 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-11-26T07:20:39.320Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-11-26T07:20:39.321Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-11-26T07:20:39.377Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-11-26T07:20:39.377Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 5cecf3f5-803a-4dad-bb3f-806d77c6d376 903 2022-11-26T07:20:39.377Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-11-26T07:20:39.377Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-11-26T07:20:39.378Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-26T07:20:39.378Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-26T07:20:39.380Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-26T07:20:39.380Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "dcc739c8-a78b-492f-ad8d-e72523561c88", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669447239377, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-11-26T07:20:39.480Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-26T07:20:39.481Z||pool-123-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-26T07:20:39.481Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xh5NKXhRz8XMKhrB) ... 2022-11-26T07:20:39.492Z||pool-123-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T07:20:39.492Z||pool-123-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2022-11-26T07:20:40.380Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 89636ec0-d530-4974-8379-0538055737a6 2022-11-26T07:20:40.381Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 3ecc99fc-8af4-4e56-9c49-001d193e6d9c ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-26T07:20:40.391Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@36f8b819, org.onap.sdc.toscaparser.api.parameters.Input@2ec9d20, org.onap.sdc.toscaparser.api.parameters.Input@42fc095d, org.onap.sdc.toscaparser.api.parameters.Input@6fab9eb0, org.onap.sdc.toscaparser.api.parameters.Input@1c60db2c] 2022-11-26T07:20:40.393Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T07:20:40.394Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-26T07:20:40.394Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 2022-11-26T07:20:40.394Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 2ab383ef-e6fd-46f0-bd81-d45dbb954d5d 2022-11-26T07:20:40.394Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 2ab383ef-e6fd-46f0-bd81-d45dbb954d5d matches Tosca VF Customization UUID: 2ab383ef-e6fd-46f0-bd81-d45dbb954d5d 2022-11-26T07:20:40.394Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 2ab383ef-e6fd-46f0-bd81-d45dbb954d5d matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-11-26T07:20:40.396Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T07:20:40.397Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-26T07:20:40.397Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 2ab383ef-e6fd-46f0-bd81-d45dbb954d5d: {\"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\"} 2022-11-26T07:20:40.397Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6bfa435d 2022-11-26T07:20:40.397Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T07:20:40.397Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-26T07:20:40.398Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 53ca7bf7-9dbb-49a1-ab79-1b0cb5a1f7a3 2022-11-26T07:20:40.398Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 53ca7bf7-9dbb-49a1-ab79-1b0cb5a1f7a3 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-11-26T07:20:40.400Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T07:20:40.400Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-26T07:20:40.400Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-26T07:20:40.400Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T07:20:40.401Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-26T07:20:40.401Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-26T07:20:40.401Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T07:20:40.401Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-11-26T07:20:40.401Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-11-26T07:20:40.401Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-11-26T07:20:40.402Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=f46224f6-4376-40cb-b8ac-289d71c8b43d Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-11-26T07:20:40.404Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T07:20:40.404Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-26T07:20:40.404Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-26T07:20:40.404Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T07:20:40.404Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-26T07:20:40.405Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=2ab383ef-e6fd-46f0-bd81-d45dbb954d5d Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-26T07:20:40.406Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T07:20:40.406Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-26T07:20:40.406Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 89636ec0-d530-4974-8379-0538055737a6: basic_vm_macro 2022-11-26T07:20:40.407Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T07:20:40.407Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-26T07:20:40.407Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T07:20:40.407Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-26T07:20:40.407Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T07:20:40.407Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-26T07:20:40.408Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T07:20:40.408Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-26T07:20:40.408Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T07:20:40.408Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-26T07:20:40.408Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||INFO|500||Saving Service: basic_vm_macro Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-26T07:20:40.492Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 3ecc99fc-8af4-4e56-9c49-001d193e6d9c 1 ASDC deployResourceStructure 2022-11-26T07:20:40.492Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2022-11-26T07:20:40.492Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-11-26T07:20:40.492Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-26T07:20:40.493Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-26T07:20:40.495Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-26T07:20:40.495Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "dcc739c8-a78b-492f-ad8d-e72523561c88", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669447240492, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-11-26T07:20:40.595Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-26T07:20:40.596Z||pool-124-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-26T07:20:40.596Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xh5NKXhRz8XMKhrB) ... 2022-11-26T07:20:40.607Z||pool-124-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T07:20:40.607Z||pool-124-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-26T07:20:41.495Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-11-26T07:20:41.496Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-11-26T07:20:41.496Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-26T07:20:41.496Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-26T07:20:41.498Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-26T07:20:41.498Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "dcc739c8-a78b-492f-ad8d-e72523561c88", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669447241495, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-11-26T07:20:41.599Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms 2022-11-26T07:20:41.600Z||pool-125-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-26T07:20:41.600Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xh5NKXhRz8XMKhrB) ... 2022-11-26T07:20:41.618Z||pool-125-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T07:20:41.618Z||pool-125-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2022-11-26T07:20:42.503Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-11-26T07:20:42.503Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-11-26T07:20:42.503Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-26T07:20:42.503Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-26T07:20:42.505Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-26T07:20:42.505Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "dcc739c8-a78b-492f-ad8d-e72523561c88", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669447242503, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-11-26T07:20:42.606Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-26T07:20:42.606Z||pool-126-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-26T07:20:42.606Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xh5NKXhRz8XMKhrB) ... 2022-11-26T07:20:42.617Z||pool-126-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T07:20:42.617Z||pool-126-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-26T07:20:43.506Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-11-26T07:20:43.506Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-11-26T07:20:43.506Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-26T07:20:43.507Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-26T07:20:43.508Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-26T07:20:43.508Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "dcc739c8-a78b-492f-ad8d-e72523561c88", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669447243506, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-26T07:20:43.609Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-26T07:20:43.610Z||pool-127-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-26T07:20:43.610Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xh5NKXhRz8XMKhrB) ... 2022-11-26T07:20:43.620Z||pool-127-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T07:20:43.620Z||pool-127-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-26T07:20:44.509Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dcc739c8-a78b-492f-ad8d-e72523561c88 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-26T07:20:44.524Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dcc739c8-a78b-492f-ad8d-e72523561c88 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-26T07:20:44.526Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-26T07:20:44.526Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-26T07:20:44.526Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-26T07:20:44.526Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-26T07:20:44.526Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-26T07:20:44.527Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-26T07:20:44.527Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-26T07:20:44.527Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-26T07:20:44.527Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-26T07:20:44.527Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-26T07:20:44.536Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-26T07:21:14.537Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: dcc739c8-a78b-492f-ad8d-e72523561c88 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-11-26T07:21:14.546Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: dcc739c8-a78b-492f-ad8d-e72523561c88 and serviceModelVersionId: 89636ec0-d530-4974-8379-0538055737a6 2022-11-26T07:21:14.546Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : edb6c141-4849-4feb-9ced-3c8dd56d25d0 2022-11-26T07:21:14.547Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/edb6c141-4849-4feb-9ced-3c8dd56d25d0/model-vers/model-ver/89636ec0-d530-4974-8379-0538055737a6?depth=0 2022-11-26T07:21:14.551Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2022-11-26T07:21:14.595Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edb6c141-4849-4feb-9ced-3c8dd56d25d0/model-vers/model-ver/89636ec0-d530-4974-8379-0538055737a6?depth=0|INFO|500||Invoke 2022-11-26T07:21:14.595Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edb6c141-4849-4feb-9ced-3c8dd56d25d0/model-vers/model-ver/89636ec0-d530-4974-8379-0538055737a6?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edb6c141-4849-4feb-9ced-3c8dd56d25d0/model-vers/model-ver/89636ec0-d530-4974-8379-0538055737a6?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[dcc739c8-a78b-492f-ad8d-e72523561c88], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[6bc479cb-a4d6-440b-b780-6f29fe787453], X-ECOMP-RequestID=[dcc739c8-a78b-492f-ad8d-e72523561c88], X-TransactionId=[], X-ONAP-RequestID=[dcc739c8-a78b-492f-ad8d-e72523561c88], Content-Type=[application/merge-patch+json]} 2022-11-26T07:21:14.614Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edb6c141-4849-4feb-9ced-3c8dd56d25d0/model-vers/model-ver/89636ec0-d530-4974-8379-0538055737a6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-26T07:21:14.728Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edb6c141-4849-4feb-9ced-3c8dd56d25d0/model-vers/model-ver/89636ec0-d530-4974-8379-0538055737a6?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/edb6c141-4849-4feb-9ced-3c8dd56d25d0/model-vers/model-ver/89636ec0-d530-4974-8379-0538055737a6?depth=0 has http status code:200 and response headers:{date=[Sat, 26 Nov 2022 07:21:13 GMT], content-length=[0], vertex-id=[270448], x-aai-txid=[1-aai-resources-221126-07:21:13:037-99931], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2022-11-26T07:21:14.728Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edb6c141-4849-4feb-9ced-3c8dd56d25d0/model-vers/model-ver/89636ec0-d530-4974-8379-0538055737a6?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-11-26T07:21:14.729Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edb6c141-4849-4feb-9ced-3c8dd56d25d0/model-vers/model-ver/89636ec0-d530-4974-8379-0538055737a6?depth=0|INFO|500||InvokeReturn 2022-11-26T07:21:14.729Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-26T07:21:14.730Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-26T07:21:14.735Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-11-26T07:21:14.735Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID dcc739c8-a78b-492f-ad8d-e72523561c88 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-26T07:21:14.735Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-26T07:21:14.736Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-26T07:21:14.738Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-26T07:21:14.738Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "dcc739c8-a78b-492f-ad8d-e72523561c88", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669447274735, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-26T07:21:14.838Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-26T07:21:14.839Z||pool-128-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-26T07:21:14.839Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xh5NKXhRz8XMKhrB) ... 2022-11-26T07:21:14.873Z||pool-128-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T07:21:14.874Z||pool-128-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-11-26T07:21:15.749Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-26T07:21:15.749Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"e5807f56-9984-428e-b381-1f25d2cbe7ee","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"e4b1fc17-b765-4129-8aaf-2309e06d66fa","serviceDescription":"service","serviceInvariantUUID":"4b498b4d-e8a5-4943-b393-682d8f869065","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"a4ad6f90-4ddc-46bb-8120-b27123924daf","resourceInvariantUUID":"5e860e20-245f-4ff5-a5ed-7df88ac2c2f7","resourceCustomizationUUID":"858ca7fc-761f-4a0f-b811-b6a56822ce9f","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":"YzYyNmRjMjU4MWFjZDI5MWZjMTAwMDQ4NTZjOWZmODI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6db06df9-665f-4c2c-b2b1-4a9441ae083a","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":"1bac99ad-8f7a-428e-8c32-9d14bdbe7107","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":"48262d64-cece-44fe-849e-7f90cd9c5a4e","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":"ZTZjYjIwODVkY2I5NjM2ODVkNTc2ZTU2Y2U0YjQ3ZmU\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"68e6f5a8-b63e-4794-bf2f-367720df456d","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":"1c6f739e-0f5d-41e6-842a-68d6b40f8085","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":"864a9fc1-4294-4551-bccb-13270bad7356","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":"af31c21a-0575-4800-8be5-325b6948702e","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":"OTQ0ZDkyMjM4NTJjYjVlZDliMGNlM2QzNTE1N2ExZWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e208582b-dbe8-417c-9c27-de8e05feeab4","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"Nzg0M2MxZTVhMWFjNDAzMDBiZTg1ZGFmNDc3MWY5YTU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"24e03724-58b8-423f-9965-c105ca3b0408","artifactVersion":"1"}],"workloadContext":"Production"} 2022-11-26T07:21:15.749Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-26T07:21:15.749Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-26T07:21:15.751Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-26T07:21:15.752Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "e5807f56-9984-428e-b381-1f25d2cbe7ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669447220881, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-26T07:21:15.852Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-26T07:21:15.852Z||pool-129-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-26T07:21:15.853Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xh5NKXhRz8XMKhrB) ... 2022-11-26T07:21:15.862Z||pool-129-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T07:21:15.863Z||pool-129-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2022-11-26T07:21:16.752Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-26T07:21:16.753Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-26T07:21:16.756Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-26T07:21:16.756Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "e5807f56-9984-428e-b381-1f25d2cbe7ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669447220881, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-26T07:21:16.856Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-26T07:21:16.857Z||pool-130-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-26T07:21:16.857Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xh5NKXhRz8XMKhrB) ... 2022-11-26T07:21:16.868Z||pool-130-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T07:21:16.869Z||pool-130-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-26T07:21:17.757Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-26T07:21:17.757Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-26T07:21:17.760Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-26T07:21:17.760Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "e5807f56-9984-428e-b381-1f25d2cbe7ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669447220881, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-26T07:21:17.860Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-26T07:21:17.861Z||pool-131-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-26T07:21:17.861Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xh5NKXhRz8XMKhrB) ... 2022-11-26T07:21:17.870Z||pool-131-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T07:21:17.871Z||pool-131-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-26T07:21:18.761Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-26T07:21:18.761Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-26T07:21:18.764Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-26T07:21:18.764Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "e5807f56-9984-428e-b381-1f25d2cbe7ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669447220881, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-26T07:21:18.864Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-26T07:21:18.865Z||pool-132-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-26T07:21:18.865Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xh5NKXhRz8XMKhrB) ... 2022-11-26T07:21:18.876Z||pool-132-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T07:21:18.876Z||pool-132-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-26T07:21:19.764Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-26T07:21:19.765Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-26T07:21:19.767Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-26T07:21:19.767Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "e5807f56-9984-428e-b381-1f25d2cbe7ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669447220881, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-26T07:21:19.867Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-26T07:21:19.868Z||pool-133-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-26T07:21:19.868Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xh5NKXhRz8XMKhrB) ... 2022-11-26T07:21:19.879Z||pool-133-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T07:21:19.880Z||pool-133-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-26T07:21:20.767Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-26T07:21:20.768Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-26T07:21:20.770Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-26T07:21:20.770Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "e5807f56-9984-428e-b381-1f25d2cbe7ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669447220881, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-26T07:21:20.870Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-26T07:21:20.871Z||pool-134-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-26T07:21:20.871Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xh5NKXhRz8XMKhrB) ... 2022-11-26T07:21:20.882Z||pool-134-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T07:21:20.882Z||pool-134-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-26T07:21:21.770Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-26T07:21:21.771Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-26T07:21:21.774Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-26T07:21:21.774Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "e5807f56-9984-428e-b381-1f25d2cbe7ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669447220881, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-26T07:21:21.874Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-26T07:21:21.875Z||pool-135-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-26T07:21:21.875Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xh5NKXhRz8XMKhrB) ... 2022-11-26T07:21:21.884Z||pool-135-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T07:21:21.884Z||pool-135-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-11-26T07:21:22.472Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T07:21:22.473Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T07:21:22.473Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T07:21:22.511Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T07:21:22.512Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:21:22.512Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5807f56-9984-428e-b381-1f25d2cbe7ee", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669447099492, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-26T07:21:22.512Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-26T07:21:22.512Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:21:22.513Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5807f56-9984-428e-b381-1f25d2cbe7ee", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669447099492, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-26T07:21:22.513Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-26T07:21:22.513Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:21:22.513Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5807f56-9984-428e-b381-1f25d2cbe7ee", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669447099492, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-26T07:21:22.513Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-26T07:21:22.513Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:21:22.513Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5807f56-9984-428e-b381-1f25d2cbe7ee", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669447099492, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-26T07:21:22.513Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-26T07:21:22.513Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:21:22.513Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5807f56-9984-428e-b381-1f25d2cbe7ee", "consumerID": "aai-ml", "timestamp": 1669447105321, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-26T07:21:22.513Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-26T07:21:22.513Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:21:22.514Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5807f56-9984-428e-b381-1f25d2cbe7ee", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669447099492, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-26T07:21:22.514Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-26T07:21:22.514Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:21:22.514Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5807f56-9984-428e-b381-1f25d2cbe7ee", "consumerID": "aai-ml", "timestamp": 1669447105321, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-26T07:21:22.514Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-26T07:21:22.514Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:21:22.514Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5807f56-9984-428e-b381-1f25d2cbe7ee", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669447099492, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-26T07:21:22.514Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-26T07:21:22.514Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:21:22.514Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5807f56-9984-428e-b381-1f25d2cbe7ee", "consumerID": "aai-ml", "timestamp": 1669447105321, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-26T07:21:22.514Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-26T07:21:22.515Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:21:22.515Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5807f56-9984-428e-b381-1f25d2cbe7ee", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669447109321, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-26T07:21:22.515Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-26T07:21:22.515Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:21:22.515Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5807f56-9984-428e-b381-1f25d2cbe7ee", "consumerID": "aai-ml", "timestamp": 1669447105321, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-26T07:21:22.515Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-26T07:21:22.515Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:21:22.515Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5807f56-9984-428e-b381-1f25d2cbe7ee", "consumerID": "aai-ml", "timestamp": 1669447105321, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-26T07:21:22.515Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-26T07:21:22.515Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:21:22.516Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5807f56-9984-428e-b381-1f25d2cbe7ee", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669447111389, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-26T07:21:22.516Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-26T07:21:22.516Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:21:22.516Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5807f56-9984-428e-b381-1f25d2cbe7ee", "consumerID": "aai-ml", "timestamp": 1669447105321, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-26T07:21:22.516Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-26T07:21:22.516Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:21:22.516Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5807f56-9984-428e-b381-1f25d2cbe7ee", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669447112393, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-26T07:21:22.525Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e5807f56-9984-428e-b381-1f25d2cbe7ee 2022-11-26T07:21:22.526Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId e5807f56-9984-428e-b381-1f25d2cbe7ee and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-26T07:21:22.535Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:21:22.535Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5807f56-9984-428e-b381-1f25d2cbe7ee", "consumerID": "aai-ml", "timestamp": 1669447105321, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-26T07:21:22.535Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-26T07:21:22.535Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:21:22.535Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5807f56-9984-428e-b381-1f25d2cbe7ee", "consumerID": "aai-ml", "timestamp": 1669447105321, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-26T07:21:22.535Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-26T07:21:22.536Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:21:22.536Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5807f56-9984-428e-b381-1f25d2cbe7ee", "consumerID": "aai-ml", "timestamp": 1669447105321, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-26T07:21:22.536Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-26T07:21:22.536Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:21:22.536Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5807f56-9984-428e-b381-1f25d2cbe7ee", "consumerID": "aai-ml", "timestamp": 1669447115100, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-26T07:21:22.536Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-26T07:21:22.536Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:21:22.536Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5807f56-9984-428e-b381-1f25d2cbe7ee", "consumerID": "aai-ml", "timestamp": 1669447119849, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-26T07:21:22.536Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-26T07:21:22.536Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:21:22.536Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5807f56-9984-428e-b381-1f25d2cbe7ee", "consumerID": "aai-ml", "timestamp": 1669447120853, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-26T07:21:22.542Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e5807f56-9984-428e-b381-1f25d2cbe7ee 2022-11-26T07:21:22.542Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId e5807f56-9984-428e-b381-1f25d2cbe7ee and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-26T07:21:22.774Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-26T07:21:22.775Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-26T07:21:22.777Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-26T07:21:22.778Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "e5807f56-9984-428e-b381-1f25d2cbe7ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669447220881, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-26T07:21:22.877Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-26T07:21:22.878Z||pool-136-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-26T07:21:22.878Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xh5NKXhRz8XMKhrB) ... 2022-11-26T07:21:22.887Z||pool-136-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T07:21:22.888Z||pool-136-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-26T07:21:23.778Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-26T07:21:23.779Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-26T07:21:23.781Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-26T07:21:23.781Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "e5807f56-9984-428e-b381-1f25d2cbe7ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669447220881, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-26T07:21:23.881Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-26T07:21:23.882Z||pool-137-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-26T07:21:23.882Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xh5NKXhRz8XMKhrB) ... 2022-11-26T07:21:23.892Z||pool-137-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T07:21:23.892Z||pool-137-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-26T07:21:24.781Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "e5807f56-9984-428e-b381-1f25d2cbe7ee", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "e4b1fc17-b765-4129-8aaf-2309e06d66fa", "serviceDescription": "service", "serviceInvariantUUID": "4b498b4d-e8a5-4943-b393-682d8f869065", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "858ca7fc-761f-4a0f-b811-b6a56822ce9f", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "a4ad6f90-4ddc-46bb-8120-b27123924daf", "resourceInvariantUUID": "5e860e20-245f-4ff5-a5ed-7df88ac2c2f7", "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": "Nzg0M2MxZTVhMWFjNDAzMDBiZTg1ZGFmNDc3MWY5YTU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "24e03724-58b8-423f-9965-c105ca3b0408" } ], "workloadContext": "Production" } 2022-11-26T07:21:24.782Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-26T07:21:24.782Z|dcc739c8-a78b-492f-ad8d-e72523561c88|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 e4b1fc17-b765-4129-8aaf-2309e06d66fa ASDC 2022-11-26T07:21:24.782Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:e5807f56-9984-428e-b381-1f25d2cbe7ee ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:e4b1fc17-b765-4129-8aaf-2309e06d66fa ServiceInvariantUUID:4b498b4d-e8a5-4943-b393-682d8f869065 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:24e03724-58b8-423f-9965-c105ca3b0408 ArtifactChecksum:Nzg0M2MxZTVhMWFjNDAzMDBiZTg1ZGFmNDc3MWY5YTU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:858ca7fc-761f-4a0f-b811-b6a56822ce9f ResourceInvariantUUID:5e860e20-245f-4ff5-a5ed-7df88ac2c2f7 ResourceName:test-pnf ResourceType:PNF ResourceUUID:a4ad6f90-4ddc-46bb-8120-b27123924daf ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-11-26T07:21:24.783Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e4b1fc17-b765-4129-8aaf-2309e06d66fa ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-11-26T07:21:24.806Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-26T07:21:24.807Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-11-26T07:21:24.807Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-11-26T07:21:24.807Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 24e03724-58b8-423f-9965-c105ca3b0408 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-11-26T07:21:24.807Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-11-26T07:21:24.807Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-11-26T07:21:25.026Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-11-26T07:21:25.031Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 24e03724-58b8-423f-9965-c105ca3b0408 111093 2022-11-26T07:21:25.031Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-11-26T07:21:25.032Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-11-26T07:21:25.032Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-26T07:21:25.032Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-26T07:21:25.034Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-26T07:21:25.035Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "e5807f56-9984-428e-b381-1f25d2cbe7ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669447285031, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-26T07:21:25.135Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-26T07:21:25.136Z||pool-138-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-26T07:21:25.136Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xh5NKXhRz8XMKhrB) ... 2022-11-26T07:21:25.152Z||pool-138-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T07:21:25.153Z||pool-138-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-11-26T07:21:26.035Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-26T07:21:26.036Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-11-26T07:21:26.036Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 24e03724-58b8-423f-9965-c105ca3b0408, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-11-26T07:21:26.037Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2022-11-26T07:21:26.037Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-11-26T07:21:26.038Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-11-26T07:21:26.135Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4456682480134686417/Definitions/service-TestPnfMacro-template.yml 2022-11-26T07:21:26.816Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-26T07:21:26.816Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-11-26T07:21:26.816Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-11-26T07:21:26.816Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-11-26T07:21:26.817Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-11-26T07:21:26.817Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-11-26T07:21:26.817Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-11-26T07:21:26.817Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-11-26T07:21:26.817Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-11-26T07:21:26.817Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-11-26T07:21:26.817Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-11-26T07:21:26.817Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-11-26T07:21:26.817Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T07:21:26.817Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-26T07:21:26.818Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-11-26T07:21:26.818Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-11-26T07:21:26.818Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-26T07:21:26.818Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T07:21:26.818Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-26T07:21:26.818Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-11-26T07:21:26.818Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-11-26T07:21:26.819Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-26T07:21:26.819Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T07:21:26.819Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-26T07:21:26.819Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T07:21:26.819Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-26T07:21:26.819Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T07:21:26.819Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-26T07:21:26.819Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T07:21:26.819Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-26T07:21:26.820Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T07:21:26.820Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-26T07:21:26.820Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:e4b1fc17-b765-4129-8aaf-2309e06d66fa Model Version:NULL Model InvariantUuid:4b498b4d-e8a5-4943-b393-682d8f869065 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-11-26T07:21:26.828Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||INFO|500||Processing Resource Type: PNF, Model UUID: a4ad6f90-4ddc-46bb-8120-b27123924daf Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-26T07:21:26.830Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||INFO|500||test-pnf 0 2022-11-26T07:21:26.830Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: a4ad6f90-4ddc-46bb-8120-b27123924daf 2022-11-26T07:21:26.830Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||DEBUG|500||No resources found for Service: e4b1fc17-b765-4129-8aaf-2309e06d66fa 2022-11-26T07:21:26.831Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: e4b1fc17-b765-4129-8aaf-2309e06d66fa 2022-11-26T07:21:26.831Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 a4ad6f90-4ddc-46bb-8120-b27123924daf ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-26T07:21:26.834Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7755f835, org.onap.sdc.toscaparser.api.parameters.Input@2237443f, org.onap.sdc.toscaparser.api.parameters.Input@7489f193, org.onap.sdc.toscaparser.api.parameters.Input@79442e2c, org.onap.sdc.toscaparser.api.parameters.Input@2188e561] 2022-11-26T07:21:26.835Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T07:21:26.835Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-26T07:21:26.835Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid e4b1fc17-b765-4129-8aaf-2309e06d66fa: test-pnf 2022-11-26T07:21:26.835Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||INFO|500||Processing PNF resource: a4ad6f90-4ddc-46bb-8120-b27123924daf 2022-11-26T07:21:26.835Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-26T07:21:26.835Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-26T07:21:26.835Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||INFO|500||Resource customization UUID: 858ca7fc-761f-4a0f-b811-b6a56822ce9f is the same as notified resource customizationUUID: 858ca7fc-761f-4a0f-b811-b6a56822ce9f Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-11-26T07:21:26.864Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf a4ad6f90-4ddc-46bb-8120-b27123924daf 0 ASDC deployResourceStructure 2022-11-26T07:21:26.864Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-11-26T07:21:26.864Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-11-26T07:21:26.864Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-26T07:21:26.864Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-26T07:21:26.866Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-26T07:21:26.866Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "e5807f56-9984-428e-b381-1f25d2cbe7ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669447286864, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-26T07:21:26.966Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-26T07:21:26.967Z||pool-139-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-26T07:21:26.968Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xh5NKXhRz8XMKhrB) ... 2022-11-26T07:21:26.977Z||pool-139-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T07:21:26.977Z||pool-139-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-11-26T07:21:27.867Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e5807f56-9984-428e-b381-1f25d2cbe7ee Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-26T07:21:27.878Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e5807f56-9984-428e-b381-1f25d2cbe7ee Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-26T07:21:27.880Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-26T07:21:27.881Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-26T07:21:27.881Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-26T07:21:27.881Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-26T07:21:27.881Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-26T07:21:27.881Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-26T07:21:27.884Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-26T07:21:27.884Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-26T07:21:27.890Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-26T07:21:27.891Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-26T07:21:27.895Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-26T07:21:57.896Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e5807f56-9984-428e-b381-1f25d2cbe7ee and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-11-26T07:21:57.902Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e5807f56-9984-428e-b381-1f25d2cbe7ee and serviceModelVersionId: e4b1fc17-b765-4129-8aaf-2309e06d66fa 2022-11-26T07:21:57.903Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4b498b4d-e8a5-4943-b393-682d8f869065 2022-11-26T07:21:57.903Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4b498b4d-e8a5-4943-b393-682d8f869065/model-vers/model-ver/e4b1fc17-b765-4129-8aaf-2309e06d66fa?depth=0 2022-11-26T07:21:57.909Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2022-11-26T07:21:57.948Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4b498b4d-e8a5-4943-b393-682d8f869065/model-vers/model-ver/e4b1fc17-b765-4129-8aaf-2309e06d66fa?depth=0|INFO|500||Invoke 2022-11-26T07:21:57.948Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4b498b4d-e8a5-4943-b393-682d8f869065/model-vers/model-ver/e4b1fc17-b765-4129-8aaf-2309e06d66fa?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4b498b4d-e8a5-4943-b393-682d8f869065/model-vers/model-ver/e4b1fc17-b765-4129-8aaf-2309e06d66fa?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e5807f56-9984-428e-b381-1f25d2cbe7ee], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[557d8793-b434-4c3c-a146-19441b00df54], X-ECOMP-RequestID=[e5807f56-9984-428e-b381-1f25d2cbe7ee], X-TransactionId=[], X-ONAP-RequestID=[e5807f56-9984-428e-b381-1f25d2cbe7ee], Content-Type=[application/merge-patch+json]} 2022-11-26T07:21:57.967Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4b498b4d-e8a5-4943-b393-682d8f869065/model-vers/model-ver/e4b1fc17-b765-4129-8aaf-2309e06d66fa?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-26T07:21:58.068Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4b498b4d-e8a5-4943-b393-682d8f869065/model-vers/model-ver/e4b1fc17-b765-4129-8aaf-2309e06d66fa?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/4b498b4d-e8a5-4943-b393-682d8f869065/model-vers/model-ver/e4b1fc17-b765-4129-8aaf-2309e06d66fa?depth=0 has http status code:200 and response headers:{date=[Sat, 26 Nov 2022 07:21:56 GMT], content-length=[0], vertex-id=[221256], x-aai-txid=[1-aai-resources-221126-07:21:56:386-5401], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2022-11-26T07:21:58.069Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4b498b4d-e8a5-4943-b393-682d8f869065/model-vers/model-ver/e4b1fc17-b765-4129-8aaf-2309e06d66fa?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-11-26T07:21:58.070Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4b498b4d-e8a5-4943-b393-682d8f869065/model-vers/model-ver/e4b1fc17-b765-4129-8aaf-2309e06d66fa?depth=0|INFO|500||InvokeReturn 2022-11-26T07:21:58.071Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-26T07:21:58.071Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-26T07:21:58.879Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-11-26T07:21:58.880Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e5807f56-9984-428e-b381-1f25d2cbe7ee and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-26T07:21:58.881Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-26T07:21:58.882Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-26T07:21:58.889Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-26T07:21:58.889Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "e5807f56-9984-428e-b381-1f25d2cbe7ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669447318881, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-26T07:21:58.988Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-26T07:21:58.990Z||pool-140-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-26T07:21:58.990Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xh5NKXhRz8XMKhrB) ... 2022-11-26T07:21:59.002Z||pool-140-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T07:21:59.003Z||pool-140-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-11-26T07:21:59.902Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T07:21:59.903Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T07:21:59.903Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T07:22:09.452Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T07:22:09.453Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T07:22:09.453Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T07:22:09.453Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T07:22:19.000Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T07:22:19.000Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T07:22:19.001Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T07:22:19.001Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T07:22:22.472Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T07:22:22.473Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T07:22:22.473Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T07:22:22.491Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T07:22:22.492Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:22:22.492Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b1d189f9-63fc-454a-953b-1e919700c9ff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669447219861, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-26T07:22:22.492Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-26T07:22:28.563Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T07:22:28.563Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T07:22:28.564Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T07:22:28.565Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T07:22:38.105Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T07:23:22.470Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T07:23:22.471Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T07:23:22.471Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T07:23:22.472Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T07:23:22.473Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T07:23:22.473Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T07:23:22.498Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T07:23:22.499Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:23:22.500Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcc739c8-a78b-492f-ad8d-e72523561c88", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669447220881, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-26T07:23:22.500Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-26T07:23:22.500Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:23:22.501Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcc739c8-a78b-492f-ad8d-e72523561c88", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669447220881, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-11-26T07:23:22.501Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-26T07:23:22.501Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:23:22.501Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcc739c8-a78b-492f-ad8d-e72523561c88", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669447220881, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-11-26T07:23:22.501Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-26T07:23:22.502Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:23:22.502Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcc739c8-a78b-492f-ad8d-e72523561c88", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669447220881, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-26T07:23:22.502Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-26T07:23:22.502Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:23:22.502Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcc739c8-a78b-492f-ad8d-e72523561c88", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669447220881, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-11-26T07:23:22.502Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-26T07:23:22.502Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:23:22.503Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcc739c8-a78b-492f-ad8d-e72523561c88", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669447220881, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-26T07:23:22.503Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-26T07:23:22.503Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:23:22.503Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcc739c8-a78b-492f-ad8d-e72523561c88", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669447220881, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-26T07:23:22.503Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-26T07:23:22.503Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:23:22.503Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcc739c8-a78b-492f-ad8d-e72523561c88", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669447220881, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-11-26T07:23:22.504Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-26T07:23:22.504Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:23:22.504Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcc739c8-a78b-492f-ad8d-e72523561c88", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669447234822, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-26T07:23:22.504Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-26T07:23:22.504Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:23:22.504Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcc739c8-a78b-492f-ad8d-e72523561c88", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669447237224, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-26T07:23:22.505Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-26T07:23:22.505Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:23:22.505Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcc739c8-a78b-492f-ad8d-e72523561c88", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669447238317, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-11-26T07:23:22.505Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-26T07:23:22.506Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:23:22.506Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcc739c8-a78b-492f-ad8d-e72523561c88", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669447239377, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-11-26T07:23:22.506Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-26T07:23:22.506Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:23:22.506Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcc739c8-a78b-492f-ad8d-e72523561c88", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669447240492, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-11-26T07:23:22.506Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-26T07:23:22.506Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:23:22.507Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcc739c8-a78b-492f-ad8d-e72523561c88", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669447241495, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-11-26T07:23:22.507Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-26T07:23:22.507Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:23:22.507Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcc739c8-a78b-492f-ad8d-e72523561c88", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669447242503, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-11-26T07:23:22.507Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-26T07:23:22.507Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:23:22.507Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcc739c8-a78b-492f-ad8d-e72523561c88", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669447243506, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-26T07:23:22.508Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-26T07:23:22.508Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:23:22.508Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcc739c8-a78b-492f-ad8d-e72523561c88", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669447274735, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-26T07:23:22.508Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-26T07:23:22.508Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:23:22.508Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5807f56-9984-428e-b381-1f25d2cbe7ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669447220881, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-26T07:23:22.509Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-26T07:23:22.509Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:23:22.509Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5807f56-9984-428e-b381-1f25d2cbe7ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669447220881, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-26T07:23:22.509Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-26T07:23:22.509Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:23:22.509Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5807f56-9984-428e-b381-1f25d2cbe7ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669447220881, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-26T07:23:22.510Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-26T07:23:22.510Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:23:22.510Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5807f56-9984-428e-b381-1f25d2cbe7ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669447220881, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-26T07:23:22.510Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-26T07:23:22.510Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:23:22.510Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5807f56-9984-428e-b381-1f25d2cbe7ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669447220881, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-26T07:23:22.510Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-26T07:23:22.511Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:23:22.511Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5807f56-9984-428e-b381-1f25d2cbe7ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669447220881, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-26T07:23:22.511Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-26T07:23:22.511Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-26T07:23:22.511Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5807f56-9984-428e-b381-1f25d2cbe7ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669447220881, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-26T07:23:22.511Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-26T07:23:32.031Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T07:24:22.470Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T07:24:22.471Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T07:24:22.471Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T07:24:22.472Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T07:24:22.473Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T07:24:22.473Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T07:24:22.998Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T07:24:22.998Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-26T07:24:22.998Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5807f56-9984-428e-b381-1f25d2cbe7ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669447220881, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-26T07:24:22.999Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-26T07:24:22.999Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-26T07:24:22.999Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5807f56-9984-428e-b381-1f25d2cbe7ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669447220881, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-26T07:24:22.999Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-26T07:24:23.000Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-26T07:24:23.000Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5807f56-9984-428e-b381-1f25d2cbe7ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669447285031, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-26T07:24:23.000Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-26T07:24:23.000Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-26T07:24:23.000Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5807f56-9984-428e-b381-1f25d2cbe7ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669447286864, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-26T07:24:23.000Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-26T07:24:23.000Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-26T07:24:23.000Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5807f56-9984-428e-b381-1f25d2cbe7ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669447318881, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-26T07:24:23.001Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-26T07:24:32.026Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T07:25:22.470Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T07:25:22.471Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T07:25:22.471Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T07:25:22.472Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T07:25:22.473Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T07:25:22.473Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T07:25:32.020Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T07:25:32.028Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T07:26:22.470Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T07:26:22.471Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T07:26:22.471Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T07:26:22.472Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T07:26:22.472Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T07:26:22.473Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T07:26:32.032Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T07:26:32.033Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T07:27:22.470Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T07:27:22.471Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T07:27:22.471Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T07:27:22.472Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T07:27:22.473Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T07:27:22.473Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T07:27:32.018Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T07:27:32.021Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T07:28:22.470Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T07:28:22.471Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T07:28:22.471Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T07:28:22.473Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T07:28:22.473Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T07:28:22.473Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T07:28:32.025Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T07:28:32.031Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T07:29:22.470Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T07:29:22.471Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T07:29:22.471Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T07:29:22.472Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T07:29:22.473Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T07:29:22.473Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T07:29:32.037Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T07:29:32.046Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T07:30:22.470Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T07:30:22.471Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T07:30:22.472Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T07:30:22.473Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T07:30:22.473Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T07:30:22.474Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T07:30:32.028Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T07:30:32.028Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T07:31:22.470Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T07:31:22.471Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T07:31:22.471Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T07:31:22.472Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T07:31:22.473Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T07:31:22.473Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T07:31:32.031Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T07:31:32.032Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T07:32:22.470Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T07:32:22.470Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T07:32:22.471Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T07:32:22.472Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T07:32:22.473Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T07:32:22.473Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T07:32:32.020Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T07:32:32.023Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T07:33:22.470Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T07:33:22.470Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T07:33:22.471Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T07:33:22.472Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T07:33:22.473Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T07:33:22.473Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T07:33:32.029Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T07:33:32.033Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T07:34:22.470Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T07:34:22.471Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T07:34:22.471Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T07:34:22.472Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T07:34:22.472Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T07:34:22.473Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T07:34:32.037Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T07:34:32.037Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T07:35:22.470Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T07:35:22.471Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T07:35:22.471Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T07:35:22.472Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T07:35:22.475Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T07:35:22.475Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T07:35:32.015Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T07:35:32.015Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T07:36:22.470Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T07:36:22.470Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T07:36:22.471Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T07:36:22.472Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T07:36:22.473Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T07:36:22.473Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T07:36:32.045Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T07:36:32.046Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T07:37:22.470Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T07:37:22.471Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T07:37:22.471Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T07:37:22.472Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T07:37:22.473Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T07:37:22.473Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T07:37:32.018Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T07:37:32.019Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T07:38:22.470Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T07:38:22.470Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T07:38:22.471Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T07:38:22.472Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T07:38:22.473Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T07:38:22.473Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T07:38:32.033Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T07:38:32.033Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T07:39:22.470Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T07:39:22.470Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T07:39:22.470Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T07:39:22.472Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T07:39:22.473Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T07:39:22.473Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T07:39:32.029Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T07:39:32.030Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T07:40:22.470Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T07:40:22.471Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T07:40:22.471Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T07:40:22.472Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T07:40:22.473Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T07:40:22.473Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T07:40:32.038Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T07:40:32.040Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T07:41:22.470Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T07:41:22.471Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T07:41:22.471Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T07:41:22.472Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T07:41:22.473Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T07:41:22.473Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T07:41:32.024Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T07:41:32.030Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T07:42:22.470Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T07:42:22.471Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T07:42:22.471Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T07:42:22.472Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T07:42:22.473Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T07:42:22.473Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T07:42:32.070Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T07:42:32.070Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T07:43:22.470Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T07:43:22.471Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T07:43:22.471Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T07:43:22.473Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T07:43:22.473Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T07:43:22.473Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T07:43:32.026Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T07:43:32.041Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T07:44:22.470Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T07:44:22.470Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T07:44:22.471Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T07:44:22.472Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T07:44:22.473Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T07:44:22.473Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T07:44:32.043Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T07:44:32.043Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T07:45:22.470Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T07:45:22.472Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T07:45:22.472Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T07:45:22.473Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T07:45:22.473Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T07:45:22.473Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T07:45:32.037Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T07:45:32.049Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T07:46:22.470Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T07:46:22.472Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T07:46:22.472Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T07:46:22.473Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T07:46:22.473Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T07:46:22.473Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T07:46:32.037Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T07:46:32.037Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T07:47:22.470Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T07:47:22.471Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T07:47:22.471Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Xh5NKXhRz8XMKhrB) ... 2022-11-26T07:47:22.472Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T07:47:22.473Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T07:47:22.473Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T07:47:32.018Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T07:47:32.021Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T07:48:22.470Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T07:48:22.471Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T07:48:22.471Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Xh5NKXhRz8XMKhrB) ... 2022-11-26T07:48:22.472Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T07:48:22.473Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T07:48:22.473Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T07:48:32.046Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T07:48:32.051Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T07:49:22.470Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T07:49:22.471Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T07:49:22.471Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Xh5NKXhRz8XMKhrB) ... 2022-11-26T07:49:22.472Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T07:49:22.473Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T07:49:22.473Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T07:49:32.035Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T07:49:32.035Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T07:50:22.470Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T07:50:22.471Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T07:50:22.471Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Xh5NKXhRz8XMKhrB) ... 2022-11-26T07:50:22.472Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T07:50:22.473Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T07:50:22.473Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T07:50:32.014Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T07:50:32.027Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T07:51:22.470Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T07:51:22.471Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T07:51:22.471Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Xh5NKXhRz8XMKhrB) ... 2022-11-26T07:51:22.472Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T07:51:22.473Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T07:51:22.473Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T07:51:32.033Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T07:51:32.037Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T07:52:22.470Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T07:52:22.471Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T07:52:22.471Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Xh5NKXhRz8XMKhrB) ... 2022-11-26T07:52:22.472Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T07:52:22.473Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T07:52:22.473Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T07:52:32.034Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T07:52:32.034Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T07:53:22.470Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T07:53:22.471Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T07:53:22.471Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Xh5NKXhRz8XMKhrB) ... 2022-11-26T07:53:22.472Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T07:53:22.472Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T07:53:22.473Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T07:53:32.028Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T07:53:32.049Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T07:54:22.470Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T07:54:22.470Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T07:54:22.470Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Xh5NKXhRz8XMKhrB) ... 2022-11-26T07:54:22.472Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T07:54:22.473Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T07:54:22.473Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T07:54:32.028Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T07:54:32.031Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T07:55:22.470Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T07:55:22.470Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T07:55:22.471Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Xh5NKXhRz8XMKhrB) ... 2022-11-26T07:55:22.472Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T07:55:22.473Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T07:55:22.473Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T07:55:32.032Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T07:55:32.034Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T07:56:22.470Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T07:56:22.471Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T07:56:22.471Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Xh5NKXhRz8XMKhrB) ... 2022-11-26T07:56:22.472Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T07:56:22.473Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T07:56:22.473Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T07:56:32.014Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T07:56:32.022Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T07:57:22.470Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T07:57:22.471Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T07:57:22.471Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Xh5NKXhRz8XMKhrB) ... 2022-11-26T07:57:22.472Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T07:57:22.472Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T07:57:22.473Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T07:57:32.038Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T07:57:32.045Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T07:58:22.470Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T07:58:22.471Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T07:58:22.471Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Xh5NKXhRz8XMKhrB) ... 2022-11-26T07:58:22.472Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T07:58:22.473Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T07:58:22.473Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T07:58:32.043Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T07:58:32.045Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T07:59:22.470Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T07:59:22.471Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T07:59:22.471Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T07:59:22.472Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T07:59:22.473Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T07:59:22.473Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T07:59:32.033Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T07:59:32.033Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T08:00:22.470Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T08:00:22.471Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T08:00:22.471Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T08:00:22.472Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T08:00:22.473Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T08:00:22.473Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T08:00:32.033Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T08:00:32.033Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T08:01:22.470Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T08:01:22.471Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T08:01:22.471Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T08:01:22.472Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T08:01:22.473Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T08:01:22.473Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T08:01:32.018Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T08:01:32.018Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T08:02:22.470Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T08:02:22.471Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T08:02:22.471Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T08:02:22.472Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T08:02:22.473Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T08:02:22.473Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T08:02:32.021Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T08:02:32.038Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T08:03:22.470Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T08:03:22.471Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T08:03:22.472Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T08:03:22.473Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T08:03:22.474Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T08:03:22.474Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T08:03:32.024Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T08:03:32.049Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T08:04:22.470Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T08:04:22.471Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T08:04:22.471Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T08:04:22.472Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T08:04:22.472Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T08:04:22.473Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T08:04:32.027Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T08:04:32.029Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T08:05:22.470Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T08:05:22.471Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T08:05:22.471Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T08:05:22.472Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T08:05:22.473Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T08:05:22.473Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T08:05:32.020Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T08:05:32.024Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T08:06:22.470Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T08:06:22.470Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T08:06:22.471Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T08:06:22.472Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T08:06:22.473Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T08:06:22.473Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T08:06:32.023Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T08:06:32.025Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T08:07:22.470Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T08:07:22.471Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T08:07:22.471Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T08:07:22.472Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T08:07:22.473Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T08:07:22.473Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T08:07:32.033Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T08:07:32.034Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T08:08:22.470Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T08:08:22.471Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T08:08:22.471Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T08:08:22.472Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T08:08:22.473Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T08:08:22.473Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T08:08:32.026Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T08:08:32.026Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T08:09:22.470Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T08:09:22.471Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T08:09:22.471Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T08:09:22.472Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T08:09:22.473Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T08:09:22.473Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T08:09:32.040Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T08:09:32.041Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T08:10:22.470Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T08:10:22.471Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T08:10:22.471Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T08:10:22.472Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T08:10:22.473Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T08:10:22.473Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T08:10:32.021Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T08:10:32.022Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T08:11:22.470Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T08:11:22.471Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T08:11:22.471Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T08:11:22.472Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T08:11:22.473Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T08:11:22.473Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T08:11:32.055Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T08:11:32.055Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T08:12:22.470Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T08:12:22.471Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T08:12:22.471Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T08:12:22.472Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T08:12:22.473Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T08:12:22.473Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T08:12:32.020Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T08:12:32.024Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T08:13:22.470Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T08:13:22.471Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T08:13:22.471Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T08:13:22.472Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T08:13:22.473Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T08:13:22.473Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T08:13:32.018Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T08:13:32.018Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T08:14:22.470Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T08:14:22.471Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T08:14:22.471Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T08:14:22.472Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T08:14:22.473Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T08:14:22.473Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T08:14:32.023Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T08:14:32.023Z|ec074a50-75e7-44ec-b15b-87a1f6d27362|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T08:15:22.470Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T08:15:22.470Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T08:15:22.471Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T08:15:22.472Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T08:15:22.473Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T08:15:22.473Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T08:15:32.021Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T08:15:32.021Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T08:16:22.470Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T08:16:22.471Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T08:16:22.471Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T08:16:22.472Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T08:16:22.473Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T08:16:22.473Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T08:16:32.028Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T08:16:32.028Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T08:17:22.470Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T08:17:22.471Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T08:17:22.471Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T08:17:22.472Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T08:17:22.472Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T08:17:22.473Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T08:17:32.020Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T08:17:32.024Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T08:18:22.470Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T08:18:22.471Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T08:18:22.471Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T08:18:22.472Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T08:18:22.473Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T08:18:22.473Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T08:18:32.025Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T08:18:32.025Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T08:19:22.470Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T08:19:22.471Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T08:19:22.471Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T08:19:22.472Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T08:19:22.473Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T08:19:22.473Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T08:19:32.015Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T08:19:32.022Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T08:20:22.470Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T08:20:22.471Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T08:20:22.471Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T08:20:22.472Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T08:20:22.473Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T08:20:22.473Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T08:20:32.040Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T08:20:32.057Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T08:21:22.470Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T08:21:22.471Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T08:21:22.471Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T08:21:22.473Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T08:21:22.473Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T08:21:22.473Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T08:21:32.026Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T08:21:32.028Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T08:22:22.470Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T08:22:22.471Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T08:22:22.471Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T08:22:22.472Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T08:22:22.473Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T08:22:22.473Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T08:22:32.024Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T08:22:32.026Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T08:23:22.470Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T08:23:22.471Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T08:23:22.471Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Xh5NKXhRz8XMKhrB) ... 2022-11-26T08:23:22.473Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T08:23:22.473Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T08:23:22.474Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T08:23:32.045Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T08:23:32.045Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T08:24:22.470Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T08:24:22.471Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T08:24:22.471Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Xh5NKXhRz8XMKhrB) ... 2022-11-26T08:24:22.472Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T08:24:22.473Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T08:24:22.473Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T08:24:32.030Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T08:24:32.085Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T08:25:22.470Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T08:25:22.471Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T08:25:22.471Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Xh5NKXhRz8XMKhrB) ... 2022-11-26T08:25:22.472Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T08:25:22.473Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T08:25:22.473Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T08:25:32.017Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T08:25:32.017Z|e5807f56-9984-428e-b381-1f25d2cbe7ee|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T08:26:22.470Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T08:26:22.471Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T08:26:22.471Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Xh5NKXhRz8XMKhrB) ... 2022-11-26T08:26:22.472Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-26T08:26:22.472Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-26T08:26:22.473Z||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 Xh5NKXhRz8XMKhrB) ... 2022-11-26T08:26:32.049Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-26T08:26:32.054Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK