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-12-08T03:16:02.583Z||main|||||INFO|500||The following profiles are active: basic 2022-12-08T03:16:14.748Z||main|||||INFO|500||Starting service [Tomcat] 2022-12-08T03:16:14.749Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2022-12-08T03:16:14.873Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2022-12-08T03:16:19.494Z||main|||||INFO|500||catdb-pool - Starting... 2022-12-08T03:16:19.991Z||main|||||INFO|500||catdb-pool - Start completed. 2022-12-08T03:16:20.529Z||main|||||INFO|500||reqdb-pool - Starting... 2022-12-08T03:16:20.665Z||main|||||INFO|500||reqdb-pool - Start completed. 2022-12-08T03:16:20.856Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2022-12-08T03:16:21.147Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2022-12-08T03:16:21.817Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2022-12-08T03:16:23.977Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-12-08T03:16:26.501Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-12-08T03:16:26.580Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2022-12-08T03:16:27.248Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-12-08T03:16:27.571Z||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-12-08T03:16:29.103Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-12-08T03:16:30.244Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2022-12-08T03:16:30.271Z||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-12-08T03:16:30.272Z||main|||||WARN|500||The sdc end point is not alive 2022-12-08T03:16:33.429Z||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-12-08T03:16:36.426Z||main|||||WARN|500||--- 2022-12-08T03:16:36.427Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2022-12-08T03:16:36.427Z||main|||||WARN|500||--- 2022-12-08T03:16:36.965Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2022-12-08T03:16:42.089Z||main|||||INFO|500||Started Application in 42.767 seconds (JVM running for 44.837) 2022-12-08T03:16:42.105Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-12-08T03:16:42.107Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-12-08T03:16:42.119Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-12-08T03:16:42.151Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-12-08T03:16:42.200Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 1fef6669-5ced-45e1-8b77-fce8931b95c5 url= /sdc/v1/artifactTypes 2022-12-08T03:16:42.200Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-12-08T03:16:42.518Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2022-12-08T03:16:42.552Z||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-12-08T03:16:42.604Z||scheduling-1|||||DEBUG|500||create keys 2022-12-08T03:16:42.613Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2022-12-08T03:16:42.729Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T03:16:42.749Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 39f3081f-697c-40fb-821f-3df2f4f3f686 url= /sdc/v1/registerForDistribution 2022-12-08T03:16:42.971Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 39f3081f-697c-40fb-821f-3df2f4f3f686 url= /sdc/v1/registerForDistribution 2022-12-08T03:16:42.972Z||scheduling-1|||||INFO|500||start DistributionClient 2022-12-08T03:16:42.982Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T03:16:42.983Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T03:16:42.993Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2022-12-08T03:16:42.996Z||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-12-08T03:16:42.996Z||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-12-08T03:16:42.996Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T03:16:42.997Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T03:16:53.597Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T03:16:53.637Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T03:17:42.980Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T03:17:42.981Z||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-12-08T03:17:42.982Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T03:17:42.983Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T03:17:42.984Z||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-12-08T03:17:42.984Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T03:17:52.603Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T03:17:52.620Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T03:18:42.980Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T03:18:42.981Z||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-12-08T03:18:42.981Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T03:18:42.984Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T03:18:42.984Z||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-12-08T03:18:42.985Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T03:18:52.587Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T03:18:52.588Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T03:19:42.980Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T03:19:42.982Z||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-12-08T03:19:42.983Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T03:19:42.983Z||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-12-08T03:19:42.983Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T03:19:42.982Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T03:19:52.560Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T03:19:52.567Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T03:20:42.980Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T03:20:42.981Z||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-12-08T03:20:42.981Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T03:20:42.982Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T03:20:42.986Z||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-12-08T03:20:42.986Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T03:20:52.569Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T03:20:52.579Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T03:21:42.980Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T03:21:42.981Z||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-12-08T03:21:42.981Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T03:21:42.983Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T03:21:42.984Z||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-12-08T03:21:42.984Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T03:21:52.545Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T03:21:52.546Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T03:22:42.981Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T03:22:42.983Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T03:22:42.984Z||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-12-08T03:22:42.985Z||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-12-08T03:22:42.985Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T03:22:42.985Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T03:22:52.559Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T03:22:52.559Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T03:23:42.981Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T03:23:42.983Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T03:23:42.984Z||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-12-08T03:23:42.984Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T03:23:42.992Z||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-12-08T03:23:42.992Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T03:23:52.542Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T03:23:52.553Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T03:24:42.983Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T03:24:42.984Z||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-12-08T03:24:42.984Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T03:24:42.988Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T03:24:42.989Z||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-12-08T03:24:42.989Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T03:24:52.551Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T03:24:52.553Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T03:25:42.980Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T03:25:42.981Z||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-12-08T03:25:42.981Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T03:25:42.983Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T03:25:42.983Z||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-12-08T03:25:42.983Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T03:25:52.561Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T03:25:52.564Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T03:26:11.514Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2022-12-08T03:26:42.980Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T03:26:42.981Z||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-12-08T03:26:42.981Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T03:26:42.983Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T03:26:42.983Z||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-12-08T03:26:42.984Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T03:26:52.545Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T03:26:52.549Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T03:27:42.979Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T03:27:42.981Z||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-12-08T03:27:42.981Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T03:27:42.982Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T03:27:42.983Z||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-12-08T03:27:42.983Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T03:27:52.543Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T03:27:52.548Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T03:28:42.982Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T03:28:42.983Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T03:28:42.983Z||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-12-08T03:28:42.983Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T03:28:42.983Z||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-12-08T03:28:42.983Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T03:28:52.535Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T03:28:52.562Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T03:29:42.980Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T03:29:42.980Z||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-12-08T03:29:42.981Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T03:29:42.983Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T03:29:42.984Z||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-12-08T03:29:42.984Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T03:29:52.535Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T03:29:52.550Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T03:30:42.981Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T03:30:42.982Z||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-12-08T03:30:42.982Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T03:30:42.983Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T03:30:42.983Z||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-12-08T03:30:42.983Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T03:30:52.558Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T03:30:52.559Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T03:31:42.980Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T03:31:42.981Z||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-12-08T03:31:42.981Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T03:31:42.982Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T03:31:42.983Z||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-12-08T03:31:42.983Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T03:31:52.544Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T03:31:52.544Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T03:32:42.980Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T03:32:42.981Z||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-12-08T03:32:42.981Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T03:32:42.983Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T03:32:42.983Z||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-12-08T03:32:42.983Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T03:32:52.557Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T03:32:52.557Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T03:33:42.979Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T03:33:42.980Z||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-12-08T03:33:42.981Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T03:33:42.983Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T03:33:42.983Z||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-12-08T03:33:42.983Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T03:33:52.552Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T03:33:52.555Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T03:34:42.980Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T03:34:42.981Z||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-12-08T03:34:42.981Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T03:34:42.983Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T03:34:42.983Z||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-12-08T03:34:42.984Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T03:34:52.568Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T03:34:52.568Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T03:35:42.980Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T03:35:42.981Z||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-12-08T03:35:42.981Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T03:35:42.982Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T03:35:42.983Z||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-12-08T03:35:42.983Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T03:35:52.577Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T03:35:52.579Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T03:36:42.980Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T03:36:42.981Z||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-12-08T03:36:42.982Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T03:36:42.983Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T03:36:42.983Z||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-12-08T03:36:42.983Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T03:36:52.544Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T03:36:52.546Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T03:37:42.980Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T03:37:42.983Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T03:37:42.983Z||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-12-08T03:37:42.983Z||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-12-08T03:37:42.984Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T03:37:42.986Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T03:37:52.543Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T03:37:52.562Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T03:38:42.979Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T03:38:42.981Z||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-12-08T03:38:42.981Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T03:38:42.982Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T03:38:42.983Z||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-12-08T03:38:42.983Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T03:38:52.550Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T03:38:52.551Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T03:39:42.980Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T03:39:42.981Z||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-12-08T03:39:42.981Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T03:39:42.983Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T03:39:42.983Z||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-12-08T03:39:42.983Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T03:39:52.568Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T03:39:52.572Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T03:40:42.980Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T03:40:42.980Z||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-12-08T03:40:42.981Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T03:40:42.982Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T03:40:42.983Z||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-12-08T03:40:42.983Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T03:40:52.559Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T03:40:52.565Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T03:41:42.980Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T03:41:42.981Z||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-12-08T03:41:42.981Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T03:41:42.983Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T03:41:42.983Z||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-12-08T03:41:42.983Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T03:41:52.529Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T03:41:52.558Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T03:42:42.980Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T03:42:42.981Z||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-12-08T03:42:42.981Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T03:42:42.983Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T03:42:42.984Z||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-12-08T03:42:42.984Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T03:42:52.546Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T03:42:52.550Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T03:43:42.980Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T03:43:42.980Z||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-12-08T03:43:42.981Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T03:43:42.982Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T03:43:42.983Z||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-12-08T03:43:42.983Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T03:43:52.565Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T03:43:52.573Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T03:44:42.980Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T03:44:42.981Z||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-12-08T03:44:42.981Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T03:44:42.982Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T03:44:42.983Z||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-12-08T03:44:42.983Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T03:44:52.528Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T03:44:52.562Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T03:45:42.980Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T03:45:42.981Z||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-12-08T03:45:42.981Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T03:45:42.983Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T03:45:42.983Z||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-12-08T03:45:42.983Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T03:45:52.552Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T03:45:52.554Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T03:46:42.980Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T03:46:42.981Z||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-12-08T03:46:42.981Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T03:46:42.983Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T03:46:42.983Z||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-12-08T03:46:42.984Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T03:46:52.527Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T03:46:52.536Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T03:47:42.980Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T03:47:42.981Z||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-12-08T03:47:42.981Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T03:47:42.982Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T03:47:42.983Z||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-12-08T03:47:42.983Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T03:47:52.534Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T03:47:52.536Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T03:48:42.979Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T03:48:42.980Z||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-12-08T03:48:42.980Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T03:48:42.982Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T03:48:42.983Z||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-12-08T03:48:42.983Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T03:48:52.533Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T03:48:52.534Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T03:49:42.980Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T03:49:42.981Z||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-12-08T03:49:42.981Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T03:49:42.983Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T03:49:42.983Z||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-12-08T03:49:42.984Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T03:49:52.550Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T03:49:52.552Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T03:50:42.980Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T03:50:42.981Z||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-12-08T03:50:42.981Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T03:50:42.982Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T03:50:42.983Z||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-12-08T03:50:42.983Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T03:50:52.536Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T03:50:52.538Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T03:51:42.980Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T03:51:42.981Z||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-12-08T03:51:42.981Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T03:51:42.983Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T03:51:42.983Z||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-12-08T03:51:42.983Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T03:51:52.548Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T03:51:52.563Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T03:52:42.980Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T03:52:42.982Z||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-12-08T03:52:42.983Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T03:52:42.983Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T03:52:42.984Z||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-12-08T03:52:42.984Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T03:52:52.567Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T03:52:52.582Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T03:53:42.980Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T03:53:42.981Z||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-12-08T03:53:42.982Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T03:53:42.984Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T03:53:42.984Z||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-12-08T03:53:42.985Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T03:53:52.543Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T03:53:52.544Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T03:54:42.980Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T03:54:42.981Z||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-12-08T03:54:42.981Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T03:54:42.983Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T03:54:42.983Z||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-12-08T03:54:42.984Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T03:54:52.551Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T03:54:52.554Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T03:55:42.982Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T03:55:42.983Z||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-12-08T03:55:42.983Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T03:55:42.983Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T03:55:42.984Z||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-12-08T03:55:42.984Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T03:55:52.547Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T03:55:52.547Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T03:56:42.980Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T03:56:42.980Z||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-12-08T03:56:42.981Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T03:56:42.983Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T03:56:42.984Z||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-12-08T03:56:42.984Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T03:56:52.548Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T03:56:52.573Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T03:57:42.979Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T03:57:42.981Z||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-12-08T03:57:42.981Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T03:57:42.983Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T03:57:42.984Z||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-12-08T03:57:42.984Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T03:57:52.540Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T03:57:52.540Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T03:58:42.979Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T03:58:42.980Z||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-12-08T03:58:42.980Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T03:58:42.983Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T03:58:42.983Z||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-12-08T03:58:42.984Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T03:58:52.543Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T03:58:52.560Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T03:59:42.980Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T03:59:42.980Z||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-12-08T03:59:42.981Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T03:59:42.983Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T03:59:42.983Z||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-12-08T03:59:42.983Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T03:59:52.546Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T03:59:52.547Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:00:42.979Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T04:00:42.982Z||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-12-08T04:00:42.982Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T04:00:42.983Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T04:00:42.983Z||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-12-08T04:00:42.983Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T04:00:52.539Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:00:52.541Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:01:42.980Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T04:01:42.981Z||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-12-08T04:01:42.981Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T04:01:42.983Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T04:01:42.983Z||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-12-08T04:01:42.984Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T04:01:52.547Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:01:52.547Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:02:42.979Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T04:02:42.980Z||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-12-08T04:02:42.980Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T04:02:42.982Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T04:02:42.983Z||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-12-08T04:02:42.983Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T04:02:52.528Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:02:52.539Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:03:42.980Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T04:03:42.981Z||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-12-08T04:03:42.981Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T04:03:42.983Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T04:03:42.984Z||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-12-08T04:03:42.984Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T04:03:52.550Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:03:52.554Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:04:42.979Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T04:04:42.982Z||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-12-08T04:04:42.982Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T04:04:42.983Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T04:04:42.983Z||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-12-08T04:04:42.983Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T04:04:52.540Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:04:52.540Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:05:42.980Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T04:05:42.981Z||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-12-08T04:05:42.981Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T04:05:42.983Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T04:05:42.984Z||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-12-08T04:05:42.984Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T04:05:52.550Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:05:52.555Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:06:42.979Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T04:06:42.980Z||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-12-08T04:06:42.981Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T04:06:42.983Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T04:06:42.983Z||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-12-08T04:06:42.983Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T04:06:52.543Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:06:52.550Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:07:42.980Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T04:07:42.981Z||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-12-08T04:07:42.981Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T04:07:42.982Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T04:07:42.983Z||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-12-08T04:07:42.983Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T04:07:52.534Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:07:52.536Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:08:42.980Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T04:08:42.981Z||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-12-08T04:08:42.981Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T04:08:42.983Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T04:08:42.983Z||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-12-08T04:08:42.984Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T04:08:52.548Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:08:52.549Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:09:42.980Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T04:09:42.982Z||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-12-08T04:09:42.982Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T04:09:42.983Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T04:09:42.983Z||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-12-08T04:09:42.983Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T04:09:52.582Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:09:52.597Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:10:42.980Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T04:10:42.981Z||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-12-08T04:10:42.981Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T04:10:42.984Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T04:10:42.985Z||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-12-08T04:10:42.985Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T04:10:52.537Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:10:52.537Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:11:42.979Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T04:11:42.981Z||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-12-08T04:11:42.981Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T04:11:42.982Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T04:11:42.983Z||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-12-08T04:11:42.983Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T04:11:52.535Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:11:52.537Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:12:42.979Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T04:12:42.981Z||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-12-08T04:12:42.981Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T04:12:42.983Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T04:12:42.984Z||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-12-08T04:12:42.985Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T04:12:52.545Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:12:52.564Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:13:42.980Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T04:13:42.981Z||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-12-08T04:13:42.981Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T04:13:42.982Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T04:13:42.983Z||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-12-08T04:13:42.983Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T04:13:52.562Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:13:52.564Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:14:42.980Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T04:14:42.981Z||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-12-08T04:14:42.981Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T04:14:42.983Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T04:14:42.983Z||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-12-08T04:14:42.983Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T04:14:43.619Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:14:43.621Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T04:14:43.621Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "acbf996b-8c3e-424a-be2e-b8d205873304", "consumerID": "multicloud-k8s-id", "timestamp": 1670472877802, "artifactURL": "/sdc/v1/catalog/services/Vfw20221208041338/1.0/resourceInstances/vfw6ccaf3de01430/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-08T04:14:43.623Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:14:43.627Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-08T04:14:43.627Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"acbf996b-8c3e-424a-be2e-b8d205873304","serviceName":"vFW 2022-12-08 04-13-38","serviceVersion":"1.0","serviceUUID":"e78a03a1-671c-40d4-a599-ea746666b013","serviceDescription":"catalog service description","serviceInvariantUUID":"b997d3a5-7702-4b60-8461-9a737180b927","resources":[{"resourceInstanceName":"vFW 6ccaf3de-0143 0","resourceName":"vFW 6ccaf3de-0143","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"69c178be-266a-4885-a4ea-0f693e2a0950","resourceInvariantUUID":"b17d827f-eeeb-481d-940d-80d972f6e501","resourceCustomizationUUID":"1c5c98b6-6036-44e8-afc1-b487fe50fcd8","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221208041338/1.0/resourceInstances/vfw6ccaf3de01430/artifacts/vf-license-model.xml","artifactChecksum":"MDUxODlhYjE5MGZjYTU4YjQ4NGI1NGM1MGY0ZDEwODc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2a30e4d1-b66d-4828-b242-843794e0411f","artifactVersion":"1"},{"artifactName":"vfw6ccaf3de01430_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20221208041338/1.0/resourceInstances/vfw6ccaf3de01430/artifacts/vfw6ccaf3de01430_modules.json","artifactChecksum":"ODJkYjZhZDQzYWU5ODgyMGFkZDYzYjM0NTczZjNiMDA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b62dbca1-8024-43bc-a279-266c6635c6bd","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20221208041338/1.0/resourceInstances/vfw6ccaf3de01430/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"b73d86d4-e200-425b-8e9a-6bac13d485bb","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221208041338/1.0/resourceInstances/vfw6ccaf3de01430/artifacts/vendor-license-model.xml","artifactChecksum":"NzdhZTdkNDdlNzcxZDA5Zjk1NjAzMTQzYTVjZGZjYzU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"94f822f1-d48f-47cb-bf43-191b2f50b1a9","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20221208041338/1.0/resourceInstances/vfw6ccaf3de01430/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"81aa8995-51ac-4f25-8a5b-dce10d5afac2","artifactVersion":"2","generatedFromUUID":"b73d86d4-e200-425b-8e9a-6bac13d485bb"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20221208041338-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20221208041338/1.0/artifacts/service-Vfw20221208041338-template.yml","artifactChecksum":"ODEzMDkyODNlZGQ1ZjJhZGIyZGJjYmQ3ZDcwYzk5MWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e351af0a-e44f-41ad-8e1e-e7def3bcecb4","artifactVersion":"1"},{"artifactName":"service-Vfw20221208041338-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20221208041338/1.0/artifacts/service-Vfw20221208041338-csar.csar","artifactChecksum":"ZjQyYzE4MDc4Y2Y3Zjk2NDhiMzU2ZjUzY2EwZjMwNjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b39ad83e-d4a6-4833-beb2-00104e8af580","artifactVersion":"1"}],"workloadContext":"Production"} 2022-12-08T04:14:43.639Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-08T04:14:43.645Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-12-08T04:14:43.650Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T04:14:43.650Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T04:14:43.650Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "acbf996b-8c3e-424a-be2e-b8d205873304", "consumerID": "multicloud-k8s-id", "timestamp": 1670472877802, "artifactURL": "/sdc/v1/catalog/services/Vfw20221208041338/1.0/resourceInstances/vfw6ccaf3de01430/artifacts/vfw6ccaf3de01430_modules.json", "status": "NOTIFIED" } 2022-12-08T04:14:43.650Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T04:14:43.664Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-08T04:14:43.664Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "acbf996b-8c3e-424a-be2e-b8d205873304", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670472882979, "artifactURL": "/sdc/v1/catalog/services/Vfw20221208041338/1.0/resourceInstances/vfw6ccaf3de01430/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-08T04:14:43.764Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms 2022-12-08T04:14:43.768Z||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-12-08T04:14:43.768Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nDhLkQT76ckaq9yo) ... 2022-12-08T04:14:43.781Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:14:43.781Z||pool-3-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-12-08T04:14:44.671Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-08T04:14:44.672Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-12-08T04:14:44.674Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-08T04:14:44.674Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "acbf996b-8c3e-424a-be2e-b8d205873304", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670472882979, "artifactURL": "/sdc/v1/catalog/services/Vfw20221208041338/1.0/resourceInstances/vfw6ccaf3de01430/artifacts/vfw6ccaf3de01430_modules.json", "status": "NOTIFIED" } 2022-12-08T04:14:44.775Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-08T04:14:44.776Z||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-12-08T04:14:44.776Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nDhLkQT76ckaq9yo) ... 2022-12-08T04:14:44.789Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:14:44.790Z||pool-4-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-12-08T04:14:45.675Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-08T04:14:45.676Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-12-08T04:14:45.678Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-08T04:14:45.678Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "acbf996b-8c3e-424a-be2e-b8d205873304", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670472882979, "artifactURL": "/sdc/v1/catalog/services/Vfw20221208041338/1.0/resourceInstances/vfw6ccaf3de01430/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-12-08T04:14:45.779Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-12-08T04:14:45.780Z||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-12-08T04:14:45.780Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nDhLkQT76ckaq9yo) ... 2022-12-08T04:14:45.790Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:14:45.790Z||pool-5-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-12-08T04:14:46.679Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-08T04:14:46.680Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-12-08T04:14:46.682Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-08T04:14:46.682Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "acbf996b-8c3e-424a-be2e-b8d205873304", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670472882979, "artifactURL": "/sdc/v1/catalog/services/Vfw20221208041338/1.0/resourceInstances/vfw6ccaf3de01430/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-08T04:14:46.782Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-08T04:14:46.783Z||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-12-08T04:14:46.783Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nDhLkQT76ckaq9yo) ... 2022-12-08T04:14:46.794Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:14:46.794Z||pool-6-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-12-08T04:14:47.682Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-08T04:14:47.683Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-12-08T04:14:47.685Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-08T04:14:47.685Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "acbf996b-8c3e-424a-be2e-b8d205873304", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670472882979, "artifactURL": "/sdc/v1/catalog/services/Vfw20221208041338/1.0/resourceInstances/vfw6ccaf3de01430/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-12-08T04:14:47.785Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-08T04:14:47.786Z||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-12-08T04:14:47.786Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nDhLkQT76ckaq9yo) ... 2022-12-08T04:14:47.798Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:14:47.798Z||pool-7-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-12-08T04:14:48.686Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-08T04:14:48.688Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-12-08T04:14:48.690Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-08T04:14:48.691Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "acbf996b-8c3e-424a-be2e-b8d205873304", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670472882979, "artifactURL": "/sdc/v1/catalog/services/Vfw20221208041338/1.0/artifacts/service-Vfw20221208041338-template.yml", "status": "NOT_NOTIFIED" } 2022-12-08T04:14:48.791Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-08T04:14:48.792Z||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-12-08T04:14:48.792Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nDhLkQT76ckaq9yo) ... 2022-12-08T04:14:48.803Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:14:48.803Z||pool-8-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-12-08T04:14:49.691Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-08T04:14:49.692Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-12-08T04:14:49.694Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-08T04:14:49.695Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "acbf996b-8c3e-424a-be2e-b8d205873304", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670472882979, "artifactURL": "/sdc/v1/catalog/services/Vfw20221208041338/1.0/artifacts/service-Vfw20221208041338-csar.csar", "status": "NOTIFIED" } 2022-12-08T04:14:49.795Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-08T04:14:49.796Z||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-12-08T04:14:49.796Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nDhLkQT76ckaq9yo) ... 2022-12-08T04:14:49.818Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:14:49.819Z||pool-9-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-12-08T04:14:50.697Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "acbf996b-8c3e-424a-be2e-b8d205873304", "serviceName": "vFW 2022-12-08 04-13-38", "serviceVersion": "1.0", "serviceUUID": "e78a03a1-671c-40d4-a599-ea746666b013", "serviceDescription": "catalog service description", "serviceInvariantUUID": "b997d3a5-7702-4b60-8461-9a737180b927", "resources": [ { "resourceInstanceName": "vFW 6ccaf3de-0143 0", "resourceCustomizationUUID": "1c5c98b6-6036-44e8-afc1-b487fe50fcd8", "resourceName": "vFW 6ccaf3de-0143", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "69c178be-266a-4885-a4ea-0f693e2a0950", "resourceInvariantUUID": "b17d827f-eeeb-481d-940d-80d972f6e501", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw6ccaf3de01430_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20221208041338/1.0/resourceInstances/vfw6ccaf3de01430/artifacts/vfw6ccaf3de01430_modules.json", "artifactChecksum": "ODJkYjZhZDQzYWU5ODgyMGFkZDYzYjM0NTczZjNiMDA\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b62dbca1-8024-43bc-a279-266c6635c6bd", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20221208041338/1.0/resourceInstances/vfw6ccaf3de01430/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "b73d86d4-e200-425b-8e9a-6bac13d485bb", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20221208041338/1.0/resourceInstances/vfw6ccaf3de01430/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "81aa8995-51ac-4f25-8a5b-dce10d5afac2", "generatedFromUUID": "b73d86d4-e200-425b-8e9a-6bac13d485bb" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20221208041338/1.0/resourceInstances/vfw6ccaf3de01430/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "81aa8995-51ac-4f25-8a5b-dce10d5afac2", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20221208041338-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20221208041338/1.0/artifacts/service-Vfw20221208041338-csar.csar", "artifactChecksum": "ZjQyYzE4MDc4Y2Y3Zjk2NDhiMzU2ZjUzY2EwZjMwNjE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b39ad83e-d4a6-4833-beb2-00104e8af580" } ], "workloadContext": "Production" } 2022-12-08T04:14:50.698Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-12-08T04:14:50.698Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e78a03a1-671c-40d4-a599-ea746666b013 ASDC 2022-12-08T04:14:50.847Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:acbf996b-8c3e-424a-be2e-b8d205873304 ServiceName:vFW 2022-12-08 04-13-38 ServiceVersion:1.0 ServiceUUID:e78a03a1-671c-40d4-a599-ea746666b013 ServiceInvariantUUID:b997d3a5-7702-4b60-8461-9a737180b927 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20221208041338-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20221208041338/1.0/artifacts/service-Vfw20221208041338-csar.csar ArtifactUUID:b39ad83e-d4a6-4833-beb2-00104e8af580 ArtifactChecksum:ZjQyYzE4MDc4Y2Y3Zjk2NDhiMzU2ZjUzY2EwZjMwNjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 6ccaf3de-0143 0 ResourceCustomizationUUID:1c5c98b6-6036-44e8-afc1-b487fe50fcd8 ResourceInvariantUUID:b17d827f-eeeb-481d-940d-80d972f6e501 ResourceName:vFW 6ccaf3de-0143 ResourceType:VF ResourceUUID:69c178be-266a-4885-a4ea-0f693e2a0950 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw6ccaf3de01430_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20221208041338/1.0/resourceInstances/vfw6ccaf3de01430/artifacts/vfw6ccaf3de01430_modules.json ArtifactUUID:b62dbca1-8024-43bc-a279-266c6635c6bd ArtifactChecksum:ODJkYjZhZDQzYWU5ODgyMGFkZDYzYjM0NTczZjNiMDA= 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/Vfw20221208041338/1.0/resourceInstances/vfw6ccaf3de01430/artifacts/base_vfw.yaml ArtifactUUID:b73d86d4-e200-425b-8e9a-6bac13d485bb 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/Vfw20221208041338/1.0/resourceInstances/vfw6ccaf3de01430/artifacts/base_vfw.env ArtifactUUID:81aa8995-51ac-4f25-8a5b-dce10d5afac2 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/Vfw20221208041338/1.0/resourceInstances/vfw6ccaf3de01430/artifacts/base_vfw.env ArtifactUUID:81aa8995-51ac-4f25-8a5b-dce10d5afac2 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-12-08T04:14:50.847Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e78a03a1-671c-40d4-a599-ea746666b013 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-12-08T04:14:51.093Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-12-08T04:14:51.094Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-12-08T04:14:51.097Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-12-08T04:14:51.097Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: b39ad83e-d4a6-4833-beb2-00104e8af580 from URL: /sdc/v1/catalog/services/Vfw20221208041338/1.0/artifacts/service-Vfw20221208041338-csar.csar 2022-12-08T04:14:51.098Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-12-08T04:14:51.100Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221208041338/1.0/artifacts/service-Vfw20221208041338-csar.csar 2022-12-08T04:14:51.218Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-12-08T04:14:51.239Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221208041338/1.0/artifacts/service-Vfw20221208041338-csar.csar b39ad83e-d4a6-4833-beb2-00104e8af580 100688 2022-12-08T04:14:51.241Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221208041338/1.0/artifacts/service-Vfw20221208041338-csar.csar ASDC sendASDCNotification 2022-12-08T04:14:51.242Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221208041338/1.0/artifacts/service-Vfw20221208041338-csar.csar 2022-12-08T04:14:51.243Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-08T04:14:51.244Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-12-08T04:14:51.246Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-08T04:14:51.247Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "acbf996b-8c3e-424a-be2e-b8d205873304", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670472891240, "artifactURL": "/sdc/v1/catalog/services/Vfw20221208041338/1.0/artifacts/service-Vfw20221208041338-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-08T04:14:51.347Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-08T04:14:51.348Z||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-12-08T04:14:51.348Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nDhLkQT76ckaq9yo) ... 2022-12-08T04:14:51.359Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:14:51.360Z||pool-10-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-12-08T04:14:52.247Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-12-08T04:14:52.249Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-12-08T04:14:52.249Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: b39ad83e-d4a6-4833-beb2-00104e8af580, URL: /sdc/v1/catalog/services/Vfw20221208041338/1.0/artifacts/service-Vfw20221208041338-csar.csar to file: /app/ASDC/1/service-Vfw20221208041338-csar.csar 2022-12-08T04:14:52.250Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20221208041338-csar.csar 2022-12-08T04:14:52.330Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20221208041338-csar.csar 2022-12-08T04:14:52.330Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20221208041338-csar.csar 2022-12-08T04:14:53.081Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17663387697363360266/Definitions/service-Vfw20221208041338-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-12-08T04:14:56.213Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2022-12-08T04:14:56.219Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-12-08T04:14:56.219Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20221208041338-csar.csar 2022-12-08T04:14:56.220Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred... 2022-12-08T04:14:56.220Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221208041338-csar.csar 2022-12-08T04:14:56.220Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||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-Vfw20221208041338-csar.csar 2022-12-08T04:14:56.221Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||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-Vfw20221208041338-csar.csar 2022-12-08T04:14:56.221Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||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-Vfw20221208041338-csar.csar 2022-12-08T04:14:56.221Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221208041338-csar.csar 2022-12-08T04:14:56.222Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221208041338-csar.csar 2022-12-08T04:14:56.222Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||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-Vfw20221208041338-csar.csar 2022-12-08T04:14:56.222Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221208041338-csar.csar 2022-12-08T04:14:56.222Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221208041338-csar.csar 2022-12-08T04:14:56.223Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 6ccaf3de-0143 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-Vfw20221208041338-csar.csar 2022-12-08T04:14:56.223Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221208041338-csar.csar 2022-12-08T04:14:56.223Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-12-08T04:14:56.230Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T04:14:56.232Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-12-08 04-13-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-12-08T04:14:56.236Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template vFW 6ccaf3de-0143 0 is matching search criteria 2022-12-08T04:14:56.237Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-12-08T04:14:56.239Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 6ccaf3de-0143 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-12-08T04:14:56.240Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T04:14:56.241Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-12-08 04-13-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-12-08T04:14:56.241Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template vFW 6ccaf3de-0143 0 is matching search criteria 2022-12-08T04:14:56.241Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-12-08T04:14:56.242Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 6ccaf3de-0143 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-12-08T04:14:56.242Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T04:14:56.242Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-12-08 04-13-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-08T04:14:56.247Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T04:14:56.247Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template vFW 6ccaf3de-0143 0 is not matching search criteria 2022-12-08T04:14:56.248Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-12-08T04:14:56.248Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-12-08T04:14:56.248Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-12-08T04:14:56.249Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-12-08T04:14:56.249Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2022-12-08T04:14:56.249Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-12-08T04:14:56.249Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-12-08T04:14:56.250Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-12-08T04:14:56.250Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2022-12-08T04:14:56.250Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-12-08T04:14:56.250Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-12-08T04:14:56.251Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-12-08T04:14:56.251Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-12-08T04:14:56.251Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2022-12-08T04:14:56.251Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-12-08T04:14:56.252Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-12-08T04:14:56.252Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T04:14:56.252Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-12-08 04-13-38 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-12-08T04:14:56.254Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T04:14:56.254Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template vFW 6ccaf3de-0143 0 is matching search criteria 2022-12-08T04:14:56.255Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 6ccaf3de-0143 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-08T04:14:56.255Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T04:14:56.256Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template vFW 6ccaf3de-0143 0 is matching search criteria 2022-12-08T04:14:56.256Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 6ccaf3de-0143 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-08T04:14:56.256Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T04:14:56.257Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template vFW 6ccaf3de-0143 0 is matching search criteria 2022-12-08T04:14:56.257Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 6ccaf3de-0143 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-08T04:14:56.257Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T04:14:56.258Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template vFW 6ccaf3de-0143 0 is not matching search criteria 2022-12-08T04:14:56.258Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-12-08T04:14:56.258Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-12-08T04:14:56.258Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-12-08T04:14:56.259Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-12-08T04:14:56.259Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2022-12-08T04:14:56.259Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-12-08T04:14:56.259Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-12-08T04:14:56.260Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-12-08T04:14:56.260Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-12-08T04:14:56.260Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2022-12-08T04:14:56.261Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-12-08T04:14:56.261Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=9b8db22b-a13e-4cd6-bc85-f79683599f8a 2022-12-08T04:14:56.261Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T04:14:56.261Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template vFW 6ccaf3de-0143 0 is not matching search criteria 2022-12-08T04:14:56.262Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-12-08T04:14:56.262Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-12-08T04:14:56.262Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-12-08T04:14:56.262Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-12-08T04:14:56.263Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2022-12-08T04:14:56.263Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-12-08T04:14:56.263Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-12-08T04:14:56.263Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-12-08T04:14:56.264Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-12-08T04:14:56.264Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-12-08T04:14:56.264Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2022-12-08T04:14:56.264Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-12-08T04:14:56.264Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=91511cce-485b-4b7a-b0a5-ca5a38b4f071 2022-12-08T04:14:56.265Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T04:14:56.265Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template vFW 6ccaf3de-0143 0 is not matching search criteria 2022-12-08T04:14:56.265Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-12-08T04:14:56.266Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-12-08T04:14:56.266Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-12-08T04:14:56.266Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-12-08T04:14:56.267Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2022-12-08T04:14:56.267Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-12-08T04:14:56.267Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-12-08T04:14:56.267Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-12-08T04:14:56.268Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2022-12-08T04:14:56.268Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-12-08T04:14:56.268Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-12-08T04:14:56.268Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-12-08T04:14:56.268Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=de8fa81d-882d-47d4-8da9-07f8cd11b703 2022-12-08T04:14:56.269Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T04:14:56.269Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-12-08 04-13-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-12-08T04:14:56.269Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T04:14:56.270Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-12-08 04-13-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-12-08T04:14:56.270Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T04:14:56.270Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-12-08 04-13-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-08T04:14:56.270Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T04:14:56.271Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-12-08 04-13-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-12-08T04:14:56.271Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-12-08 04-13-38 Description:catalog service description Model UUID:e78a03a1-671c-40d4-a599-ea746666b013 Model Version:NULL Model InvariantUuid:b997d3a5-7702-4b60-8461-9a737180b927 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 6ccaf3de-0143 Model UUID:47839649-4cc4-4cf0-aa97-4d50771e13e2 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:b17d827f-eeeb-481d-940d-80d972f6e501 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:1c5c98b6-6036-44e8-afc1-b487fe50fcd8 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:80e57bc2-a37b-4842-8cec-290dbeb3d362 ModelName:Vfw6ccaf3de0143..base_vfw..module-0 ModelUuid:e689f659-d508-410d-a53d-dd20b6bfbe21 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:9b8db22b-a13e-4cd6-bc85-f79683599f8a ModelInvariantUuid:14a35f6d-0aa0-4500-80c8-e18158cfe8d2 ModelName:vFW 6ccaf3de-0143-nodes.vfwCvfc ModelUuid:a6507636-cf36-42e5-ba7b-e52ae1cbabd3 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:5466d61d-5f2b-46cb-818f-31a04592d874 ModelInvariantUuid:07bb1ee5-9fd2-4459-b4c5-c65808f0e2f0 ModelName:Vfw6ccaf3de0143.compute.nodes.heat.vfw ModelUuid:76b70e8a-0f9e-4876-83c8-49937ee24f42 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:91511cce-485b-4b7a-b0a5-ca5a38b4f071 ModelInvariantUuid:1ba4b40d-17c9-4317-8e28-0d5b23a18787 ModelName:vFW 6ccaf3de-0143-nodes.vsnCvfc ModelUuid:9667be2a-38cb-4392-8096-0865a73692de ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:2060e6b1-2be3-414c-85a2-bef713eb27d9 ModelInvariantUuid:9590646b-617a-43cb-8ce8-6c529409f7ee ModelName:Vfw6ccaf3de0143.compute.nodes.heat.vsn ModelUuid:5ceeecb2-c2dd-4c3d-8924-b64f561018d7 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:de8fa81d-882d-47d4-8da9-07f8cd11b703 ModelInvariantUuid:96d4d113-1b02-4141-981a-8bf3a7380aa4 ModelName:vFW 6ccaf3de-0143-nodes.vpgCvfc ModelUuid:4de8bd85-a59f-41ef-8f9e-13523209caca ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:aaf54156-a447-43f2-8769-8b49e7a5c512 ModelInvariantUuid:5b1ea71d-1110-429b-b028-b6933e34ed39 ModelName:Vfw6ccaf3de0143.compute.nodes.heat.vpg ModelUuid:4d184ba6-920d-441f-b8cc-496f266ecea9 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-12-08T04:14:56.295Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 69c178be-266a-4885-a4ea-0f693e2a0950 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-12-08T04:14:56.422Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||INFO|500||vFW 6ccaf3de-0143 0 2022-12-08T04:14:56.431Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 69c178be-266a-4885-a4ea-0f693e2a0950 2022-12-08T04:14:56.432Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: b62dbca1-8024-43bc-a279-266c6635c6bd from URL: /sdc/v1/catalog/services/Vfw20221208041338/1.0/resourceInstances/vfw6ccaf3de01430/artifacts/vfw6ccaf3de01430_modules.json 2022-12-08T04:14:56.432Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-12-08T04:14:56.432Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221208041338/1.0/resourceInstances/vfw6ccaf3de01430/artifacts/vfw6ccaf3de01430_modules.json 2022-12-08T04:14:56.490Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-12-08T04:14:56.490Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221208041338/1.0/resourceInstances/vfw6ccaf3de01430/artifacts/vfw6ccaf3de01430_modules.json b62dbca1-8024-43bc-a279-266c6635c6bd 785 2022-12-08T04:14:56.491Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221208041338/1.0/resourceInstances/vfw6ccaf3de01430/artifacts/vfw6ccaf3de01430_modules.json ASDC sendASDCNotification 2022-12-08T04:14:56.491Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221208041338/1.0/resourceInstances/vfw6ccaf3de01430/artifacts/vfw6ccaf3de01430_modules.json 2022-12-08T04:14:56.491Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-08T04:14:56.492Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-12-08T04:14:56.495Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-08T04:14:56.495Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "acbf996b-8c3e-424a-be2e-b8d205873304", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670472896491, "artifactURL": "/sdc/v1/catalog/services/Vfw20221208041338/1.0/resourceInstances/vfw6ccaf3de01430/artifacts/vfw6ccaf3de01430_modules.json", "status": "DOWNLOAD_OK" } 2022-12-08T04:14:56.595Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-08T04:14:56.596Z||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-12-08T04:14:56.597Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nDhLkQT76ckaq9yo) ... 2022-12-08T04:14:56.609Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:14:56.610Z||pool-11-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-12-08T04:14:57.497Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw6ccaf3de0143..base_vfw..module-0", "vfModuleModelInvariantUUID": "80e57bc2-a37b-4842-8cec-290dbeb3d362", "vfModuleModelVersion": "1", "vfModuleModelUUID": "e689f659-d508-410d-a53d-dd20b6bfbe21", "vfModuleModelCustomizationUUID": "3929611b-ca0e-41f6-bee7-c5136c3c0a17", "isBase": true, "artifacts": [ "b73d86d4-e200-425b-8e9a-6bac13d485bb", "81aa8995-51ac-4f25-8a5b-dce10d5afac2" ], "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-12-08T04:14:57.511Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw6ccaf3de0143..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:e689f659-d508-410d-a53d-dd20b6bfbe21 VfModuleModelInvariantUUID:80e57bc2-a37b-4842-8cec-290dbeb3d362 VfModuleModelDescription:NULL Artifacts UUID List:{ b73d86d4-e200-425b-8e9a-6bac13d485bb , 81aa8995-51ac-4f25-8a5b-dce10d5afac2 } 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-12-08T04:14:57.514Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw6ccaf3de0143..base_vfw..module-0", "vfModuleModelInvariantUUID": "80e57bc2-a37b-4842-8cec-290dbeb3d362", "vfModuleModelVersion": "1", "vfModuleModelUUID": "e689f659-d508-410d-a53d-dd20b6bfbe21", "vfModuleModelCustomizationUUID": "3929611b-ca0e-41f6-bee7-c5136c3c0a17", "isBase": true, "artifacts": [ "b73d86d4-e200-425b-8e9a-6bac13d485bb", "81aa8995-51ac-4f25-8a5b-dce10d5afac2" ], "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-12-08T04:14:57.514Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw6ccaf3de0143..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:e689f659-d508-410d-a53d-dd20b6bfbe21 VfModuleModelInvariantUUID:80e57bc2-a37b-4842-8cec-290dbeb3d362 VfModuleModelDescription:NULL Artifacts UUID List:{ b73d86d4-e200-425b-8e9a-6bac13d485bb , 81aa8995-51ac-4f25-8a5b-dce10d5afac2 } 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-12-08T04:14:57.514Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: b73d86d4-e200-425b-8e9a-6bac13d485bb from URL: /sdc/v1/catalog/services/Vfw20221208041338/1.0/resourceInstances/vfw6ccaf3de01430/artifacts/base_vfw.yaml 2022-12-08T04:14:57.515Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-12-08T04:14:57.515Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221208041338/1.0/resourceInstances/vfw6ccaf3de01430/artifacts/base_vfw.yaml 2022-12-08T04:14:57.569Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-12-08T04:14:57.571Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221208041338/1.0/resourceInstances/vfw6ccaf3de01430/artifacts/base_vfw.yaml b73d86d4-e200-425b-8e9a-6bac13d485bb 20368 2022-12-08T04:14:57.571Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221208041338/1.0/resourceInstances/vfw6ccaf3de01430/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-12-08T04:14:57.571Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221208041338/1.0/resourceInstances/vfw6ccaf3de01430/artifacts/base_vfw.yaml 2022-12-08T04:14:57.572Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-08T04:14:57.572Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-12-08T04:14:57.574Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-08T04:14:57.574Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "acbf996b-8c3e-424a-be2e-b8d205873304", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670472897571, "artifactURL": "/sdc/v1/catalog/services/Vfw20221208041338/1.0/resourceInstances/vfw6ccaf3de01430/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-12-08T04:14:57.674Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-08T04:14:57.675Z||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-12-08T04:14:57.675Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nDhLkQT76ckaq9yo) ... 2022-12-08T04:14:57.693Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:14:57.694Z||pool-12-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-12-08T04:14:58.575Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 81aa8995-51ac-4f25-8a5b-dce10d5afac2 from URL: /sdc/v1/catalog/services/Vfw20221208041338/1.0/resourceInstances/vfw6ccaf3de01430/artifacts/base_vfw.env 2022-12-08T04:14:58.576Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-12-08T04:14:58.577Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221208041338/1.0/resourceInstances/vfw6ccaf3de01430/artifacts/base_vfw.env 2022-12-08T04:14:58.635Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-12-08T04:14:58.635Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221208041338/1.0/resourceInstances/vfw6ccaf3de01430/artifacts/base_vfw.env 81aa8995-51ac-4f25-8a5b-dce10d5afac2 2098 2022-12-08T04:14:58.636Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221208041338/1.0/resourceInstances/vfw6ccaf3de01430/artifacts/base_vfw.env ASDC sendASDCNotification 2022-12-08T04:14:58.636Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221208041338/1.0/resourceInstances/vfw6ccaf3de01430/artifacts/base_vfw.env 2022-12-08T04:14:58.636Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-08T04:14:58.636Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-12-08T04:14:58.650Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-08T04:14:58.651Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "acbf996b-8c3e-424a-be2e-b8d205873304", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670472898636, "artifactURL": "/sdc/v1/catalog/services/Vfw20221208041338/1.0/resourceInstances/vfw6ccaf3de01430/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-12-08T04:14:58.739Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 88 ms 2022-12-08T04:14:58.740Z||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-12-08T04:14:58.741Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nDhLkQT76ckaq9yo) ... 2022-12-08T04:14:58.750Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:14:58.751Z||pool-13-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-12-08T04:14:59.651Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: e78a03a1-671c-40d4-a599-ea746666b013 2022-12-08T04:14:59.652Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 6ccaf3de-0143 0 69c178be-266a-4885-a4ea-0f693e2a0950 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-12-08T04:14:59.689Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@23485ce7, org.onap.sdc.toscaparser.api.parameters.Input@6659a7d2, org.onap.sdc.toscaparser.api.parameters.Input@4d4654f2, org.onap.sdc.toscaparser.api.parameters.Input@24ee8e75, org.onap.sdc.toscaparser.api.parameters.Input@45a0416b] 2022-12-08T04:14:59.692Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T04:14:59.693Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-12-08 04-13-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-08T04:14:59.693Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 2022-12-08T04:14:59.693Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 1c5c98b6-6036-44e8-afc1-b487fe50fcd8 2022-12-08T04:14:59.694Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 1c5c98b6-6036-44e8-afc1-b487fe50fcd8 matches Tosca VF Customization UUID: 1c5c98b6-6036-44e8-afc1-b487fe50fcd8 2022-12-08T04:14:59.694Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 1c5c98b6-6036-44e8-afc1-b487fe50fcd8 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-12-08T04:14:59.700Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T04:14:59.701Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-12-08 04-13-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-12-08T04:14:59.702Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 1c5c98b6-6036-44e8-afc1-b487fe50fcd8: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2022-12-08T04:14:59.702Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@e79f474 2022-12-08T04:14:59.703Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T04:14:59.703Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-12-08 04-13-38 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-12-08T04:14:59.704Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 3929611b-ca0e-41f6-bee7-c5136c3c0a17 2022-12-08T04:14:59.705Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 3929611b-ca0e-41f6-bee7-c5136c3c0a17 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-12-08T04:14:59.711Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T04:14:59.712Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template vFW 6ccaf3de-0143 0 is matching search criteria 2022-12-08T04:14:59.712Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 6ccaf3de-0143 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-08T04:14:59.713Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T04:14:59.714Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template vFW 6ccaf3de-0143 0 is matching search criteria 2022-12-08T04:14:59.714Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 6ccaf3de-0143 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-08T04:14:59.714Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T04:14:59.715Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template vFW 6ccaf3de-0143 0 is not matching search criteria 2022-12-08T04:14:59.715Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-12-08T04:14:59.715Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-12-08T04:14:59.716Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-12-08T04:14:59.716Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-12-08T04:14:59.716Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2022-12-08T04:14:59.716Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-12-08T04:14:59.717Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-12-08T04:14:59.717Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-12-08T04:14:59.717Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-12-08T04:14:59.718Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2022-12-08T04:14:59.718Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-12-08T04:14:59.718Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=9b8db22b-a13e-4cd6-bc85-f79683599f8a 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-12-08T04:14:59.728Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T04:14:59.729Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template vFW 6ccaf3de-0143 0 is matching search criteria 2022-12-08T04:14:59.729Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 6ccaf3de-0143 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-08T04:14:59.729Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T04:14:59.730Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template vFW 6ccaf3de-0143 0 is not matching search criteria 2022-12-08T04:14:59.730Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-12-08T04:14:59.730Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-12-08T04:14:59.731Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-12-08T04:14:59.731Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-12-08T04:14:59.731Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2022-12-08T04:14:59.731Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-12-08T04:14:59.731Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-12-08T04:14:59.732Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-12-08T04:14:59.732Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-12-08T04:14:59.732Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-12-08T04:14:59.732Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2022-12-08T04:14:59.733Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-12-08T04:14:59.733Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=91511cce-485b-4b7a-b0a5-ca5a38b4f071 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-12-08T04:14:59.735Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T04:14:59.735Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template vFW 6ccaf3de-0143 0 is matching search criteria 2022-12-08T04:14:59.736Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 6ccaf3de-0143 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-08T04:14:59.738Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T04:14:59.739Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template vFW 6ccaf3de-0143 0 is not matching search criteria 2022-12-08T04:14:59.739Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-12-08T04:14:59.739Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-12-08T04:14:59.739Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-12-08T04:14:59.740Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-12-08T04:14:59.740Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2022-12-08T04:14:59.740Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-12-08T04:14:59.740Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-12-08T04:14:59.740Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-12-08T04:14:59.741Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2022-12-08T04:14:59.741Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-12-08T04:14:59.741Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-12-08T04:14:59.741Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-12-08T04:14:59.742Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=de8fa81d-882d-47d4-8da9-07f8cd11b703 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-12-08T04:14:59.744Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T04:14:59.744Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template vFW 6ccaf3de-0143 0 is matching search criteria 2022-12-08T04:14:59.744Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 6ccaf3de-0143 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-08T04:14:59.744Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T04:14:59.745Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template vFW 6ccaf3de-0143 0 is matching search criteria 2022-12-08T04:14:59.745Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 6ccaf3de-0143 0] matching following query criteria: sdcType=VF, customizationUUID=1c5c98b6-6036-44e8-afc1-b487fe50fcd8 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-12-08T04:14:59.746Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T04:14:59.747Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-12-08 04-13-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-12-08T04:14:59.747Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid e78a03a1-671c-40d4-a599-ea746666b013: vFW 6ccaf3de-0143 2022-12-08T04:14:59.747Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T04:14:59.748Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-12-08 04-13-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-12-08T04:14:59.748Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T04:14:59.748Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-12-08 04-13-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-12-08T04:14:59.748Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T04:14:59.749Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-12-08 04-13-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-12-08T04:14:59.749Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T04:14:59.749Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-12-08 04-13-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-12-08T04:14:59.750Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T04:14:59.750Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-12-08 04-13-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-12-08T04:14:59.750Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||INFO|500||Saving Service: vFW 2022-12-08 04-13-38 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-12-08T04:14:59.986Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 6ccaf3de-0143 69c178be-266a-4885-a4ea-0f693e2a0950 1 ASDC deployResourceStructure 2022-12-08T04:14:59.987Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221208041338/1.0/resourceInstances/vfw6ccaf3de01430/artifacts/vfw6ccaf3de01430_modules.json ASDC sendASDCNotification 2022-12-08T04:14:59.987Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221208041338/1.0/resourceInstances/vfw6ccaf3de01430/artifacts/vfw6ccaf3de01430_modules.json 2022-12-08T04:14:59.987Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-08T04:14:59.988Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-12-08T04:14:59.990Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-08T04:14:59.990Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "acbf996b-8c3e-424a-be2e-b8d205873304", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670472899987, "artifactURL": "/sdc/v1/catalog/services/Vfw20221208041338/1.0/resourceInstances/vfw6ccaf3de01430/artifacts/vfw6ccaf3de01430_modules.json", "status": "DEPLOY_OK" } 2022-12-08T04:15:00.090Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-08T04:15:00.092Z||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-12-08T04:15:00.092Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nDhLkQT76ckaq9yo) ... 2022-12-08T04:15:00.105Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:15:00.106Z||pool-14-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-12-08T04:15:00.992Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221208041338/1.0/resourceInstances/vfw6ccaf3de01430/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-12-08T04:15:00.992Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221208041338/1.0/resourceInstances/vfw6ccaf3de01430/artifacts/base_vfw.yaml 2022-12-08T04:15:00.993Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-08T04:15:00.993Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-12-08T04:15:00.995Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-08T04:15:00.995Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "acbf996b-8c3e-424a-be2e-b8d205873304", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670472900991, "artifactURL": "/sdc/v1/catalog/services/Vfw20221208041338/1.0/resourceInstances/vfw6ccaf3de01430/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-12-08T04:15:01.095Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-08T04:15:01.096Z||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-12-08T04:15:01.097Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nDhLkQT76ckaq9yo) ... 2022-12-08T04:15:01.108Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:15:01.109Z||pool-15-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-12-08T04:15:01.999Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221208041338/1.0/resourceInstances/vfw6ccaf3de01430/artifacts/base_vfw.env ASDC sendASDCNotification 2022-12-08T04:15:02.000Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221208041338/1.0/resourceInstances/vfw6ccaf3de01430/artifacts/base_vfw.env 2022-12-08T04:15:02.000Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-08T04:15:02.000Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-12-08T04:15:02.002Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-08T04:15:02.002Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "acbf996b-8c3e-424a-be2e-b8d205873304", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670472901998, "artifactURL": "/sdc/v1/catalog/services/Vfw20221208041338/1.0/resourceInstances/vfw6ccaf3de01430/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-12-08T04:15:02.103Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-08T04:15:02.104Z||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-12-08T04:15:02.104Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nDhLkQT76ckaq9yo) ... 2022-12-08T04:15:02.115Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:15:02.116Z||pool-16-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-12-08T04:15:03.003Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221208041338/1.0/artifacts/service-Vfw20221208041338-csar.csar ASDC sendASDCNotification 2022-12-08T04:15:03.004Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221208041338/1.0/artifacts/service-Vfw20221208041338-csar.csar 2022-12-08T04:15:03.004Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-08T04:15:03.004Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-12-08T04:15:03.006Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-08T04:15:03.007Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "acbf996b-8c3e-424a-be2e-b8d205873304", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670472903003, "artifactURL": "/sdc/v1/catalog/services/Vfw20221208041338/1.0/artifacts/service-Vfw20221208041338-csar.csar", "status": "DEPLOY_OK" } 2022-12-08T04:15:03.107Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-08T04:15:03.108Z||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-12-08T04:15:03.108Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nDhLkQT76ckaq9yo) ... 2022-12-08T04:15:03.122Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:15:03.123Z||pool-17-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-12-08T04:15:04.007Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: acbf996b-8c3e-424a-be2e-b8d205873304 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-08T04:15:04.035Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: acbf996b-8c3e-424a-be2e-b8d205873304 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-12-08T04:15:04.037Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-08T04:15:04.037Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-12-08T04:15:04.037Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-12-08T04:15:34.038Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: acbf996b-8c3e-424a-be2e-b8d205873304 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-08T04:15:34.049Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: acbf996b-8c3e-424a-be2e-b8d205873304 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-12-08T04:15:34.051Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-08T04:15:34.051Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-12-08T04:15:34.051Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-12-08T04:15:42.983Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T04:15:42.984Z||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-12-08T04:15:42.984Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T04:15:43.120Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:15:43.120Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T04:15:43.121Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "acbf996b-8c3e-424a-be2e-b8d205873304", "consumerID": "multicloud-k8s-id", "timestamp": 1670472877802, "artifactURL": "/sdc/v1/catalog/services/Vfw20221208041338/1.0/resourceInstances/vfw6ccaf3de01430/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-12-08T04:15:43.122Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T04:16:04.051Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: acbf996b-8c3e-424a-be2e-b8d205873304 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-08T04:16:04.066Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: acbf996b-8c3e-424a-be2e-b8d205873304 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-12-08T04:16:04.068Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-08T04:16:04.069Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-12-08T04:16:04.069Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-12-08T04:16:34.069Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: acbf996b-8c3e-424a-be2e-b8d205873304 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-08T04:16:34.080Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: acbf996b-8c3e-424a-be2e-b8d205873304 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-12-08T04:16:34.082Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-08T04:16:34.082Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-12-08T04:16:34.083Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-12-08T04:16:42.983Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T04:16:42.984Z||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-12-08T04:16:42.984Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T04:16:43.004Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:16:43.515Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T04:16:43.515Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "acbf996b-8c3e-424a-be2e-b8d205873304", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670472882979, "artifactURL": "/sdc/v1/catalog/services/Vfw20221208041338/1.0/resourceInstances/vfw6ccaf3de01430/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-08T04:16:43.516Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T04:16:43.516Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T04:16:43.517Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "acbf996b-8c3e-424a-be2e-b8d205873304", "consumerID": "multicloud-k8s-id", "timestamp": 1670472877802, "artifactURL": "/sdc/v1/catalog/services/Vfw20221208041338/1.0/resourceInstances/vfw6ccaf3de01430/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-08T04:16:43.517Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T04:16:43.517Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T04:16:43.517Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "acbf996b-8c3e-424a-be2e-b8d205873304", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670472882979, "artifactURL": "/sdc/v1/catalog/services/Vfw20221208041338/1.0/resourceInstances/vfw6ccaf3de01430/artifacts/vfw6ccaf3de01430_modules.json", "status": "NOTIFIED" } 2022-12-08T04:16:43.517Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T04:16:43.517Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T04:16:43.517Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "acbf996b-8c3e-424a-be2e-b8d205873304", "consumerID": "ves-openapi-manager", "timestamp": 1670472884907, "artifactURL": "/sdc/v1/catalog/services/Vfw20221208041338/1.0/resourceInstances/vfw6ccaf3de01430/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-08T04:16:43.517Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T04:16:43.517Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T04:16:43.517Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "acbf996b-8c3e-424a-be2e-b8d205873304", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670472883066, "artifactURL": "/sdc/v1/catalog/services/Vfw20221208041338/1.0/resourceInstances/vfw6ccaf3de01430/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-08T04:16:43.518Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T04:16:43.518Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T04:16:43.518Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "acbf996b-8c3e-424a-be2e-b8d205873304", "consumerID": "multicloud-k8s-id", "timestamp": 1670472877802, "artifactURL": "/sdc/v1/catalog/services/Vfw20221208041338/1.0/resourceInstances/vfw6ccaf3de01430/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-12-08T04:16:43.518Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T04:16:43.518Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T04:16:43.518Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "acbf996b-8c3e-424a-be2e-b8d205873304", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670472882979, "artifactURL": "/sdc/v1/catalog/services/Vfw20221208041338/1.0/resourceInstances/vfw6ccaf3de01430/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-12-08T04:16:43.518Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T04:16:43.518Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T04:16:43.519Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "acbf996b-8c3e-424a-be2e-b8d205873304", "consumerID": "cds", "timestamp": 1670472884836, "artifactURL": "/sdc/v1/catalog/services/Vfw20221208041338/1.0/resourceInstances/vfw6ccaf3de01430/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-08T04:16:43.519Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T04:16:43.519Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T04:16:43.519Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "acbf996b-8c3e-424a-be2e-b8d205873304", "consumerID": "ves-openapi-manager", "timestamp": 1670472884907, "artifactURL": "/sdc/v1/catalog/services/Vfw20221208041338/1.0/resourceInstances/vfw6ccaf3de01430/artifacts/vfw6ccaf3de01430_modules.json", "status": "NOT_NOTIFIED" } 2022-12-08T04:16:43.519Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T04:16:43.519Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T04:16:43.519Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "acbf996b-8c3e-424a-be2e-b8d205873304", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670472883066, "artifactURL": "/sdc/v1/catalog/services/Vfw20221208041338/1.0/resourceInstances/vfw6ccaf3de01430/artifacts/vfw6ccaf3de01430_modules.json", "status": "NOT_NOTIFIED" } 2022-12-08T04:16:43.519Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T04:16:43.519Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T04:16:43.519Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "acbf996b-8c3e-424a-be2e-b8d205873304", "consumerID": "multicloud-k8s-id", "timestamp": 1670472877802, "artifactURL": "/sdc/v1/catalog/services/Vfw20221208041338/1.0/artifacts/service-Vfw20221208041338-template.yml", "status": "NOT_NOTIFIED" } 2022-12-08T04:16:43.520Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T04:16:43.520Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T04:16:43.520Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "acbf996b-8c3e-424a-be2e-b8d205873304", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670472882979, "artifactURL": "/sdc/v1/catalog/services/Vfw20221208041338/1.0/resourceInstances/vfw6ccaf3de01430/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-08T04:16:43.520Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T04:16:43.520Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T04:16:43.520Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "acbf996b-8c3e-424a-be2e-b8d205873304", "consumerID": "cds", "timestamp": 1670472884836, "artifactURL": "/sdc/v1/catalog/services/Vfw20221208041338/1.0/resourceInstances/vfw6ccaf3de01430/artifacts/vfw6ccaf3de01430_modules.json", "status": "NOT_NOTIFIED" } 2022-12-08T04:16:43.521Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T04:16:43.521Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T04:16:43.521Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "acbf996b-8c3e-424a-be2e-b8d205873304", "consumerID": "ves-openapi-manager", "timestamp": 1670472884907, "artifactURL": "/sdc/v1/catalog/services/Vfw20221208041338/1.0/resourceInstances/vfw6ccaf3de01430/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-12-08T04:16:43.522Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T04:16:43.522Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T04:16:43.522Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "acbf996b-8c3e-424a-be2e-b8d205873304", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670472883066, "artifactURL": "/sdc/v1/catalog/services/Vfw20221208041338/1.0/resourceInstances/vfw6ccaf3de01430/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-12-08T04:16:43.522Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T04:16:43.522Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T04:16:43.522Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "acbf996b-8c3e-424a-be2e-b8d205873304", "consumerID": "multicloud-k8s-id", "timestamp": 1670472877802, "artifactURL": "/sdc/v1/catalog/services/Vfw20221208041338/1.0/artifacts/service-Vfw20221208041338-csar.csar", "status": "NOTIFIED" } 2022-12-08T04:16:43.522Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T04:16:43.522Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T04:16:43.523Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "acbf996b-8c3e-424a-be2e-b8d205873304", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670472882979, "artifactURL": "/sdc/v1/catalog/services/Vfw20221208041338/1.0/resourceInstances/vfw6ccaf3de01430/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-12-08T04:16:43.523Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T04:16:43.523Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T04:16:43.523Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "acbf996b-8c3e-424a-be2e-b8d205873304", "consumerID": "cds", "timestamp": 1670472884836, "artifactURL": "/sdc/v1/catalog/services/Vfw20221208041338/1.0/resourceInstances/vfw6ccaf3de01430/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-12-08T04:16:43.523Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T04:16:43.523Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T04:16:43.523Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "acbf996b-8c3e-424a-be2e-b8d205873304", "consumerID": "ves-openapi-manager", "timestamp": 1670472884907, "artifactURL": "/sdc/v1/catalog/services/Vfw20221208041338/1.0/resourceInstances/vfw6ccaf3de01430/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-08T04:16:43.524Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T04:16:43.524Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T04:16:43.524Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "acbf996b-8c3e-424a-be2e-b8d205873304", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670472883066, "artifactURL": "/sdc/v1/catalog/services/Vfw20221208041338/1.0/resourceInstances/vfw6ccaf3de01430/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-08T04:16:43.524Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T04:16:43.524Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T04:16:43.524Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "acbf996b-8c3e-424a-be2e-b8d205873304", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670472882979, "artifactURL": "/sdc/v1/catalog/services/Vfw20221208041338/1.0/artifacts/service-Vfw20221208041338-template.yml", "status": "NOT_NOTIFIED" } 2022-12-08T04:16:43.524Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T04:16:43.524Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T04:16:43.524Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "acbf996b-8c3e-424a-be2e-b8d205873304", "consumerID": "multicloud-k8s-id", "timestamp": 1670472888379, "artifactURL": "/sdc/v1/catalog/services/Vfw20221208041338/1.0/resourceInstances/vfw6ccaf3de01430/artifacts/vfw6ccaf3de01430_modules.json", "status": "DOWNLOAD_OK" } 2022-12-08T04:16:43.525Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-08T04:16:43.525Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T04:16:43.525Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "acbf996b-8c3e-424a-be2e-b8d205873304", "consumerID": "cds", "timestamp": 1670472884836, "artifactURL": "/sdc/v1/catalog/services/Vfw20221208041338/1.0/resourceInstances/vfw6ccaf3de01430/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-08T04:16:43.525Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T04:16:43.525Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T04:16:43.526Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "acbf996b-8c3e-424a-be2e-b8d205873304", "consumerID": "ves-openapi-manager", "timestamp": 1670472884907, "artifactURL": "/sdc/v1/catalog/services/Vfw20221208041338/1.0/resourceInstances/vfw6ccaf3de01430/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-12-08T04:16:43.526Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T04:16:43.526Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T04:16:43.526Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "acbf996b-8c3e-424a-be2e-b8d205873304", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670472883066, "artifactURL": "/sdc/v1/catalog/services/Vfw20221208041338/1.0/resourceInstances/vfw6ccaf3de01430/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-12-08T04:16:43.526Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T04:16:43.526Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T04:16:43.527Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "acbf996b-8c3e-424a-be2e-b8d205873304", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670472882979, "artifactURL": "/sdc/v1/catalog/services/Vfw20221208041338/1.0/artifacts/service-Vfw20221208041338-csar.csar", "status": "NOTIFIED" } 2022-12-08T04:16:43.527Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T04:16:43.527Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T04:16:43.527Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "acbf996b-8c3e-424a-be2e-b8d205873304", "consumerID": "multicloud-k8s-id", "timestamp": 1670472889459, "artifactURL": "/sdc/v1/catalog/services/Vfw20221208041338/1.0/resourceInstances/vfw6ccaf3de01430/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-12-08T04:16:43.527Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-08T04:16:43.527Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T04:16:43.528Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "acbf996b-8c3e-424a-be2e-b8d205873304", "consumerID": "aai-ml", "timestamp": 1670472888901, "artifactURL": "/sdc/v1/catalog/services/Vfw20221208041338/1.0/resourceInstances/vfw6ccaf3de01430/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-08T04:16:43.528Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T04:16:43.528Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T04:16:43.528Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "acbf996b-8c3e-424a-be2e-b8d205873304", "consumerID": "cds", "timestamp": 1670472884836, "artifactURL": "/sdc/v1/catalog/services/Vfw20221208041338/1.0/resourceInstances/vfw6ccaf3de01430/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-12-08T04:16:43.528Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T04:16:43.528Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T04:16:43.528Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "acbf996b-8c3e-424a-be2e-b8d205873304", "consumerID": "ves-openapi-manager", "timestamp": 1670472884907, "artifactURL": "/sdc/v1/catalog/services/Vfw20221208041338/1.0/artifacts/service-Vfw20221208041338-template.yml", "status": "NOT_NOTIFIED" } 2022-12-08T04:16:43.529Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T04:16:43.529Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T04:16:43.529Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "acbf996b-8c3e-424a-be2e-b8d205873304", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670472883066, "artifactURL": "/sdc/v1/catalog/services/Vfw20221208041338/1.0/artifacts/service-Vfw20221208041338-template.yml", "status": "NOT_NOTIFIED" } 2022-12-08T04:16:43.529Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T04:16:43.529Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T04:16:43.529Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "acbf996b-8c3e-424a-be2e-b8d205873304", "consumerID": "multicloud-k8s-id", "timestamp": 1670472890536, "artifactURL": "/sdc/v1/catalog/services/Vfw20221208041338/1.0/resourceInstances/vfw6ccaf3de01430/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-12-08T04:16:43.530Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-08T04:16:43.530Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T04:16:43.530Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "acbf996b-8c3e-424a-be2e-b8d205873304", "consumerID": "aai-ml", "timestamp": 1670472888901, "artifactURL": "/sdc/v1/catalog/services/Vfw20221208041338/1.0/resourceInstances/vfw6ccaf3de01430/artifacts/vfw6ccaf3de01430_modules.json", "status": "NOT_NOTIFIED" } 2022-12-08T04:16:43.530Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T04:16:43.531Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T04:16:43.531Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "acbf996b-8c3e-424a-be2e-b8d205873304", "consumerID": "cds", "timestamp": 1670472884836, "artifactURL": "/sdc/v1/catalog/services/Vfw20221208041338/1.0/artifacts/service-Vfw20221208041338-template.yml", "status": "NOT_NOTIFIED" } 2022-12-08T04:16:43.531Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T04:16:43.531Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T04:16:43.531Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "acbf996b-8c3e-424a-be2e-b8d205873304", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670472891240, "artifactURL": "/sdc/v1/catalog/services/Vfw20221208041338/1.0/artifacts/service-Vfw20221208041338-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-08T04:16:43.531Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-08T04:16:43.532Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T04:16:43.532Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "acbf996b-8c3e-424a-be2e-b8d205873304", "consumerID": "ves-openapi-manager", "timestamp": 1670472884907, "artifactURL": "/sdc/v1/catalog/services/Vfw20221208041338/1.0/artifacts/service-Vfw20221208041338-csar.csar", "status": "NOT_NOTIFIED" } 2022-12-08T04:16:43.532Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T04:16:43.532Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T04:16:43.532Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "acbf996b-8c3e-424a-be2e-b8d205873304", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670472883066, "artifactURL": "/sdc/v1/catalog/services/Vfw20221208041338/1.0/artifacts/service-Vfw20221208041338-csar.csar", "status": "NOTIFIED" } 2022-12-08T04:16:43.533Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T04:16:43.533Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T04:16:43.533Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "acbf996b-8c3e-424a-be2e-b8d205873304", "consumerID": "aai-ml", "timestamp": 1670472888901, "artifactURL": "/sdc/v1/catalog/services/Vfw20221208041338/1.0/resourceInstances/vfw6ccaf3de01430/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-12-08T04:16:43.533Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T04:16:43.533Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T04:16:43.533Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "acbf996b-8c3e-424a-be2e-b8d205873304", "consumerID": "multicloud-k8s-id", "timestamp": 1670472891658, "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-12-08T04:16:43.543Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of acbf996b-8c3e-424a-be2e-b8d205873304 2022-12-08T04:16:43.544Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId acbf996b-8c3e-424a-be2e-b8d205873304 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-12-08T04:16:43.554Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T04:16:43.554Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "acbf996b-8c3e-424a-be2e-b8d205873304", "consumerID": "cds", "timestamp": 1670472884836, "artifactURL": "/sdc/v1/catalog/services/Vfw20221208041338/1.0/artifacts/service-Vfw20221208041338-csar.csar", "status": "NOTIFIED" } 2022-12-08T04:16:43.555Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T04:16:43.555Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T04:16:43.555Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "acbf996b-8c3e-424a-be2e-b8d205873304", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670472890883, "artifactURL": "/sdc/v1/catalog/services/Vfw20221208041338/1.0/artifacts/service-Vfw20221208041338-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-08T04:16:43.556Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-08T04:16:43.556Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T04:16:43.556Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "acbf996b-8c3e-424a-be2e-b8d205873304", "consumerID": "aai-ml", "timestamp": 1670472888901, "artifactURL": "/sdc/v1/catalog/services/Vfw20221208041338/1.0/resourceInstances/vfw6ccaf3de01430/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-08T04:16:43.556Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T04:16:43.557Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T04:16:43.557Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "acbf996b-8c3e-424a-be2e-b8d205873304", "consumerID": "multicloud-k8s-id", "timestamp": 1670472892663, "artifactURL": "/sdc/v1/catalog/services/Vfw20221208041338/1.0/resourceInstances/vfw6ccaf3de01430/artifacts/vfw6ccaf3de01430_modules.json", "status": "DEPLOY_OK" } 2022-12-08T04:16:43.557Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-08T04:16:43.557Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T04:16:43.557Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "acbf996b-8c3e-424a-be2e-b8d205873304", "consumerID": "cds", "timestamp": 1670472892804, "artifactURL": "/sdc/v1/catalog/services/Vfw20221208041338/1.0/artifacts/service-Vfw20221208041338-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-08T04:16:43.557Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-08T04:16:43.558Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T04:16:43.558Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "acbf996b-8c3e-424a-be2e-b8d205873304", "consumerID": "aai-ml", "timestamp": 1670472888901, "artifactURL": "/sdc/v1/catalog/services/Vfw20221208041338/1.0/resourceInstances/vfw6ccaf3de01430/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-12-08T04:16:43.558Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T04:16:43.558Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T04:16:43.558Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "acbf996b-8c3e-424a-be2e-b8d205873304", "consumerID": "cds", "timestamp": 1670472893825, "artifactURL": "/sdc/v1/catalog/services/Vfw20221208041338/1.0/artifacts/service-Vfw20221208041338-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-12-08T04:16:43.565Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of acbf996b-8c3e-424a-be2e-b8d205873304 2022-12-08T04:16:43.565Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId acbf996b-8c3e-424a-be2e-b8d205873304 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-12-08T04:16:43.576Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T04:16:43.577Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "acbf996b-8c3e-424a-be2e-b8d205873304", "consumerID": "aai-ml", "timestamp": 1670472888901, "artifactURL": "/sdc/v1/catalog/services/Vfw20221208041338/1.0/artifacts/service-Vfw20221208041338-template.yml", "status": "NOT_NOTIFIED" } 2022-12-08T04:16:43.578Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T04:16:43.578Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T04:16:43.578Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "acbf996b-8c3e-424a-be2e-b8d205873304", "consumerID": "aai-ml", "timestamp": 1670472888901, "artifactURL": "/sdc/v1/catalog/services/Vfw20221208041338/1.0/artifacts/service-Vfw20221208041338-csar.csar", "status": "NOTIFIED" } 2022-12-08T04:16:43.578Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T04:16:43.579Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T04:16:43.579Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "acbf996b-8c3e-424a-be2e-b8d205873304", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670472896491, "artifactURL": "/sdc/v1/catalog/services/Vfw20221208041338/1.0/resourceInstances/vfw6ccaf3de01430/artifacts/vfw6ccaf3de01430_modules.json", "status": "DOWNLOAD_OK" } 2022-12-08T04:16:43.579Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-08T04:16:43.579Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T04:16:43.579Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "acbf996b-8c3e-424a-be2e-b8d205873304", "consumerID": "aai-ml", "timestamp": 1670472896770, "artifactURL": "/sdc/v1/catalog/services/Vfw20221208041338/1.0/artifacts/service-Vfw20221208041338-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-08T04:16:43.579Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-08T04:16:43.580Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T04:16:43.580Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "acbf996b-8c3e-424a-be2e-b8d205873304", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670472897571, "artifactURL": "/sdc/v1/catalog/services/Vfw20221208041338/1.0/resourceInstances/vfw6ccaf3de01430/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-12-08T04:16:43.580Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-08T04:16:43.580Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T04:16:43.580Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "acbf996b-8c3e-424a-be2e-b8d205873304", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670472896371, "artifactURL": "/sdc/v1/catalog/services/Vfw20221208041338/1.0/artifacts/service-Vfw20221208041338-csar.csar", "status": "DEPLOY_OK" } 2022-12-08T04:16:43.580Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-08T04:16:43.581Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T04:16:43.581Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "acbf996b-8c3e-424a-be2e-b8d205873304", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670472898636, "artifactURL": "/sdc/v1/catalog/services/Vfw20221208041338/1.0/resourceInstances/vfw6ccaf3de01430/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-12-08T04:16:43.581Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-08T04:16:43.581Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T04:16:43.581Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "acbf996b-8c3e-424a-be2e-b8d205873304", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670472897377, "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-12-08T04:16:43.589Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of acbf996b-8c3e-424a-be2e-b8d205873304 2022-12-08T04:16:43.589Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId acbf996b-8c3e-424a-be2e-b8d205873304 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-12-08T04:16:43.600Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T04:16:43.600Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "acbf996b-8c3e-424a-be2e-b8d205873304", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670472899987, "artifactURL": "/sdc/v1/catalog/services/Vfw20221208041338/1.0/resourceInstances/vfw6ccaf3de01430/artifacts/vfw6ccaf3de01430_modules.json", "status": "DEPLOY_OK" } 2022-12-08T04:16:43.600Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-08T04:16:43.600Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T04:16:43.601Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "acbf996b-8c3e-424a-be2e-b8d205873304", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670472900991, "artifactURL": "/sdc/v1/catalog/services/Vfw20221208041338/1.0/resourceInstances/vfw6ccaf3de01430/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-12-08T04:16:43.601Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-08T04:16:43.601Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T04:16:43.601Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "acbf996b-8c3e-424a-be2e-b8d205873304", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670472901998, "artifactURL": "/sdc/v1/catalog/services/Vfw20221208041338/1.0/resourceInstances/vfw6ccaf3de01430/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-12-08T04:16:43.602Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-08T04:16:43.602Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T04:16:43.602Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "acbf996b-8c3e-424a-be2e-b8d205873304", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670472903003, "artifactURL": "/sdc/v1/catalog/services/Vfw20221208041338/1.0/artifacts/service-Vfw20221208041338-csar.csar", "status": "DEPLOY_OK" } 2022-12-08T04:16:43.603Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-08T04:16:43.603Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T04:16:43.603Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "acbf996b-8c3e-424a-be2e-b8d205873304", "consumerID": "aai-ml", "timestamp": 1670472912285, "artifactURL": "/sdc/v1/catalog/services/Vfw20221208041338/1.0/artifacts/service-Vfw20221208041338-csar.csar", "status": "DEPLOY_OK" } 2022-12-08T04:16:43.603Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-08T04:16:43.604Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T04:16:43.604Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "acbf996b-8c3e-424a-be2e-b8d205873304", "consumerID": "aai-ml", "timestamp": 1670472913292, "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-12-08T04:16:43.611Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of acbf996b-8c3e-424a-be2e-b8d205873304 2022-12-08T04:16:43.611Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId acbf996b-8c3e-424a-be2e-b8d205873304 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-12-08T04:16:43.621Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T04:16:43.622Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e7b5ed6-249e-4f43-827d-0d635d839e69", "consumerID": "multicloud-k8s-id", "timestamp": 1670472917803, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/resourceInstances/basic_onboard_eibscx0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-08T04:16:43.622Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T04:16:43.623Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T04:16:43.623Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e7b5ed6-249e-4f43-827d-0d635d839e69", "consumerID": "aai-ml", "timestamp": 1670472918901, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/resourceInstances/basic_onboard_eibscx0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-08T04:16:43.623Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T04:16:43.623Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T04:16:43.623Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e7b5ed6-249e-4f43-827d-0d635d839e69", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670472913066, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/resourceInstances/basic_onboard_eibscx0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-08T04:16:43.624Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T04:16:43.624Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T04:16:43.624Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e7b5ed6-249e-4f43-827d-0d635d839e69", "consumerID": "cds", "timestamp": 1670472914836, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/resourceInstances/basic_onboard_eibscx0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-08T04:16:43.624Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T04:16:43.625Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T04:16:43.625Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e7b5ed6-249e-4f43-827d-0d635d839e69", "consumerID": "aai-ml", "timestamp": 1670472918901, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/resourceInstances/basic_onboard_eibscx0/artifacts/basic_onboard_eibscx0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-08T04:16:43.625Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T04:16:43.625Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T04:16:43.625Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e7b5ed6-249e-4f43-827d-0d635d839e69", "consumerID": "multicloud-k8s-id", "timestamp": 1670472917803, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/resourceInstances/basic_onboard_eibscx0/artifacts/basic_onboard_eibscx0_modules.json", "status": "NOTIFIED" } 2022-12-08T04:16:43.626Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T04:16:43.626Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T04:16:43.626Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e7b5ed6-249e-4f43-827d-0d635d839e69", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670472913066, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/resourceInstances/basic_onboard_eibscx0/artifacts/basic_onboard_eibscx0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-08T04:16:43.626Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T04:16:43.626Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T04:16:43.626Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e7b5ed6-249e-4f43-827d-0d635d839e69", "consumerID": "cds", "timestamp": 1670472914836, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/resourceInstances/basic_onboard_eibscx0/artifacts/basic_onboard_eibscx0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-08T04:16:43.627Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T04:16:43.627Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T04:16:43.627Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e7b5ed6-249e-4f43-827d-0d635d839e69", "consumerID": "aai-ml", "timestamp": 1670472918901, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/resourceInstances/basic_onboard_eibscx0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-12-08T04:16:43.627Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T04:16:43.628Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T04:16:43.628Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e7b5ed6-249e-4f43-827d-0d635d839e69", "consumerID": "multicloud-k8s-id", "timestamp": 1670472917803, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/resourceInstances/basic_onboard_eibscx0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-12-08T04:16:43.628Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T04:16:43.628Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T04:16:43.628Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e7b5ed6-249e-4f43-827d-0d635d839e69", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670472913066, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/resourceInstances/basic_onboard_eibscx0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-12-08T04:16:43.629Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T04:16:43.629Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T04:16:43.629Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e7b5ed6-249e-4f43-827d-0d635d839e69", "consumerID": "cds", "timestamp": 1670472914836, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/resourceInstances/basic_onboard_eibscx0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-12-08T04:16:43.629Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T04:16:43.630Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T04:16:43.630Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e7b5ed6-249e-4f43-827d-0d635d839e69", "consumerID": "aai-ml", "timestamp": 1670472918901, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/resourceInstances/basic_onboard_eibscx0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-08T04:16:43.630Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T04:16:43.630Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T04:16:43.630Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e7b5ed6-249e-4f43-827d-0d635d839e69", "consumerID": "multicloud-k8s-id", "timestamp": 1670472917803, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/resourceInstances/basic_onboard_eibscx0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-08T04:16:43.631Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T04:16:43.631Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T04:16:43.631Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e7b5ed6-249e-4f43-827d-0d635d839e69", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670472913066, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/resourceInstances/basic_onboard_eibscx0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-08T04:16:43.631Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T04:16:43.631Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T04:16:43.632Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e7b5ed6-249e-4f43-827d-0d635d839e69", "consumerID": "ves-openapi-manager", "timestamp": 1670472924907, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/resourceInstances/basic_onboard_eibscx0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-08T04:16:43.632Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T04:16:43.632Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T04:16:43.632Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e7b5ed6-249e-4f43-827d-0d635d839e69", "consumerID": "cds", "timestamp": 1670472914836, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/resourceInstances/basic_onboard_eibscx0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-08T04:16:43.633Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T04:16:43.633Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T04:16:43.633Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e7b5ed6-249e-4f43-827d-0d635d839e69", "consumerID": "multicloud-k8s-id", "timestamp": 1670472917803, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/resourceInstances/basic_onboard_eibscx0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-12-08T04:16:43.633Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T04:16:43.633Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T04:16:43.634Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e7b5ed6-249e-4f43-827d-0d635d839e69", "consumerID": "aai-ml", "timestamp": 1670472918901, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/resourceInstances/basic_onboard_eibscx0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-12-08T04:16:43.634Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T04:16:43.634Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T04:16:43.634Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e7b5ed6-249e-4f43-827d-0d635d839e69", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670472913066, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/resourceInstances/basic_onboard_eibscx0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-12-08T04:16:43.635Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T04:16:43.635Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T04:16:43.635Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e7b5ed6-249e-4f43-827d-0d635d839e69", "consumerID": "ves-openapi-manager", "timestamp": 1670472924907, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/resourceInstances/basic_onboard_eibscx0/artifacts/basic_onboard_eibscx0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-08T04:16:43.635Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T04:16:43.635Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T04:16:43.635Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e7b5ed6-249e-4f43-827d-0d635d839e69", "consumerID": "cds", "timestamp": 1670472914836, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/resourceInstances/basic_onboard_eibscx0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-12-08T04:16:43.636Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T04:16:43.636Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T04:16:43.636Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e7b5ed6-249e-4f43-827d-0d635d839e69", "consumerID": "aai-ml", "timestamp": 1670472918901, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/artifacts/service-BasicOnboardEibscx-template.yml", "status": "NOT_NOTIFIED" } 2022-12-08T04:16:43.637Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T04:16:43.637Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T04:16:43.637Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e7b5ed6-249e-4f43-827d-0d635d839e69", "consumerID": "multicloud-k8s-id", "timestamp": 1670472917803, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/artifacts/service-BasicOnboardEibscx-template.yml", "status": "NOT_NOTIFIED" } 2022-12-08T04:16:43.637Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T04:16:43.638Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T04:16:43.638Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e7b5ed6-249e-4f43-827d-0d635d839e69", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670472913066, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/artifacts/service-BasicOnboardEibscx-template.yml", "status": "NOT_NOTIFIED" } 2022-12-08T04:16:43.638Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T04:16:43.638Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T04:16:43.639Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e7b5ed6-249e-4f43-827d-0d635d839e69", "consumerID": "ves-openapi-manager", "timestamp": 1670472924907, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/resourceInstances/basic_onboard_eibscx0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-12-08T04:16:43.639Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T04:16:43.639Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T04:16:43.640Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e7b5ed6-249e-4f43-827d-0d635d839e69", "consumerID": "cds", "timestamp": 1670472914836, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/artifacts/service-BasicOnboardEibscx-template.yml", "status": "NOT_NOTIFIED" } 2022-12-08T04:16:43.640Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T04:16:43.640Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T04:16:43.641Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e7b5ed6-249e-4f43-827d-0d635d839e69", "consumerID": "aai-ml", "timestamp": 1670472918901, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/artifacts/service-BasicOnboardEibscx-csar.csar", "status": "NOTIFIED" } 2022-12-08T04:16:43.641Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T04:16:43.641Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T04:16:43.642Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e7b5ed6-249e-4f43-827d-0d635d839e69", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670472913066, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/artifacts/service-BasicOnboardEibscx-csar.csar", "status": "NOTIFIED" } 2022-12-08T04:16:43.642Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T04:16:43.642Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T04:16:43.642Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e7b5ed6-249e-4f43-827d-0d635d839e69", "consumerID": "cds", "timestamp": 1670472914836, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/artifacts/service-BasicOnboardEibscx-csar.csar", "status": "NOTIFIED" } 2022-12-08T04:16:43.642Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T04:16:43.643Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T04:16:43.643Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e7b5ed6-249e-4f43-827d-0d635d839e69", "consumerID": "multicloud-k8s-id", "timestamp": 1670472917803, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/artifacts/service-BasicOnboardEibscx-csar.csar", "status": "NOTIFIED" } 2022-12-08T04:16:43.643Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T04:16:43.643Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T04:16:43.643Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e7b5ed6-249e-4f43-827d-0d635d839e69", "consumerID": "ves-openapi-manager", "timestamp": 1670472924907, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/resourceInstances/basic_onboard_eibscx0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-08T04:16:43.644Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T04:16:43.644Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T04:16:43.644Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e7b5ed6-249e-4f43-827d-0d635d839e69", "consumerID": "ves-openapi-manager", "timestamp": 1670472924907, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/resourceInstances/basic_onboard_eibscx0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-12-08T04:16:43.644Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T04:16:43.644Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T04:16:43.644Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e7b5ed6-249e-4f43-827d-0d635d839e69", "consumerID": "multicloud-k8s-id", "timestamp": 1670472929236, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/resourceInstances/basic_onboard_eibscx0/artifacts/basic_onboard_eibscx0_modules.json", "status": "DOWNLOAD_OK" } 2022-12-08T04:16:43.645Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-08T04:16:43.645Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T04:16:43.645Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e7b5ed6-249e-4f43-827d-0d635d839e69", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670472927806, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/artifacts/service-BasicOnboardEibscx-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-08T04:16:43.645Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-08T04:16:43.646Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T04:16:43.646Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e7b5ed6-249e-4f43-827d-0d635d839e69", "consumerID": "aai-ml", "timestamp": 1670472929246, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/artifacts/service-BasicOnboardEibscx-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-08T04:16:43.646Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-08T04:16:43.646Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T04:16:43.646Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e7b5ed6-249e-4f43-827d-0d635d839e69", "consumerID": "cds", "timestamp": 1670472929250, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/artifacts/service-BasicOnboardEibscx-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-08T04:16:43.647Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-08T04:16:43.647Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T04:16:43.647Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e7b5ed6-249e-4f43-827d-0d635d839e69", "consumerID": "ves-openapi-manager", "timestamp": 1670472924907, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/artifacts/service-BasicOnboardEibscx-template.yml", "status": "NOT_NOTIFIED" } 2022-12-08T04:16:43.647Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T04:16:43.648Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T04:16:43.648Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e7b5ed6-249e-4f43-827d-0d635d839e69", "consumerID": "cds", "timestamp": 1670472930259, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/artifacts/service-BasicOnboardEibscx-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-12-08T04:16:43.674Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5e7b5ed6-249e-4f43-827d-0d635d839e69 2022-12-08T04:16:43.675Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5e7b5ed6-249e-4f43-827d-0d635d839e69 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-12-08T04:16:43.686Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T04:16:43.686Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e7b5ed6-249e-4f43-827d-0d635d839e69", "consumerID": "multicloud-k8s-id", "timestamp": 1670472930301, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/resourceInstances/basic_onboard_eibscx0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-12-08T04:16:43.687Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-08T04:16:43.687Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T04:16:43.687Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e7b5ed6-249e-4f43-827d-0d635d839e69", "consumerID": "ves-openapi-manager", "timestamp": 1670472924907, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/artifacts/service-BasicOnboardEibscx-csar.csar", "status": "NOT_NOTIFIED" } 2022-12-08T04:16:43.687Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T04:16:43.687Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T04:16:43.687Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e7b5ed6-249e-4f43-827d-0d635d839e69", "consumerID": "multicloud-k8s-id", "timestamp": 1670472931377, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/resourceInstances/basic_onboard_eibscx0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-12-08T04:16:43.688Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-08T04:16:43.688Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T04:16:43.688Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e7b5ed6-249e-4f43-827d-0d635d839e69", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670472930291, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/artifacts/service-BasicOnboardEibscx-csar.csar", "status": "DEPLOY_OK" } 2022-12-08T04:16:43.688Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-08T04:16:43.688Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T04:16:43.688Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e7b5ed6-249e-4f43-827d-0d635d839e69", "consumerID": "multicloud-k8s-id", "timestamp": 1670472932402, "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-12-08T04:16:43.695Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5e7b5ed6-249e-4f43-827d-0d635d839e69 2022-12-08T04:16:43.695Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5e7b5ed6-249e-4f43-827d-0d635d839e69 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-12-08T04:16:43.710Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T04:16:43.710Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e7b5ed6-249e-4f43-827d-0d635d839e69", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670472931296, "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-12-08T04:16:43.716Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5e7b5ed6-249e-4f43-827d-0d635d839e69 2022-12-08T04:16:43.716Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5e7b5ed6-249e-4f43-827d-0d635d839e69 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-12-08T04:16:43.727Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T04:16:43.728Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e7b5ed6-249e-4f43-827d-0d635d839e69", "consumerID": "multicloud-k8s-id", "timestamp": 1670472933406, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/resourceInstances/basic_onboard_eibscx0/artifacts/basic_onboard_eibscx0_modules.json", "status": "DEPLOY_OK" } 2022-12-08T04:16:43.728Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-08T04:16:43.728Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T04:16:43.728Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e7b5ed6-249e-4f43-827d-0d635d839e69", "consumerID": "aai-ml", "timestamp": 1670472936068, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/artifacts/service-BasicOnboardEibscx-csar.csar", "status": "DEPLOY_OK" } 2022-12-08T04:16:43.729Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-08T04:16:43.729Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T04:16:43.729Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e7b5ed6-249e-4f43-827d-0d635d839e69", "consumerID": "aai-ml", "timestamp": 1670472937077, "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-12-08T04:16:43.735Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5e7b5ed6-249e-4f43-827d-0d635d839e69 2022-12-08T04:16:43.736Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5e7b5ed6-249e-4f43-827d-0d635d839e69 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-12-08T04:17:04.084Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: acbf996b-8c3e-424a-be2e-b8d205873304 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-08T04:17:04.095Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: acbf996b-8c3e-424a-be2e-b8d205873304 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-12-08T04:17:04.098Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-08T04:17:04.098Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-12-08T04:17:04.099Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-12-08T04:17:04.099Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-12-08T04:17:04.099Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-08T04:17:04.099Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-08T04:17:04.099Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-08T04:17:04.099Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-08T04:17:04.099Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-08T04:17:04.099Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||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-12-08T04:17:04.104Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-12-08T04:17:34.105Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: acbf996b-8c3e-424a-be2e-b8d205873304 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-12-08T04:17:34.119Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: acbf996b-8c3e-424a-be2e-b8d205873304 and serviceModelVersionId: e78a03a1-671c-40d4-a599-ea746666b013 2022-12-08T04:17:34.119Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b997d3a5-7702-4b60-8461-9a737180b927 2022-12-08T04:17:42.998Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T04:17:43.001Z||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-12-08T04:17:43.001Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T04:17:48.722Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b997d3a5-7702-4b60-8461-9a737180b927/model-vers/model-ver/e78a03a1-671c-40d4-a599-ea746666b013?depth=0 2022-12-08T04:17:48.859Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2022-12-08T04:17:49.401Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b997d3a5-7702-4b60-8461-9a737180b927/model-vers/model-ver/e78a03a1-671c-40d4-a599-ea746666b013?depth=0|INFO|500||Invoke 2022-12-08T04:17:49.409Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b997d3a5-7702-4b60-8461-9a737180b927/model-vers/model-ver/e78a03a1-671c-40d4-a599-ea746666b013?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b997d3a5-7702-4b60-8461-9a737180b927/model-vers/model-ver/e78a03a1-671c-40d4-a599-ea746666b013?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[acbf996b-8c3e-424a-be2e-b8d205873304], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c261914d-7d2b-49ab-a370-120c2d98d495], X-ECOMP-RequestID=[acbf996b-8c3e-424a-be2e-b8d205873304], X-TransactionId=[], X-ONAP-RequestID=[acbf996b-8c3e-424a-be2e-b8d205873304], Content-Type=[application/merge-patch+json]} 2022-12-08T04:17:49.546Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b997d3a5-7702-4b60-8461-9a737180b927/model-vers/model-ver/e78a03a1-671c-40d4-a599-ea746666b013?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-12-08T04:17:49.839Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b997d3a5-7702-4b60-8461-9a737180b927/model-vers/model-ver/e78a03a1-671c-40d4-a599-ea746666b013?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/b997d3a5-7702-4b60-8461-9a737180b927/model-vers/model-ver/e78a03a1-671c-40d4-a599-ea746666b013?depth=0 has http status code:200 and response headers:{date=[Thu, 08 Dec 2022 04:17:48 GMT], content-length=[0], vertex-id=[336104], x-aai-txid=[0-aai-resources-221208-04:17:48:274-28428], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2022-12-08T04:17:49.841Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b997d3a5-7702-4b60-8461-9a737180b927/model-vers/model-ver/e78a03a1-671c-40d4-a599-ea746666b013?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-12-08T04:17:49.842Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b997d3a5-7702-4b60-8461-9a737180b927/model-vers/model-ver/e78a03a1-671c-40d4-a599-ea746666b013?depth=0|INFO|500||InvokeReturn 2022-12-08T04:17:49.845Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-12-08T04:17:49.846Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||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-12-08T04:17:49.854Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||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-12-08T04:17:49.855Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID acbf996b-8c3e-424a-be2e-b8d205873304 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-12-08T04:17:49.857Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-12-08T04:17:49.857Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-12-08T04:17:49.860Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-08T04:17:49.860Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "acbf996b-8c3e-424a-be2e-b8d205873304", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670473069855, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-12-08T04:17:49.960Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-08T04:17:49.961Z||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-12-08T04:17:49.961Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nDhLkQT76ckaq9yo) ... 2022-12-08T04:17:49.992Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:17:49.993Z||pool-18-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1} 2022-12-08T04:17:50.611Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:17:50.611Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T04:17:50.611Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "acbf996b-8c3e-424a-be2e-b8d205873304", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670473069855, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-12-08T04:17:50.612Z||pool-2-thread-5|||||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-12-08T04:17:50.873Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T04:17:50.874Z|acbf996b-8c3e-424a-be2e-b8d205873304|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-12-08T04:17:50.874Z|acbf996b-8c3e-424a-be2e-b8d205873304|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 nDhLkQT76ckaq9yo) ... 2022-12-08T04:17:55.333Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:17:55.334Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-08T04:17:55.334Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"5e7b5ed6-249e-4f43-827d-0d635d839e69","serviceName":"basic_onboard_EIbSCX","serviceVersion":"1.0","serviceUUID":"68af59a7-4f83-4691-a046-f1702aa5f308","serviceDescription":"service","serviceInvariantUUID":"7366dc3d-8430-4a7c-9e37-8e4af9b447f3","resources":[{"resourceInstanceName":"basic_onboard_EIbSCX 0","resourceName":"basic_onboard_EIbSCX","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"dda6310e-2e5a-40b7-b8af-434718fec96b","resourceInvariantUUID":"c7da876f-2bf3-43bf-98ce-3397306ea4ab","resourceCustomizationUUID":"e275807d-25e8-4aa4-81be-fb1d8864e2b8","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/resourceInstances/basic_onboard_eibscx0/artifacts/vf-license-model.xml","artifactChecksum":"ODEwMmE0MGNjZmMwZGM3NzViZTI5Y2Q5ODc5YzMxMzI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9ce8d631-bcd6-4eb3-82ce-2e092cd1bd98","artifactVersion":"1"},{"artifactName":"basic_onboard_eibscx0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/resourceInstances/basic_onboard_eibscx0/artifacts/basic_onboard_eibscx0_modules.json","artifactChecksum":"NDU4YzE3Y2JjZGUxMDVhNGU3NDRiZTI3ZjBlZTBjZDg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c11b66a2-4498-4c80-86f8-fa2f4c3dbb66","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/resourceInstances/basic_onboard_eibscx0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"073d28ff-1271-4c48-88fb-9da14c17bf8b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/resourceInstances/basic_onboard_eibscx0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"71f2691a-9875-4577-b249-424b08cae4eb","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/resourceInstances/basic_onboard_eibscx0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"40733cd8-6d48-4e7e-846a-da99353a4660","artifactVersion":"2","generatedFromUUID":"073d28ff-1271-4c48-88fb-9da14c17bf8b"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardEibscx-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/artifacts/service-BasicOnboardEibscx-template.yml","artifactChecksum":"MDhkZDU0M2Q2MzQxNzYyMDhkZjQ4N2ViYjI3YWNmOWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"63dc2bb0-20c7-4f4b-a89f-60a8f6cc60ff","artifactVersion":"1"},{"artifactName":"service-BasicOnboardEibscx-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/artifacts/service-BasicOnboardEibscx-csar.csar","artifactChecksum":"Y2JiNzQwZTExY2JlZDZjZjRmMzE5ZGFiMDc2YWQ3Y2Y\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fff8d3e2-7227-4b68-9992-e0d631482bef","artifactVersion":"1"}],"workloadContext":"Production"} 2022-12-08T04:17:55.337Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-08T04:17:55.337Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-12-08T04:17:55.339Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-08T04:17:55.339Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "5e7b5ed6-249e-4f43-827d-0d635d839e69", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670473070873, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/resourceInstances/basic_onboard_eibscx0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-08T04:17:55.439Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-08T04:17:55.441Z||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-12-08T04:17:55.441Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nDhLkQT76ckaq9yo) ... 2022-12-08T04:17:55.481Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:17:55.482Z||pool-19-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1} 2022-12-08T04:17:56.340Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-08T04:17:56.341Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-12-08T04:17:56.343Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-08T04:17:56.343Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "5e7b5ed6-249e-4f43-827d-0d635d839e69", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670473070873, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/resourceInstances/basic_onboard_eibscx0/artifacts/basic_onboard_eibscx0_modules.json", "status": "NOTIFIED" } 2022-12-08T04:17:56.443Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-08T04:17:56.444Z||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-12-08T04:17:56.445Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nDhLkQT76ckaq9yo) ... 2022-12-08T04:17:56.463Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:17:56.464Z||pool-20-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-12-08T04:17:57.344Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-08T04:17:57.345Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-12-08T04:17:57.347Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-08T04:17:57.347Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "5e7b5ed6-249e-4f43-827d-0d635d839e69", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670473070873, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/resourceInstances/basic_onboard_eibscx0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-12-08T04:17:57.447Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-08T04:17:57.448Z||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-12-08T04:17:57.448Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nDhLkQT76ckaq9yo) ... 2022-12-08T04:17:57.464Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:17:57.464Z||pool-21-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-12-08T04:17:58.347Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-08T04:17:58.348Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-12-08T04:17:58.350Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-08T04:17:58.351Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "5e7b5ed6-249e-4f43-827d-0d635d839e69", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670473070873, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/resourceInstances/basic_onboard_eibscx0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-08T04:17:58.451Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-08T04:17:58.452Z||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-12-08T04:17:58.452Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nDhLkQT76ckaq9yo) ... 2022-12-08T04:17:58.462Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:17:58.463Z||pool-22-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-12-08T04:17:59.351Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-08T04:17:59.353Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-12-08T04:17:59.354Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-08T04:17:59.354Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "5e7b5ed6-249e-4f43-827d-0d635d839e69", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670473070873, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/resourceInstances/basic_onboard_eibscx0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-12-08T04:17:59.455Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-08T04:17:59.456Z||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-12-08T04:17:59.456Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nDhLkQT76ckaq9yo) ... 2022-12-08T04:17:59.471Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:17:59.471Z||pool-23-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-12-08T04:18:00.355Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-08T04:18:00.356Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-12-08T04:18:00.358Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-08T04:18:00.359Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "5e7b5ed6-249e-4f43-827d-0d635d839e69", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670473070873, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/artifacts/service-BasicOnboardEibscx-template.yml", "status": "NOT_NOTIFIED" } 2022-12-08T04:18:00.459Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-08T04:18:00.459Z||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-12-08T04:18:00.460Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nDhLkQT76ckaq9yo) ... 2022-12-08T04:18:00.473Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:18:00.473Z||pool-24-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-12-08T04:18:01.359Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-08T04:18:01.360Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-12-08T04:18:01.362Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-08T04:18:01.362Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "5e7b5ed6-249e-4f43-827d-0d635d839e69", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670473070873, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/artifacts/service-BasicOnboardEibscx-csar.csar", "status": "NOTIFIED" } 2022-12-08T04:18:01.463Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-08T04:18:01.464Z||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-12-08T04:18:01.464Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nDhLkQT76ckaq9yo) ... 2022-12-08T04:18:01.475Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:18:01.476Z||pool-25-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-12-08T04:18:02.364Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "5e7b5ed6-249e-4f43-827d-0d635d839e69", "serviceName": "basic_onboard_EIbSCX", "serviceVersion": "1.0", "serviceUUID": "68af59a7-4f83-4691-a046-f1702aa5f308", "serviceDescription": "service", "serviceInvariantUUID": "7366dc3d-8430-4a7c-9e37-8e4af9b447f3", "resources": [ { "resourceInstanceName": "basic_onboard_EIbSCX 0", "resourceCustomizationUUID": "e275807d-25e8-4aa4-81be-fb1d8864e2b8", "resourceName": "basic_onboard_EIbSCX", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "dda6310e-2e5a-40b7-b8af-434718fec96b", "resourceInvariantUUID": "c7da876f-2bf3-43bf-98ce-3397306ea4ab", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_eibscx0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/resourceInstances/basic_onboard_eibscx0/artifacts/basic_onboard_eibscx0_modules.json", "artifactChecksum": "NDU4YzE3Y2JjZGUxMDVhNGU3NDRiZTI3ZjBlZTBjZDg\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "c11b66a2-4498-4c80-86f8-fa2f4c3dbb66", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/resourceInstances/basic_onboard_eibscx0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "073d28ff-1271-4c48-88fb-9da14c17bf8b", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/resourceInstances/basic_onboard_eibscx0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "40733cd8-6d48-4e7e-846a-da99353a4660", "generatedFromUUID": "073d28ff-1271-4c48-88fb-9da14c17bf8b" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/resourceInstances/basic_onboard_eibscx0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "40733cd8-6d48-4e7e-846a-da99353a4660", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardEibscx-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/artifacts/service-BasicOnboardEibscx-csar.csar", "artifactChecksum": "Y2JiNzQwZTExY2JlZDZjZjRmMzE5ZGFiMDc2YWQ3Y2Y\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "fff8d3e2-7227-4b68-9992-e0d631482bef" } ], "workloadContext": "Production" } 2022-12-08T04:18:02.365Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-12-08T04:18:02.365Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 68af59a7-4f83-4691-a046-f1702aa5f308 ASDC 2022-12-08T04:18:02.365Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:5e7b5ed6-249e-4f43-827d-0d635d839e69 ServiceName:basic_onboard_EIbSCX ServiceVersion:1.0 ServiceUUID:68af59a7-4f83-4691-a046-f1702aa5f308 ServiceInvariantUUID:7366dc3d-8430-4a7c-9e37-8e4af9b447f3 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardEibscx-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/artifacts/service-BasicOnboardEibscx-csar.csar ArtifactUUID:fff8d3e2-7227-4b68-9992-e0d631482bef ArtifactChecksum:Y2JiNzQwZTExY2JlZDZjZjRmMzE5ZGFiMDc2YWQ3Y2Y= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_EIbSCX 0 ResourceCustomizationUUID:e275807d-25e8-4aa4-81be-fb1d8864e2b8 ResourceInvariantUUID:c7da876f-2bf3-43bf-98ce-3397306ea4ab ResourceName:basic_onboard_EIbSCX ResourceType:VF ResourceUUID:dda6310e-2e5a-40b7-b8af-434718fec96b ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_eibscx0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/resourceInstances/basic_onboard_eibscx0/artifacts/basic_onboard_eibscx0_modules.json ArtifactUUID:c11b66a2-4498-4c80-86f8-fa2f4c3dbb66 ArtifactChecksum:NDU4YzE3Y2JjZGUxMDVhNGU3NDRiZTI3ZjBlZTBjZDg= 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/BasicOnboardEibscx/1.0/resourceInstances/basic_onboard_eibscx0/artifacts/base_ubuntu18.yaml ArtifactUUID:073d28ff-1271-4c48-88fb-9da14c17bf8b 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/BasicOnboardEibscx/1.0/resourceInstances/basic_onboard_eibscx0/artifacts/base_ubuntu18.env ArtifactUUID:40733cd8-6d48-4e7e-846a-da99353a4660 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/BasicOnboardEibscx/1.0/resourceInstances/basic_onboard_eibscx0/artifacts/base_ubuntu18.env ArtifactUUID:40733cd8-6d48-4e7e-846a-da99353a4660 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-12-08T04:18:02.365Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 68af59a7-4f83-4691-a046-f1702aa5f308 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-12-08T04:18:02.408Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-12-08T04:18:02.409Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-12-08T04:18:02.409Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-12-08T04:18:02.409Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: fff8d3e2-7227-4b68-9992-e0d631482bef from URL: /sdc/v1/catalog/services/BasicOnboardEibscx/1.0/artifacts/service-BasicOnboardEibscx-csar.csar 2022-12-08T04:18:02.409Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-12-08T04:18:02.410Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/artifacts/service-BasicOnboardEibscx-csar.csar 2022-12-08T04:18:02.480Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-12-08T04:18:02.484Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardEibscx/1.0/artifacts/service-BasicOnboardEibscx-csar.csar fff8d3e2-7227-4b68-9992-e0d631482bef 75306 2022-12-08T04:18:02.484Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardEibscx/1.0/artifacts/service-BasicOnboardEibscx-csar.csar ASDC sendASDCNotification 2022-12-08T04:18:02.484Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/artifacts/service-BasicOnboardEibscx-csar.csar 2022-12-08T04:18:02.485Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-08T04:18:02.485Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-12-08T04:18:02.489Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-08T04:18:02.489Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "5e7b5ed6-249e-4f43-827d-0d635d839e69", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670473082484, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/artifacts/service-BasicOnboardEibscx-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-08T04:18:02.588Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-08T04:18:02.588Z||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-12-08T04:18:02.589Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nDhLkQT76ckaq9yo) ... 2022-12-08T04:18:02.599Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:18:02.600Z||pool-26-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-12-08T04:18:03.490Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-12-08T04:18:03.491Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-12-08T04:18:03.491Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: fff8d3e2-7227-4b68-9992-e0d631482bef, URL: /sdc/v1/catalog/services/BasicOnboardEibscx/1.0/artifacts/service-BasicOnboardEibscx-csar.csar to file: /app/ASDC/1/service-BasicOnboardEibscx-csar.csar 2022-12-08T04:18:03.491Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardEibscx-csar.csar 2022-12-08T04:18:03.492Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardEibscx-csar.csar 2022-12-08T04:18:03.492Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardEibscx-csar.csar 2022-12-08T04:18:03.635Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5915418132893103941/Definitions/service-BasicOnboardEibscx-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-12-08T04:18:04.963Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2022-12-08T04:18:04.964Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-12-08T04:18:04.964Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardEibscx-csar.csar 2022-12-08T04:18:04.964Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-12-08T04:18:04.964Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardEibscx-csar.csar 2022-12-08T04:18:04.965Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_EIbSCX 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-BasicOnboardEibscx-csar.csar 2022-12-08T04:18:04.965Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||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-BasicOnboardEibscx-csar.csar 2022-12-08T04:18:04.965Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||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-BasicOnboardEibscx-csar.csar 2022-12-08T04:18:04.965Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||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-BasicOnboardEibscx-csar.csar 2022-12-08T04:18:04.965Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardEibscx-csar.csar 2022-12-08T04:18:04.965Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||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-BasicOnboardEibscx-csar.csar 2022-12-08T04:18:04.965Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-12-08T04:18:04.966Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T04:18:04.966Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_EIbSCX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-12-08T04:18:04.966Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_EIbSCX 0 is matching search criteria 2022-12-08T04:18:04.966Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-12-08T04:18:04.966Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_EIbSCX 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-12-08T04:18:04.967Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T04:18:04.967Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_EIbSCX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-12-08T04:18:04.967Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_EIbSCX 0 is matching search criteria 2022-12-08T04:18:04.967Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-12-08T04:18:04.967Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_EIbSCX 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-12-08T04:18:04.967Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T04:18:04.968Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_EIbSCX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-08T04:18:04.968Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T04:18:04.968Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_EIbSCX 0 is not matching search criteria 2022-12-08T04:18:04.968Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2022-12-08T04:18:04.968Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2022-12-08T04:18:04.968Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2022-12-08T04:18:04.969Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-12-08T04:18:04.969Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-12-08T04:18:04.969Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T04:18:04.969Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_EIbSCX is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-12-08T04:18:04.969Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T04:18:04.970Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_EIbSCX 0 is matching search criteria 2022-12-08T04:18:04.970Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_EIbSCX 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-08T04:18:04.970Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T04:18:04.970Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_EIbSCX 0 is matching search criteria 2022-12-08T04:18:04.970Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_EIbSCX 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-08T04:18:04.971Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T04:18:04.971Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_EIbSCX 0 is matching search criteria 2022-12-08T04:18:04.971Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_EIbSCX 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-08T04:18:04.971Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T04:18:04.971Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_EIbSCX 0 is not matching search criteria 2022-12-08T04:18:04.972Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-12-08T04:18:04.972Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-12-08T04:18:04.972Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=88b89a65-da33-4c35-8aa9-a8cfa5f96153 2022-12-08T04:18:04.972Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T04:18:04.972Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_EIbSCX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-12-08T04:18:04.972Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T04:18:04.973Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_EIbSCX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-12-08T04:18:04.973Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T04:18:04.973Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_EIbSCX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-08T04:18:04.973Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T04:18:04.973Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_EIbSCX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-12-08T04:18:04.974Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_EIbSCX Description:service Model UUID:68af59a7-4f83-4691-a046-f1702aa5f308 Model Version:NULL Model InvariantUuid:7366dc3d-8430-4a7c-9e37-8e4af9b447f3 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_EIbSCX Model UUID:13645f3b-d5f1-4365-ac09-c1093223cedd Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:c7da876f-2bf3-43bf-98ce-3397306ea4ab Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:e275807d-25e8-4aa4-81be-fb1d8864e2b8 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:e4b61295-2780-4a32-8c46-51e28eb24004 ModelName:BasicOnboardEibscx..base_ubuntu18..module-0 ModelUuid:4cb320c9-882f-4cf7-a22d-0ee9dcbe1bb8 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:88b89a65-da33-4c35-8aa9-a8cfa5f96153 ModelInvariantUuid:b342cc97-e6f4-40c9-9194-a2ca65f60237 ModelName:basic_onboard_EIbSCX-nodes.ubuntu18Cvfc ModelUuid:4dcb50da-33c7-4464-9de9-3d755be0f31f ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:e2a3a83e-ef6f-4003-acb9-08fb39ceafb7 ModelInvariantUuid:f9702720-de74-4c05-a252-d8a876d30e5c ModelName:BasicOnboardEibscx.compute.nodes.heat.ubuntu18 ModelUuid:2efe1555-a997-42a4-8089-bd1142c67619 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-12-08T04:18:04.979Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: dda6310e-2e5a-40b7-b8af-434718fec96b 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-12-08T04:18:04.981Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500||basic_onboard_EIbSCX 0 2022-12-08T04:18:04.981Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: dda6310e-2e5a-40b7-b8af-434718fec96b 2022-12-08T04:18:04.981Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: c11b66a2-4498-4c80-86f8-fa2f4c3dbb66 from URL: /sdc/v1/catalog/services/BasicOnboardEibscx/1.0/resourceInstances/basic_onboard_eibscx0/artifacts/basic_onboard_eibscx0_modules.json 2022-12-08T04:18:04.981Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-12-08T04:18:04.981Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/resourceInstances/basic_onboard_eibscx0/artifacts/basic_onboard_eibscx0_modules.json 2022-12-08T04:18:05.049Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-12-08T04:18:05.050Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardEibscx/1.0/resourceInstances/basic_onboard_eibscx0/artifacts/basic_onboard_eibscx0_modules.json c11b66a2-4498-4c80-86f8-fa2f4c3dbb66 798 2022-12-08T04:18:05.050Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardEibscx/1.0/resourceInstances/basic_onboard_eibscx0/artifacts/basic_onboard_eibscx0_modules.json ASDC sendASDCNotification 2022-12-08T04:18:05.050Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/resourceInstances/basic_onboard_eibscx0/artifacts/basic_onboard_eibscx0_modules.json 2022-12-08T04:18:05.051Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-08T04:18:05.051Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-12-08T04:18:05.053Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-08T04:18:05.053Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "5e7b5ed6-249e-4f43-827d-0d635d839e69", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670473085050, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/resourceInstances/basic_onboard_eibscx0/artifacts/basic_onboard_eibscx0_modules.json", "status": "DOWNLOAD_OK" } 2022-12-08T04:18:05.153Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-08T04:18:05.154Z||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-12-08T04:18:05.154Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nDhLkQT76ckaq9yo) ... 2022-12-08T04:18:05.165Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:18:05.165Z||pool-27-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2022-12-08T04:18:06.054Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardEibscx..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "e4b61295-2780-4a32-8c46-51e28eb24004", "vfModuleModelVersion": "1", "vfModuleModelUUID": "4cb320c9-882f-4cf7-a22d-0ee9dcbe1bb8", "vfModuleModelCustomizationUUID": "9dadfac7-0776-47eb-a103-db071b5221c3", "isBase": true, "artifacts": [ "073d28ff-1271-4c48-88fb-9da14c17bf8b", "40733cd8-6d48-4e7e-846a-da99353a4660" ], "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-12-08T04:18:06.060Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardEibscx..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:4cb320c9-882f-4cf7-a22d-0ee9dcbe1bb8 VfModuleModelInvariantUUID:e4b61295-2780-4a32-8c46-51e28eb24004 VfModuleModelDescription:NULL Artifacts UUID List:{ 073d28ff-1271-4c48-88fb-9da14c17bf8b , 40733cd8-6d48-4e7e-846a-da99353a4660 } 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-12-08T04:18:06.063Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardEibscx..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "e4b61295-2780-4a32-8c46-51e28eb24004", "vfModuleModelVersion": "1", "vfModuleModelUUID": "4cb320c9-882f-4cf7-a22d-0ee9dcbe1bb8", "vfModuleModelCustomizationUUID": "9dadfac7-0776-47eb-a103-db071b5221c3", "isBase": true, "artifacts": [ "073d28ff-1271-4c48-88fb-9da14c17bf8b", "40733cd8-6d48-4e7e-846a-da99353a4660" ], "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-12-08T04:18:06.063Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardEibscx..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:4cb320c9-882f-4cf7-a22d-0ee9dcbe1bb8 VfModuleModelInvariantUUID:e4b61295-2780-4a32-8c46-51e28eb24004 VfModuleModelDescription:NULL Artifacts UUID List:{ 073d28ff-1271-4c48-88fb-9da14c17bf8b , 40733cd8-6d48-4e7e-846a-da99353a4660 } 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-12-08T04:18:06.064Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 073d28ff-1271-4c48-88fb-9da14c17bf8b from URL: /sdc/v1/catalog/services/BasicOnboardEibscx/1.0/resourceInstances/basic_onboard_eibscx0/artifacts/base_ubuntu18.yaml 2022-12-08T04:18:06.064Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-12-08T04:18:06.064Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/resourceInstances/basic_onboard_eibscx0/artifacts/base_ubuntu18.yaml 2022-12-08T04:18:06.113Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-12-08T04:18:06.113Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardEibscx/1.0/resourceInstances/basic_onboard_eibscx0/artifacts/base_ubuntu18.yaml 073d28ff-1271-4c48-88fb-9da14c17bf8b 5033 2022-12-08T04:18:06.114Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardEibscx/1.0/resourceInstances/basic_onboard_eibscx0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-12-08T04:18:06.114Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/resourceInstances/basic_onboard_eibscx0/artifacts/base_ubuntu18.yaml 2022-12-08T04:18:06.115Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-08T04:18:06.115Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-12-08T04:18:06.118Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-08T04:18:06.118Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "5e7b5ed6-249e-4f43-827d-0d635d839e69", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670473086114, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/resourceInstances/basic_onboard_eibscx0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-12-08T04:18:06.218Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-08T04:18:06.219Z||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-12-08T04:18:06.219Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nDhLkQT76ckaq9yo) ... 2022-12-08T04:18:06.235Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:18:06.235Z||pool-28-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-12-08T04:18:07.119Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 40733cd8-6d48-4e7e-846a-da99353a4660 from URL: /sdc/v1/catalog/services/BasicOnboardEibscx/1.0/resourceInstances/basic_onboard_eibscx0/artifacts/base_ubuntu18.env 2022-12-08T04:18:07.120Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-12-08T04:18:07.121Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/resourceInstances/basic_onboard_eibscx0/artifacts/base_ubuntu18.env 2022-12-08T04:18:07.167Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-12-08T04:18:07.168Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardEibscx/1.0/resourceInstances/basic_onboard_eibscx0/artifacts/base_ubuntu18.env 40733cd8-6d48-4e7e-846a-da99353a4660 909 2022-12-08T04:18:07.168Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardEibscx/1.0/resourceInstances/basic_onboard_eibscx0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-12-08T04:18:07.168Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/resourceInstances/basic_onboard_eibscx0/artifacts/base_ubuntu18.env 2022-12-08T04:18:07.168Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-08T04:18:07.169Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-12-08T04:18:07.171Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-08T04:18:07.171Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "5e7b5ed6-249e-4f43-827d-0d635d839e69", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670473087168, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/resourceInstances/basic_onboard_eibscx0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-12-08T04:18:07.271Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-08T04:18:07.272Z||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-12-08T04:18:07.272Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nDhLkQT76ckaq9yo) ... 2022-12-08T04:18:07.284Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:18:07.285Z||pool-29-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-12-08T04:18:08.172Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 68af59a7-4f83-4691-a046-f1702aa5f308 2022-12-08T04:18:08.172Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_EIbSCX 0 dda6310e-2e5a-40b7-b8af-434718fec96b 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-12-08T04:18:08.183Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1f6d5988, org.onap.sdc.toscaparser.api.parameters.Input@ce5be69, org.onap.sdc.toscaparser.api.parameters.Input@34bf65cf, org.onap.sdc.toscaparser.api.parameters.Input@d4a3f48, org.onap.sdc.toscaparser.api.parameters.Input@781e8670] 2022-12-08T04:18:08.184Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T04:18:08.184Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_EIbSCX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-08T04:18:08.184Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 2022-12-08T04:18:08.185Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= e275807d-25e8-4aa4-81be-fb1d8864e2b8 2022-12-08T04:18:08.185Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e275807d-25e8-4aa4-81be-fb1d8864e2b8 matches Tosca VF Customization UUID: e275807d-25e8-4aa4-81be-fb1d8864e2b8 2022-12-08T04:18:08.185Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: e275807d-25e8-4aa4-81be-fb1d8864e2b8 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-12-08T04:18:08.186Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T04:18:08.186Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_EIbSCX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-12-08T04:18:08.187Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id e275807d-25e8-4aa4-81be-fb1d8864e2b8: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2022-12-08T04:18:08.187Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4a1b23e2 2022-12-08T04:18:08.187Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T04:18:08.188Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_EIbSCX is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-12-08T04:18:08.188Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 9dadfac7-0776-47eb-a103-db071b5221c3 2022-12-08T04:18:08.188Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 9dadfac7-0776-47eb-a103-db071b5221c3 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-12-08T04:18:08.190Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T04:18:08.190Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_EIbSCX 0 is matching search criteria 2022-12-08T04:18:08.190Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_EIbSCX 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-08T04:18:08.190Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T04:18:08.190Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_EIbSCX 0 is matching search criteria 2022-12-08T04:18:08.191Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_EIbSCX 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-08T04:18:08.191Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T04:18:08.191Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_EIbSCX 0 is not matching search criteria 2022-12-08T04:18:08.191Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-12-08T04:18:08.191Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-12-08T04:18:08.192Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=88b89a65-da33-4c35-8aa9-a8cfa5f96153 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-12-08T04:18:08.193Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T04:18:08.193Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_EIbSCX 0 is matching search criteria 2022-12-08T04:18:08.193Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_EIbSCX 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-08T04:18:08.193Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T04:18:08.193Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_EIbSCX 0 is matching search criteria 2022-12-08T04:18:08.194Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_EIbSCX 0] matching following query criteria: sdcType=VF, customizationUUID=e275807d-25e8-4aa4-81be-fb1d8864e2b8 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-12-08T04:18:08.195Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T04:18:08.195Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_EIbSCX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-12-08T04:18:08.195Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 68af59a7-4f83-4691-a046-f1702aa5f308: basic_onboard_EIbSCX 2022-12-08T04:18:08.195Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T04:18:08.195Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_EIbSCX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-12-08T04:18:08.196Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T04:18:08.196Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_EIbSCX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-12-08T04:18:08.196Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T04:18:08.196Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_EIbSCX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-12-08T04:18:08.196Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T04:18:08.197Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_EIbSCX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-12-08T04:18:08.197Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T04:18:08.197Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_EIbSCX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-12-08T04:18:08.197Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500||Saving Service: basic_onboard_EIbSCX 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-12-08T04:18:08.254Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_EIbSCX dda6310e-2e5a-40b7-b8af-434718fec96b 1 ASDC deployResourceStructure 2022-12-08T04:18:08.254Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardEibscx/1.0/resourceInstances/basic_onboard_eibscx0/artifacts/basic_onboard_eibscx0_modules.json ASDC sendASDCNotification 2022-12-08T04:18:08.255Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/resourceInstances/basic_onboard_eibscx0/artifacts/basic_onboard_eibscx0_modules.json 2022-12-08T04:18:08.255Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-08T04:18:08.255Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-12-08T04:18:08.257Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-08T04:18:08.257Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "5e7b5ed6-249e-4f43-827d-0d635d839e69", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670473088254, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/resourceInstances/basic_onboard_eibscx0/artifacts/basic_onboard_eibscx0_modules.json", "status": "DEPLOY_OK" } 2022-12-08T04:18:08.357Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-08T04:18:08.358Z||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-12-08T04:18:08.358Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nDhLkQT76ckaq9yo) ... 2022-12-08T04:18:08.368Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:18:08.368Z||pool-30-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-12-08T04:18:09.257Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardEibscx/1.0/resourceInstances/basic_onboard_eibscx0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-12-08T04:18:09.258Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/resourceInstances/basic_onboard_eibscx0/artifacts/base_ubuntu18.yaml 2022-12-08T04:18:09.258Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-08T04:18:09.259Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-12-08T04:18:09.261Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-08T04:18:09.261Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "5e7b5ed6-249e-4f43-827d-0d635d839e69", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670473089257, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/resourceInstances/basic_onboard_eibscx0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-12-08T04:18:09.361Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-08T04:18:09.362Z||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-12-08T04:18:09.362Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nDhLkQT76ckaq9yo) ... 2022-12-08T04:18:09.375Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:18:09.375Z||pool-31-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-12-08T04:18:10.262Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardEibscx/1.0/resourceInstances/basic_onboard_eibscx0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-12-08T04:18:10.262Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/resourceInstances/basic_onboard_eibscx0/artifacts/base_ubuntu18.env 2022-12-08T04:18:10.263Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-08T04:18:10.263Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-12-08T04:18:10.265Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-08T04:18:10.265Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "5e7b5ed6-249e-4f43-827d-0d635d839e69", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670473090262, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/resourceInstances/basic_onboard_eibscx0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-12-08T04:18:10.365Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-08T04:18:10.367Z||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-12-08T04:18:10.367Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nDhLkQT76ckaq9yo) ... 2022-12-08T04:18:10.382Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:18:10.383Z||pool-32-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-12-08T04:18:11.266Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardEibscx/1.0/artifacts/service-BasicOnboardEibscx-csar.csar ASDC sendASDCNotification 2022-12-08T04:18:11.267Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/artifacts/service-BasicOnboardEibscx-csar.csar 2022-12-08T04:18:11.267Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-08T04:18:11.267Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-12-08T04:18:11.269Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-08T04:18:11.269Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "5e7b5ed6-249e-4f43-827d-0d635d839e69", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670473091266, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/artifacts/service-BasicOnboardEibscx-csar.csar", "status": "DEPLOY_OK" } 2022-12-08T04:18:11.369Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-08T04:18:11.371Z||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-12-08T04:18:11.371Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nDhLkQT76ckaq9yo) ... 2022-12-08T04:18:11.383Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:18:11.384Z||pool-33-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-12-08T04:18:12.271Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5e7b5ed6-249e-4f43-827d-0d635d839e69 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-08T04:18:12.285Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5e7b5ed6-249e-4f43-827d-0d635d839e69 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-12-08T04:18:12.290Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-08T04:18:12.290Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-12-08T04:18:12.290Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-12-08T04:18:12.291Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-12-08T04:18:12.291Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-08T04:18:12.291Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-08T04:18:12.292Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-08T04:18:12.292Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-08T04:18:12.292Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-08T04:18:12.292Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||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-12-08T04:18:12.299Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-12-08T04:18:42.299Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5e7b5ed6-249e-4f43-827d-0d635d839e69 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-12-08T04:18:42.309Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5e7b5ed6-249e-4f43-827d-0d635d839e69 and serviceModelVersionId: 68af59a7-4f83-4691-a046-f1702aa5f308 2022-12-08T04:18:42.309Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7366dc3d-8430-4a7c-9e37-8e4af9b447f3 2022-12-08T04:18:42.310Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7366dc3d-8430-4a7c-9e37-8e4af9b447f3/model-vers/model-ver/68af59a7-4f83-4691-a046-f1702aa5f308?depth=0 2022-12-08T04:18:42.314Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2022-12-08T04:18:42.366Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7366dc3d-8430-4a7c-9e37-8e4af9b447f3/model-vers/model-ver/68af59a7-4f83-4691-a046-f1702aa5f308?depth=0|INFO|500||Invoke 2022-12-08T04:18:42.366Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7366dc3d-8430-4a7c-9e37-8e4af9b447f3/model-vers/model-ver/68af59a7-4f83-4691-a046-f1702aa5f308?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7366dc3d-8430-4a7c-9e37-8e4af9b447f3/model-vers/model-ver/68af59a7-4f83-4691-a046-f1702aa5f308?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[5e7b5ed6-249e-4f43-827d-0d635d839e69], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e261521f-4095-426d-90c9-f2623344f5b2], X-ECOMP-RequestID=[5e7b5ed6-249e-4f43-827d-0d635d839e69], X-TransactionId=[], X-ONAP-RequestID=[5e7b5ed6-249e-4f43-827d-0d635d839e69], Content-Type=[application/merge-patch+json]} 2022-12-08T04:18:42.402Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7366dc3d-8430-4a7c-9e37-8e4af9b447f3/model-vers/model-ver/68af59a7-4f83-4691-a046-f1702aa5f308?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-12-08T04:18:42.520Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7366dc3d-8430-4a7c-9e37-8e4af9b447f3/model-vers/model-ver/68af59a7-4f83-4691-a046-f1702aa5f308?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/7366dc3d-8430-4a7c-9e37-8e4af9b447f3/model-vers/model-ver/68af59a7-4f83-4691-a046-f1702aa5f308?depth=0 has http status code:200 and response headers:{date=[Thu, 08 Dec 2022 04:18:41 GMT], content-length=[0], vertex-id=[422104], x-aai-txid=[2-aai-resources-221208-04:18:41:124-5873], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2022-12-08T04:18:42.521Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7366dc3d-8430-4a7c-9e37-8e4af9b447f3/model-vers/model-ver/68af59a7-4f83-4691-a046-f1702aa5f308?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-12-08T04:18:42.522Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7366dc3d-8430-4a7c-9e37-8e4af9b447f3/model-vers/model-ver/68af59a7-4f83-4691-a046-f1702aa5f308?depth=0|INFO|500||InvokeReturn 2022-12-08T04:18:42.522Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-12-08T04:18:42.523Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||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-12-08T04:18:42.528Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||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-12-08T04:18:42.528Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5e7b5ed6-249e-4f43-827d-0d635d839e69 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-12-08T04:18:42.528Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-12-08T04:18:42.529Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-12-08T04:18:42.531Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-08T04:18:42.531Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "5e7b5ed6-249e-4f43-827d-0d635d839e69", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670473122528, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-12-08T04:18:42.631Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-08T04:18:42.632Z||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-12-08T04:18:42.632Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nDhLkQT76ckaq9yo) ... 2022-12-08T04:18:42.647Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:18:42.648Z||pool-34-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-12-08T04:18:42.983Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T04:18:42.984Z||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-12-08T04:18:42.984Z||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 nDhLkQT76ckaq9yo) ... Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-08T04:18:43.544Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T04:18:43.544Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|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-12-08T04:18:43.545Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|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 nDhLkQT76ckaq9yo) ... 2022-12-08T04:18:43.616Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:18:43.617Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T04:18:43.617Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e7b5ed6-249e-4f43-827d-0d635d839e69", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670473070873, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/resourceInstances/basic_onboard_eibscx0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-08T04:18:43.618Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T04:18:43.618Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T04:18:43.618Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e7b5ed6-249e-4f43-827d-0d635d839e69", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670473070873, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/resourceInstances/basic_onboard_eibscx0/artifacts/basic_onboard_eibscx0_modules.json", "status": "NOTIFIED" } 2022-12-08T04:18:43.618Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T04:18:43.619Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T04:18:43.619Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e7b5ed6-249e-4f43-827d-0d635d839e69", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670473070873, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/resourceInstances/basic_onboard_eibscx0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-12-08T04:18:43.619Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T04:18:43.619Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T04:18:43.619Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e7b5ed6-249e-4f43-827d-0d635d839e69", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670473070873, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/resourceInstances/basic_onboard_eibscx0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-08T04:18:43.619Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T04:18:43.619Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T04:18:43.619Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e7b5ed6-249e-4f43-827d-0d635d839e69", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670473070873, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/resourceInstances/basic_onboard_eibscx0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-12-08T04:18:43.620Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T04:18:43.620Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T04:18:43.620Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e7b5ed6-249e-4f43-827d-0d635d839e69", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670473070873, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/artifacts/service-BasicOnboardEibscx-template.yml", "status": "NOT_NOTIFIED" } 2022-12-08T04:18:43.620Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T04:18:43.620Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T04:18:43.620Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e7b5ed6-249e-4f43-827d-0d635d839e69", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670473070873, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/artifacts/service-BasicOnboardEibscx-csar.csar", "status": "NOTIFIED" } 2022-12-08T04:18:43.620Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T04:18:43.620Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T04:18:43.620Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e7b5ed6-249e-4f43-827d-0d635d839e69", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670473082484, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/artifacts/service-BasicOnboardEibscx-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-08T04:18:43.620Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-08T04:18:43.621Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T04:18:43.621Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e7b5ed6-249e-4f43-827d-0d635d839e69", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670473085050, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/resourceInstances/basic_onboard_eibscx0/artifacts/basic_onboard_eibscx0_modules.json", "status": "DOWNLOAD_OK" } 2022-12-08T04:18:43.621Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-08T04:18:43.621Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T04:18:43.621Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e7b5ed6-249e-4f43-827d-0d635d839e69", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670473086114, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/resourceInstances/basic_onboard_eibscx0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-12-08T04:18:43.621Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-08T04:18:43.621Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T04:18:43.621Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e7b5ed6-249e-4f43-827d-0d635d839e69", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670473087168, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/resourceInstances/basic_onboard_eibscx0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-12-08T04:18:43.621Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-08T04:18:43.622Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T04:18:43.622Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e7b5ed6-249e-4f43-827d-0d635d839e69", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670473088254, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/resourceInstances/basic_onboard_eibscx0/artifacts/basic_onboard_eibscx0_modules.json", "status": "DEPLOY_OK" } 2022-12-08T04:18:43.622Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-08T04:18:43.622Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T04:18:43.622Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e7b5ed6-249e-4f43-827d-0d635d839e69", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670473089257, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/resourceInstances/basic_onboard_eibscx0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-12-08T04:18:43.622Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-08T04:18:43.622Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T04:18:43.622Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e7b5ed6-249e-4f43-827d-0d635d839e69", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670473090262, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/resourceInstances/basic_onboard_eibscx0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-12-08T04:18:43.622Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-08T04:18:43.623Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T04:18:43.623Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e7b5ed6-249e-4f43-827d-0d635d839e69", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670473091266, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/artifacts/service-BasicOnboardEibscx-csar.csar", "status": "DEPLOY_OK" } 2022-12-08T04:18:43.623Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-08T04:18:43.623Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T04:18:43.623Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e7b5ed6-249e-4f43-827d-0d635d839e69", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670473122528, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-12-08T04:18:43.623Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-08T04:18:53.117Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:18:53.118Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T04:18:53.119Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|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-12-08T04:18:53.119Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|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 nDhLkQT76ckaq9yo) ... 2022-12-08T04:19:02.664Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:19:02.665Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T04:19:02.666Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|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-12-08T04:19:02.666Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|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 nDhLkQT76ckaq9yo) ... 2022-12-08T04:19:12.226Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:19:42.980Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T04:19:42.981Z||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-12-08T04:19:42.981Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T04:19:42.982Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T04:19:42.983Z||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-12-08T04:19:42.983Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T04:19:52.536Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:19:52.537Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:20:42.980Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T04:20:42.981Z||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-12-08T04:20:42.981Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T04:20:42.983Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T04:20:42.983Z||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-12-08T04:20:42.983Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T04:20:52.542Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:20:52.542Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:21:42.979Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T04:21:42.980Z||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-12-08T04:21:42.980Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T04:21:42.983Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T04:21:42.984Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|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-12-08T04:21:42.984Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|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 nDhLkQT76ckaq9yo) ... 2022-12-08T04:21:52.532Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:21:52.532Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:22:42.980Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T04:22:42.981Z||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-12-08T04:22:42.981Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T04:22:42.982Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T04:22:42.983Z||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-12-08T04:22:42.983Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T04:22:52.538Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:22:52.556Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:23:42.980Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T04:23:42.981Z||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-12-08T04:23:42.982Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T04:23:42.982Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T04:23:42.983Z||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-12-08T04:23:42.983Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T04:23:52.532Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:23:52.544Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:24:42.980Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T04:24:42.981Z||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-12-08T04:24:42.981Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T04:24:42.983Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T04:24:42.984Z||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-12-08T04:24:42.984Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T04:24:52.539Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:24:52.541Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:25:42.980Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T04:25:42.981Z||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-12-08T04:25:42.981Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T04:25:42.983Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T04:25:42.983Z||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-12-08T04:25:42.983Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T04:25:52.555Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:25:52.556Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:26:42.979Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T04:26:42.980Z||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-12-08T04:26:42.980Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T04:26:42.982Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T04:26:42.983Z||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-12-08T04:26:42.983Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T04:26:52.544Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:26:52.544Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:27:42.980Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T04:27:42.981Z||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-12-08T04:27:42.981Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T04:27:42.982Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T04:27:42.983Z||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-12-08T04:27:42.983Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T04:27:52.534Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:27:52.537Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:28:42.980Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T04:28:42.980Z||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-12-08T04:28:42.980Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T04:28:42.983Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T04:28:42.983Z||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-12-08T04:28:42.983Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T04:28:52.531Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:28:52.531Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:29:42.979Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T04:29:42.980Z||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-12-08T04:29:42.980Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T04:29:42.982Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T04:29:42.983Z||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-12-08T04:29:42.983Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T04:29:43.115Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:29:43.117Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-12-08T04:29:43.117Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cd6b268-7f4e-450c-8554-f366391da1fa", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670473753067, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-12-08T04:29:43.119Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-12-08T04:29:43.120Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-12-08T04:29:43.120Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cd6b268-7f4e-450c-8554-f366391da1fa", "consumerID": "cds", "timestamp": 1670473754838, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-12-08T04:29:43.120Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-12-08T04:29:43.120Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-12-08T04:29:43.120Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cd6b268-7f4e-450c-8554-f366391da1fa", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670473753067, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-12-08T04:29:43.121Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-12-08T04:29:43.121Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-12-08T04:29:43.121Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cd6b268-7f4e-450c-8554-f366391da1fa", "consumerID": "cds", "timestamp": 1670473754838, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-12-08T04:29:43.121Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-12-08T04:29:43.121Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-12-08T04:29:43.121Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cd6b268-7f4e-450c-8554-f366391da1fa", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670473755868, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-08T04:29:43.121Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-08T04:29:43.122Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-12-08T04:29:43.122Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cd6b268-7f4e-450c-8554-f366391da1fa", "consumerID": "cds", "timestamp": 1670473757620, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-08T04:29:43.122Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-08T04:29:43.122Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-12-08T04:29:43.122Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cd6b268-7f4e-450c-8554-f366391da1fa", "consumerID": "multicloud-k8s-id", "timestamp": 1670473757802, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-12-08T04:29:43.122Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-12-08T04:29:43.123Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-12-08T04:29:43.123Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cd6b268-7f4e-450c-8554-f366391da1fa", "consumerID": "cds", "timestamp": 1670473758633, "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-12-08T04:29:43.149Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1cd6b268-7f4e-450c-8554-f366391da1fa 2022-12-08T04:29:43.150Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1cd6b268-7f4e-450c-8554-f366391da1fa 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-12-08T04:29:43.165Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-12-08T04:29:43.165Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cd6b268-7f4e-450c-8554-f366391da1fa", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670473757669, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-12-08T04:29:43.165Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-08T04:29:43.165Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-12-08T04:29:43.165Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cd6b268-7f4e-450c-8554-f366391da1fa", "consumerID": "multicloud-k8s-id", "timestamp": 1670473757802, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-12-08T04:29:43.166Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-12-08T04:29:43.166Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-12-08T04:29:43.166Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cd6b268-7f4e-450c-8554-f366391da1fa", "consumerID": "aai-ml", "timestamp": 1670473758901, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-12-08T04:29:43.166Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-12-08T04:29:43.166Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-12-08T04:29:43.166Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cd6b268-7f4e-450c-8554-f366391da1fa", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670473758674, "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-12-08T04:29:43.172Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1cd6b268-7f4e-450c-8554-f366391da1fa 2022-12-08T04:29:43.172Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1cd6b268-7f4e-450c-8554-f366391da1fa 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-12-08T04:29:43.184Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-12-08T04:29:43.184Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cd6b268-7f4e-450c-8554-f366391da1fa", "consumerID": "aai-ml", "timestamp": 1670473758901, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-12-08T04:29:43.184Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-12-08T04:29:43.184Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-12-08T04:29:43.184Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cd6b268-7f4e-450c-8554-f366391da1fa", "consumerID": "aai-ml", "timestamp": 1670473761682, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-08T04:29:43.185Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-08T04:29:43.185Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-12-08T04:29:43.185Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cd6b268-7f4e-450c-8554-f366391da1fa", "consumerID": "ves-openapi-manager", "timestamp": 1670473764907, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-12-08T04:29:43.185Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-12-08T04:29:43.185Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-12-08T04:29:43.185Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cd6b268-7f4e-450c-8554-f366391da1fa", "consumerID": "aai-ml", "timestamp": 1670473765804, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-12-08T04:29:43.185Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-08T04:29:43.185Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-12-08T04:29:43.185Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cd6b268-7f4e-450c-8554-f366391da1fa", "consumerID": "ves-openapi-manager", "timestamp": 1670473764907, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2022-12-08T04:29:43.185Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-12-08T04:29:43.186Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-12-08T04:29:43.186Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cd6b268-7f4e-450c-8554-f366391da1fa", "consumerID": "aai-ml", "timestamp": 1670473766808, "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-12-08T04:29:43.191Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1cd6b268-7f4e-450c-8554-f366391da1fa 2022-12-08T04:29:43.191Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1cd6b268-7f4e-450c-8554-f366391da1fa 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-12-08T04:29:43.613Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:29:43.614Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-08T04:29:43.615Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"1cd6b268-7f4e-450c-8554-f366391da1fa","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"9e979fbf-f1af-4fbe-a6b3-7240b97c4c37","serviceDescription":"service","serviceInvariantUUID":"cb11b945-05df-4f41-9d18-728932f89170","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"8e778ffd-1523-4455-ba7f-75684f85f0b2","resourceInvariantUUID":"76175e35-2dd3-4c04-9d3f-5194a6b8781e","resourceCustomizationUUID":"f82c2086-0cee-4884-b5a4-65b0e9100eea","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":"OTZhNzBiMzQwNWFiMDViYmRlZTVmMGViYzdmZTQ1Yzc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1382d9eb-5f83-4fc4-a865-ce542ab3730f","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZTljYTMwZGRjMGU4OWViNTQ0MmY1YTdlZmQ4OWJmNmQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5ee2fa47-92bb-47b9-941d-d9ccddf3e31f","artifactVersion":"1"}],"workloadContext":"Production"} 2022-12-08T04:29:43.619Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-08T04:29:43.619Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-12-08T04:29:43.622Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-08T04:29:43.622Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "1cd6b268-7f4e-450c-8554-f366391da1fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670473782979, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-12-08T04:29:43.726Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms 2022-12-08T04:29:43.727Z||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-12-08T04:29:43.727Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nDhLkQT76ckaq9yo) ... 2022-12-08T04:29:43.740Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:29:43.741Z||pool-35-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-12-08T04:29:44.623Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-08T04:29:44.624Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-12-08T04:29:44.626Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-08T04:29:44.626Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "1cd6b268-7f4e-450c-8554-f366391da1fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670473782979, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-12-08T04:29:44.726Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-08T04:29:44.727Z||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-12-08T04:29:44.727Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nDhLkQT76ckaq9yo) ... 2022-12-08T04:29:44.744Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:29:44.745Z||pool-36-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-12-08T04:29:45.627Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "1cd6b268-7f4e-450c-8554-f366391da1fa", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "9e979fbf-f1af-4fbe-a6b3-7240b97c4c37", "serviceDescription": "service", "serviceInvariantUUID": "cb11b945-05df-4f41-9d18-728932f89170", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "f82c2086-0cee-4884-b5a4-65b0e9100eea", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "8e778ffd-1523-4455-ba7f-75684f85f0b2", "resourceInvariantUUID": "76175e35-2dd3-4c04-9d3f-5194a6b8781e", "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": "ZTljYTMwZGRjMGU4OWViNTQ0MmY1YTdlZmQ4OWJmNmQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "5ee2fa47-92bb-47b9-941d-d9ccddf3e31f" } ], "workloadContext": "Production" } 2022-12-08T04:29:45.627Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-12-08T04:29:45.627Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 9e979fbf-f1af-4fbe-a6b3-7240b97c4c37 ASDC 2022-12-08T04:29:45.628Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:1cd6b268-7f4e-450c-8554-f366391da1fa ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:9e979fbf-f1af-4fbe-a6b3-7240b97c4c37 ServiceInvariantUUID:cb11b945-05df-4f41-9d18-728932f89170 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:5ee2fa47-92bb-47b9-941d-d9ccddf3e31f ArtifactChecksum:ZTljYTMwZGRjMGU4OWViNTQ0MmY1YTdlZmQ4OWJmNmQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:f82c2086-0cee-4884-b5a4-65b0e9100eea ResourceInvariantUUID:76175e35-2dd3-4c04-9d3f-5194a6b8781e ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:8e778ffd-1523-4455-ba7f-75684f85f0b2 ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2022-12-08T04:29:45.628Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9e979fbf-f1af-4fbe-a6b3-7240b97c4c37 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-12-08T04:29:45.661Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-12-08T04:29:45.662Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-12-08T04:29:45.662Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-12-08T04:29:45.662Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 5ee2fa47-92bb-47b9-941d-d9ccddf3e31f from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-12-08T04:29:45.662Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-12-08T04:29:45.662Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-12-08T04:29:45.722Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-12-08T04:29:45.724Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 5ee2fa47-92bb-47b9-941d-d9ccddf3e31f 57662 2022-12-08T04:29:45.725Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-12-08T04:29:45.725Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-12-08T04:29:45.725Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-08T04:29:45.725Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-12-08T04:29:45.727Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-08T04:29:45.727Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "1cd6b268-7f4e-450c-8554-f366391da1fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670473785725, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-08T04:29:45.827Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-08T04:29:45.829Z||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-12-08T04:29:45.829Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nDhLkQT76ckaq9yo) ... 2022-12-08T04:29:45.839Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:29:45.840Z||pool-37-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-12-08T04:29:46.728Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-12-08T04:29:46.729Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-12-08T04:29:46.729Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 5ee2fa47-92bb-47b9-941d-d9ccddf3e31f, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-12-08T04:29:46.729Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2022-12-08T04:29:46.730Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-12-08T04:29:46.730Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2022-12-08T04:29:46.911Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13889970458386150891/Definitions/service-BasicNetwork-template.yml 2022-12-08T04:29:47.583Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2022-12-08T04:29:47.583Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-12-08T04:29:47.583Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-12-08T04:29:47.584Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2022-12-08T04:29:47.584Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||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-12-08T04:29:47.584Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||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-12-08T04:29:47.584Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||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-12-08T04:29:47.584Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||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-12-08T04:29:47.584Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-12-08T04:29:47.584Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||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-12-08T04:29:47.584Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||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-12-08T04:29:47.584Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||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-12-08T04:29:47.585Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-12-08T04:29:47.585Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T04:29:47.585Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-12-08T04:29:47.585Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-12-08T04:29:47.585Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-12-08T04:29:47.585Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-12-08T04:29:47.586Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T04:29:47.586Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-12-08T04:29:47.586Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-12-08T04:29:47.586Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-12-08T04:29:47.586Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-12-08T04:29:47.586Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T04:29:47.586Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-08T04:29:47.586Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T04:29:47.587Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-12-08T04:29:47.587Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T04:29:47.587Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-12-08T04:29:47.587Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T04:29:47.587Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-08T04:29:47.587Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T04:29:47.588Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-12-08T04:29:47.588Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:9e979fbf-f1af-4fbe-a6b3-7240b97c4c37 Model Version:NULL Model InvariantUuid:cb11b945-05df-4f41-9d18-728932f89170 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:76175e35-2dd3-4c04-9d3f-5194a6b8781e Model UUID:36bd5715-2428-47dc-b2d1-eadfd8419658 Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:f82c2086-0cee-4884-b5a4-65b0e9100eea 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-12-08T04:29:47.594Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||INFO|500||Processing Resource Type: VL, Model UUID: 8e778ffd-1523-4455-ba7f-75684f85f0b2 2022-12-08T04:29:47.595Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||INFO|500||No resources found for Service: 9e979fbf-f1af-4fbe-a6b3-7240b97c4c37 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-12-08T04:29:47.602Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||INFO|500|| 2022-12-08T04:29:47.603Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2022-12-08T04:29:47.604Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||DEBUG|500||No resources found for Service: 9e979fbf-f1af-4fbe-a6b3-7240b97c4c37 2022-12-08T04:29:47.604Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 9e979fbf-f1af-4fbe-a6b3-7240b97c4c37 2022-12-08T04:29:47.604Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2022-12-08T04:29:47.604Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||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-12-08T04:29:47.609Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1bab5963, org.onap.sdc.toscaparser.api.parameters.Input@1cf05255, org.onap.sdc.toscaparser.api.parameters.Input@71b4bd90, org.onap.sdc.toscaparser.api.parameters.Input@65c0327, org.onap.sdc.toscaparser.api.parameters.Input@47fd22ce] 2022-12-08T04:29:47.611Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T04:29:47.611Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-08T04:29:47.612Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T04:29:47.612Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-12-08T04:29:47.612Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 9e979fbf-f1af-4fbe-a6b3-7240b97c4c37: Generic NeutronNet 2022-12-08T04:29:47.612Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T04:29:47.612Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-12-08T04:29:47.612Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T04:29:47.613Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||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-12-08T04:29:47.667Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T04:29:47.670Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-12-08T04:29:47.670Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T04:29:47.670Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-12-08T04:29:47.670Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T04:29:47.671Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-12-08T04:29:47.671Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||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-12-08T04:29:47.742Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2022-12-08T04:29:47.743Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-12-08T04:29:47.743Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-12-08T04:29:47.743Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-08T04:29:47.743Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-12-08T04:29:47.748Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-08T04:29:47.748Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "1cd6b268-7f4e-450c-8554-f366391da1fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670473787743, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-12-08T04:29:47.848Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-08T04:29:47.849Z||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-12-08T04:29:47.849Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nDhLkQT76ckaq9yo) ... 2022-12-08T04:29:47.862Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:29:47.863Z||pool-38-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-12-08T04:29:48.749Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1cd6b268-7f4e-450c-8554-f366391da1fa Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-08T04:29:48.763Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1cd6b268-7f4e-450c-8554-f366391da1fa Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-12-08T04:29:48.766Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-08T04:29:48.766Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-12-08T04:29:48.766Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-12-08T04:29:48.766Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-12-08T04:29:48.766Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-08T04:29:48.766Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-08T04:29:48.766Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-08T04:29:48.766Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-08T04:29:48.767Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-12-08T04:29:48.772Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-12-08T04:30:18.772Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1cd6b268-7f4e-450c-8554-f366391da1fa 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-12-08T04:30:18.779Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1cd6b268-7f4e-450c-8554-f366391da1fa and serviceModelVersionId: 9e979fbf-f1af-4fbe-a6b3-7240b97c4c37 2022-12-08T04:30:18.779Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : cb11b945-05df-4f41-9d18-728932f89170 2022-12-08T04:30:18.780Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/cb11b945-05df-4f41-9d18-728932f89170/model-vers/model-ver/9e979fbf-f1af-4fbe-a6b3-7240b97c4c37?depth=0 2022-12-08T04:30:18.785Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2022-12-08T04:30:18.845Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cb11b945-05df-4f41-9d18-728932f89170/model-vers/model-ver/9e979fbf-f1af-4fbe-a6b3-7240b97c4c37?depth=0|INFO|500||Invoke 2022-12-08T04:30:18.845Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cb11b945-05df-4f41-9d18-728932f89170/model-vers/model-ver/9e979fbf-f1af-4fbe-a6b3-7240b97c4c37?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cb11b945-05df-4f41-9d18-728932f89170/model-vers/model-ver/9e979fbf-f1af-4fbe-a6b3-7240b97c4c37?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[1cd6b268-7f4e-450c-8554-f366391da1fa], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[10cd03ae-f7e9-4d92-a1a9-5cce361c5b99], X-ECOMP-RequestID=[1cd6b268-7f4e-450c-8554-f366391da1fa], X-TransactionId=[], X-ONAP-RequestID=[1cd6b268-7f4e-450c-8554-f366391da1fa], Content-Type=[application/merge-patch+json]} 2022-12-08T04:30:18.866Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cb11b945-05df-4f41-9d18-728932f89170/model-vers/model-ver/9e979fbf-f1af-4fbe-a6b3-7240b97c4c37?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-12-08T04:30:18.958Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cb11b945-05df-4f41-9d18-728932f89170/model-vers/model-ver/9e979fbf-f1af-4fbe-a6b3-7240b97c4c37?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/cb11b945-05df-4f41-9d18-728932f89170/model-vers/model-ver/9e979fbf-f1af-4fbe-a6b3-7240b97c4c37?depth=0 has http status code:200 and response headers:{date=[Thu, 08 Dec 2022 04:30:17 GMT], content-length=[0], vertex-id=[377064], x-aai-txid=[2-aai-resources-221208-04:30:17:575-55020], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2022-12-08T04:30:18.959Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cb11b945-05df-4f41-9d18-728932f89170/model-vers/model-ver/9e979fbf-f1af-4fbe-a6b3-7240b97c4c37?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-12-08T04:30:18.959Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cb11b945-05df-4f41-9d18-728932f89170/model-vers/model-ver/9e979fbf-f1af-4fbe-a6b3-7240b97c4c37?depth=0|INFO|500||InvokeReturn 2022-12-08T04:30:18.961Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-12-08T04:30:18.961Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-12-08T04:30:18.965Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-12-08T04:30:18.965Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1cd6b268-7f4e-450c-8554-f366391da1fa and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-12-08T04:30:18.965Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-12-08T04:30:18.965Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-12-08T04:30:18.967Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-08T04:30:18.967Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "1cd6b268-7f4e-450c-8554-f366391da1fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670473818965, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-12-08T04:30:19.067Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-08T04:30:19.068Z||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-12-08T04:30:19.068Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nDhLkQT76ckaq9yo) ... 2022-12-08T04:30:19.084Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:30:19.085Z||pool-39-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-12-08T04:30:19.979Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-08T04:30:19.980Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"341ce894-a95d-46b6-920f-5a8340fa98e4","serviceName":"Demo_pNF_Fvng3Hrw8J97vlcopF2U","serviceVersion":"1.0","serviceUUID":"fbe6ff7b-d4b2-4d6b-a8d1-f3ae3f902fe7","serviceDescription":"catalog service description","serviceInvariantUUID":"42db9466-e44d-4c9a-b523-bf36ae2ff3cf","resources":[{"resourceInstanceName":"pNF 23dc4f22-e3bd 0","resourceName":"pNF 23dc4f22-e3bd","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"016feb5f-f073-4a03-b79c-079412a59cf7","resourceInvariantUUID":"5a480d72-4c18-4359-a149-2802a7535c1b","resourceCustomizationUUID":"151831bf-18f7-4d3c-a9a2-86c83c2a1f2f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFvng3hrw8j97vlcopf2u/1.0/resourceInstances/pnf23dc4f22e3bd0/artifacts/vf-license-model.xml","artifactChecksum":"NzdkNzkxMGYzMjMwN2YwZDBiNDQ4ZDYyNTc3ZmJkMTA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"62ff43f2-1b66-4d2d-a7d9-c638e2655ba8","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFvng3hrw8j97vlcopf2u/1.0/resourceInstances/pnf23dc4f22e3bd0/artifacts/pNF.csar","artifactChecksum":"ZDU2MGUzZjljNTFmZDA0YWYzNjE4ODExZTBjNDRiNTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d371b0c6-2ee9-4dc7-b8e8-c25ce54c8e96","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFvng3hrw8j97vlcopf2u/1.0/resourceInstances/pnf23dc4f22e3bd0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"21311b40-069b-498d-9343-c59654898c44","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFvng3hrw8j97vlcopf2u/1.0/resourceInstances/pnf23dc4f22e3bd0/artifacts/vendor-license-model.xml","artifactChecksum":"ZWI1OGZiM2M5ZWI2YzdhOWM1NzE2NmVkYTRlOWRlZDY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c000e55b-333d-4f30-82ba-8e3c9acda5f4","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfFvng3hrw8j97vlcopf2u/1.0/resourceInstances/pnf23dc4f22e3bd0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"74dcbbc3-0a1d-4c04-a454-41b4dd9091cd","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfFvng3hrw8j97vlcopf2u/1.0/resourceInstances/pnf23dc4f22e3bd0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"58402ffa-a8b2-4d77-9698-3d71a09187a6","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfFvng3hrw8j97vlcopf2u-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFvng3hrw8j97vlcopf2u/1.0/artifacts/service-DemoPnfFvng3hrw8j97vlcopf2u-template.yml","artifactChecksum":"MzE3OTkxYjEzYjZkOWE4OGIwNjFmYjA0MmMzM2M4ZmE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6bd850bf-7026-46d9-a731-77c05161ed4f","artifactVersion":"1"},{"artifactName":"service-DemoPnfFvng3hrw8j97vlcopf2u-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfFvng3hrw8j97vlcopf2u/1.0/artifacts/service-DemoPnfFvng3hrw8j97vlcopf2u-csar.csar","artifactChecksum":"YTY0YWFjMDdkNjgxMjljYzgzNzA2YzZhOTZmNjcyZjY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d03569e7-5f0e-4fcc-8fc0-2d0b27bdd7ca","artifactVersion":"1"}],"workloadContext":"Production"} 2022-12-08T04:30:19.980Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-08T04:30:19.980Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-12-08T04:30:19.982Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-08T04:30:19.983Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "341ce894-a95d-46b6-920f-5a8340fa98e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670473782979, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFvng3hrw8j97vlcopf2u/1.0/resourceInstances/pnf23dc4f22e3bd0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-08T04:30:20.083Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-08T04:30:20.084Z||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-12-08T04:30:20.084Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nDhLkQT76ckaq9yo) ... 2022-12-08T04:30:20.095Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:30:20.095Z||pool-40-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-12-08T04:30:20.985Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-08T04:30:20.986Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-12-08T04:30:20.989Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-08T04:30:20.989Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "341ce894-a95d-46b6-920f-5a8340fa98e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670473782979, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFvng3hrw8j97vlcopf2u/1.0/resourceInstances/pnf23dc4f22e3bd0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-12-08T04:30:21.090Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-08T04:30:21.091Z||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-12-08T04:30:21.091Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nDhLkQT76ckaq9yo) ... 2022-12-08T04:30:21.102Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:30:21.103Z||pool-41-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-12-08T04:30:21.990Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-08T04:30:21.991Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-12-08T04:30:21.993Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-08T04:30:21.993Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "341ce894-a95d-46b6-920f-5a8340fa98e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670473782979, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFvng3hrw8j97vlcopf2u/1.0/resourceInstances/pnf23dc4f22e3bd0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-12-08T04:30:22.093Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-08T04:30:22.094Z||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-12-08T04:30:22.094Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nDhLkQT76ckaq9yo) ... 2022-12-08T04:30:22.106Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:30:22.107Z||pool-42-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-12-08T04:30:22.994Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-08T04:30:22.995Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-12-08T04:30:22.997Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-08T04:30:22.998Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "341ce894-a95d-46b6-920f-5a8340fa98e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670473782979, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFvng3hrw8j97vlcopf2u/1.0/resourceInstances/pnf23dc4f22e3bd0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-08T04:30:23.098Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-08T04:30:23.098Z||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-12-08T04:30:23.099Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nDhLkQT76ckaq9yo) ... 2022-12-08T04:30:23.137Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:30:23.137Z||pool-43-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":1,"count":1} 2022-12-08T04:30:23.999Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-08T04:30:24.000Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-12-08T04:30:24.002Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-08T04:30:24.002Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "341ce894-a95d-46b6-920f-5a8340fa98e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670473782979, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFvng3hrw8j97vlcopf2u/1.0/resourceInstances/pnf23dc4f22e3bd0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-12-08T04:30:24.102Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-08T04:30:24.103Z||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-12-08T04:30:24.103Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nDhLkQT76ckaq9yo) ... 2022-12-08T04:30:24.117Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:30:24.118Z||pool-44-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-12-08T04:30:25.003Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-08T04:30:25.004Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-12-08T04:30:25.006Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-08T04:30:25.006Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "341ce894-a95d-46b6-920f-5a8340fa98e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670473782979, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFvng3hrw8j97vlcopf2u/1.0/resourceInstances/pnf23dc4f22e3bd0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-12-08T04:30:25.106Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-08T04:30:25.108Z||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-12-08T04:30:25.108Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nDhLkQT76ckaq9yo) ... 2022-12-08T04:30:25.122Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:30:25.123Z||pool-45-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-12-08T04:30:26.006Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-08T04:30:26.008Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-12-08T04:30:26.010Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-08T04:30:26.010Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "341ce894-a95d-46b6-920f-5a8340fa98e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670473782979, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFvng3hrw8j97vlcopf2u/1.0/artifacts/service-DemoPnfFvng3hrw8j97vlcopf2u-template.yml", "status": "NOT_NOTIFIED" } 2022-12-08T04:30:26.110Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-08T04:30:26.112Z||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-12-08T04:30:26.112Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nDhLkQT76ckaq9yo) ... 2022-12-08T04:30:26.123Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:30:26.124Z||pool-46-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-12-08T04:30:27.011Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-08T04:30:27.012Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-12-08T04:30:27.015Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-08T04:30:27.015Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "341ce894-a95d-46b6-920f-5a8340fa98e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670473782979, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFvng3hrw8j97vlcopf2u/1.0/artifacts/service-DemoPnfFvng3hrw8j97vlcopf2u-csar.csar", "status": "NOTIFIED" } 2022-12-08T04:30:27.115Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-08T04:30:27.116Z||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-12-08T04:30:27.116Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nDhLkQT76ckaq9yo) ... 2022-12-08T04:30:27.131Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:30:27.131Z||pool-47-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-12-08T04:30:28.016Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "341ce894-a95d-46b6-920f-5a8340fa98e4", "serviceName": "Demo_pNF_Fvng3Hrw8J97vlcopF2U", "serviceVersion": "1.0", "serviceUUID": "fbe6ff7b-d4b2-4d6b-a8d1-f3ae3f902fe7", "serviceDescription": "catalog service description", "serviceInvariantUUID": "42db9466-e44d-4c9a-b523-bf36ae2ff3cf", "resources": [ { "resourceInstanceName": "pNF 23dc4f22-e3bd 0", "resourceCustomizationUUID": "151831bf-18f7-4d3c-a9a2-86c83c2a1f2f", "resourceName": "pNF 23dc4f22-e3bd", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "016feb5f-f073-4a03-b79c-079412a59cf7", "resourceInvariantUUID": "5a480d72-4c18-4359-a149-2802a7535c1b", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfFvng3hrw8j97vlcopf2u-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfFvng3hrw8j97vlcopf2u/1.0/artifacts/service-DemoPnfFvng3hrw8j97vlcopf2u-csar.csar", "artifactChecksum": "YTY0YWFjMDdkNjgxMjljYzgzNzA2YzZhOTZmNjcyZjY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "d03569e7-5f0e-4fcc-8fc0-2d0b27bdd7ca" } ], "workloadContext": "Production" } 2022-12-08T04:30:28.017Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-12-08T04:30:28.017Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 fbe6ff7b-d4b2-4d6b-a8d1-f3ae3f902fe7 ASDC 2022-12-08T04:30:28.017Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:341ce894-a95d-46b6-920f-5a8340fa98e4 ServiceName:Demo_pNF_Fvng3Hrw8J97vlcopF2U ServiceVersion:1.0 ServiceUUID:fbe6ff7b-d4b2-4d6b-a8d1-f3ae3f902fe7 ServiceInvariantUUID:42db9466-e44d-4c9a-b523-bf36ae2ff3cf ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfFvng3hrw8j97vlcopf2u-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfFvng3hrw8j97vlcopf2u/1.0/artifacts/service-DemoPnfFvng3hrw8j97vlcopf2u-csar.csar ArtifactUUID:d03569e7-5f0e-4fcc-8fc0-2d0b27bdd7ca ArtifactChecksum:YTY0YWFjMDdkNjgxMjljYzgzNzA2YzZhOTZmNjcyZjY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 23dc4f22-e3bd 0 ResourceCustomizationUUID:151831bf-18f7-4d3c-a9a2-86c83c2a1f2f ResourceInvariantUUID:5a480d72-4c18-4359-a149-2802a7535c1b ResourceName:pNF 23dc4f22-e3bd ResourceType:PNF ResourceUUID:016feb5f-f073-4a03-b79c-079412a59cf7 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-12-08T04:30:28.017Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fbe6ff7b-d4b2-4d6b-a8d1-f3ae3f902fe7 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-12-08T04:30:28.045Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-12-08T04:30:28.046Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-12-08T04:30:28.046Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-12-08T04:30:28.046Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: d03569e7-5f0e-4fcc-8fc0-2d0b27bdd7ca from URL: /sdc/v1/catalog/services/DemoPnfFvng3hrw8j97vlcopf2u/1.0/artifacts/service-DemoPnfFvng3hrw8j97vlcopf2u-csar.csar 2022-12-08T04:30:28.046Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-12-08T04:30:28.046Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfFvng3hrw8j97vlcopf2u/1.0/artifacts/service-DemoPnfFvng3hrw8j97vlcopf2u-csar.csar 2022-12-08T04:30:28.118Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-12-08T04:30:28.122Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfFvng3hrw8j97vlcopf2u/1.0/artifacts/service-DemoPnfFvng3hrw8j97vlcopf2u-csar.csar d03569e7-5f0e-4fcc-8fc0-2d0b27bdd7ca 87775 2022-12-08T04:30:28.123Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfFvng3hrw8j97vlcopf2u/1.0/artifacts/service-DemoPnfFvng3hrw8j97vlcopf2u-csar.csar ASDC sendASDCNotification 2022-12-08T04:30:28.123Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfFvng3hrw8j97vlcopf2u/1.0/artifacts/service-DemoPnfFvng3hrw8j97vlcopf2u-csar.csar 2022-12-08T04:30:28.123Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-08T04:30:28.123Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-12-08T04:30:28.126Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-08T04:30:28.126Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "341ce894-a95d-46b6-920f-5a8340fa98e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670473828123, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFvng3hrw8j97vlcopf2u/1.0/artifacts/service-DemoPnfFvng3hrw8j97vlcopf2u-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-08T04:30:28.226Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-08T04:30:28.227Z||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-12-08T04:30:28.227Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nDhLkQT76ckaq9yo) ... 2022-12-08T04:30:28.240Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:30:28.241Z||pool-48-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-12-08T04:30:29.127Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-12-08T04:30:29.128Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-12-08T04:30:29.129Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: d03569e7-5f0e-4fcc-8fc0-2d0b27bdd7ca, URL: /sdc/v1/catalog/services/DemoPnfFvng3hrw8j97vlcopf2u/1.0/artifacts/service-DemoPnfFvng3hrw8j97vlcopf2u-csar.csar to file: /app/ASDC/1/service-DemoPnfFvng3hrw8j97vlcopf2u-csar.csar 2022-12-08T04:30:29.129Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfFvng3hrw8j97vlcopf2u-csar.csar 2022-12-08T04:30:29.130Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfFvng3hrw8j97vlcopf2u-csar.csar 2022-12-08T04:30:29.130Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfFvng3hrw8j97vlcopf2u-csar.csar 2022-12-08T04:30:29.291Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10283358097047598028/Definitions/service-DemoPnfFvng3hrw8j97vlcopf2u-template.yml 2022-12-08T04:30:30.070Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2022-12-08T04:30:30.071Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-12-08T04:30:30.071Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfFvng3hrw8j97vlcopf2u-csar.csar 2022-12-08T04:30:30.071Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-12-08T04:30:30.071Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfFvng3hrw8j97vlcopf2u-csar.csar 2022-12-08T04:30:30.071Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfFvng3hrw8j97vlcopf2u-csar.csar 2022-12-08T04:30:30.072Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfFvng3hrw8j97vlcopf2u-csar.csar 2022-12-08T04:30:30.072Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfFvng3hrw8j97vlcopf2u-csar.csar 2022-12-08T04:30:30.072Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfFvng3hrw8j97vlcopf2u-csar.csar 2022-12-08T04:30:30.072Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 23dc4f22-e3bd 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-DemoPnfFvng3hrw8j97vlcopf2u-csar.csar 2022-12-08T04:30:30.072Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfFvng3hrw8j97vlcopf2u-csar.csar 2022-12-08T04:30:30.073Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-12-08T04:30:30.073Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T04:30:30.073Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_Fvng3Hrw8J97vlcopF2U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-12-08T04:30:30.074Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||DEBUG|500||Node template pNF 23dc4f22-e3bd 0 is matching search criteria 2022-12-08T04:30:30.074Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-12-08T04:30:30.074Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 23dc4f22-e3bd 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-12-08T04:30:30.074Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T04:30:30.075Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_Fvng3Hrw8J97vlcopF2U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-12-08T04:30:30.075Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||DEBUG|500||Node template pNF 23dc4f22-e3bd 0 is matching search criteria 2022-12-08T04:30:30.075Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-12-08T04:30:30.075Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 23dc4f22-e3bd 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-12-08T04:30:30.076Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T04:30:30.076Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_Fvng3Hrw8J97vlcopF2U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-08T04:30:30.076Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T04:30:30.076Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_Fvng3Hrw8J97vlcopF2U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-12-08T04:30:30.077Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T04:30:30.077Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_Fvng3Hrw8J97vlcopF2U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-12-08T04:30:30.077Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T04:30:30.077Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_Fvng3Hrw8J97vlcopF2U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-08T04:30:30.078Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T04:30:30.078Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_Fvng3Hrw8J97vlcopF2U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-12-08T04:30:30.078Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_Fvng3Hrw8J97vlcopF2U Description:catalog service description Model UUID:fbe6ff7b-d4b2-4d6b-a8d1-f3ae3f902fe7 Model Version:NULL Model InvariantUuid:42db9466-e44d-4c9a-b523-bf36ae2ff3cf 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-12-08T04:30:30.084Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||INFO|500||Processing Resource Type: PNF, Model UUID: 016feb5f-f073-4a03-b79c-079412a59cf7 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-12-08T04:30:30.086Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||INFO|500||pNF 23dc4f22-e3bd 0 2022-12-08T04:30:30.086Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 016feb5f-f073-4a03-b79c-079412a59cf7 2022-12-08T04:30:30.087Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||DEBUG|500||No resources found for Service: fbe6ff7b-d4b2-4d6b-a8d1-f3ae3f902fe7 2022-12-08T04:30:30.087Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: fbe6ff7b-d4b2-4d6b-a8d1-f3ae3f902fe7 2022-12-08T04:30:30.087Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 23dc4f22-e3bd 0 016feb5f-f073-4a03-b79c-079412a59cf7 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-12-08T04:30:30.090Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@33fe1254, org.onap.sdc.toscaparser.api.parameters.Input@94fe493, org.onap.sdc.toscaparser.api.parameters.Input@f9865c3, org.onap.sdc.toscaparser.api.parameters.Input@46166627, org.onap.sdc.toscaparser.api.parameters.Input@539b003] 2022-12-08T04:30:30.090Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T04:30:30.090Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_Fvng3Hrw8J97vlcopF2U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-12-08T04:30:30.090Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid fbe6ff7b-d4b2-4d6b-a8d1-f3ae3f902fe7: pNF 23dc4f22-e3bd 2022-12-08T04:30:30.091Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||INFO|500||Processing PNF resource: 016feb5f-f073-4a03-b79c-079412a59cf7 2022-12-08T04:30:30.091Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T04:30:30.091Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_Fvng3Hrw8J97vlcopF2U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-12-08T04:30:30.092Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||INFO|500||Resource customization UUID: 151831bf-18f7-4d3c-a9a2-86c83c2a1f2f is the same as notified resource customizationUUID: 151831bf-18f7-4d3c-a9a2-86c83c2a1f2f 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-12-08T04:30:30.135Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 23dc4f22-e3bd 016feb5f-f073-4a03-b79c-079412a59cf7 0 ASDC deployResourceStructure 2022-12-08T04:30:30.135Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfFvng3hrw8j97vlcopf2u/1.0/artifacts/service-DemoPnfFvng3hrw8j97vlcopf2u-csar.csar ASDC sendASDCNotification 2022-12-08T04:30:30.136Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfFvng3hrw8j97vlcopf2u/1.0/artifacts/service-DemoPnfFvng3hrw8j97vlcopf2u-csar.csar 2022-12-08T04:30:30.136Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-08T04:30:30.137Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-12-08T04:30:30.139Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-08T04:30:30.139Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "341ce894-a95d-46b6-920f-5a8340fa98e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670473830135, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFvng3hrw8j97vlcopf2u/1.0/artifacts/service-DemoPnfFvng3hrw8j97vlcopf2u-csar.csar", "status": "DEPLOY_OK" } 2022-12-08T04:30:30.239Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-08T04:30:30.240Z||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-12-08T04:30:30.240Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nDhLkQT76ckaq9yo) ... 2022-12-08T04:30:30.254Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:30:30.254Z||pool-49-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-12-08T04:30:31.141Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 341ce894-a95d-46b6-920f-5a8340fa98e4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-08T04:30:31.152Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 341ce894-a95d-46b6-920f-5a8340fa98e4 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-12-08T04:30:31.156Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-08T04:30:31.156Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-12-08T04:30:31.156Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-12-08T04:30:42.983Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T04:30:42.984Z||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-12-08T04:30:42.984Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T04:30:43.025Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:30:43.025Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-12-08T04:30:43.025Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "341ce894-a95d-46b6-920f-5a8340fa98e4", "consumerID": "multicloud-k8s-id", "timestamp": 1670473777803, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFvng3hrw8j97vlcopf2u/1.0/resourceInstances/pnf23dc4f22e3bd0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-08T04:30:43.026Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-12-08T04:31:01.156Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 341ce894-a95d-46b6-920f-5a8340fa98e4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-08T04:31:01.166Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 341ce894-a95d-46b6-920f-5a8340fa98e4 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-12-08T04:31:01.168Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-08T04:31:01.169Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-12-08T04:31:01.169Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-12-08T04:31:31.169Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 341ce894-a95d-46b6-920f-5a8340fa98e4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-08T04:31:31.179Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 341ce894-a95d-46b6-920f-5a8340fa98e4 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-12-08T04:31:31.181Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-08T04:31:31.181Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-12-08T04:31:31.181Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-12-08T04:31:42.983Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T04:31:42.983Z||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-12-08T04:31:42.983Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T04:31:43.011Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:31:43.058Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-12-08T04:31:43.058Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cd6b268-7f4e-450c-8554-f366391da1fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670473782979, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-12-08T04:31:43.059Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-12-08T04:31:43.059Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-12-08T04:31:43.059Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "341ce894-a95d-46b6-920f-5a8340fa98e4", "consumerID": "multicloud-k8s-id", "timestamp": 1670473777803, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFvng3hrw8j97vlcopf2u/1.0/resourceInstances/pnf23dc4f22e3bd0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-12-08T04:31:43.059Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-12-08T04:31:43.059Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-12-08T04:31:43.059Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cd6b268-7f4e-450c-8554-f366391da1fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670473782979, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-12-08T04:31:43.060Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-12-08T04:31:43.060Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-12-08T04:31:43.060Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "341ce894-a95d-46b6-920f-5a8340fa98e4", "consumerID": "multicloud-k8s-id", "timestamp": 1670473777803, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFvng3hrw8j97vlcopf2u/1.0/resourceInstances/pnf23dc4f22e3bd0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-12-08T04:31:43.060Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-12-08T04:31:43.060Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-12-08T04:31:43.060Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "341ce894-a95d-46b6-920f-5a8340fa98e4", "consumerID": "ves-openapi-manager", "timestamp": 1670473784907, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFvng3hrw8j97vlcopf2u/1.0/resourceInstances/pnf23dc4f22e3bd0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-08T04:31:43.060Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-12-08T04:31:43.060Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-12-08T04:31:43.060Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "341ce894-a95d-46b6-920f-5a8340fa98e4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670473783067, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFvng3hrw8j97vlcopf2u/1.0/resourceInstances/pnf23dc4f22e3bd0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-08T04:31:43.060Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-12-08T04:31:43.061Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-12-08T04:31:43.061Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cd6b268-7f4e-450c-8554-f366391da1fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670473785725, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-08T04:31:43.061Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-08T04:31:43.061Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-12-08T04:31:43.061Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "341ce894-a95d-46b6-920f-5a8340fa98e4", "consumerID": "cds", "timestamp": 1670473784837, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFvng3hrw8j97vlcopf2u/1.0/resourceInstances/pnf23dc4f22e3bd0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-08T04:31:43.061Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-12-08T04:31:43.061Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-12-08T04:31:43.061Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "341ce894-a95d-46b6-920f-5a8340fa98e4", "consumerID": "multicloud-k8s-id", "timestamp": 1670473777803, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFvng3hrw8j97vlcopf2u/1.0/resourceInstances/pnf23dc4f22e3bd0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-08T04:31:43.061Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-12-08T04:31:43.062Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-12-08T04:31:43.062Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "341ce894-a95d-46b6-920f-5a8340fa98e4", "consumerID": "ves-openapi-manager", "timestamp": 1670473784907, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFvng3hrw8j97vlcopf2u/1.0/resourceInstances/pnf23dc4f22e3bd0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-12-08T04:31:43.062Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-12-08T04:31:43.062Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-12-08T04:31:43.062Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "341ce894-a95d-46b6-920f-5a8340fa98e4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670473783067, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFvng3hrw8j97vlcopf2u/1.0/resourceInstances/pnf23dc4f22e3bd0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-12-08T04:31:43.062Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-12-08T04:31:43.062Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-12-08T04:31:43.062Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "341ce894-a95d-46b6-920f-5a8340fa98e4", "consumerID": "cds", "timestamp": 1670473784837, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFvng3hrw8j97vlcopf2u/1.0/resourceInstances/pnf23dc4f22e3bd0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-12-08T04:31:43.063Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-12-08T04:31:43.063Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-12-08T04:31:43.063Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "341ce894-a95d-46b6-920f-5a8340fa98e4", "consumerID": "multicloud-k8s-id", "timestamp": 1670473777803, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFvng3hrw8j97vlcopf2u/1.0/resourceInstances/pnf23dc4f22e3bd0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-12-08T04:31:43.063Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-12-08T04:31:43.063Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-12-08T04:31:43.063Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "341ce894-a95d-46b6-920f-5a8340fa98e4", "consumerID": "ves-openapi-manager", "timestamp": 1670473784907, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFvng3hrw8j97vlcopf2u/1.0/resourceInstances/pnf23dc4f22e3bd0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-12-08T04:31:43.063Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-12-08T04:31:43.064Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-12-08T04:31:43.064Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "341ce894-a95d-46b6-920f-5a8340fa98e4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670473783067, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFvng3hrw8j97vlcopf2u/1.0/resourceInstances/pnf23dc4f22e3bd0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-12-08T04:31:43.064Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-12-08T04:31:43.064Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-12-08T04:31:43.064Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cd6b268-7f4e-450c-8554-f366391da1fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670473787743, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-12-08T04:31:43.064Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-08T04:31:43.064Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-12-08T04:31:43.065Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "341ce894-a95d-46b6-920f-5a8340fa98e4", "consumerID": "cds", "timestamp": 1670473784837, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFvng3hrw8j97vlcopf2u/1.0/resourceInstances/pnf23dc4f22e3bd0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-12-08T04:31:43.065Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-12-08T04:31:43.065Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-12-08T04:31:43.065Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "341ce894-a95d-46b6-920f-5a8340fa98e4", "consumerID": "multicloud-k8s-id", "timestamp": 1670473777803, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFvng3hrw8j97vlcopf2u/1.0/resourceInstances/pnf23dc4f22e3bd0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-12-08T04:31:43.065Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-12-08T04:31:43.065Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-12-08T04:31:43.065Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "341ce894-a95d-46b6-920f-5a8340fa98e4", "consumerID": "ves-openapi-manager", "timestamp": 1670473784907, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFvng3hrw8j97vlcopf2u/1.0/resourceInstances/pnf23dc4f22e3bd0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-08T04:31:43.065Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-12-08T04:31:43.065Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-12-08T04:31:43.065Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "341ce894-a95d-46b6-920f-5a8340fa98e4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670473783067, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFvng3hrw8j97vlcopf2u/1.0/resourceInstances/pnf23dc4f22e3bd0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-08T04:31:43.065Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-12-08T04:31:43.066Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-12-08T04:31:43.066Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "341ce894-a95d-46b6-920f-5a8340fa98e4", "consumerID": "cds", "timestamp": 1670473784837, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFvng3hrw8j97vlcopf2u/1.0/resourceInstances/pnf23dc4f22e3bd0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-08T04:31:43.066Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-12-08T04:31:43.066Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-12-08T04:31:43.066Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "341ce894-a95d-46b6-920f-5a8340fa98e4", "consumerID": "multicloud-k8s-id", "timestamp": 1670473777803, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFvng3hrw8j97vlcopf2u/1.0/artifacts/service-DemoPnfFvng3hrw8j97vlcopf2u-template.yml", "status": "NOT_NOTIFIED" } 2022-12-08T04:31:43.066Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-12-08T04:31:43.066Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-12-08T04:31:43.066Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "341ce894-a95d-46b6-920f-5a8340fa98e4", "consumerID": "ves-openapi-manager", "timestamp": 1670473784907, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFvng3hrw8j97vlcopf2u/1.0/resourceInstances/pnf23dc4f22e3bd0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-12-08T04:31:43.066Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-12-08T04:31:43.066Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-12-08T04:31:43.067Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "341ce894-a95d-46b6-920f-5a8340fa98e4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670473783067, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFvng3hrw8j97vlcopf2u/1.0/resourceInstances/pnf23dc4f22e3bd0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-12-08T04:31:43.067Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-12-08T04:31:43.067Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-12-08T04:31:43.067Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "341ce894-a95d-46b6-920f-5a8340fa98e4", "consumerID": "cds", "timestamp": 1670473784837, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFvng3hrw8j97vlcopf2u/1.0/resourceInstances/pnf23dc4f22e3bd0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-12-08T04:31:43.067Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-12-08T04:31:43.067Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-12-08T04:31:43.067Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "341ce894-a95d-46b6-920f-5a8340fa98e4", "consumerID": "aai-ml", "timestamp": 1670473788901, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFvng3hrw8j97vlcopf2u/1.0/resourceInstances/pnf23dc4f22e3bd0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-08T04:31:43.067Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-12-08T04:31:43.067Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-12-08T04:31:43.067Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "341ce894-a95d-46b6-920f-5a8340fa98e4", "consumerID": "multicloud-k8s-id", "timestamp": 1670473777803, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFvng3hrw8j97vlcopf2u/1.0/artifacts/service-DemoPnfFvng3hrw8j97vlcopf2u-csar.csar", "status": "NOTIFIED" } 2022-12-08T04:31:43.068Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-12-08T04:31:43.068Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-12-08T04:31:43.068Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "341ce894-a95d-46b6-920f-5a8340fa98e4", "consumerID": "ves-openapi-manager", "timestamp": 1670473784907, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFvng3hrw8j97vlcopf2u/1.0/resourceInstances/pnf23dc4f22e3bd0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-12-08T04:31:43.068Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-12-08T04:31:43.068Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-12-08T04:31:43.068Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "341ce894-a95d-46b6-920f-5a8340fa98e4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670473783067, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFvng3hrw8j97vlcopf2u/1.0/resourceInstances/pnf23dc4f22e3bd0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-12-08T04:31:43.068Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-12-08T04:31:43.068Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-12-08T04:31:43.068Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "341ce894-a95d-46b6-920f-5a8340fa98e4", "consumerID": "cds", "timestamp": 1670473784837, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFvng3hrw8j97vlcopf2u/1.0/resourceInstances/pnf23dc4f22e3bd0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-12-08T04:31:43.069Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-12-08T04:31:43.069Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-12-08T04:31:43.069Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "341ce894-a95d-46b6-920f-5a8340fa98e4", "consumerID": "aai-ml", "timestamp": 1670473788901, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFvng3hrw8j97vlcopf2u/1.0/resourceInstances/pnf23dc4f22e3bd0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-12-08T04:31:43.069Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-12-08T04:31:43.069Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-12-08T04:31:43.069Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "341ce894-a95d-46b6-920f-5a8340fa98e4", "consumerID": "ves-openapi-manager", "timestamp": 1670473784907, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFvng3hrw8j97vlcopf2u/1.0/artifacts/service-DemoPnfFvng3hrw8j97vlcopf2u-template.yml", "status": "NOT_NOTIFIED" } 2022-12-08T04:31:43.069Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-12-08T04:31:43.070Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-12-08T04:31:43.070Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "341ce894-a95d-46b6-920f-5a8340fa98e4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670473783067, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFvng3hrw8j97vlcopf2u/1.0/artifacts/service-DemoPnfFvng3hrw8j97vlcopf2u-template.yml", "status": "NOT_NOTIFIED" } 2022-12-08T04:31:43.070Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-12-08T04:31:43.070Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-12-08T04:31:43.070Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "341ce894-a95d-46b6-920f-5a8340fa98e4", "consumerID": "aai-ml", "timestamp": 1670473788901, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFvng3hrw8j97vlcopf2u/1.0/resourceInstances/pnf23dc4f22e3bd0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-12-08T04:31:43.070Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-12-08T04:31:43.070Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-12-08T04:31:43.070Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "341ce894-a95d-46b6-920f-5a8340fa98e4", "consumerID": "cds", "timestamp": 1670473784837, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFvng3hrw8j97vlcopf2u/1.0/artifacts/service-DemoPnfFvng3hrw8j97vlcopf2u-template.yml", "status": "NOT_NOTIFIED" } 2022-12-08T04:31:43.071Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-12-08T04:31:43.071Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-12-08T04:31:43.071Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "341ce894-a95d-46b6-920f-5a8340fa98e4", "consumerID": "ves-openapi-manager", "timestamp": 1670473784907, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFvng3hrw8j97vlcopf2u/1.0/artifacts/service-DemoPnfFvng3hrw8j97vlcopf2u-csar.csar", "status": "NOT_NOTIFIED" } 2022-12-08T04:31:43.071Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-12-08T04:31:43.071Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-12-08T04:31:43.071Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "341ce894-a95d-46b6-920f-5a8340fa98e4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670473783067, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFvng3hrw8j97vlcopf2u/1.0/artifacts/service-DemoPnfFvng3hrw8j97vlcopf2u-csar.csar", "status": "NOTIFIED" } 2022-12-08T04:31:43.072Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-12-08T04:31:43.072Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-12-08T04:31:43.072Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "341ce894-a95d-46b6-920f-5a8340fa98e4", "consumerID": "aai-ml", "timestamp": 1670473788901, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFvng3hrw8j97vlcopf2u/1.0/resourceInstances/pnf23dc4f22e3bd0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-08T04:31:43.072Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-12-08T04:31:43.072Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-12-08T04:31:43.072Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "341ce894-a95d-46b6-920f-5a8340fa98e4", "consumerID": "cds", "timestamp": 1670473784837, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFvng3hrw8j97vlcopf2u/1.0/artifacts/service-DemoPnfFvng3hrw8j97vlcopf2u-csar.csar", "status": "NOTIFIED" } 2022-12-08T04:31:43.072Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-12-08T04:31:43.072Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-12-08T04:31:43.072Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "341ce894-a95d-46b6-920f-5a8340fa98e4", "consumerID": "ves-openapi-manager", "timestamp": 1670473793717, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFvng3hrw8j97vlcopf2u/1.0/resourceInstances/pnf23dc4f22e3bd0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-12-08T04:31:43.072Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-08T04:31:43.073Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-12-08T04:31:43.073Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "341ce894-a95d-46b6-920f-5a8340fa98e4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670473791818, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFvng3hrw8j97vlcopf2u/1.0/artifacts/service-DemoPnfFvng3hrw8j97vlcopf2u-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-08T04:31:43.073Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-08T04:31:43.073Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-12-08T04:31:43.073Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "341ce894-a95d-46b6-920f-5a8340fa98e4", "consumerID": "aai-ml", "timestamp": 1670473788901, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFvng3hrw8j97vlcopf2u/1.0/resourceInstances/pnf23dc4f22e3bd0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-12-08T04:31:43.073Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-12-08T04:31:43.073Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-12-08T04:31:43.073Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "341ce894-a95d-46b6-920f-5a8340fa98e4", "consumerID": "cds", "timestamp": 1670473793612, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFvng3hrw8j97vlcopf2u/1.0/artifacts/service-DemoPnfFvng3hrw8j97vlcopf2u-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-08T04:31:43.073Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-08T04:31:43.073Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-12-08T04:31:43.073Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "341ce894-a95d-46b6-920f-5a8340fa98e4", "consumerID": "ves-openapi-manager", "timestamp": 1670473794984, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFvng3hrw8j97vlcopf2u/1.0/resourceInstances/pnf23dc4f22e3bd0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-12-08T04:31:43.074Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-08T04:31:43.074Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-12-08T04:31:43.074Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "341ce894-a95d-46b6-920f-5a8340fa98e4", "consumerID": "aai-ml", "timestamp": 1670473788901, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFvng3hrw8j97vlcopf2u/1.0/resourceInstances/pnf23dc4f22e3bd0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-12-08T04:31:43.074Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-12-08T04:31:43.074Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-12-08T04:31:43.074Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "341ce894-a95d-46b6-920f-5a8340fa98e4", "consumerID": "cds", "timestamp": 1670473794632, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFvng3hrw8j97vlcopf2u/1.0/artifacts/service-DemoPnfFvng3hrw8j97vlcopf2u-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-12-08T04:31:43.083Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 341ce894-a95d-46b6-920f-5a8340fa98e4 2022-12-08T04:31:43.083Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 341ce894-a95d-46b6-920f-5a8340fa98e4 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-12-08T04:31:43.094Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-12-08T04:31:43.094Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "341ce894-a95d-46b6-920f-5a8340fa98e4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670473793775, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFvng3hrw8j97vlcopf2u/1.0/artifacts/service-DemoPnfFvng3hrw8j97vlcopf2u-csar.csar", "status": "DEPLOY_OK" } 2022-12-08T04:31:43.094Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-08T04:31:43.094Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-12-08T04:31:43.094Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "341ce894-a95d-46b6-920f-5a8340fa98e4", "consumerID": "ves-openapi-manager", "timestamp": 1670473795990, "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-12-08T04:31:43.099Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 341ce894-a95d-46b6-920f-5a8340fa98e4 2022-12-08T04:31:43.099Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 341ce894-a95d-46b6-920f-5a8340fa98e4 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-12-08T04:31:43.107Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-12-08T04:31:43.108Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "341ce894-a95d-46b6-920f-5a8340fa98e4", "consumerID": "aai-ml", "timestamp": 1670473788901, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFvng3hrw8j97vlcopf2u/1.0/artifacts/service-DemoPnfFvng3hrw8j97vlcopf2u-template.yml", "status": "NOT_NOTIFIED" } 2022-12-08T04:31:43.108Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-12-08T04:31:43.108Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-12-08T04:31:43.108Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "341ce894-a95d-46b6-920f-5a8340fa98e4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670473794779, "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-12-08T04:31:43.114Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 341ce894-a95d-46b6-920f-5a8340fa98e4 2022-12-08T04:31:43.115Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 341ce894-a95d-46b6-920f-5a8340fa98e4 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-12-08T04:31:43.126Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-12-08T04:31:43.126Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "341ce894-a95d-46b6-920f-5a8340fa98e4", "consumerID": "aai-ml", "timestamp": 1670473788901, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFvng3hrw8j97vlcopf2u/1.0/artifacts/service-DemoPnfFvng3hrw8j97vlcopf2u-csar.csar", "status": "NOTIFIED" } 2022-12-08T04:31:43.127Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-12-08T04:31:43.127Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-12-08T04:31:43.127Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "341ce894-a95d-46b6-920f-5a8340fa98e4", "consumerID": "aai-ml", "timestamp": 1670473797660, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFvng3hrw8j97vlcopf2u/1.0/artifacts/service-DemoPnfFvng3hrw8j97vlcopf2u-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-08T04:31:43.127Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-08T04:31:43.127Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-12-08T04:31:43.128Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "341ce894-a95d-46b6-920f-5a8340fa98e4", "consumerID": "aai-ml", "timestamp": 1670473802534, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFvng3hrw8j97vlcopf2u/1.0/artifacts/service-DemoPnfFvng3hrw8j97vlcopf2u-csar.csar", "status": "DEPLOY_OK" } 2022-12-08T04:31:43.128Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-08T04:31:43.128Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-12-08T04:31:43.128Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "341ce894-a95d-46b6-920f-5a8340fa98e4", "consumerID": "aai-ml", "timestamp": 1670473803538, "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-12-08T04:31:43.134Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 341ce894-a95d-46b6-920f-5a8340fa98e4 2022-12-08T04:31:43.134Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 341ce894-a95d-46b6-920f-5a8340fa98e4 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-12-08T04:31:43.143Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-12-08T04:31:43.143Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cd6b268-7f4e-450c-8554-f366391da1fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670473818965, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-12-08T04:31:43.144Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-08T04:31:43.144Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-12-08T04:31:43.144Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "341ce894-a95d-46b6-920f-5a8340fa98e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670473782979, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFvng3hrw8j97vlcopf2u/1.0/resourceInstances/pnf23dc4f22e3bd0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-08T04:31:43.144Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-12-08T04:31:43.144Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-12-08T04:31:43.144Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "341ce894-a95d-46b6-920f-5a8340fa98e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670473782979, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFvng3hrw8j97vlcopf2u/1.0/resourceInstances/pnf23dc4f22e3bd0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-12-08T04:31:43.144Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-12-08T04:31:43.144Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-12-08T04:31:43.144Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "341ce894-a95d-46b6-920f-5a8340fa98e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670473782979, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFvng3hrw8j97vlcopf2u/1.0/resourceInstances/pnf23dc4f22e3bd0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-12-08T04:31:43.145Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-12-08T04:31:43.145Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-12-08T04:31:43.145Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "341ce894-a95d-46b6-920f-5a8340fa98e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670473782979, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFvng3hrw8j97vlcopf2u/1.0/resourceInstances/pnf23dc4f22e3bd0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-08T04:31:43.145Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-12-08T04:31:43.145Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-12-08T04:31:43.145Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9db1c219-de76-45dd-ac3a-a3c274698e6a", "consumerID": "aai-ml", "timestamp": 1670473818901, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-08T04:31:43.145Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-12-08T04:31:43.145Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-12-08T04:31:43.145Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9db1c219-de76-45dd-ac3a-a3c274698e6a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670473813067, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-08T04:31:43.145Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-12-08T04:31:43.145Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-12-08T04:31:43.146Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9db1c219-de76-45dd-ac3a-a3c274698e6a", "consumerID": "cds", "timestamp": 1670473814837, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-08T04:31:43.146Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-12-08T04:31:43.146Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-12-08T04:31:43.146Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9db1c219-de76-45dd-ac3a-a3c274698e6a", "consumerID": "multicloud-k8s-id", "timestamp": 1670473817802, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-08T04:31:43.146Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-12-08T04:31:43.146Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-12-08T04:31:43.146Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "341ce894-a95d-46b6-920f-5a8340fa98e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670473782979, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFvng3hrw8j97vlcopf2u/1.0/resourceInstances/pnf23dc4f22e3bd0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-12-08T04:31:43.146Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-12-08T04:31:43.146Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-12-08T04:31:43.146Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9db1c219-de76-45dd-ac3a-a3c274698e6a", "consumerID": "aai-ml", "timestamp": 1670473818901, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-12-08T04:31:43.146Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-12-08T04:31:43.147Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-12-08T04:31:43.147Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9db1c219-de76-45dd-ac3a-a3c274698e6a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670473813067, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-12-08T04:31:43.147Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-12-08T04:31:43.147Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-12-08T04:31:43.147Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9db1c219-de76-45dd-ac3a-a3c274698e6a", "consumerID": "cds", "timestamp": 1670473814837, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-12-08T04:31:43.147Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-12-08T04:31:43.147Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-12-08T04:31:43.147Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9db1c219-de76-45dd-ac3a-a3c274698e6a", "consumerID": "multicloud-k8s-id", "timestamp": 1670473817802, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-12-08T04:31:43.147Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-12-08T04:31:43.147Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-12-08T04:31:43.147Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "341ce894-a95d-46b6-920f-5a8340fa98e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670473782979, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFvng3hrw8j97vlcopf2u/1.0/resourceInstances/pnf23dc4f22e3bd0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-12-08T04:31:43.147Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-12-08T04:31:43.148Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-12-08T04:31:43.148Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9db1c219-de76-45dd-ac3a-a3c274698e6a", "consumerID": "ves-openapi-manager", "timestamp": 1670473824907, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-08T04:31:43.148Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-12-08T04:31:43.148Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-12-08T04:31:43.148Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9db1c219-de76-45dd-ac3a-a3c274698e6a", "consumerID": "aai-ml", "timestamp": 1670473818901, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-12-08T04:31:43.148Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-12-08T04:31:43.148Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-12-08T04:31:43.148Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9db1c219-de76-45dd-ac3a-a3c274698e6a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670473813067, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-12-08T04:31:43.148Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-12-08T04:31:43.149Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-12-08T04:31:43.149Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9db1c219-de76-45dd-ac3a-a3c274698e6a", "consumerID": "cds", "timestamp": 1670473814837, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-12-08T04:31:43.149Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-12-08T04:31:43.149Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-12-08T04:31:43.149Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9db1c219-de76-45dd-ac3a-a3c274698e6a", "consumerID": "multicloud-k8s-id", "timestamp": 1670473817802, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-12-08T04:31:43.149Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-12-08T04:31:43.149Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-12-08T04:31:43.149Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "341ce894-a95d-46b6-920f-5a8340fa98e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670473782979, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFvng3hrw8j97vlcopf2u/1.0/artifacts/service-DemoPnfFvng3hrw8j97vlcopf2u-template.yml", "status": "NOT_NOTIFIED" } 2022-12-08T04:31:43.149Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-12-08T04:31:43.150Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-12-08T04:31:43.150Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9db1c219-de76-45dd-ac3a-a3c274698e6a", "consumerID": "ves-openapi-manager", "timestamp": 1670473824907, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-12-08T04:31:43.150Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-12-08T04:31:43.150Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-12-08T04:31:43.150Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9db1c219-de76-45dd-ac3a-a3c274698e6a", "consumerID": "aai-ml", "timestamp": 1670473818901, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-08T04:31:43.151Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-12-08T04:31:43.151Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-12-08T04:31:43.151Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9db1c219-de76-45dd-ac3a-a3c274698e6a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670473813067, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-08T04:31:43.151Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-12-08T04:31:43.151Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-12-08T04:31:43.151Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9db1c219-de76-45dd-ac3a-a3c274698e6a", "consumerID": "cds", "timestamp": 1670473814837, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-08T04:31:43.151Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-12-08T04:31:43.151Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-12-08T04:31:43.151Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9db1c219-de76-45dd-ac3a-a3c274698e6a", "consumerID": "multicloud-k8s-id", "timestamp": 1670473817802, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-12-08T04:31:43.151Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-12-08T04:31:43.151Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-12-08T04:31:43.152Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "341ce894-a95d-46b6-920f-5a8340fa98e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670473782979, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFvng3hrw8j97vlcopf2u/1.0/artifacts/service-DemoPnfFvng3hrw8j97vlcopf2u-csar.csar", "status": "NOTIFIED" } 2022-12-08T04:31:43.152Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-12-08T04:31:43.152Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-12-08T04:31:43.152Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9db1c219-de76-45dd-ac3a-a3c274698e6a", "consumerID": "ves-openapi-manager", "timestamp": 1670473824907, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-12-08T04:31:43.152Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-12-08T04:31:43.152Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-12-08T04:31:43.152Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9db1c219-de76-45dd-ac3a-a3c274698e6a", "consumerID": "aai-ml", "timestamp": 1670473818901, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-12-08T04:31:43.152Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-12-08T04:31:43.152Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-12-08T04:31:43.153Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9db1c219-de76-45dd-ac3a-a3c274698e6a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670473813067, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-12-08T04:31:43.153Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-12-08T04:31:43.153Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-12-08T04:31:43.153Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9db1c219-de76-45dd-ac3a-a3c274698e6a", "consumerID": "cds", "timestamp": 1670473814837, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-12-08T04:31:43.153Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-12-08T04:31:43.153Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-12-08T04:31:43.153Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9db1c219-de76-45dd-ac3a-a3c274698e6a", "consumerID": "multicloud-k8s-id", "timestamp": 1670473817802, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-12-08T04:31:43.153Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-12-08T04:31:43.153Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-12-08T04:31:43.153Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "341ce894-a95d-46b6-920f-5a8340fa98e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670473828123, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFvng3hrw8j97vlcopf2u/1.0/artifacts/service-DemoPnfFvng3hrw8j97vlcopf2u-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-08T04:31:43.153Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-08T04:31:43.154Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-12-08T04:31:43.154Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9db1c219-de76-45dd-ac3a-a3c274698e6a", "consumerID": "ves-openapi-manager", "timestamp": 1670473824907, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-08T04:31:43.154Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-12-08T04:31:43.154Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-12-08T04:31:43.154Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9db1c219-de76-45dd-ac3a-a3c274698e6a", "consumerID": "aai-ml", "timestamp": 1670473818901, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-08T04:31:43.154Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-12-08T04:31:43.154Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-12-08T04:31:43.154Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9db1c219-de76-45dd-ac3a-a3c274698e6a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670473813067, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-08T04:31:43.154Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-12-08T04:31:43.154Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-12-08T04:31:43.154Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9db1c219-de76-45dd-ac3a-a3c274698e6a", "consumerID": "cds", "timestamp": 1670473814837, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-08T04:31:43.155Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-12-08T04:31:43.155Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-12-08T04:31:43.155Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9db1c219-de76-45dd-ac3a-a3c274698e6a", "consumerID": "multicloud-k8s-id", "timestamp": 1670473817802, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-08T04:31:43.155Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-12-08T04:31:43.155Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-12-08T04:31:43.155Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9db1c219-de76-45dd-ac3a-a3c274698e6a", "consumerID": "ves-openapi-manager", "timestamp": 1670473824907, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-12-08T04:31:43.155Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-12-08T04:31:43.155Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-12-08T04:31:43.155Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9db1c219-de76-45dd-ac3a-a3c274698e6a", "consumerID": "aai-ml", "timestamp": 1670473818901, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-12-08T04:31:43.155Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-12-08T04:31:43.156Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-12-08T04:31:43.156Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9db1c219-de76-45dd-ac3a-a3c274698e6a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670473813067, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-12-08T04:31:43.156Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-12-08T04:31:43.156Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-12-08T04:31:43.156Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9db1c219-de76-45dd-ac3a-a3c274698e6a", "consumerID": "cds", "timestamp": 1670473814837, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-12-08T04:31:43.156Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-12-08T04:31:43.156Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-12-08T04:31:43.156Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9db1c219-de76-45dd-ac3a-a3c274698e6a", "consumerID": "multicloud-k8s-id", "timestamp": 1670473817802, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-12-08T04:31:43.156Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-12-08T04:31:43.156Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-12-08T04:31:43.157Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "341ce894-a95d-46b6-920f-5a8340fa98e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670473830135, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFvng3hrw8j97vlcopf2u/1.0/artifacts/service-DemoPnfFvng3hrw8j97vlcopf2u-csar.csar", "status": "DEPLOY_OK" } 2022-12-08T04:31:43.157Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-08T04:31:43.157Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-12-08T04:31:43.157Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9db1c219-de76-45dd-ac3a-a3c274698e6a", "consumerID": "ves-openapi-manager", "timestamp": 1670473824907, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-08T04:31:43.157Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-12-08T04:31:43.157Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-12-08T04:31:43.157Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9db1c219-de76-45dd-ac3a-a3c274698e6a", "consumerID": "aai-ml", "timestamp": 1670473818901, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-12-08T04:31:43.157Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-12-08T04:31:43.157Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-12-08T04:31:43.157Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9db1c219-de76-45dd-ac3a-a3c274698e6a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670473813067, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-12-08T04:31:43.158Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-12-08T04:31:43.158Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-12-08T04:31:43.158Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9db1c219-de76-45dd-ac3a-a3c274698e6a", "consumerID": "cds", "timestamp": 1670473814837, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-12-08T04:31:43.158Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-12-08T04:31:43.158Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-12-08T04:31:43.158Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9db1c219-de76-45dd-ac3a-a3c274698e6a", "consumerID": "multicloud-k8s-id", "timestamp": 1670473817802, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-12-08T04:31:43.158Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-12-08T04:31:43.158Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-12-08T04:31:43.158Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9db1c219-de76-45dd-ac3a-a3c274698e6a", "consumerID": "ves-openapi-manager", "timestamp": 1670473824907, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-12-08T04:31:43.158Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-12-08T04:31:43.159Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-12-08T04:31:43.159Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9db1c219-de76-45dd-ac3a-a3c274698e6a", "consumerID": "aai-ml", "timestamp": 1670473818901, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-12-08T04:31:43.159Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-12-08T04:31:43.159Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-12-08T04:31:43.159Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9db1c219-de76-45dd-ac3a-a3c274698e6a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670473813067, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-12-08T04:31:43.159Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-12-08T04:31:43.159Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-12-08T04:31:43.159Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9db1c219-de76-45dd-ac3a-a3c274698e6a", "consumerID": "cds", "timestamp": 1670473814837, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-12-08T04:31:43.159Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-12-08T04:31:43.159Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-12-08T04:31:43.159Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9db1c219-de76-45dd-ac3a-a3c274698e6a", "consumerID": "multicloud-k8s-id", "timestamp": 1670473817802, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-12-08T04:31:43.159Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-12-08T04:31:43.160Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-12-08T04:31:43.160Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9db1c219-de76-45dd-ac3a-a3c274698e6a", "consumerID": "ves-openapi-manager", "timestamp": 1670473824907, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-12-08T04:31:43.160Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-12-08T04:31:43.160Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-12-08T04:31:43.160Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9db1c219-de76-45dd-ac3a-a3c274698e6a", "consumerID": "multicloud-k8s-id", "timestamp": 1670473832499, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-12-08T04:31:43.160Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-08T04:31:43.160Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-12-08T04:31:43.160Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9db1c219-de76-45dd-ac3a-a3c274698e6a", "consumerID": "cds", "timestamp": 1670473832503, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-08T04:31:43.160Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-08T04:31:43.160Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-12-08T04:31:43.161Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9db1c219-de76-45dd-ac3a-a3c274698e6a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670473831068, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-08T04:31:43.161Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-08T04:31:43.161Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-12-08T04:31:43.161Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9db1c219-de76-45dd-ac3a-a3c274698e6a", "consumerID": "aai-ml", "timestamp": 1670473832529, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-08T04:31:43.161Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-08T04:31:43.161Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-12-08T04:31:43.161Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9db1c219-de76-45dd-ac3a-a3c274698e6a", "consumerID": "ves-openapi-manager", "timestamp": 1670473824907, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2022-12-08T04:31:43.161Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-12-08T04:31:43.161Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-12-08T04:31:43.161Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9db1c219-de76-45dd-ac3a-a3c274698e6a", "consumerID": "cds", "timestamp": 1670473833514, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-12-08T04:31:43.173Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9db1c219-de76-45dd-ac3a-a3c274698e6a 2022-12-08T04:31:43.174Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9db1c219-de76-45dd-ac3a-a3c274698e6a 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-12-08T04:31:43.182Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-12-08T04:31:43.182Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9db1c219-de76-45dd-ac3a-a3c274698e6a", "consumerID": "multicloud-k8s-id", "timestamp": 1670473833568, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-12-08T04:31:43.182Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-08T04:31:43.182Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-12-08T04:31:43.182Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9db1c219-de76-45dd-ac3a-a3c274698e6a", "consumerID": "multicloud-k8s-id", "timestamp": 1670473834619, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-12-08T04:31:43.183Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-08T04:31:43.183Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-12-08T04:31:43.183Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9db1c219-de76-45dd-ac3a-a3c274698e6a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670473833309, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-12-08T04:31:43.183Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-08T04:31:43.183Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-12-08T04:31:43.183Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0a927b1-773a-4447-8609-fb862f8a95a1", "consumerID": "cds", "timestamp": 1670473834524, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-08T04:31:43.183Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-12-08T04:31:43.183Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-12-08T04:31:43.183Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9db1c219-de76-45dd-ac3a-a3c274698e6a", "consumerID": "multicloud-k8s-id", "timestamp": 1670473835674, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-12-08T04:31:43.183Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-08T04:31:43.184Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-12-08T04:31:43.184Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9db1c219-de76-45dd-ac3a-a3c274698e6a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670473834313, "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-12-08T04:31:43.188Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9db1c219-de76-45dd-ac3a-a3c274698e6a 2022-12-08T04:31:43.188Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9db1c219-de76-45dd-ac3a-a3c274698e6a 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-12-08T04:31:43.196Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-12-08T04:31:43.196Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0a927b1-773a-4447-8609-fb862f8a95a1", "consumerID": "cds", "timestamp": 1670473834524, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-08T04:31:43.196Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-12-08T04:31:43.196Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-12-08T04:31:43.196Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9db1c219-de76-45dd-ac3a-a3c274698e6a", "consumerID": "multicloud-k8s-id", "timestamp": 1670473836792, "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-12-08T04:31:43.200Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9db1c219-de76-45dd-ac3a-a3c274698e6a 2022-12-08T04:31:43.200Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9db1c219-de76-45dd-ac3a-a3c274698e6a 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-12-08T04:31:43.208Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-12-08T04:31:43.209Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0a927b1-773a-4447-8609-fb862f8a95a1", "consumerID": "cds", "timestamp": 1670473834524, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-12-08T04:31:43.209Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-12-08T04:31:43.209Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-12-08T04:31:43.209Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9db1c219-de76-45dd-ac3a-a3c274698e6a", "consumerID": "multicloud-k8s-id", "timestamp": 1670473837796, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-12-08T04:31:43.209Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-08T04:31:43.210Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-12-08T04:31:43.210Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0a927b1-773a-4447-8609-fb862f8a95a1", "consumerID": "cds", "timestamp": 1670473834524, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-08T04:31:43.210Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-12-08T04:31:43.210Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-12-08T04:31:43.210Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0a927b1-773a-4447-8609-fb862f8a95a1", "consumerID": "cds", "timestamp": 1670473834524, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-12-08T04:31:43.210Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-12-08T04:31:43.211Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-12-08T04:31:43.211Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9db1c219-de76-45dd-ac3a-a3c274698e6a", "consumerID": "aai-ml", "timestamp": 1670473839237, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-12-08T04:31:43.211Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-08T04:31:43.211Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-12-08T04:31:43.211Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0a927b1-773a-4447-8609-fb862f8a95a1", "consumerID": "multicloud-k8s-id", "timestamp": 1670473838802, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-08T04:31:43.211Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-12-08T04:31:43.211Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-12-08T04:31:43.211Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0a927b1-773a-4447-8609-fb862f8a95a1", "consumerID": "cds", "timestamp": 1670473834524, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-12-08T04:31:43.212Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-12-08T04:31:43.212Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-12-08T04:31:43.212Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9db1c219-de76-45dd-ac3a-a3c274698e6a", "consumerID": "aai-ml", "timestamp": 1670473840242, "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-12-08T04:31:43.216Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9db1c219-de76-45dd-ac3a-a3c274698e6a 2022-12-08T04:31:43.217Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9db1c219-de76-45dd-ac3a-a3c274698e6a 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-12-08T04:31:43.224Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-12-08T04:31:43.225Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0a927b1-773a-4447-8609-fb862f8a95a1", "consumerID": "multicloud-k8s-id", "timestamp": 1670473838802, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-12-08T04:31:43.225Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-12-08T04:31:43.225Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-12-08T04:31:43.225Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0a927b1-773a-4447-8609-fb862f8a95a1", "consumerID": "cds", "timestamp": 1670473834524, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-12-08T04:31:43.225Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-12-08T04:31:43.225Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-12-08T04:31:43.225Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0a927b1-773a-4447-8609-fb862f8a95a1", "consumerID": "multicloud-k8s-id", "timestamp": 1670473838802, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-12-08T04:31:43.225Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-12-08T04:31:43.225Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-12-08T04:31:43.226Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0a927b1-773a-4447-8609-fb862f8a95a1", "consumerID": "cds", "timestamp": 1670473842314, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-08T04:31:43.226Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-08T04:31:43.226Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-12-08T04:31:43.226Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0a927b1-773a-4447-8609-fb862f8a95a1", "consumerID": "multicloud-k8s-id", "timestamp": 1670473838802, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-08T04:31:43.226Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-12-08T04:32:01.182Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 341ce894-a95d-46b6-920f-5a8340fa98e4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-08T04:32:01.193Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 341ce894-a95d-46b6-920f-5a8340fa98e4 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-12-08T04:32:01.199Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-08T04:32:01.199Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-12-08T04:32:01.199Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-12-08T04:32:01.199Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-12-08T04:32:01.199Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-08T04:32:01.199Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-08T04:32:01.200Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-08T04:32:01.200Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-08T04:32:01.200Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-08T04:32:01.200Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-12-08T04:32:01.206Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-12-08T04:32:31.206Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 341ce894-a95d-46b6-920f-5a8340fa98e4 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-12-08T04:32:31.211Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 341ce894-a95d-46b6-920f-5a8340fa98e4 and serviceModelVersionId: fbe6ff7b-d4b2-4d6b-a8d1-f3ae3f902fe7 2022-12-08T04:32:31.212Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 42db9466-e44d-4c9a-b523-bf36ae2ff3cf 2022-12-08T04:32:31.212Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/42db9466-e44d-4c9a-b523-bf36ae2ff3cf/model-vers/model-ver/fbe6ff7b-d4b2-4d6b-a8d1-f3ae3f902fe7?depth=0 2022-12-08T04:32:31.216Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2022-12-08T04:32:31.256Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/42db9466-e44d-4c9a-b523-bf36ae2ff3cf/model-vers/model-ver/fbe6ff7b-d4b2-4d6b-a8d1-f3ae3f902fe7?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-12-08T04:32:31.258Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/42db9466-e44d-4c9a-b523-bf36ae2ff3cf/model-vers/model-ver/fbe6ff7b-d4b2-4d6b-a8d1-f3ae3f902fe7?depth=0|INFO|500||Invoke 2022-12-08T04:32:31.279Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/42db9466-e44d-4c9a-b523-bf36ae2ff3cf/model-vers/model-ver/fbe6ff7b-d4b2-4d6b-a8d1-f3ae3f902fe7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-12-08T04:32:31.391Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/42db9466-e44d-4c9a-b523-bf36ae2ff3cf/model-vers/model-ver/fbe6ff7b-d4b2-4d6b-a8d1-f3ae3f902fe7?depth=0|INFO|500||InvokeReturn 2022-12-08T04:32:31.392Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/42db9466-e44d-4c9a-b523-bf36ae2ff3cf/model-vers/model-ver/fbe6ff7b-d4b2-4d6b-a8d1-f3ae3f902fe7?depth=0 has http status code:200 and response headers:{date=[Thu, 08 Dec 2022 04:32:29 GMT], content-length=[0], vertex-id=[393408], x-aai-txid=[0-aai-resources-221208-04:32:29:984-83576], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2022-12-08T04:32:31.392Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity. 2022-12-08T04:32:31.394Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-12-08T04:32:31.394Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-12-08T04:32:31.399Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-12-08T04:32:31.400Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 341ce894-a95d-46b6-920f-5a8340fa98e4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-12-08T04:32:31.400Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-12-08T04:32:31.401Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-12-08T04:32:31.403Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-08T04:32:31.403Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "341ce894-a95d-46b6-920f-5a8340fa98e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670473951400, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-12-08T04:32:31.503Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-08T04:32:31.504Z||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-12-08T04:32:31.505Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nDhLkQT76ckaq9yo) ... 2022-12-08T04:32:31.530Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:32:31.531Z||pool-50-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-12-08T04:32:32.417Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T04:32:32.418Z|341ce894-a95d-46b6-920f-5a8340fa98e4|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-12-08T04:32:32.418Z|341ce894-a95d-46b6-920f-5a8340fa98e4|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 nDhLkQT76ckaq9yo) ... 2022-12-08T04:32:36.880Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:32:36.881Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-08T04:32:36.881Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"9db1c219-de76-45dd-ac3a-a3c274698e6a","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"a7530816-d518-4c1e-8d63-65b97d3750ec","serviceDescription":"service","serviceInvariantUUID":"5bf0a274-f35a-4036-92df-8a616036f026","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f84bd57e-bfd9-4ba6-a412-821e6e6de111","resourceInvariantUUID":"303e998e-f6e3-45c6-b390-4ebf731443c9","resourceCustomizationUUID":"89ea52f0-46cd-42e0-aa37-80aa4e13512f","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":"YmIwN2IzYmJlZDA0YWEyZTFiOWEyMGIzYWJhNjE4NzY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"af54a5de-aefa-4362-9843-02e5da2846d8","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":"be801679-9d57-4f73-a0ab-03125fd797b1","artifactVersion":"2","generatedFromUUID":"d4dbd2c2-1bc4-4b8f-8df9-1abebf08c274"},{"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":"d4dbd2c2-1bc4-4b8f-8df9-1abebf08c274","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":"MWYwM2ZlODg2ZWU4Yjg3OTRhNzQxODJlZmU1NTg1ZGU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"987bcd47-ed1e-42db-be71-4acdb145dfcc","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":"0f4f857e-6f12-40bb-aa50-96f587391b3b","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":"29deb94a-e6b5-411d-b981-e5aea1d6abc5","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":"a59478c5-62a0-4737-8a84-94cb149377fb","artifactVersion":"2","generatedFromUUID":"0f4f857e-6f12-40bb-aa50-96f587391b3b"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"MzE0MTg1MTI3ZGFiYWRjNjE0Njk1YzczMWE4MzgzOGQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"988a91b5-e8d6-4ba2-a907-abf01aeaf4bd","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"M2FiN2NhZTExNGQ4MTBiMDllMDkwOTQ2OGNkZjE3Yzk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a5b2e3e8-f937-4401-9ee4-34f9381cb5c7","artifactVersion":"1"}],"workloadContext":"Production"} 2022-12-08T04:32:36.884Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-08T04:32:36.884Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-12-08T04:32:36.886Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-08T04:32:36.886Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "9db1c219-de76-45dd-ac3a-a3c274698e6a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670473952417, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-08T04:32:36.986Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-08T04:32:36.987Z||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-12-08T04:32:36.987Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nDhLkQT76ckaq9yo) ... 2022-12-08T04:32:36.998Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:32:36.999Z||pool-51-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-12-08T04:32:37.887Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-08T04:32:37.888Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-12-08T04:32:37.889Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-08T04:32:37.890Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "9db1c219-de76-45dd-ac3a-a3c274698e6a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670473952417, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-12-08T04:32:37.990Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-08T04:32:37.991Z||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-12-08T04:32:37.991Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nDhLkQT76ckaq9yo) ... 2022-12-08T04:32:38.004Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:32:38.005Z||pool-52-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-12-08T04:32:38.890Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-08T04:32:38.891Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-12-08T04:32:38.893Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-08T04:32:38.893Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "9db1c219-de76-45dd-ac3a-a3c274698e6a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670473952417, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-12-08T04:32:38.994Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-08T04:32:38.994Z||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-12-08T04:32:38.995Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nDhLkQT76ckaq9yo) ... 2022-12-08T04:32:39.006Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:32:39.006Z||pool-53-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-12-08T04:32:39.894Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-08T04:32:39.895Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-12-08T04:32:39.897Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-08T04:32:39.897Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "9db1c219-de76-45dd-ac3a-a3c274698e6a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670473952417, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-12-08T04:32:39.997Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-08T04:32:39.998Z||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-12-08T04:32:39.998Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nDhLkQT76ckaq9yo) ... 2022-12-08T04:32:40.013Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:32:40.014Z||pool-54-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-12-08T04:32:40.897Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-08T04:32:40.898Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-12-08T04:32:40.901Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-08T04:32:40.901Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "9db1c219-de76-45dd-ac3a-a3c274698e6a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670473952417, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-12-08T04:32:41.001Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-08T04:32:41.003Z||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-12-08T04:32:41.003Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nDhLkQT76ckaq9yo) ... 2022-12-08T04:32:41.018Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:32:41.019Z||pool-55-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-12-08T04:32:41.902Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-08T04:32:41.903Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-12-08T04:32:41.905Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-08T04:32:41.906Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "9db1c219-de76-45dd-ac3a-a3c274698e6a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670473952417, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-08T04:32:42.006Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-08T04:32:42.007Z||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-12-08T04:32:42.007Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nDhLkQT76ckaq9yo) ... 2022-12-08T04:32:42.018Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:32:42.019Z||pool-56-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-12-08T04:32:42.906Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-08T04:32:42.908Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-12-08T04:32:42.910Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-08T04:32:42.910Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "9db1c219-de76-45dd-ac3a-a3c274698e6a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670473952417, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-12-08T04:32:42.983Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T04:32:42.983Z||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-12-08T04:32:42.983Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T04:32:43.011Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-12-08T04:32:43.012Z||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-12-08T04:32:43.013Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nDhLkQT76ckaq9yo) ... 2022-12-08T04:32:43.029Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:32:43.030Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-08T04:32:43.030Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0a927b1-773a-4447-8609-fb862f8a95a1", "consumerID": "cds", "timestamp": 1670473843320, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } 2022-12-08T04:32:43.030Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:32:43.030Z||pool-57-thread-1|||||INFO|500||cambria reply ok (18 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-08T04:32:43.047Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d0a927b1-773a-4447-8609-fb862f8a95a1 2022-12-08T04:32:43.047Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId d0a927b1-773a-4447-8609-fb862f8a95a1 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-12-08T04:32:43.066Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-08T04:32:43.067Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0a927b1-773a-4447-8609-fb862f8a95a1", "consumerID": "multicloud-k8s-id", "timestamp": 1670473838802, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-12-08T04:32:43.067Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-08T04:32:43.067Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-08T04:32:43.067Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0a927b1-773a-4447-8609-fb862f8a95a1", "consumerID": "multicloud-k8s-id", "timestamp": 1670473838802, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-12-08T04:32:43.067Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-08T04:32:43.067Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-08T04:32:43.067Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0a927b1-773a-4447-8609-fb862f8a95a1", "consumerID": "ves-openapi-manager", "timestamp": 1670473844907, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-08T04:32:43.068Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-08T04:32:43.068Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-08T04:32:43.068Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0a927b1-773a-4447-8609-fb862f8a95a1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670473843066, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-08T04:32:43.068Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-08T04:32:43.068Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-08T04:32:43.068Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0a927b1-773a-4447-8609-fb862f8a95a1", "consumerID": "multicloud-k8s-id", "timestamp": 1670473838802, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-12-08T04:32:43.068Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-08T04:32:43.068Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-08T04:32:43.068Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0a927b1-773a-4447-8609-fb862f8a95a1", "consumerID": "ves-openapi-manager", "timestamp": 1670473844907, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-08T04:32:43.068Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-08T04:32:43.068Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-08T04:32:43.068Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0a927b1-773a-4447-8609-fb862f8a95a1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670473843066, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-08T04:32:43.069Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-08T04:32:43.069Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-08T04:32:43.069Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0a927b1-773a-4447-8609-fb862f8a95a1", "consumerID": "multicloud-k8s-id", "timestamp": 1670473846546, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-12-08T04:32:43.069Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-08T04:32:43.069Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-08T04:32:43.069Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0a927b1-773a-4447-8609-fb862f8a95a1", "consumerID": "ves-openapi-manager", "timestamp": 1670473844907, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-12-08T04:32:43.069Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-08T04:32:43.069Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-08T04:32:43.069Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0a927b1-773a-4447-8609-fb862f8a95a1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670473843066, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-12-08T04:32:43.069Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-08T04:32:43.069Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-08T04:32:43.069Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0a927b1-773a-4447-8609-fb862f8a95a1", "consumerID": "multicloud-k8s-id", "timestamp": 1670473847607, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-12-08T04:32:43.070Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-08T04:32:43.070Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-08T04:32:43.070Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0a927b1-773a-4447-8609-fb862f8a95a1", "consumerID": "ves-openapi-manager", "timestamp": 1670473844907, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-08T04:32:43.070Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-08T04:32:43.070Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-08T04:32:43.070Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0a927b1-773a-4447-8609-fb862f8a95a1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670473843066, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-08T04:32:43.070Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-08T04:32:43.070Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-08T04:32:43.070Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0a927b1-773a-4447-8609-fb862f8a95a1", "consumerID": "multicloud-k8s-id", "timestamp": 1670473848662, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-12-08T04:32:43.070Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-08T04:32:43.070Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-08T04:32:43.070Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0a927b1-773a-4447-8609-fb862f8a95a1", "consumerID": "ves-openapi-manager", "timestamp": 1670473844907, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-12-08T04:32:43.071Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-08T04:32:43.071Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-08T04:32:43.071Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0a927b1-773a-4447-8609-fb862f8a95a1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670473843066, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-12-08T04:32:43.071Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-08T04:32:43.071Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-08T04:32:43.071Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0a927b1-773a-4447-8609-fb862f8a95a1", "consumerID": "aai-ml", "timestamp": 1670473848901, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-08T04:32:43.071Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-08T04:32:43.071Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-08T04:32:43.071Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0a927b1-773a-4447-8609-fb862f8a95a1", "consumerID": "multicloud-k8s-id", "timestamp": 1670473849702, "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-12-08T04:32:43.077Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d0a927b1-773a-4447-8609-fb862f8a95a1 2022-12-08T04:32:43.077Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId d0a927b1-773a-4447-8609-fb862f8a95a1 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-12-08T04:32:43.086Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-08T04:32:43.086Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0a927b1-773a-4447-8609-fb862f8a95a1", "consumerID": "ves-openapi-manager", "timestamp": 1670473844907, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-12-08T04:32:43.086Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-08T04:32:43.086Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-08T04:32:43.087Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0a927b1-773a-4447-8609-fb862f8a95a1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670473843066, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-12-08T04:32:43.087Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-08T04:32:43.087Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-08T04:32:43.087Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0a927b1-773a-4447-8609-fb862f8a95a1", "consumerID": "aai-ml", "timestamp": 1670473848901, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-08T04:32:43.087Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-08T04:32:43.087Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-08T04:32:43.087Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0a927b1-773a-4447-8609-fb862f8a95a1", "consumerID": "multicloud-k8s-id", "timestamp": 1670473850711, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-12-08T04:32:43.087Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-08T04:32:43.087Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-08T04:32:43.087Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0a927b1-773a-4447-8609-fb862f8a95a1", "consumerID": "ves-openapi-manager", "timestamp": 1670473844907, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2022-12-08T04:32:43.088Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-08T04:32:43.088Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-08T04:32:43.088Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0a927b1-773a-4447-8609-fb862f8a95a1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670473843066, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-12-08T04:32:43.088Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-08T04:32:43.088Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-08T04:32:43.088Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0a927b1-773a-4447-8609-fb862f8a95a1", "consumerID": "aai-ml", "timestamp": 1670473848901, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-12-08T04:32:43.089Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-08T04:32:43.089Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-08T04:32:43.089Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0a927b1-773a-4447-8609-fb862f8a95a1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670473850774, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-08T04:32:43.089Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-08T04:32:43.089Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-08T04:32:43.089Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0a927b1-773a-4447-8609-fb862f8a95a1", "consumerID": "aai-ml", "timestamp": 1670473848901, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-08T04:32:43.089Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-08T04:32:43.089Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-08T04:32:43.089Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0a927b1-773a-4447-8609-fb862f8a95a1", "consumerID": "aai-ml", "timestamp": 1670473848901, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-12-08T04:32:43.090Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-08T04:32:43.090Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-08T04:32:43.090Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0a927b1-773a-4447-8609-fb862f8a95a1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670473853065, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-12-08T04:32:43.090Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-08T04:32:43.090Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-08T04:32:43.090Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0a927b1-773a-4447-8609-fb862f8a95a1", "consumerID": "aai-ml", "timestamp": 1670473848901, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-12-08T04:32:43.090Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-08T04:32:43.090Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-08T04:32:43.091Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0a927b1-773a-4447-8609-fb862f8a95a1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670473854070, "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-12-08T04:32:43.096Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d0a927b1-773a-4447-8609-fb862f8a95a1 2022-12-08T04:32:43.096Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId d0a927b1-773a-4447-8609-fb862f8a95a1 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-12-08T04:32:43.105Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-08T04:32:43.105Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0a927b1-773a-4447-8609-fb862f8a95a1", "consumerID": "aai-ml", "timestamp": 1670473848901, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-12-08T04:32:43.105Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-08T04:32:43.105Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-08T04:32:43.105Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0a927b1-773a-4447-8609-fb862f8a95a1", "consumerID": "aai-ml", "timestamp": 1670473856637, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-08T04:32:43.105Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-08T04:32:43.105Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-08T04:32:43.106Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0a927b1-773a-4447-8609-fb862f8a95a1", "consumerID": "aai-ml", "timestamp": 1670473863721, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-12-08T04:32:43.106Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-08T04:32:43.106Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-08T04:32:43.106Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0a927b1-773a-4447-8609-fb862f8a95a1", "consumerID": "aai-ml", "timestamp": 1670473864724, "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-12-08T04:32:43.111Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d0a927b1-773a-4447-8609-fb862f8a95a1 2022-12-08T04:32:43.111Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId d0a927b1-773a-4447-8609-fb862f8a95a1 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-12-08T04:32:43.911Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-08T04:32:43.912Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-12-08T04:32:43.913Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-08T04:32:43.914Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "9db1c219-de76-45dd-ac3a-a3c274698e6a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670473952417, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-12-08T04:32:44.014Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-08T04:32:44.015Z||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-12-08T04:32:44.015Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nDhLkQT76ckaq9yo) ... 2022-12-08T04:32:44.028Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:32:44.028Z||pool-58-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-12-08T04:32:44.914Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-08T04:32:44.915Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-12-08T04:32:44.917Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-08T04:32:44.917Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "9db1c219-de76-45dd-ac3a-a3c274698e6a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670473952417, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-12-08T04:32:45.018Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-08T04:32:45.019Z||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-12-08T04:32:45.019Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nDhLkQT76ckaq9yo) ... 2022-12-08T04:32:45.032Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:32:45.033Z||pool-59-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-12-08T04:32:45.919Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "9db1c219-de76-45dd-ac3a-a3c274698e6a", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "a7530816-d518-4c1e-8d63-65b97d3750ec", "serviceDescription": "service", "serviceInvariantUUID": "5bf0a274-f35a-4036-92df-8a616036f026", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "89ea52f0-46cd-42e0-aa37-80aa4e13512f", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "f84bd57e-bfd9-4ba6-a412-821e6e6de111", "resourceInvariantUUID": "303e998e-f6e3-45c6-b390-4ebf731443c9", "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": "be801679-9d57-4f73-a0ab-03125fd797b1", "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": "d4dbd2c2-1bc4-4b8f-8df9-1abebf08c274", "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": "MWYwM2ZlODg2ZWU4Yjg3OTRhNzQxODJlZmU1NTg1ZGU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "987bcd47-ed1e-42db-be71-4acdb145dfcc", "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": "0f4f857e-6f12-40bb-aa50-96f587391b3b", "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": "a59478c5-62a0-4737-8a84-94cb149377fb", "generatedFromUUID": "0f4f857e-6f12-40bb-aa50-96f587391b3b" }, "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": "a59478c5-62a0-4737-8a84-94cb149377fb", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "M2FiN2NhZTExNGQ4MTBiMDllMDkwOTQ2OGNkZjE3Yzk\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a5b2e3e8-f937-4401-9ee4-34f9381cb5c7" } ], "workloadContext": "Production" } 2022-12-08T04:32:45.920Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-12-08T04:32:45.920Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 a7530816-d518-4c1e-8d63-65b97d3750ec ASDC 2022-12-08T04:32:45.920Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:9db1c219-de76-45dd-ac3a-a3c274698e6a ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:a7530816-d518-4c1e-8d63-65b97d3750ec ServiceInvariantUUID:5bf0a274-f35a-4036-92df-8a616036f026 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:a5b2e3e8-f937-4401-9ee4-34f9381cb5c7 ArtifactChecksum:M2FiN2NhZTExNGQ4MTBiMDllMDkwOTQ2OGNkZjE3Yzk= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:89ea52f0-46cd-42e0-aa37-80aa4e13512f ResourceInvariantUUID:303e998e-f6e3-45c6-b390-4ebf731443c9 ResourceName:basic_cnf ResourceType:VF ResourceUUID:f84bd57e-bfd9-4ba6-a412-821e6e6de111 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:be801679-9d57-4f73-a0ab-03125fd797b1 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:d4dbd2c2-1bc4-4b8f-8df9-1abebf08c274 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:987bcd47-ed1e-42db-be71-4acdb145dfcc ArtifactChecksum:MWYwM2ZlODg2ZWU4Yjg3OTRhNzQxODJlZmU1NTg1ZGU= 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:0f4f857e-6f12-40bb-aa50-96f587391b3b 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:a59478c5-62a0-4737-8a84-94cb149377fb 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:a59478c5-62a0-4737-8a84-94cb149377fb ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-12-08T04:32:45.920Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a7530816-d518-4c1e-8d63-65b97d3750ec 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-12-08T04:32:45.962Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-12-08T04:32:45.963Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-12-08T04:32:45.963Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-12-08T04:32:45.963Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: a5b2e3e8-f937-4401-9ee4-34f9381cb5c7 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-12-08T04:32:45.963Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-12-08T04:32:45.963Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-12-08T04:32:46.040Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-12-08T04:32:46.045Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar a5b2e3e8-f937-4401-9ee4-34f9381cb5c7 73692 2022-12-08T04:32:46.045Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-12-08T04:32:46.045Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-12-08T04:32:46.045Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-08T04:32:46.046Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-12-08T04:32:46.048Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-08T04:32:46.048Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "9db1c219-de76-45dd-ac3a-a3c274698e6a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670473966045, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-08T04:32:46.148Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-08T04:32:46.149Z||pool-60-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-08T04:32:46.149Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nDhLkQT76ckaq9yo) ... 2022-12-08T04:32:46.172Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:32:46.173Z||pool-60-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-12-08T04:32:47.049Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-12-08T04:32:47.050Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-12-08T04:32:47.050Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: a5b2e3e8-f937-4401-9ee4-34f9381cb5c7, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2022-12-08T04:32:47.050Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2022-12-08T04:32:47.051Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2022-12-08T04:32:47.051Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2022-12-08T04:32:47.169Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17109616857994629376/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-12-08T04:32:48.424Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2022-12-08T04:32:48.424Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-12-08T04:32:48.424Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-12-08T04:32:48.424Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-12-08T04:32:48.425Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||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-12-08T04:32:48.425Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||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-12-08T04:32:48.425Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||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-12-08T04:32:48.425Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-12-08T04:32:48.425Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-12-08T04:32:48.425Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T04:32:48.425Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-12-08T04:32:48.425Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-12-08T04:32:48.425Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-12-08T04:32:48.426Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-12-08T04:32:48.426Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T04:32:48.426Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-12-08T04:32:48.426Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-12-08T04:32:48.426Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-12-08T04:32:48.426Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-12-08T04:32:48.426Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T04:32:48.426Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-08T04:32:48.427Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T04:32:48.427Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-12-08T04:32:48.427Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2022-12-08T04:32:48.427Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||DEBUG|500||Node template dummy is not matching search criteria 2022-12-08T04:32:48.427Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-12-08T04:32:48.427Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T04:32:48.427Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-12-08T04:32:48.428Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T04:32:48.428Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-12-08T04:32:48.428Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-08T04:32:48.428Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T04:32:48.428Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-12-08T04:32:48.428Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-08T04:32:48.429Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T04:32:48.429Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-12-08T04:32:48.429Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-08T04:32:48.429Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T04:32:48.429Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-12-08T04:32:48.429Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-12-08T04:32:48.429Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=98da03a9-2c3b-47ea-b6f4-9b30b3e1c86b 2022-12-08T04:32:48.430Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T04:32:48.430Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-12-08T04:32:48.430Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T04:32:48.430Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-12-08T04:32:48.430Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T04:32:48.430Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-08T04:32:48.430Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T04:32:48.430Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-12-08T04:32:48.431Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:a7530816-d518-4c1e-8d63-65b97d3750ec Model Version:NULL Model InvariantUuid:5bf0a274-f35a-4036-92df-8a616036f026 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:756a4da7-eb79-4a3c-8257-3e68695c2a0e Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:303e998e-f6e3-45c6-b390-4ebf731443c9 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:89ea52f0-46cd-42e0-aa37-80aa4e13512f NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:653715c1-8f04-45c4-bc4d-08fc6980b8a8 ModelName:BasicCnf..base_dummy..module-0 ModelUuid:21588558-cf16-4756-8a84-185f80c46532 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:98da03a9-2c3b-47ea-b6f4-9b30b3e1c86b ModelInvariantUuid:e882b7b6-2f94-40bf-bb26-f970ba9df192 ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:cc971365-a2fd-45ea-a1db-1fab3bafb937 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:55f97e02-b777-4201-b9d4-3c63885695b0 ModelInvariantUuid:b7060c7b-b930-451a-b820-8d68014c8b04 ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:3c56c73d-fc1e-4877-9e67-716607569dc7 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-12-08T04:32:48.435Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: f84bd57e-bfd9-4ba6-a412-821e6e6de111 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-12-08T04:32:48.437Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||INFO|500||basic_cnf 0 2022-12-08T04:32:48.437Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f84bd57e-bfd9-4ba6-a412-821e6e6de111 2022-12-08T04:32:48.437Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: be801679-9d57-4f73-a0ab-03125fd797b1 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-12-08T04:32:48.437Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-12-08T04:32:48.437Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||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-12-08T04:32:48.489Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-12-08T04:32:48.489Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env be801679-9d57-4f73-a0ab-03125fd797b1 12 2022-12-08T04:32:48.490Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||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-12-08T04:32:48.490Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||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-12-08T04:32:48.490Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-08T04:32:48.490Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-12-08T04:32:48.492Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-08T04:32:48.492Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "9db1c219-de76-45dd-ac3a-a3c274698e6a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670473968490, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-12-08T04:32:48.593Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-08T04:32:48.593Z||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-12-08T04:32:48.594Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nDhLkQT76ckaq9yo) ... 2022-12-08T04:32:48.618Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:32:48.619Z||pool-61-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2022-12-08T04:32:49.493Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: d4dbd2c2-1bc4-4b8f-8df9-1abebf08c274 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-12-08T04:32:49.494Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-12-08T04:32:49.494Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||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-12-08T04:32:49.539Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-12-08T04:32:49.539Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz d4dbd2c2-1bc4-4b8f-8df9-1abebf08c274 2688 2022-12-08T04:32:49.540Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||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-12-08T04:32:49.540Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||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-12-08T04:32:49.540Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-08T04:32:49.540Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-12-08T04:32:49.542Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-08T04:32:49.542Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "9db1c219-de76-45dd-ac3a-a3c274698e6a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670473969539, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-12-08T04:32:49.642Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-08T04:32:49.643Z||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-12-08T04:32:49.643Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nDhLkQT76ckaq9yo) ... 2022-12-08T04:32:49.658Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:32:49.658Z||pool-62-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-12-08T04:32:50.544Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 987bcd47-ed1e-42db-be71-4acdb145dfcc from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-12-08T04:32:50.544Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-12-08T04:32:50.544Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||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-12-08T04:32:50.592Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-12-08T04:32:50.593Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 987bcd47-ed1e-42db-be71-4acdb145dfcc 828 2022-12-08T04:32:50.593Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||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-12-08T04:32:50.593Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||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-12-08T04:32:50.594Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-08T04:32:50.594Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-12-08T04:32:50.596Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-08T04:32:50.596Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "9db1c219-de76-45dd-ac3a-a3c274698e6a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670473970593, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-12-08T04:32:50.696Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-08T04:32:50.697Z||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-12-08T04:32:50.697Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nDhLkQT76ckaq9yo) ... 2022-12-08T04:32:50.712Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:32:50.713Z||pool-63-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-12-08T04:32:51.597Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "653715c1-8f04-45c4-bc4d-08fc6980b8a8", "vfModuleModelVersion": "1", "vfModuleModelUUID": "21588558-cf16-4756-8a84-185f80c46532", "vfModuleModelCustomizationUUID": "7580e98c-28d3-4f0c-b679-37815292167e", "isBase": true, "artifacts": [ "d4dbd2c2-1bc4-4b8f-8df9-1abebf08c274", "0f4f857e-6f12-40bb-aa50-96f587391b3b", "a59478c5-62a0-4737-8a84-94cb149377fb" ], "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-12-08T04:32:51.602Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:21588558-cf16-4756-8a84-185f80c46532 VfModuleModelInvariantUUID:653715c1-8f04-45c4-bc4d-08fc6980b8a8 VfModuleModelDescription:NULL Artifacts UUID List:{ d4dbd2c2-1bc4-4b8f-8df9-1abebf08c274 , 0f4f857e-6f12-40bb-aa50-96f587391b3b , a59478c5-62a0-4737-8a84-94cb149377fb } 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-12-08T04:32:51.604Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "653715c1-8f04-45c4-bc4d-08fc6980b8a8", "vfModuleModelVersion": "1", "vfModuleModelUUID": "21588558-cf16-4756-8a84-185f80c46532", "vfModuleModelCustomizationUUID": "7580e98c-28d3-4f0c-b679-37815292167e", "isBase": true, "artifacts": [ "d4dbd2c2-1bc4-4b8f-8df9-1abebf08c274", "0f4f857e-6f12-40bb-aa50-96f587391b3b", "a59478c5-62a0-4737-8a84-94cb149377fb" ], "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-12-08T04:32:51.604Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:21588558-cf16-4756-8a84-185f80c46532 VfModuleModelInvariantUUID:653715c1-8f04-45c4-bc4d-08fc6980b8a8 VfModuleModelDescription:NULL Artifacts UUID List:{ d4dbd2c2-1bc4-4b8f-8df9-1abebf08c274 , 0f4f857e-6f12-40bb-aa50-96f587391b3b , a59478c5-62a0-4737-8a84-94cb149377fb } 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-12-08T04:32:51.604Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 0f4f857e-6f12-40bb-aa50-96f587391b3b from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-12-08T04:32:51.604Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-12-08T04:32:51.604Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||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-12-08T04:32:51.650Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-12-08T04:32:51.651Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 0f4f857e-6f12-40bb-aa50-96f587391b3b 1164 2022-12-08T04:32:51.651Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||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-12-08T04:32:51.651Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||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-12-08T04:32:51.652Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-08T04:32:51.652Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-12-08T04:32:51.655Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-08T04:32:51.655Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "9db1c219-de76-45dd-ac3a-a3c274698e6a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670473971651, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-12-08T04:32:51.755Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-08T04:32:51.756Z||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-12-08T04:32:51.756Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nDhLkQT76ckaq9yo) ... 2022-12-08T04:32:51.770Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:32:51.771Z||pool-64-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-12-08T04:32:52.656Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: a59478c5-62a0-4737-8a84-94cb149377fb from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-12-08T04:32:52.656Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-12-08T04:32:52.656Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||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-12-08T04:32:52.704Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-12-08T04:32:52.705Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env a59478c5-62a0-4737-8a84-94cb149377fb 200 2022-12-08T04:32:52.705Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||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-12-08T04:32:52.705Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||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-12-08T04:32:52.705Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-08T04:32:52.705Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-12-08T04:32:52.707Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-08T04:32:52.707Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "9db1c219-de76-45dd-ac3a-a3c274698e6a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670473972705, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-12-08T04:32:52.808Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-08T04:32:52.808Z||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-12-08T04:32:52.808Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nDhLkQT76ckaq9yo) ... 2022-12-08T04:32:52.819Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:32:52.820Z||pool-65-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-12-08T04:32:53.708Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: a7530816-d518-4c1e-8d63-65b97d3750ec 2022-12-08T04:32:53.708Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 f84bd57e-bfd9-4ba6-a412-821e6e6de111 ASDC 2022-12-08T04:32:53.717Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-12-08T04:32:53.726Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6e4b6add, org.onap.sdc.toscaparser.api.parameters.Input@170278c5, org.onap.sdc.toscaparser.api.parameters.Input@56f0b1fc, org.onap.sdc.toscaparser.api.parameters.Input@15be42ca, org.onap.sdc.toscaparser.api.parameters.Input@2096df22] 2022-12-08T04:32:53.727Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T04:32:53.727Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-08T04:32:53.727Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 2022-12-08T04:32:53.727Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 89ea52f0-46cd-42e0-aa37-80aa4e13512f 2022-12-08T04:32:53.728Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 89ea52f0-46cd-42e0-aa37-80aa4e13512f matches Tosca VF Customization UUID: 89ea52f0-46cd-42e0-aa37-80aa4e13512f 2022-12-08T04:32:53.728Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 89ea52f0-46cd-42e0-aa37-80aa4e13512f 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-12-08T04:32:53.729Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T04:32:53.729Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-12-08T04:32:53.730Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 89ea52f0-46cd-42e0-aa37-80aa4e13512f: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2022-12-08T04:32:53.730Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@10b5c1a5 2022-12-08T04:32:53.730Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T04:32:53.730Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-12-08T04:32:53.730Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 7580e98c-28d3-4f0c-b679-37815292167e 2022-12-08T04:32:53.730Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 7580e98c-28d3-4f0c-b679-37815292167e 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-12-08T04:32:53.733Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T04:32:53.733Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-12-08T04:32:53.733Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-08T04:32:53.734Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T04:32:53.734Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-12-08T04:32:53.734Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-08T04:32:53.734Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T04:32:53.734Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-12-08T04:32:53.734Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-12-08T04:32:53.735Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=98da03a9-2c3b-47ea-b6f4-9b30b3e1c86b 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-12-08T04:32:53.736Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T04:32:53.737Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-12-08T04:32:53.737Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-08T04:32:53.737Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T04:32:53.737Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-12-08T04:32:53.737Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=89ea52f0-46cd-42e0-aa37-80aa4e13512f 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-12-08T04:32:53.739Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T04:32:53.739Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-12-08T04:32:53.739Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid a7530816-d518-4c1e-8d63-65b97d3750ec: basic_cnf 2022-12-08T04:32:53.739Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T04:32:53.739Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-12-08T04:32:53.740Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T04:32:53.740Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-12-08T04:32:53.740Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T04:32:53.740Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-12-08T04:32:53.740Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T04:32:53.740Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-12-08T04:32:53.740Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T04:32:53.740Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-12-08T04:32:53.741Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||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-12-08T04:32:53.789Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf f84bd57e-bfd9-4ba6-a412-821e6e6de111 1 ASDC deployResourceStructure 2022-12-08T04:32:53.790Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||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-12-08T04:32:53.790Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||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-12-08T04:32:53.790Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-12-08T04:32:53.790Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-12-08T04:32:53.792Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-08T04:32:53.792Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "9db1c219-de76-45dd-ac3a-a3c274698e6a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670473973789, "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-12-08T04:32:53.892Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-08T04:32:53.893Z||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-12-08T04:32:53.893Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nDhLkQT76ckaq9yo) ... 2022-12-08T04:32:53.913Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:32:53.914Z||pool-66-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-12-08T04:32:54.793Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||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-12-08T04:32:54.794Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||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-12-08T04:32:54.794Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-12-08T04:32:54.794Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-12-08T04:32:54.797Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-08T04:32:54.797Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "9db1c219-de76-45dd-ac3a-a3c274698e6a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670473974793, "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-12-08T04:32:54.897Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-08T04:32:54.898Z||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-12-08T04:32:54.899Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nDhLkQT76ckaq9yo) ... 2022-12-08T04:32:54.914Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:32:54.914Z||pool-67-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-12-08T04:32:55.798Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||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-12-08T04:32:55.799Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||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-12-08T04:32:55.799Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-08T04:32:55.799Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-12-08T04:32:55.801Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-08T04:32:55.802Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "9db1c219-de76-45dd-ac3a-a3c274698e6a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670473975798, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-12-08T04:32:55.902Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-08T04:32:55.903Z||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-12-08T04:32:55.903Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nDhLkQT76ckaq9yo) ... 2022-12-08T04:32:55.924Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:32:55.925Z||pool-68-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-12-08T04:32:56.803Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||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-12-08T04:32:56.803Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||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-12-08T04:32:56.803Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-08T04:32:56.803Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-12-08T04:32:56.805Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-08T04:32:56.805Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "9db1c219-de76-45dd-ac3a-a3c274698e6a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670473976802, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-12-08T04:32:56.906Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-08T04:32:56.907Z||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-12-08T04:32:56.907Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nDhLkQT76ckaq9yo) ... 2022-12-08T04:32:56.919Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:32:56.920Z||pool-69-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-12-08T04:32:57.806Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||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-12-08T04:32:57.806Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||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-12-08T04:32:57.807Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-08T04:32:57.807Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-12-08T04:32:57.808Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-08T04:32:57.808Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "9db1c219-de76-45dd-ac3a-a3c274698e6a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670473977806, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-12-08T04:32:57.909Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-08T04:32:57.910Z||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-12-08T04:32:57.910Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nDhLkQT76ckaq9yo) ... 2022-12-08T04:32:57.923Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:32:57.924Z||pool-70-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-12-08T04:32:58.809Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-12-08T04:32:58.810Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-12-08T04:32:58.810Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-08T04:32:58.810Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-12-08T04:32:58.812Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-08T04:32:58.812Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "9db1c219-de76-45dd-ac3a-a3c274698e6a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670473978809, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-12-08T04:32:58.913Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-08T04:32:58.914Z||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-12-08T04:32:58.914Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nDhLkQT76ckaq9yo) ... 2022-12-08T04:32:58.925Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:32:58.925Z||pool-71-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-12-08T04:32:59.813Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9db1c219-de76-45dd-ac3a-a3c274698e6a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-08T04:32:59.825Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9db1c219-de76-45dd-ac3a-a3c274698e6a Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-12-08T04:32:59.829Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-08T04:32:59.829Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-12-08T04:32:59.829Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-12-08T04:32:59.829Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-12-08T04:32:59.829Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-08T04:32:59.830Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-08T04:32:59.830Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-08T04:32:59.830Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-08T04:32:59.830Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-08T04:32:59.830Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-12-08T04:32:59.836Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-12-08T04:33:29.836Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9db1c219-de76-45dd-ac3a-a3c274698e6a 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-12-08T04:33:29.843Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9db1c219-de76-45dd-ac3a-a3c274698e6a and serviceModelVersionId: a7530816-d518-4c1e-8d63-65b97d3750ec 2022-12-08T04:33:29.843Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5bf0a274-f35a-4036-92df-8a616036f026 2022-12-08T04:33:29.844Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5bf0a274-f35a-4036-92df-8a616036f026/model-vers/model-ver/a7530816-d518-4c1e-8d63-65b97d3750ec?depth=0 2022-12-08T04:33:29.847Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2022-12-08T04:33:29.889Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bf0a274-f35a-4036-92df-8a616036f026/model-vers/model-ver/a7530816-d518-4c1e-8d63-65b97d3750ec?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-12-08T04:33:29.890Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bf0a274-f35a-4036-92df-8a616036f026/model-vers/model-ver/a7530816-d518-4c1e-8d63-65b97d3750ec?depth=0|INFO|500||Invoke 2022-12-08T04:33:29.910Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bf0a274-f35a-4036-92df-8a616036f026/model-vers/model-ver/a7530816-d518-4c1e-8d63-65b97d3750ec?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-12-08T04:33:30.034Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bf0a274-f35a-4036-92df-8a616036f026/model-vers/model-ver/a7530816-d518-4c1e-8d63-65b97d3750ec?depth=0|INFO|500||InvokeReturn 2022-12-08T04:33:30.035Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bf0a274-f35a-4036-92df-8a616036f026/model-vers/model-ver/a7530816-d518-4c1e-8d63-65b97d3750ec?depth=0 has http status code:200 and response headers:{date=[Thu, 08 Dec 2022 04:33:28 GMT], content-length=[0], vertex-id=[438464], x-aai-txid=[2-aai-resources-221208-04:33:28:616-46556], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2022-12-08T04:33:30.035Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity. 2022-12-08T04:33:30.036Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-12-08T04:33:30.036Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-12-08T04:33:30.040Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-12-08T04:33:30.041Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9db1c219-de76-45dd-ac3a-a3c274698e6a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-12-08T04:33:30.041Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-12-08T04:33:30.042Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-12-08T04:33:30.044Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-08T04:33:30.044Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "9db1c219-de76-45dd-ac3a-a3c274698e6a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670474010041, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-12-08T04:33:30.144Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-08T04:33:30.145Z||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-12-08T04:33:30.145Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nDhLkQT76ckaq9yo) ... 2022-12-08T04:33:30.164Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:33:30.164Z||pool-72-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-12-08T04:33:31.061Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-08T04:33:31.062Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"d0a927b1-773a-4447-8609-fb862f8a95a1","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"bb710597-0362-4352-94ce-d41166f73657","serviceDescription":"service","serviceInvariantUUID":"81fd5181-65e9-464f-bba9-b955c879cf1c","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6a7d1bcc-2780-4ab6-9dfa-521105e5d155","resourceInvariantUUID":"07446b02-8af5-45c3-9deb-01c9997fa765","resourceCustomizationUUID":"48b9cec8-a396-426a-91e9-7a3b89b44721","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":"ODZhMTkyNmUzZmE1ZjcyNjlkMWE4NzE1NmMwYTE5OWE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"40300878-6308-4dbc-b15b-bd023471836e","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":"ZDQzYTE1ZGUyZjg1NDhjNmE2NDg5YWYwYmY1M2E4YTQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ae4c8d93-22bb-4ddf-97b8-f68ab7a582ba","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":"f0dc6777-1ead-4f82-a152-49485498481f","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":"a7af3b77-32a8-4a9d-a4e6-cb7cacbe5942","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":"8cc173fb-1a75-47c9-8614-503cff105c63","artifactVersion":"2","generatedFromUUID":"f0dc6777-1ead-4f82-a152-49485498481f"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MTExMGY3ZmI4YmNlNjIyZmQ3ZDkyMjc4MzUzMDFmOWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e960683e-8e0b-432b-a057-ebf844fb2ed8","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NjI5MzAzZTRmZDdiMDY2MTUzOWZiZGZlMTcyYjFiNDY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d0390b85-37f2-47dd-a220-2113e3df4919","artifactVersion":"1"}],"workloadContext":"Production"} 2022-12-08T04:33:31.062Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-08T04:33:31.062Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-12-08T04:33:31.064Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-08T04:33:31.064Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "d0a927b1-773a-4447-8609-fb862f8a95a1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670473952417, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-08T04:33:31.164Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-08T04:33:31.167Z||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-12-08T04:33:31.167Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nDhLkQT76ckaq9yo) ... 2022-12-08T04:33:31.177Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:33:31.177Z||pool-73-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-12-08T04:33:32.065Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-08T04:33:32.066Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-12-08T04:33:32.068Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-08T04:33:32.068Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "d0a927b1-773a-4447-8609-fb862f8a95a1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670473952417, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-12-08T04:33:32.168Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-08T04:33:32.169Z||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-12-08T04:33:32.170Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nDhLkQT76ckaq9yo) ... 2022-12-08T04:33:32.183Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:33:32.184Z||pool-74-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-12-08T04:33:33.069Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-08T04:33:33.070Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-12-08T04:33:33.072Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-08T04:33:33.072Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "d0a927b1-773a-4447-8609-fb862f8a95a1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670473952417, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-12-08T04:33:33.172Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-08T04:33:33.174Z||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-12-08T04:33:33.174Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nDhLkQT76ckaq9yo) ... 2022-12-08T04:33:33.185Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:33:33.186Z||pool-75-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-12-08T04:33:34.073Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-08T04:33:34.074Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-12-08T04:33:34.077Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-08T04:33:34.077Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "d0a927b1-773a-4447-8609-fb862f8a95a1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670473952417, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-08T04:33:34.177Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-08T04:33:34.178Z||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-12-08T04:33:34.178Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nDhLkQT76ckaq9yo) ... 2022-12-08T04:33:34.219Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:33:34.219Z||pool-76-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":1,"count":1} 2022-12-08T04:33:35.078Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-08T04:33:35.079Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-12-08T04:33:35.081Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-08T04:33:35.081Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "d0a927b1-773a-4447-8609-fb862f8a95a1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670473952417, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-12-08T04:33:35.181Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-08T04:33:35.182Z||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-12-08T04:33:35.182Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nDhLkQT76ckaq9yo) ... 2022-12-08T04:33:35.195Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:33:35.195Z||pool-77-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-12-08T04:33:36.082Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-08T04:33:36.083Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-12-08T04:33:36.086Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-08T04:33:36.086Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "d0a927b1-773a-4447-8609-fb862f8a95a1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670473952417, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-12-08T04:33:36.186Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-08T04:33:36.187Z||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-12-08T04:33:36.187Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nDhLkQT76ckaq9yo) ... 2022-12-08T04:33:36.201Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:33:36.202Z||pool-78-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-12-08T04:33:37.087Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-08T04:33:37.088Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-12-08T04:33:37.090Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-08T04:33:37.090Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "d0a927b1-773a-4447-8609-fb862f8a95a1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670473952417, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-12-08T04:33:37.190Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-08T04:33:37.191Z||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-12-08T04:33:37.192Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nDhLkQT76ckaq9yo) ... 2022-12-08T04:33:37.205Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:33:37.206Z||pool-79-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-12-08T04:33:38.092Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "d0a927b1-773a-4447-8609-fb862f8a95a1", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "bb710597-0362-4352-94ce-d41166f73657", "serviceDescription": "service", "serviceInvariantUUID": "81fd5181-65e9-464f-bba9-b955c879cf1c", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "48b9cec8-a396-426a-91e9-7a3b89b44721", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "6a7d1bcc-2780-4ab6-9dfa-521105e5d155", "resourceInvariantUUID": "07446b02-8af5-45c3-9deb-01c9997fa765", "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": "ZDQzYTE1ZGUyZjg1NDhjNmE2NDg5YWYwYmY1M2E4YTQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "ae4c8d93-22bb-4ddf-97b8-f68ab7a582ba", "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": "f0dc6777-1ead-4f82-a152-49485498481f", "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": "8cc173fb-1a75-47c9-8614-503cff105c63", "generatedFromUUID": "f0dc6777-1ead-4f82-a152-49485498481f" }, "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": "8cc173fb-1a75-47c9-8614-503cff105c63", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "NjI5MzAzZTRmZDdiMDY2MTUzOWZiZGZlMTcyYjFiNDY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "d0390b85-37f2-47dd-a220-2113e3df4919" } ], "workloadContext": "Production" } 2022-12-08T04:33:38.092Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-12-08T04:33:38.092Z|9db1c219-de76-45dd-ac3a-a3c274698e6a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 bb710597-0362-4352-94ce-d41166f73657 ASDC 2022-12-08T04:33:38.093Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:d0a927b1-773a-4447-8609-fb862f8a95a1 ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:bb710597-0362-4352-94ce-d41166f73657 ServiceInvariantUUID:81fd5181-65e9-464f-bba9-b955c879cf1c 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:d0390b85-37f2-47dd-a220-2113e3df4919 ArtifactChecksum:NjI5MzAzZTRmZDdiMDY2MTUzOWZiZGZlMTcyYjFiNDY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:48b9cec8-a396-426a-91e9-7a3b89b44721 ResourceInvariantUUID:07446b02-8af5-45c3-9deb-01c9997fa765 ResourceName:basic_vm ResourceType:VF ResourceUUID:6a7d1bcc-2780-4ab6-9dfa-521105e5d155 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:ae4c8d93-22bb-4ddf-97b8-f68ab7a582ba ArtifactChecksum:ZDQzYTE1ZGUyZjg1NDhjNmE2NDg5YWYwYmY1M2E4YTQ= 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:f0dc6777-1ead-4f82-a152-49485498481f 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:8cc173fb-1a75-47c9-8614-503cff105c63 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:8cc173fb-1a75-47c9-8614-503cff105c63 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-12-08T04:33:38.093Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF bb710597-0362-4352-94ce-d41166f73657 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-12-08T04:33:38.125Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-12-08T04:33:38.126Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-12-08T04:33:38.126Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-12-08T04:33:38.127Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: d0390b85-37f2-47dd-a220-2113e3df4919 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-12-08T04:33:38.127Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-12-08T04:33:38.127Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-12-08T04:33:38.228Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-12-08T04:33:38.231Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar d0390b85-37f2-47dd-a220-2113e3df4919 74814 2022-12-08T04:33:38.231Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-12-08T04:33:38.232Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-12-08T04:33:38.232Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-08T04:33:38.232Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-12-08T04:33:38.234Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-08T04:33:38.235Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "d0a927b1-773a-4447-8609-fb862f8a95a1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670474018231, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-08T04:33:38.335Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-08T04:33:38.336Z||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-12-08T04:33:38.336Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nDhLkQT76ckaq9yo) ... 2022-12-08T04:33:38.350Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:33:38.351Z||pool-80-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-12-08T04:33:39.236Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-12-08T04:33:39.237Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-12-08T04:33:39.237Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: d0390b85-37f2-47dd-a220-2113e3df4919, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2022-12-08T04:33:39.238Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2022-12-08T04:33:39.238Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2022-12-08T04:33:39.239Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2022-12-08T04:33:39.357Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7934256952530258527/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-12-08T04:33:40.739Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2022-12-08T04:33:40.740Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-12-08T04:33:40.740Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-12-08T04:33:40.740Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-12-08T04:33:40.740Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-12-08T04:33:40.740Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-12-08T04:33:40.740Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||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-12-08T04:33:40.740Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-12-08T04:33:40.741Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-12-08T04:33:40.741Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-12-08T04:33:40.741Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-12-08T04:33:40.741Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-12-08T04:33:40.741Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T04:33:40.741Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-12-08T04:33:40.742Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-12-08T04:33:40.742Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-12-08T04:33:40.742Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-12-08T04:33:40.742Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T04:33:40.743Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-12-08T04:33:40.743Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-12-08T04:33:40.743Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-12-08T04:33:40.743Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-12-08T04:33:40.747Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T04:33:40.747Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-08T04:33:40.747Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T04:33:40.747Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-12-08T04:33:40.748Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-12-08T04:33:40.748Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-12-08T04:33:40.748Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-12-08T04:33:40.748Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-12-08T04:33:40.748Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-12-08T04:33:40.749Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T04:33:40.749Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-12-08T04:33:40.749Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T04:33:40.749Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-12-08T04:33:40.749Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-08T04:33:40.750Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T04:33:40.750Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-12-08T04:33:40.750Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-08T04:33:40.750Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T04:33:40.750Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-12-08T04:33:40.751Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-08T04:33:40.751Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T04:33:40.751Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-12-08T04:33:40.751Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-12-08T04:33:40.751Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-12-08T04:33:40.751Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=66647c76-1fc4-4e87-b3b0-953726956aeb 2022-12-08T04:33:40.752Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T04:33:40.752Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-12-08T04:33:40.752Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T04:33:40.752Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-12-08T04:33:40.752Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T04:33:40.752Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-08T04:33:40.753Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T04:33:40.753Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-12-08T04:33:40.753Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:bb710597-0362-4352-94ce-d41166f73657 Model Version:NULL Model InvariantUuid:81fd5181-65e9-464f-bba9-b955c879cf1c Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:a8b1a3a2-daee-4c52-95e0-0ca31549a868 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:07446b02-8af5-45c3-9deb-01c9997fa765 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:48b9cec8-a396-426a-91e9-7a3b89b44721 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:008cb109-43bc-4e0d-be41-db6eba710fe7 ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:a0359451-4a55-434a-9bf9-4b71f8582ccc ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:66647c76-1fc4-4e87-b3b0-953726956aeb ModelInvariantUuid:88bae5ad-9d2a-4a36-8720-eb5bc64ea6a7 ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:a1bbc467-ce0f-481b-b445-64b1ff880d9d ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:ccaa15c6-b22d-45e1-b965-bca8154508d6 ModelInvariantUuid:493cac11-ea52-45cc-8414-907158b6e34f ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:8d0d51b4-29e3-405f-80f5-e693cf4fd29d 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-12-08T04:33:40.756Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 6a7d1bcc-2780-4ab6-9dfa-521105e5d155 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-12-08T04:33:40.758Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||INFO|500||basic_vm 0 2022-12-08T04:33:40.759Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 6a7d1bcc-2780-4ab6-9dfa-521105e5d155 2022-12-08T04:33:40.759Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: ae4c8d93-22bb-4ddf-97b8-f68ab7a582ba from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-12-08T04:33:40.759Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-12-08T04:33:40.759Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||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-12-08T04:33:40.806Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-12-08T04:33:40.806Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ae4c8d93-22bb-4ddf-97b8-f68ab7a582ba 787 2022-12-08T04:33:40.807Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||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-12-08T04:33:40.807Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||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-12-08T04:33:40.807Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-08T04:33:40.807Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-12-08T04:33:40.809Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-08T04:33:40.809Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "d0a927b1-773a-4447-8609-fb862f8a95a1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670474020807, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-12-08T04:33:40.910Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-12-08T04:33:40.911Z||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-12-08T04:33:40.911Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nDhLkQT76ckaq9yo) ... 2022-12-08T04:33:40.923Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:33:40.923Z||pool-81-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-12-08T04:33:41.810Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "008cb109-43bc-4e0d-be41-db6eba710fe7", "vfModuleModelVersion": "1", "vfModuleModelUUID": "a0359451-4a55-434a-9bf9-4b71f8582ccc", "vfModuleModelCustomizationUUID": "4ce6679f-9495-4dc6-a4af-3590874ee3e5", "isBase": true, "artifacts": [ "f0dc6777-1ead-4f82-a152-49485498481f", "8cc173fb-1a75-47c9-8614-503cff105c63" ], "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-12-08T04:33:41.814Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:a0359451-4a55-434a-9bf9-4b71f8582ccc VfModuleModelInvariantUUID:008cb109-43bc-4e0d-be41-db6eba710fe7 VfModuleModelDescription:NULL Artifacts UUID List:{ f0dc6777-1ead-4f82-a152-49485498481f , 8cc173fb-1a75-47c9-8614-503cff105c63 } 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-12-08T04:33:41.816Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "008cb109-43bc-4e0d-be41-db6eba710fe7", "vfModuleModelVersion": "1", "vfModuleModelUUID": "a0359451-4a55-434a-9bf9-4b71f8582ccc", "vfModuleModelCustomizationUUID": "4ce6679f-9495-4dc6-a4af-3590874ee3e5", "isBase": true, "artifacts": [ "f0dc6777-1ead-4f82-a152-49485498481f", "8cc173fb-1a75-47c9-8614-503cff105c63" ], "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-12-08T04:33:41.816Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:a0359451-4a55-434a-9bf9-4b71f8582ccc VfModuleModelInvariantUUID:008cb109-43bc-4e0d-be41-db6eba710fe7 VfModuleModelDescription:NULL Artifacts UUID List:{ f0dc6777-1ead-4f82-a152-49485498481f , 8cc173fb-1a75-47c9-8614-503cff105c63 } 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-12-08T04:33:41.816Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: f0dc6777-1ead-4f82-a152-49485498481f from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-12-08T04:33:41.816Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-12-08T04:33:41.817Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||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-12-08T04:33:41.863Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-12-08T04:33:41.863Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml f0dc6777-1ead-4f82-a152-49485498481f 5033 2022-12-08T04:33:41.863Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||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-12-08T04:33:41.863Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||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-12-08T04:33:41.864Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-08T04:33:41.864Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-12-08T04:33:41.867Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-08T04:33:41.868Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "d0a927b1-773a-4447-8609-fb862f8a95a1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670474021863, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-12-08T04:33:41.966Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-12-08T04:33:41.967Z||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-12-08T04:33:41.967Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nDhLkQT76ckaq9yo) ... 2022-12-08T04:33:41.991Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:33:41.991Z||pool-82-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1} 2022-12-08T04:33:42.868Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 8cc173fb-1a75-47c9-8614-503cff105c63 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-12-08T04:33:42.869Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-12-08T04:33:42.869Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||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-12-08T04:33:42.983Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T04:33:42.983Z||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-12-08T04:33:42.984Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T04:33:42.983Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-12-08T04:33:42.986Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 8cc173fb-1a75-47c9-8614-503cff105c63 903 2022-12-08T04:33:42.986Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||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-12-08T04:33:42.986Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||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-12-08T04:33:42.986Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-08T04:33:42.987Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-12-08T04:33:42.989Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-08T04:33:42.989Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "d0a927b1-773a-4447-8609-fb862f8a95a1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670474022986, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-12-08T04:33:43.014Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:33:43.015Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-08T04:33:43.015Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "341ce894-a95d-46b6-920f-5a8340fa98e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670473951400, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-12-08T04:33:43.016Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-08T04:33:43.016Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-08T04:33:43.016Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9db1c219-de76-45dd-ac3a-a3c274698e6a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670473952417, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-08T04:33:43.016Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-08T04:33:43.016Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-08T04:33:43.016Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9db1c219-de76-45dd-ac3a-a3c274698e6a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670473952417, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-12-08T04:33:43.016Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-08T04:33:43.017Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-08T04:33:43.017Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9db1c219-de76-45dd-ac3a-a3c274698e6a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670473952417, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-12-08T04:33:43.017Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-08T04:33:43.017Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-08T04:33:43.017Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9db1c219-de76-45dd-ac3a-a3c274698e6a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670473952417, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-12-08T04:33:43.017Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-08T04:33:43.017Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-08T04:33:43.017Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9db1c219-de76-45dd-ac3a-a3c274698e6a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670473952417, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-12-08T04:33:43.017Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-08T04:33:43.017Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-08T04:33:43.017Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9db1c219-de76-45dd-ac3a-a3c274698e6a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670473952417, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-08T04:33:43.018Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-08T04:33:43.089Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-08T04:33:43.091Z||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-12-08T04:33:43.091Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nDhLkQT76ckaq9yo) ... 2022-12-08T04:33:43.108Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:33:43.109Z||pool-83-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-12-08T04:33:43.990Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: bb710597-0362-4352-94ce-d41166f73657 2022-12-08T04:33:43.990Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 6a7d1bcc-2780-4ab6-9dfa-521105e5d155 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-12-08T04:33:44.000Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@31aadca2, org.onap.sdc.toscaparser.api.parameters.Input@7026ec14, org.onap.sdc.toscaparser.api.parameters.Input@75fb8dc1, org.onap.sdc.toscaparser.api.parameters.Input@1224f259, org.onap.sdc.toscaparser.api.parameters.Input@758c7373] 2022-12-08T04:33:44.002Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T04:33:44.002Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-08T04:33:44.002Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 2022-12-08T04:33:44.002Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 48b9cec8-a396-426a-91e9-7a3b89b44721 2022-12-08T04:33:44.002Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 48b9cec8-a396-426a-91e9-7a3b89b44721 matches Tosca VF Customization UUID: 48b9cec8-a396-426a-91e9-7a3b89b44721 2022-12-08T04:33:44.002Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 48b9cec8-a396-426a-91e9-7a3b89b44721 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-12-08T04:33:44.004Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T04:33:44.004Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-12-08T04:33:44.004Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 48b9cec8-a396-426a-91e9-7a3b89b44721: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2022-12-08T04:33:44.004Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2eb2ee9a 2022-12-08T04:33:44.004Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T04:33:44.005Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-12-08T04:33:44.005Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 4ce6679f-9495-4dc6-a4af-3590874ee3e5 2022-12-08T04:33:44.005Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 4ce6679f-9495-4dc6-a4af-3590874ee3e5 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-12-08T04:33:44.006Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T04:33:44.006Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-12-08T04:33:44.007Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-08T04:33:44.007Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T04:33:44.007Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-12-08T04:33:44.007Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-08T04:33:44.007Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T04:33:44.007Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-12-08T04:33:44.008Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-12-08T04:33:44.008Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-12-08T04:33:44.008Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=66647c76-1fc4-4e87-b3b0-953726956aeb 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-12-08T04:33:44.009Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T04:33:44.009Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-12-08T04:33:44.009Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-08T04:33:44.010Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T04:33:44.010Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-12-08T04:33:44.010Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=48b9cec8-a396-426a-91e9-7a3b89b44721 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-12-08T04:33:44.011Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T04:33:44.011Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-12-08T04:33:44.011Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid bb710597-0362-4352-94ce-d41166f73657: basic_vm 2022-12-08T04:33:44.012Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T04:33:44.012Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-12-08T04:33:44.012Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T04:33:44.012Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-12-08T04:33:44.012Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T04:33:44.012Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-12-08T04:33:44.012Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T04:33:44.013Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-12-08T04:33:44.013Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T04:33:44.013Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-12-08T04:33:44.013Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||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-12-08T04:33:44.066Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 6a7d1bcc-2780-4ab6-9dfa-521105e5d155 1 ASDC deployResourceStructure 2022-12-08T04:33:44.067Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||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-12-08T04:33:44.067Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||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-12-08T04:33:44.067Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-08T04:33:44.067Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-12-08T04:33:44.069Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-08T04:33:44.069Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "d0a927b1-773a-4447-8609-fb862f8a95a1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670474024066, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-12-08T04:33:44.170Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-08T04:33:44.171Z||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-12-08T04:33:44.171Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nDhLkQT76ckaq9yo) ... 2022-12-08T04:33:44.187Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:33:44.187Z||pool-84-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-12-08T04:33:45.071Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||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-12-08T04:33:45.071Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||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-12-08T04:33:45.071Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-08T04:33:45.071Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-12-08T04:33:45.073Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-08T04:33:45.073Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "d0a927b1-773a-4447-8609-fb862f8a95a1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670474025070, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-12-08T04:33:45.173Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-08T04:33:45.175Z||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-12-08T04:33:45.175Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nDhLkQT76ckaq9yo) ... 2022-12-08T04:33:45.190Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:33:45.191Z||pool-85-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-12-08T04:33:46.074Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||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-12-08T04:33:46.074Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||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-12-08T04:33:46.074Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-08T04:33:46.075Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-12-08T04:33:46.076Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-08T04:33:46.076Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "d0a927b1-773a-4447-8609-fb862f8a95a1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670474026074, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-12-08T04:33:46.177Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-12-08T04:33:46.178Z||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-12-08T04:33:46.178Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nDhLkQT76ckaq9yo) ... 2022-12-08T04:33:46.191Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:33:46.191Z||pool-86-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-12-08T04:33:47.078Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-12-08T04:33:47.078Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-12-08T04:33:47.078Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-08T04:33:47.079Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-12-08T04:33:47.081Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-08T04:33:47.081Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "d0a927b1-773a-4447-8609-fb862f8a95a1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670474027077, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-12-08T04:33:47.182Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-08T04:33:47.183Z||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-12-08T04:33:47.183Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nDhLkQT76ckaq9yo) ... 2022-12-08T04:33:47.194Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:33:47.194Z||pool-87-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-12-08T04:33:48.083Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d0a927b1-773a-4447-8609-fb862f8a95a1 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-08T04:33:48.095Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d0a927b1-773a-4447-8609-fb862f8a95a1 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-12-08T04:33:48.099Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-08T04:33:48.099Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-12-08T04:33:48.100Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-12-08T04:33:48.100Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-12-08T04:33:48.100Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-08T04:33:48.101Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-08T04:33:48.101Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-08T04:33:48.101Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-08T04:33:48.101Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-08T04:33:48.101Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-12-08T04:33:48.108Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-12-08T04:34:18.108Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d0a927b1-773a-4447-8609-fb862f8a95a1 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-12-08T04:34:18.116Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d0a927b1-773a-4447-8609-fb862f8a95a1 and serviceModelVersionId: bb710597-0362-4352-94ce-d41166f73657 2022-12-08T04:34:18.116Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 81fd5181-65e9-464f-bba9-b955c879cf1c 2022-12-08T04:34:18.117Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/81fd5181-65e9-464f-bba9-b955c879cf1c/model-vers/model-ver/bb710597-0362-4352-94ce-d41166f73657?depth=0 2022-12-08T04:34:18.121Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2022-12-08T04:34:18.160Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81fd5181-65e9-464f-bba9-b955c879cf1c/model-vers/model-ver/bb710597-0362-4352-94ce-d41166f73657?depth=0|INFO|500||Invoke 2022-12-08T04:34:18.161Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81fd5181-65e9-464f-bba9-b955c879cf1c/model-vers/model-ver/bb710597-0362-4352-94ce-d41166f73657?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81fd5181-65e9-464f-bba9-b955c879cf1c/model-vers/model-ver/bb710597-0362-4352-94ce-d41166f73657?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[d0a927b1-773a-4447-8609-fb862f8a95a1], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[25ad04c8-883b-4cfb-a4a3-52969c78a6a7], X-ECOMP-RequestID=[d0a927b1-773a-4447-8609-fb862f8a95a1], X-TransactionId=[], X-ONAP-RequestID=[d0a927b1-773a-4447-8609-fb862f8a95a1], Content-Type=[application/merge-patch+json]} 2022-12-08T04:34:18.183Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81fd5181-65e9-464f-bba9-b955c879cf1c/model-vers/model-ver/bb710597-0362-4352-94ce-d41166f73657?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-12-08T04:34:18.339Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81fd5181-65e9-464f-bba9-b955c879cf1c/model-vers/model-ver/bb710597-0362-4352-94ce-d41166f73657?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/81fd5181-65e9-464f-bba9-b955c879cf1c/model-vers/model-ver/bb710597-0362-4352-94ce-d41166f73657?depth=0 has http status code:200 and response headers:{date=[Thu, 08 Dec 2022 04:34:16 GMT], content-length=[0], vertex-id=[454872], x-aai-txid=[1-aai-resources-221208-04:34:16:888-8810], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2022-12-08T04:34:18.339Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81fd5181-65e9-464f-bba9-b955c879cf1c/model-vers/model-ver/bb710597-0362-4352-94ce-d41166f73657?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-12-08T04:34:18.340Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81fd5181-65e9-464f-bba9-b955c879cf1c/model-vers/model-ver/bb710597-0362-4352-94ce-d41166f73657?depth=0|INFO|500||InvokeReturn 2022-12-08T04:34:18.340Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-12-08T04:34:18.341Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-12-08T04:34:18.344Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-12-08T04:34:18.344Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d0a927b1-773a-4447-8609-fb862f8a95a1 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-12-08T04:34:18.345Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-12-08T04:34:18.345Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-12-08T04:34:18.347Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-08T04:34:18.347Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "d0a927b1-773a-4447-8609-fb862f8a95a1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670474058344, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-12-08T04:34:18.447Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-08T04:34:18.448Z||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-12-08T04:34:18.448Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nDhLkQT76ckaq9yo) ... 2022-12-08T04:34:18.462Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:34:18.462Z||pool-88-thread-1|||||INFO|500||cambria reply ok (15 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-12-08T04:34:19.361Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T04:34:19.361Z||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-12-08T04:34:19.361Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T04:34:28.915Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:34:28.916Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T04:34:28.916Z||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-12-08T04:34:28.917Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T04:34:38.496Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:34:38.497Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T04:34:38.498Z||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-12-08T04:34:38.498Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T04:34:42.983Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T04:34:42.983Z||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-12-08T04:34:42.983Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T04:34:43.011Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:34:43.011Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-08T04:34:43.011Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9db1c219-de76-45dd-ac3a-a3c274698e6a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670473952417, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-12-08T04:34:43.012Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-08T04:34:48.097Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:34:48.097Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T04:34:48.098Z||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-12-08T04:34:48.098Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T04:34:57.668Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:35:42.980Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T04:35:42.981Z||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-12-08T04:35:42.981Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T04:35:42.983Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T04:35:42.983Z||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-12-08T04:35:42.983Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T04:35:43.017Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:35:43.020Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-08T04:35:43.020Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9db1c219-de76-45dd-ac3a-a3c274698e6a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670473952417, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-12-08T04:35:43.021Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-08T04:35:43.021Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-08T04:35:43.022Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9db1c219-de76-45dd-ac3a-a3c274698e6a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670473952417, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-12-08T04:35:43.022Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-08T04:35:43.022Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-08T04:35:43.022Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9db1c219-de76-45dd-ac3a-a3c274698e6a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670473966045, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-08T04:35:43.022Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-08T04:35:43.022Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-08T04:35:43.022Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9db1c219-de76-45dd-ac3a-a3c274698e6a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670473968490, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-12-08T04:35:43.022Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-08T04:35:43.022Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-08T04:35:43.023Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9db1c219-de76-45dd-ac3a-a3c274698e6a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670473969539, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-12-08T04:35:43.025Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-08T04:35:43.025Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-08T04:35:43.025Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9db1c219-de76-45dd-ac3a-a3c274698e6a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670473970593, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-12-08T04:35:43.025Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-08T04:35:43.025Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-08T04:35:43.025Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9db1c219-de76-45dd-ac3a-a3c274698e6a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670473971651, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-12-08T04:35:43.026Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-08T04:35:43.026Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-08T04:35:43.026Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9db1c219-de76-45dd-ac3a-a3c274698e6a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670473972705, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-12-08T04:35:43.026Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-08T04:35:43.026Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-08T04:35:43.026Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9db1c219-de76-45dd-ac3a-a3c274698e6a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670473973789, "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-12-08T04:35:43.026Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-08T04:35:43.026Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-08T04:35:43.026Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9db1c219-de76-45dd-ac3a-a3c274698e6a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670473974793, "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-12-08T04:35:43.026Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-08T04:35:43.027Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-08T04:35:43.027Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9db1c219-de76-45dd-ac3a-a3c274698e6a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670473975798, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-12-08T04:35:43.027Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-08T04:35:43.031Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-08T04:35:43.031Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9db1c219-de76-45dd-ac3a-a3c274698e6a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670473976802, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-12-08T04:35:43.039Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-08T04:35:43.040Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-08T04:35:43.040Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9db1c219-de76-45dd-ac3a-a3c274698e6a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670473977806, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-12-08T04:35:43.040Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-08T04:35:43.040Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-08T04:35:43.040Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9db1c219-de76-45dd-ac3a-a3c274698e6a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670473978809, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-12-08T04:35:43.040Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-08T04:35:43.040Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-08T04:35:43.041Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9db1c219-de76-45dd-ac3a-a3c274698e6a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670474010041, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-12-08T04:35:43.041Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-08T04:35:43.041Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-08T04:35:43.041Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0a927b1-773a-4447-8609-fb862f8a95a1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670473952417, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-08T04:35:43.041Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-08T04:35:43.041Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-08T04:35:43.041Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0a927b1-773a-4447-8609-fb862f8a95a1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670473952417, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-12-08T04:35:43.041Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-08T04:35:43.041Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-08T04:35:43.041Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0a927b1-773a-4447-8609-fb862f8a95a1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670473952417, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-12-08T04:35:43.042Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-08T04:35:43.042Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-08T04:35:43.042Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0a927b1-773a-4447-8609-fb862f8a95a1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670473952417, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-08T04:35:43.042Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-08T04:35:43.042Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-08T04:35:43.042Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0a927b1-773a-4447-8609-fb862f8a95a1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670473952417, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-12-08T04:35:43.043Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-08T04:35:43.043Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-08T04:35:43.043Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0a927b1-773a-4447-8609-fb862f8a95a1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670473952417, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-12-08T04:35:43.043Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-08T04:35:43.043Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-08T04:35:43.043Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0a927b1-773a-4447-8609-fb862f8a95a1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670473952417, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-12-08T04:35:43.043Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-08T04:35:43.043Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-08T04:35:43.043Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0a927b1-773a-4447-8609-fb862f8a95a1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670474018231, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-08T04:35:43.043Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-08T04:35:43.044Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-08T04:35:43.044Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0a927b1-773a-4447-8609-fb862f8a95a1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670474020807, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-12-08T04:35:43.044Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-08T04:35:43.044Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-08T04:35:43.044Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0a927b1-773a-4447-8609-fb862f8a95a1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670474021863, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-12-08T04:35:43.044Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-08T04:35:52.553Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:36:42.980Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T04:36:42.981Z||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-12-08T04:36:42.981Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T04:36:42.983Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T04:36:42.983Z||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-12-08T04:36:42.983Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T04:36:43.512Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:36:43.513Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-08T04:36:43.514Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0a927b1-773a-4447-8609-fb862f8a95a1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670474022986, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-12-08T04:36:43.515Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-08T04:36:43.515Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-08T04:36:43.515Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0a927b1-773a-4447-8609-fb862f8a95a1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670474024066, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-12-08T04:36:43.515Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-08T04:36:43.516Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-08T04:36:43.516Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0a927b1-773a-4447-8609-fb862f8a95a1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670474025070, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-12-08T04:36:43.516Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-08T04:36:43.516Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-08T04:36:43.516Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0a927b1-773a-4447-8609-fb862f8a95a1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670474026074, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-12-08T04:36:43.516Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-08T04:36:43.516Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-08T04:36:43.516Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0a927b1-773a-4447-8609-fb862f8a95a1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670474027077, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-12-08T04:36:43.517Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-08T04:36:43.517Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-08T04:36:43.517Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0a927b1-773a-4447-8609-fb862f8a95a1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670474058344, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-12-08T04:36:43.517Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-08T04:36:52.538Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:37:42.980Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T04:37:42.981Z||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-12-08T04:37:42.981Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T04:37:42.983Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T04:37:42.983Z||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-12-08T04:37:42.983Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T04:37:52.541Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:37:52.555Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:38:42.980Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T04:38:42.981Z||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-12-08T04:38:42.981Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T04:38:42.982Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T04:38:42.983Z||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-12-08T04:38:42.983Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T04:38:52.539Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:38:52.540Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:39:42.980Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T04:39:42.980Z||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-12-08T04:39:42.981Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T04:39:42.983Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T04:39:42.983Z||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-12-08T04:39:42.983Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T04:39:52.535Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:39:52.536Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:40:42.979Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T04:40:42.980Z||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-12-08T04:40:42.980Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T04:40:42.982Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T04:40:42.983Z||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-12-08T04:40:42.983Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T04:40:52.537Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:40:52.538Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:41:42.979Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T04:41:42.980Z||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-12-08T04:41:42.980Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T04:41:42.982Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T04:41:42.983Z||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-12-08T04:41:42.983Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T04:41:52.527Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:41:52.545Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:42:42.982Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T04:42:42.984Z||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-12-08T04:42:42.984Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T04:42:42.981Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T04:42:42.985Z||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-12-08T04:42:42.988Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T04:42:52.539Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:42:52.542Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:43:42.979Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T04:43:42.980Z||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-12-08T04:43:42.980Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T04:43:42.983Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T04:43:42.983Z||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-12-08T04:43:42.983Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T04:43:52.562Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:43:52.563Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:44:42.979Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T04:44:42.980Z||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-12-08T04:44:42.980Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T04:44:42.983Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T04:44:42.983Z||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-12-08T04:44:42.983Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T04:44:52.537Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:44:52.539Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:45:42.979Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T04:45:42.980Z||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-12-08T04:45:42.980Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T04:45:42.982Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T04:45:42.984Z||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-12-08T04:45:42.984Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T04:45:52.532Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:45:52.535Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:46:42.979Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T04:46:42.980Z||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-12-08T04:46:42.980Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T04:46:42.982Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T04:46:42.983Z||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-12-08T04:46:42.983Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T04:46:52.556Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:46:52.563Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:47:42.979Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T04:47:42.980Z||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-12-08T04:47:42.981Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T04:47:42.983Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T04:47:42.983Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|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-12-08T04:47:42.983Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|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 nDhLkQT76ckaq9yo) ... 2022-12-08T04:47:52.569Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:47:52.583Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:48:42.980Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T04:48:42.980Z||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-12-08T04:48:42.980Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T04:48:42.983Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T04:48:42.983Z||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-12-08T04:48:42.983Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T04:48:52.526Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:48:52.532Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:49:42.982Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T04:49:42.982Z||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-12-08T04:49:42.982Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T04:49:42.983Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T04:49:42.983Z||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-12-08T04:49:42.983Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T04:49:52.530Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:49:52.537Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:50:42.980Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T04:50:42.981Z||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-12-08T04:50:42.981Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T04:50:42.982Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T04:50:42.983Z||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-12-08T04:50:42.983Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T04:50:52.543Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:50:52.550Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:51:42.980Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T04:51:42.980Z||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-12-08T04:51:42.981Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T04:51:42.983Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T04:51:42.983Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|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-12-08T04:51:42.983Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|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 nDhLkQT76ckaq9yo) ... 2022-12-08T04:51:52.532Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:51:52.536Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:52:42.980Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T04:52:42.981Z||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-12-08T04:52:42.981Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T04:52:42.982Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T04:52:42.983Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|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-12-08T04:52:42.983Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|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 nDhLkQT76ckaq9yo) ... 2022-12-08T04:52:52.534Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:52:52.536Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:53:42.980Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T04:53:42.981Z||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-12-08T04:53:42.981Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T04:53:42.983Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T04:53:42.983Z||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-12-08T04:53:42.984Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T04:53:52.534Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:53:52.535Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:54:42.980Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T04:54:42.981Z||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-12-08T04:54:42.981Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T04:54:42.982Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T04:54:42.983Z||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-12-08T04:54:42.983Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T04:54:52.558Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:54:52.560Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:55:42.982Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T04:55:42.983Z||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-12-08T04:55:42.983Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T04:55:42.984Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T04:55:42.984Z||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-12-08T04:55:42.984Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T04:55:52.533Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:55:52.544Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:56:42.981Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T04:56:42.982Z||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-12-08T04:56:42.982Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T04:56:42.982Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T04:56:42.983Z||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-12-08T04:56:42.983Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T04:56:52.551Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:56:52.552Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:57:42.979Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T04:57:42.980Z||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-12-08T04:57:42.980Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T04:57:42.983Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T04:57:42.983Z||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-12-08T04:57:42.983Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T04:57:52.528Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:57:52.528Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:58:42.979Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T04:58:42.980Z||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-12-08T04:58:42.980Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T04:58:42.983Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T04:58:42.983Z||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-12-08T04:58:42.983Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T04:58:52.530Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:58:52.552Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:59:42.980Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T04:59:42.980Z||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-12-08T04:59:42.980Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T04:59:42.982Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T04:59:42.983Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|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-12-08T04:59:42.983Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|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 nDhLkQT76ckaq9yo) ... 2022-12-08T04:59:52.536Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T04:59:52.539Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T05:00:42.979Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T05:00:42.980Z||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-12-08T05:00:42.980Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T05:00:42.986Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T05:00:42.986Z||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-12-08T05:00:42.986Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T05:00:52.553Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T05:00:52.557Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T05:01:42.979Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T05:01:42.980Z||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-12-08T05:01:42.980Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T05:01:42.982Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T05:01:42.983Z||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-12-08T05:01:42.983Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T05:01:52.524Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T05:01:52.528Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T05:02:42.979Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T05:02:42.980Z||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-12-08T05:02:42.980Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T05:02:42.982Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T05:02:42.983Z||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-12-08T05:02:42.983Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T05:02:52.528Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T05:02:52.529Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T05:03:42.980Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T05:03:42.981Z||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-12-08T05:03:42.981Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T05:03:42.983Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T05:03:42.983Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|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-12-08T05:03:42.985Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|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 nDhLkQT76ckaq9yo) ... 2022-12-08T05:03:52.553Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T05:03:52.576Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T05:04:42.981Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T05:04:42.982Z||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-12-08T05:04:42.982Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T05:04:42.983Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T05:04:42.983Z||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-12-08T05:04:42.983Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T05:04:52.527Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T05:04:52.544Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T05:05:42.981Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T05:05:42.982Z||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-12-08T05:05:42.983Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T05:05:42.985Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T05:05:42.985Z||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-12-08T05:05:42.985Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T05:05:52.534Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T05:05:52.534Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T05:06:42.979Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T05:06:42.981Z||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-12-08T05:06:42.981Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T05:06:42.982Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T05:06:42.983Z||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-12-08T05:06:42.983Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T05:06:52.535Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T05:06:52.535Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T05:07:42.979Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T05:07:42.980Z||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-12-08T05:07:42.981Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T05:07:42.983Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T05:07:42.983Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|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-12-08T05:07:42.984Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|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 nDhLkQT76ckaq9yo) ... 2022-12-08T05:07:52.582Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T05:07:52.587Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T05:08:42.981Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T05:08:42.983Z||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-12-08T05:08:42.983Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T05:08:42.984Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T05:08:42.984Z||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-12-08T05:08:42.984Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T05:08:52.553Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T05:08:52.553Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T05:09:42.980Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T05:09:42.983Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T05:09:42.983Z||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-12-08T05:09:42.983Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T05:09:42.983Z||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-12-08T05:09:42.983Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T05:09:52.546Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T05:09:52.550Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T05:10:42.980Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T05:10:42.981Z||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-12-08T05:10:42.981Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T05:10:42.983Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T05:10:42.983Z||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-12-08T05:10:42.983Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T05:10:43.146Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T05:10:43.148Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:10:43.148Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b119de0-79f7-47ef-b50e-5558d5fae2dd", "consumerID": "multicloud-k8s-id", "timestamp": 1670476197802, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-08T05:10:43.150Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T05:10:43.151Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:10:43.151Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b119de0-79f7-47ef-b50e-5558d5fae2dd", "consumerID": "ves-openapi-manager", "timestamp": 1670476204907, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-08T05:10:43.151Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T05:10:43.151Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:10:43.151Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b119de0-79f7-47ef-b50e-5558d5fae2dd", "consumerID": "cds", "timestamp": 1670476199836, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-08T05:10:43.152Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T05:10:43.152Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:10:43.152Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b119de0-79f7-47ef-b50e-5558d5fae2dd", "consumerID": "multicloud-k8s-id", "timestamp": 1670476197802, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-12-08T05:10:43.152Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T05:10:43.152Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:10:43.152Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b119de0-79f7-47ef-b50e-5558d5fae2dd", "consumerID": "ves-openapi-manager", "timestamp": 1670476204907, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-08T05:10:43.152Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T05:10:43.153Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:10:43.153Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b119de0-79f7-47ef-b50e-5558d5fae2dd", "consumerID": "cds", "timestamp": 1670476199836, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-08T05:10:43.153Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T05:10:43.153Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:10:43.153Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b119de0-79f7-47ef-b50e-5558d5fae2dd", "consumerID": "ves-openapi-manager", "timestamp": 1670476204907, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-12-08T05:10:43.153Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T05:10:43.153Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:10:43.153Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b119de0-79f7-47ef-b50e-5558d5fae2dd", "consumerID": "cds", "timestamp": 1670476199836, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-12-08T05:10:43.154Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T05:10:43.154Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:10:43.154Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b119de0-79f7-47ef-b50e-5558d5fae2dd", "consumerID": "multicloud-k8s-id", "timestamp": 1670476197802, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-12-08T05:10:43.154Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T05:10:43.154Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:10:43.154Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b119de0-79f7-47ef-b50e-5558d5fae2dd", "consumerID": "multicloud-k8s-id", "timestamp": 1670476197802, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-08T05:10:43.155Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T05:10:43.155Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:10:43.155Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b119de0-79f7-47ef-b50e-5558d5fae2dd", "consumerID": "cds", "timestamp": 1670476199836, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-08T05:10:43.155Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T05:10:43.155Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:10:43.155Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b119de0-79f7-47ef-b50e-5558d5fae2dd", "consumerID": "ves-openapi-manager", "timestamp": 1670476204907, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-08T05:10:43.155Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T05:10:43.156Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:10:43.156Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b119de0-79f7-47ef-b50e-5558d5fae2dd", "consumerID": "multicloud-k8s-id", "timestamp": 1670476197802, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-12-08T05:10:43.156Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T05:10:43.156Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:10:43.156Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b119de0-79f7-47ef-b50e-5558d5fae2dd", "consumerID": "ves-openapi-manager", "timestamp": 1670476204907, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-12-08T05:10:43.156Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T05:10:43.156Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:10:43.157Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b119de0-79f7-47ef-b50e-5558d5fae2dd", "consumerID": "cds", "timestamp": 1670476199836, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-12-08T05:10:43.157Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T05:10:43.157Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:10:43.157Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b119de0-79f7-47ef-b50e-5558d5fae2dd", "consumerID": "multicloud-k8s-id", "timestamp": 1670476197802, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-12-08T05:10:43.157Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T05:10:43.157Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:10:43.157Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b119de0-79f7-47ef-b50e-5558d5fae2dd", "consumerID": "cds", "timestamp": 1670476199836, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-12-08T05:10:43.158Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T05:10:43.158Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:10:43.158Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b119de0-79f7-47ef-b50e-5558d5fae2dd", "consumerID": "ves-openapi-manager", "timestamp": 1670476204907, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-12-08T05:10:43.158Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T05:10:43.158Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:10:43.159Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b119de0-79f7-47ef-b50e-5558d5fae2dd", "consumerID": "multicloud-k8s-id", "timestamp": 1670476197802, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-12-08T05:10:43.159Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T05:10:43.159Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:10:43.159Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b119de0-79f7-47ef-b50e-5558d5fae2dd", "consumerID": "cds", "timestamp": 1670476199836, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-12-08T05:10:43.159Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T05:10:43.159Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:10:43.159Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b119de0-79f7-47ef-b50e-5558d5fae2dd", "consumerID": "ves-openapi-manager", "timestamp": 1670476204907, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-12-08T05:10:43.160Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T05:10:43.160Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:10:43.160Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b119de0-79f7-47ef-b50e-5558d5fae2dd", "consumerID": "multicloud-k8s-id", "timestamp": 1670476197802, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-08T05:10:43.160Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T05:10:43.160Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:10:43.160Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b119de0-79f7-47ef-b50e-5558d5fae2dd", "consumerID": "ves-openapi-manager", "timestamp": 1670476204907, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-08T05:10:43.161Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T05:10:43.162Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:10:43.162Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b119de0-79f7-47ef-b50e-5558d5fae2dd", "consumerID": "cds", "timestamp": 1670476199836, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-08T05:10:43.162Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T05:10:43.162Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:10:43.163Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b119de0-79f7-47ef-b50e-5558d5fae2dd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670476213066, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-08T05:10:43.163Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T05:10:43.163Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:10:43.163Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b119de0-79f7-47ef-b50e-5558d5fae2dd", "consumerID": "multicloud-k8s-id", "timestamp": 1670476197802, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-08T05:10:43.163Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T05:10:43.163Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:10:43.163Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b119de0-79f7-47ef-b50e-5558d5fae2dd", "consumerID": "cds", "timestamp": 1670476199836, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-08T05:10:43.163Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T05:10:43.164Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:10:43.164Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b119de0-79f7-47ef-b50e-5558d5fae2dd", "consumerID": "ves-openapi-manager", "timestamp": 1670476204907, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-08T05:10:43.164Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T05:10:43.164Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:10:43.164Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b119de0-79f7-47ef-b50e-5558d5fae2dd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670476213066, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-08T05:10:43.164Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T05:10:43.164Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:10:43.164Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b119de0-79f7-47ef-b50e-5558d5fae2dd", "consumerID": "multicloud-k8s-id", "timestamp": 1670476197802, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-12-08T05:10:43.164Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T05:10:43.164Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:10:43.164Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b119de0-79f7-47ef-b50e-5558d5fae2dd", "consumerID": "ves-openapi-manager", "timestamp": 1670476204907, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-12-08T05:10:43.165Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T05:10:43.165Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:10:43.165Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b119de0-79f7-47ef-b50e-5558d5fae2dd", "consumerID": "cds", "timestamp": 1670476199836, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-12-08T05:10:43.165Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T05:10:43.165Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:10:43.165Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b119de0-79f7-47ef-b50e-5558d5fae2dd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670476213066, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-12-08T05:10:43.165Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T05:10:43.165Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:10:43.165Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b119de0-79f7-47ef-b50e-5558d5fae2dd", "consumerID": "multicloud-k8s-id", "timestamp": 1670476217924, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-12-08T05:10:43.165Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-08T05:10:43.166Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:10:43.166Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b119de0-79f7-47ef-b50e-5558d5fae2dd", "consumerID": "cds", "timestamp": 1670476217940, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-08T05:10:43.166Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-08T05:10:43.166Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:10:43.166Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b119de0-79f7-47ef-b50e-5558d5fae2dd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670476213066, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-08T05:10:43.166Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T05:10:43.166Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:10:43.166Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b119de0-79f7-47ef-b50e-5558d5fae2dd", "consumerID": "multicloud-k8s-id", "timestamp": 1670476218998, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-12-08T05:10:43.166Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-08T05:10:43.167Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:10:43.167Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b119de0-79f7-47ef-b50e-5558d5fae2dd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670476213066, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-12-08T05:10:43.167Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T05:10:43.167Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:10:43.167Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b119de0-79f7-47ef-b50e-5558d5fae2dd", "consumerID": "aai-ml", "timestamp": 1670476218901, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-08T05:10:43.167Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T05:10:43.167Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:10:43.167Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b119de0-79f7-47ef-b50e-5558d5fae2dd", "consumerID": "multicloud-k8s-id", "timestamp": 1670476220073, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-12-08T05:10:43.167Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-08T05:10:43.168Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:10:43.168Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b119de0-79f7-47ef-b50e-5558d5fae2dd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670476213066, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-12-08T05:10:43.168Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T05:10:43.168Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:10:43.168Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b119de0-79f7-47ef-b50e-5558d5fae2dd", "consumerID": "cds", "timestamp": 1670476220518, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-12-08T05:10:43.190Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9b119de0-79f7-47ef-b50e-5558d5fae2dd 2022-12-08T05:10:43.191Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9b119de0-79f7-47ef-b50e-5558d5fae2dd 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-12-08T05:10:43.200Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:10:43.201Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b119de0-79f7-47ef-b50e-5558d5fae2dd", "consumerID": "aai-ml", "timestamp": 1670476218901, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-08T05:10:43.201Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T05:10:43.201Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:10:43.201Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b119de0-79f7-47ef-b50e-5558d5fae2dd", "consumerID": "multicloud-k8s-id", "timestamp": 1670476221154, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-12-08T05:10:43.201Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-08T05:10:43.201Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:10:43.201Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b119de0-79f7-47ef-b50e-5558d5fae2dd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670476213066, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-12-08T05:10:43.202Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T05:10:43.202Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:10:43.202Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b119de0-79f7-47ef-b50e-5558d5fae2dd", "consumerID": "aai-ml", "timestamp": 1670476218901, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-12-08T05:10:43.202Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T05:10:43.202Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:10:43.202Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b119de0-79f7-47ef-b50e-5558d5fae2dd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670476213066, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-08T05:10:43.202Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T05:10:43.202Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:10:43.202Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b119de0-79f7-47ef-b50e-5558d5fae2dd", "consumerID": "multicloud-k8s-id", "timestamp": 1670476222229, "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-12-08T05:10:43.208Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9b119de0-79f7-47ef-b50e-5558d5fae2dd 2022-12-08T05:10:43.208Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9b119de0-79f7-47ef-b50e-5558d5fae2dd 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-12-08T05:10:43.216Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:10:43.216Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b119de0-79f7-47ef-b50e-5558d5fae2dd", "consumerID": "aai-ml", "timestamp": 1670476218901, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-08T05:10:43.216Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T05:10:43.216Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:10:43.216Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b119de0-79f7-47ef-b50e-5558d5fae2dd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670476213066, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-08T05:10:43.217Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T05:10:43.217Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:10:43.217Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b119de0-79f7-47ef-b50e-5558d5fae2dd", "consumerID": "multicloud-k8s-id", "timestamp": 1670476223234, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-12-08T05:10:43.217Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-08T05:10:43.217Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:10:43.217Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b119de0-79f7-47ef-b50e-5558d5fae2dd", "consumerID": "aai-ml", "timestamp": 1670476218901, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-12-08T05:10:43.217Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T05:10:43.217Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:10:43.217Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b119de0-79f7-47ef-b50e-5558d5fae2dd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670476213066, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-12-08T05:10:43.217Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T05:10:43.217Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:10:43.217Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b119de0-79f7-47ef-b50e-5558d5fae2dd", "consumerID": "aai-ml", "timestamp": 1670476218901, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-12-08T05:10:43.218Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T05:10:43.218Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:10:43.218Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b119de0-79f7-47ef-b50e-5558d5fae2dd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670476223864, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-08T05:10:43.218Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-08T05:10:43.218Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:10:43.218Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b119de0-79f7-47ef-b50e-5558d5fae2dd", "consumerID": "aai-ml", "timestamp": 1670476218901, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-12-08T05:10:43.218Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T05:10:43.218Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:10:43.218Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b119de0-79f7-47ef-b50e-5558d5fae2dd", "consumerID": "aai-ml", "timestamp": 1670476218901, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-08T05:10:43.218Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T05:10:43.218Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:10:43.219Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b119de0-79f7-47ef-b50e-5558d5fae2dd", "consumerID": "aai-ml", "timestamp": 1670476218901, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-08T05:10:43.219Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T05:10:43.219Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:10:43.219Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b119de0-79f7-47ef-b50e-5558d5fae2dd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670476226313, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-12-08T05:10:43.219Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-08T05:10:43.219Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:10:43.219Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b119de0-79f7-47ef-b50e-5558d5fae2dd", "consumerID": "aai-ml", "timestamp": 1670476218901, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-12-08T05:10:43.219Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T05:10:43.219Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:10:43.219Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b119de0-79f7-47ef-b50e-5558d5fae2dd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670476227317, "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-12-08T05:10:43.224Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9b119de0-79f7-47ef-b50e-5558d5fae2dd 2022-12-08T05:10:43.224Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9b119de0-79f7-47ef-b50e-5558d5fae2dd 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-12-08T05:10:43.232Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:10:43.233Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b119de0-79f7-47ef-b50e-5558d5fae2dd", "consumerID": "aai-ml", "timestamp": 1670476229707, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-08T05:10:43.233Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-08T05:10:43.233Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:10:43.233Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6e6facb-9d70-405d-a9e8-df43ddf097f2", "consumerID": "cds", "timestamp": 1670476231077, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-08T05:10:43.233Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T05:10:43.233Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:10:43.233Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b119de0-79f7-47ef-b50e-5558d5fae2dd", "consumerID": "aai-ml", "timestamp": 1670476237389, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-12-08T05:10:43.233Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-08T05:10:43.233Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:10:43.233Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6e6facb-9d70-405d-a9e8-df43ddf097f2", "consumerID": "cds", "timestamp": 1670476231077, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-08T05:10:43.234Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T05:10:43.234Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:10:43.234Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b119de0-79f7-47ef-b50e-5558d5fae2dd", "consumerID": "aai-ml", "timestamp": 1670476238393, "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-12-08T05:10:43.238Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9b119de0-79f7-47ef-b50e-5558d5fae2dd 2022-12-08T05:10:43.239Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9b119de0-79f7-47ef-b50e-5558d5fae2dd 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-12-08T05:10:43.247Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:10:43.247Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6e6facb-9d70-405d-a9e8-df43ddf097f2", "consumerID": "multicloud-k8s-id", "timestamp": 1670476237802, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-08T05:10:43.247Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T05:10:43.247Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:10:43.247Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6e6facb-9d70-405d-a9e8-df43ddf097f2", "consumerID": "cds", "timestamp": 1670476231077, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-12-08T05:10:43.247Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T05:10:43.247Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:10:43.247Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6e6facb-9d70-405d-a9e8-df43ddf097f2", "consumerID": "multicloud-k8s-id", "timestamp": 1670476237802, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-12-08T05:10:43.248Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T05:10:43.248Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:10:43.248Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6e6facb-9d70-405d-a9e8-df43ddf097f2", "consumerID": "cds", "timestamp": 1670476231077, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-08T05:10:43.248Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T05:10:43.248Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:10:43.248Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6e6facb-9d70-405d-a9e8-df43ddf097f2", "consumerID": "multicloud-k8s-id", "timestamp": 1670476237802, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-12-08T05:10:43.248Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T05:10:43.248Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:10:43.248Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6e6facb-9d70-405d-a9e8-df43ddf097f2", "consumerID": "cds", "timestamp": 1670476231077, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-12-08T05:10:43.248Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T05:10:43.248Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:10:43.248Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6e6facb-9d70-405d-a9e8-df43ddf097f2", "consumerID": "multicloud-k8s-id", "timestamp": 1670476237802, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-08T05:10:43.249Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T05:10:43.249Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:10:43.249Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6e6facb-9d70-405d-a9e8-df43ddf097f2", "consumerID": "cds", "timestamp": 1670476231077, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-08T05:10:43.249Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T05:10:43.645Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T05:10:43.646Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-08T05:10:43.647Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"9b119de0-79f7-47ef-b50e-5558d5fae2dd","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"05209e81-c687-4c3e-92b4-03b0e4de9fc5","serviceDescription":"service","serviceInvariantUUID":"1ecd3da2-acba-4300-a95f-17ee21c8da06","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"9ff7baa8-41c4-4dad-8896-b8387baa1923","resourceInvariantUUID":"32e453ad-baae-405a-b3c7-0f4103f97e37","resourceCustomizationUUID":"0f339634-5283-481a-97f0-71115aa5f5ad","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":"MmU3NmJhNzFhNTM0NDkxYmQ4YzJjZmE1ZDhiN2Y2ODQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b02c3e7c-6642-4f09-9c2b-e013dbc51622","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":"MGNlODIyNWNiODg1MjQzMTQ3MWJlNDljMjNjNTk4YWE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c184bdb9-c9f7-44e2-9ab8-e921f352f6c0","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":"8492c686-7e9f-4f7e-88b5-0d0f45b1bb8f","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":"9aafdac1-e70b-44b1-b41a-43779f2a607f","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":"aa3a3eb2-da49-41de-a297-b770764a1154","artifactVersion":"2","generatedFromUUID":"8ef93052-3d89-4e50-9368-71f67c437bdc"},{"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":"6133207c-1f81-48c4-a26d-948348c69be9","artifactVersion":"2","generatedFromUUID":"8492c686-7e9f-4f7e-88b5-0d0f45b1bb8f"},{"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":"8ef93052-3d89-4e50-9368-71f67c437bdc","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":"0ec7b0fb-7b09-4a1e-b13d-353ed7f029b2","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":"MDZmMjAyZjA2ZjJiN2M2OGRhZGIxNjJjNDJmODcwZjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"89a67dbb-420c-4bc3-b638-008ce4757d6d","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"ZTU0MDU5ZTQwOGMyYzYwZmQyMmFiMjQxZTljMDE5NmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6c313ebf-e6f9-4473-b2d0-8fb78f9a3c15","artifactVersion":"1"}],"workloadContext":"Production"} 2022-12-08T05:10:43.649Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-08T05:10:43.650Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-12-08T05:10:43.653Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-08T05:10:43.653Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "9b119de0-79f7-47ef-b50e-5558d5fae2dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670476242979, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-08T05:10:43.753Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-12-08T05:10:43.755Z||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-12-08T05:10:43.755Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nDhLkQT76ckaq9yo) ... 2022-12-08T05:10:43.773Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T05:10:43.773Z||pool-89-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-12-08T05:10:44.655Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-08T05:10:44.656Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-12-08T05:10:44.659Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-08T05:10:44.659Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "9b119de0-79f7-47ef-b50e-5558d5fae2dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670476242979, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-12-08T05:10:44.759Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-08T05:10:44.760Z||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-12-08T05:10:44.760Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nDhLkQT76ckaq9yo) ... 2022-12-08T05:10:44.769Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T05:10:44.769Z||pool-90-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-12-08T05:10:45.660Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-08T05:10:45.660Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-12-08T05:10:45.664Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-08T05:10:45.664Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "9b119de0-79f7-47ef-b50e-5558d5fae2dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670476242979, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-12-08T05:10:45.764Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-08T05:10:45.765Z||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-12-08T05:10:45.765Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nDhLkQT76ckaq9yo) ... 2022-12-08T05:10:45.778Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T05:10:45.778Z||pool-91-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-12-08T05:10:46.665Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-08T05:10:46.666Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-12-08T05:10:46.668Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-08T05:10:46.669Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "9b119de0-79f7-47ef-b50e-5558d5fae2dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670476242979, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-08T05:10:46.769Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-08T05:10:46.770Z||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-12-08T05:10:46.770Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nDhLkQT76ckaq9yo) ... 2022-12-08T05:10:46.785Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T05:10:46.786Z||pool-92-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-12-08T05:10:47.669Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-08T05:10:47.670Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-12-08T05:10:47.672Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-08T05:10:47.673Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "9b119de0-79f7-47ef-b50e-5558d5fae2dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670476242979, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-12-08T05:10:47.773Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-08T05:10:47.774Z||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-12-08T05:10:47.775Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nDhLkQT76ckaq9yo) ... 2022-12-08T05:10:47.789Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T05:10:47.790Z||pool-93-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-12-08T05:10:48.673Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-08T05:10:48.674Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-12-08T05:10:48.677Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-08T05:10:48.677Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "9b119de0-79f7-47ef-b50e-5558d5fae2dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670476242979, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-12-08T05:10:48.777Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-08T05:10:48.778Z||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-12-08T05:10:48.778Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nDhLkQT76ckaq9yo) ... 2022-12-08T05:10:48.808Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T05:10:48.809Z||pool-94-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1} 2022-12-08T05:10:49.677Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-08T05:10:49.678Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-12-08T05:10:49.680Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-08T05:10:49.680Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "9b119de0-79f7-47ef-b50e-5558d5fae2dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670476242979, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-12-08T05:10:49.780Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-08T05:10:49.781Z||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-12-08T05:10:49.781Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nDhLkQT76ckaq9yo) ... 2022-12-08T05:10:49.793Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T05:10:49.793Z||pool-95-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-12-08T05:10:50.680Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-08T05:10:50.681Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-12-08T05:10:50.683Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-08T05:10:50.683Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "9b119de0-79f7-47ef-b50e-5558d5fae2dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670476242979, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-08T05:10:50.784Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-12-08T05:10:50.785Z||pool-96-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-08T05:10:50.785Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nDhLkQT76ckaq9yo) ... 2022-12-08T05:10:50.843Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T05:10:50.843Z||pool-96-thread-1|||||INFO|500||cambria reply ok (59 ms):{"serverTimeMs":1,"count":1} 2022-12-08T05:10:51.684Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-08T05:10:51.685Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-12-08T05:10:51.687Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-08T05:10:51.687Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "9b119de0-79f7-47ef-b50e-5558d5fae2dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670476242979, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-08T05:10:51.788Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-12-08T05:10:51.789Z||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-12-08T05:10:51.789Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nDhLkQT76ckaq9yo) ... 2022-12-08T05:10:51.806Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T05:10:51.806Z||pool-97-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-12-08T05:10:52.688Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-08T05:10:52.689Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-12-08T05:10:52.691Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-08T05:10:52.691Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "9b119de0-79f7-47ef-b50e-5558d5fae2dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670476242979, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-12-08T05:10:52.791Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-08T05:10:52.792Z||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-12-08T05:10:52.793Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nDhLkQT76ckaq9yo) ... 2022-12-08T05:10:52.803Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T05:10:52.804Z||pool-98-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-12-08T05:10:53.692Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "9b119de0-79f7-47ef-b50e-5558d5fae2dd", "serviceName": "basic_cnf_macro", "serviceVersion": "1.0", "serviceUUID": "05209e81-c687-4c3e-92b4-03b0e4de9fc5", "serviceDescription": "service", "serviceInvariantUUID": "1ecd3da2-acba-4300-a95f-17ee21c8da06", "resources": [ { "resourceInstanceName": "basic_cnf_macro 0", "resourceCustomizationUUID": "0f339634-5283-481a-97f0-71115aa5f5ad", "resourceName": "basic_cnf_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "9ff7baa8-41c4-4dad-8896-b8387baa1923", "resourceInvariantUUID": "32e453ad-baae-405a-b3c7-0f4103f97e37", "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": "MGNlODIyNWNiODg1MjQzMTQ3MWJlNDljMjNjNTk4YWE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "c184bdb9-c9f7-44e2-9ab8-e921f352f6c0", "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": "8492c686-7e9f-4f7e-88b5-0d0f45b1bb8f", "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": "6133207c-1f81-48c4-a26d-948348c69be9", "generatedFromUUID": "8492c686-7e9f-4f7e-88b5-0d0f45b1bb8f" }, "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": "aa3a3eb2-da49-41de-a297-b770764a1154", "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": "6133207c-1f81-48c4-a26d-948348c69be9", "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": "8ef93052-3d89-4e50-9368-71f67c437bdc", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "artifactChecksum": "ZTU0MDU5ZTQwOGMyYzYwZmQyMmFiMjQxZTljMDE5NmU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "6c313ebf-e6f9-4473-b2d0-8fb78f9a3c15" } ], "workloadContext": "Production" } 2022-12-08T05:10:53.693Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-12-08T05:10:53.693Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 05209e81-c687-4c3e-92b4-03b0e4de9fc5 ASDC 2022-12-08T05:10:53.694Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:9b119de0-79f7-47ef-b50e-5558d5fae2dd ServiceName:basic_cnf_macro ServiceVersion:1.0 ServiceUUID:05209e81-c687-4c3e-92b4-03b0e4de9fc5 ServiceInvariantUUID:1ecd3da2-acba-4300-a95f-17ee21c8da06 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:6c313ebf-e6f9-4473-b2d0-8fb78f9a3c15 ArtifactChecksum:ZTU0MDU5ZTQwOGMyYzYwZmQyMmFiMjQxZTljMDE5NmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf_macro 0 ResourceCustomizationUUID:0f339634-5283-481a-97f0-71115aa5f5ad ResourceInvariantUUID:32e453ad-baae-405a-b3c7-0f4103f97e37 ResourceName:basic_cnf_macro ResourceType:VF ResourceUUID:9ff7baa8-41c4-4dad-8896-b8387baa1923 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:c184bdb9-c9f7-44e2-9ab8-e921f352f6c0 ArtifactChecksum:MGNlODIyNWNiODg1MjQzMTQ3MWJlNDljMjNjNTk4YWE= 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:8492c686-7e9f-4f7e-88b5-0d0f45b1bb8f 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:6133207c-1f81-48c4-a26d-948348c69be9 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:aa3a3eb2-da49-41de-a297-b770764a1154 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:6133207c-1f81-48c4-a26d-948348c69be9 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:8ef93052-3d89-4e50-9368-71f67c437bdc ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-12-08T05:10:53.694Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 05209e81-c687-4c3e-92b4-03b0e4de9fc5 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-12-08T05:10:53.735Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-12-08T05:10:53.736Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-12-08T05:10:53.736Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-12-08T05:10:53.737Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 6c313ebf-e6f9-4473-b2d0-8fb78f9a3c15 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-12-08T05:10:53.737Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-12-08T05:10:53.737Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-12-08T05:10:53.827Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-12-08T05:10:53.835Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 6c313ebf-e6f9-4473-b2d0-8fb78f9a3c15 162981 2022-12-08T05:10:53.835Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2022-12-08T05:10:53.835Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-12-08T05:10:53.836Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-08T05:10:53.836Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-12-08T05:10:53.838Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-08T05:10:53.838Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "9b119de0-79f7-47ef-b50e-5558d5fae2dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670476253835, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-08T05:10:53.938Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-08T05:10:53.939Z||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-12-08T05:10:53.939Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nDhLkQT76ckaq9yo) ... 2022-12-08T05:10:53.951Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T05:10:53.951Z||pool-99-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-12-08T05:10:54.838Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-12-08T05:10:54.840Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-12-08T05:10:54.840Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 6c313ebf-e6f9-4473-b2d0-8fb78f9a3c15, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-12-08T05:10:54.840Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar 2022-12-08T05:10:54.841Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-12-08T05:10:54.841Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-12-08T05:10:55.046Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14862982410944586949/Definitions/service-BasicCnfMacro-template.yml Log warning: The required parameter "compute_dummy_base_name" is not provided 2022-12-08T05:10:56.564Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2022-12-08T05:10:56.564Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-12-08T05:10:56.565Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-12-08T05:10:56.565Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-12-08T05:10:56.565Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|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-BasicCnfMacro-csar.csar 2022-12-08T05:10:56.565Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||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-12-08T05:10:56.565Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||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-12-08T05:10:56.565Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||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-12-08T05:10:56.565Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-12-08T05:10:56.565Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T05:10:56.565Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-12-08T05:10:56.566Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-12-08T05:10:56.566Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-12-08T05:10:56.566Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-12-08T05:10:56.567Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T05:10:56.567Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-12-08T05:10:56.567Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-12-08T05:10:56.567Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-12-08T05:10:56.567Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-12-08T05:10:56.567Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T05:10:56.567Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-08T05:10:56.568Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T05:10:56.568Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-12-08T05:10:56.568Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria 2022-12-08T05:10:56.568Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||DEBUG|500||Node template dummy_base is not matching search criteria 2022-12-08T05:10:56.568Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-12-08T05:10:56.568Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T05:10:56.568Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-12-08T05:10:56.569Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T05:10:56.569Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-12-08T05:10:56.569Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-08T05:10:56.569Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T05:10:56.569Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-12-08T05:10:56.569Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-08T05:10:56.570Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T05:10:56.570Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-12-08T05:10:56.570Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-08T05:10:56.570Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T05:10:56.570Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-12-08T05:10:56.570Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-08T05:10:56.570Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T05:10:56.571Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-12-08T05:10:56.571Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria 2022-12-08T05:10:56.571Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=35eb354c-0193-4887-87ab-522359646881 2022-12-08T05:10:56.571Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T05:10:56.571Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-12-08T05:10:56.571Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T05:10:56.572Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-12-08T05:10:56.572Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T05:10:56.572Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-08T05:10:56.572Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T05:10:56.572Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-12-08T05:10:56.572Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf_macro Description:service Model UUID:05209e81-c687-4c3e-92b4-03b0e4de9fc5 Model Version:NULL Model InvariantUuid:1ecd3da2-acba-4300-a95f-17ee21c8da06 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf_macro Model UUID:5bba46c2-ee77-4b85-8aeb-0e89fecda653 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:32e453ad-baae-405a-b3c7-0f4103f97e37 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:0f339634-5283-481a-97f0-71115aa5f5ad NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:b8e682f6-f824-4876-9e7b-57ce02975406 ModelName:BasicCnfMacro..helm_apache..module-1 ModelUuid:a8922bd7-923a-4e2f-aaeb-7cda3e2a0c30 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL VF Module Properties: ModelInvariantUuid:0fda7e28-fea6-4113-8a31-c0740e1884c2 ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 ModelUuid:d0107591-9d50-4535-b0f2-cc1b4a2bfbca ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:35eb354c-0193-4887-87ab-522359646881 ModelInvariantUuid:a598b56e-4016-4bbe-9a59-f72218b44a21 ModelName:basic_cnf_macro-nodes.dummy_baseCvfc ModelUuid:a9d1c46d-8c0a-4b43-a79c-1ecdf560ecee ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy_base VNFC Properties: ModelCustomizationUuid:f3246bf7-187c-42a9-9545-49178eb08821 ModelInvariantUuid:5ba60961-8068-4a3c-985a-f06ff6a90273 ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base ModelUuid:056c0dcc-03a4-481d-ac22-23b13a9c2382 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-12-08T05:10:56.578Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 9ff7baa8-41c4-4dad-8896-b8387baa1923 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-12-08T05:10:56.581Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||INFO|500||basic_cnf_macro 0 2022-12-08T05:10:56.581Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 9ff7baa8-41c4-4dad-8896-b8387baa1923 2022-12-08T05:10:56.581Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: c184bdb9-c9f7-44e2-9ab8-e921f352f6c0 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-12-08T05:10:56.581Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-12-08T05:10:56.581Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||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-12-08T05:10:56.629Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-12-08T05:10:56.630Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json c184bdb9-c9f7-44e2-9ab8-e921f352f6c0 1565 2022-12-08T05:10:56.630Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||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-12-08T05:10:56.630Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||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-12-08T05:10:56.630Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-08T05:10:56.630Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-12-08T05:10:56.633Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-08T05:10:56.633Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "9b119de0-79f7-47ef-b50e-5558d5fae2dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670476256630, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-12-08T05:10:56.733Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-08T05:10:56.733Z||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-12-08T05:10:56.734Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nDhLkQT76ckaq9yo) ... 2022-12-08T05:10:56.746Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T05:10:56.747Z||pool-100-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-12-08T05:10:57.633Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "0fda7e28-fea6-4113-8a31-c0740e1884c2", "vfModuleModelVersion": "1", "vfModuleModelUUID": "d0107591-9d50-4535-b0f2-cc1b4a2bfbca", "vfModuleModelCustomizationUUID": "678043dc-6c9f-4478-b6ef-1cedc53f4210", "isBase": true, "artifacts": [ "8492c686-7e9f-4f7e-88b5-0d0f45b1bb8f", "6133207c-1f81-48c4-a26d-948348c69be9" ], "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": "b8e682f6-f824-4876-9e7b-57ce02975406", "vfModuleModelVersion": "1", "vfModuleModelUUID": "a8922bd7-923a-4e2f-aaeb-7cda3e2a0c30", "vfModuleModelCustomizationUUID": "05dfef9c-62c7-4d56-8135-9f57542e5daa", "isBase": false, "artifacts": [ "8ef93052-3d89-4e50-9368-71f67c437bdc" ], "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-12-08T05:10:57.638Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:d0107591-9d50-4535-b0f2-cc1b4a2bfbca VfModuleModelInvariantUUID:0fda7e28-fea6-4113-8a31-c0740e1884c2 VfModuleModelDescription:NULL Artifacts UUID List:{ 8492c686-7e9f-4f7e-88b5-0d0f45b1bb8f , 6133207c-1f81-48c4-a26d-948348c69be9 } 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:a8922bd7-923a-4e2f-aaeb-7cda3e2a0c30 VfModuleModelInvariantUUID:b8e682f6-f824-4876-9e7b-57ce02975406 VfModuleModelDescription:NULL Artifacts UUID List:{ 8ef93052-3d89-4e50-9368-71f67c437bdc } 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-12-08T05:10:57.640Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "0fda7e28-fea6-4113-8a31-c0740e1884c2", "vfModuleModelVersion": "1", "vfModuleModelUUID": "d0107591-9d50-4535-b0f2-cc1b4a2bfbca", "vfModuleModelCustomizationUUID": "678043dc-6c9f-4478-b6ef-1cedc53f4210", "isBase": true, "artifacts": [ "8492c686-7e9f-4f7e-88b5-0d0f45b1bb8f", "6133207c-1f81-48c4-a26d-948348c69be9" ], "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": "b8e682f6-f824-4876-9e7b-57ce02975406", "vfModuleModelVersion": "1", "vfModuleModelUUID": "a8922bd7-923a-4e2f-aaeb-7cda3e2a0c30", "vfModuleModelCustomizationUUID": "05dfef9c-62c7-4d56-8135-9f57542e5daa", "isBase": false, "artifacts": [ "8ef93052-3d89-4e50-9368-71f67c437bdc" ], "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-12-08T05:10:57.640Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:d0107591-9d50-4535-b0f2-cc1b4a2bfbca VfModuleModelInvariantUUID:0fda7e28-fea6-4113-8a31-c0740e1884c2 VfModuleModelDescription:NULL Artifacts UUID List:{ 8492c686-7e9f-4f7e-88b5-0d0f45b1bb8f , 6133207c-1f81-48c4-a26d-948348c69be9 } 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:a8922bd7-923a-4e2f-aaeb-7cda3e2a0c30 VfModuleModelInvariantUUID:b8e682f6-f824-4876-9e7b-57ce02975406 VfModuleModelDescription:NULL Artifacts UUID List:{ 8ef93052-3d89-4e50-9368-71f67c437bdc } 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-12-08T05:10:57.640Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 8492c686-7e9f-4f7e-88b5-0d0f45b1bb8f from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-12-08T05:10:57.640Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-12-08T05:10:57.640Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||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-12-08T05:10:57.685Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-12-08T05:10:57.686Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 8492c686-7e9f-4f7e-88b5-0d0f45b1bb8f 914 2022-12-08T05:10:57.686Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||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-12-08T05:10:57.687Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||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-12-08T05:10:57.687Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-08T05:10:57.687Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-12-08T05:10:57.689Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-08T05:10:57.689Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "9b119de0-79f7-47ef-b50e-5558d5fae2dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670476257686, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-12-08T05:10:57.789Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-08T05:10:57.790Z||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-12-08T05:10:57.790Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nDhLkQT76ckaq9yo) ... 2022-12-08T05:10:57.802Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T05:10:57.802Z||pool-101-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-12-08T05:10:58.689Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: aa3a3eb2-da49-41de-a297-b770764a1154 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-12-08T05:10:58.690Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-12-08T05:10:58.690Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||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-12-08T05:10:58.738Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-12-08T05:10:58.739Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env aa3a3eb2-da49-41de-a297-b770764a1154 12 2022-12-08T05:10:58.739Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||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-12-08T05:10:58.739Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||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-12-08T05:10:58.739Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-08T05:10:58.740Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-12-08T05:10:58.742Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-08T05:10:58.742Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "9b119de0-79f7-47ef-b50e-5558d5fae2dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670476258739, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-12-08T05:10:58.843Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-08T05:10:58.844Z||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-12-08T05:10:58.844Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nDhLkQT76ckaq9yo) ... 2022-12-08T05:10:58.855Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T05:10:58.855Z||pool-102-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-12-08T05:10:59.743Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 6133207c-1f81-48c4-a26d-948348c69be9 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-12-08T05:10:59.744Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-12-08T05:10:59.744Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||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-12-08T05:10:59.790Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-12-08T05:10:59.790Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 6133207c-1f81-48c4-a26d-948348c69be9 96 2022-12-08T05:10:59.791Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||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-12-08T05:10:59.791Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||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-12-08T05:10:59.791Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-08T05:10:59.791Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-12-08T05:10:59.793Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-08T05:10:59.793Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "9b119de0-79f7-47ef-b50e-5558d5fae2dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670476259791, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-12-08T05:10:59.893Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-08T05:10:59.894Z||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-12-08T05:10:59.895Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nDhLkQT76ckaq9yo) ... 2022-12-08T05:10:59.906Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T05:10:59.906Z||pool-103-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-12-08T05:11:00.794Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 8ef93052-3d89-4e50-9368-71f67c437bdc from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-12-08T05:11:00.794Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-12-08T05:11:00.795Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||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-12-08T05:11:00.839Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-12-08T05:11:00.840Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 8ef93052-3d89-4e50-9368-71f67c437bdc 20206 2022-12-08T05:11:00.840Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||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-12-08T05:11:00.840Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||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-12-08T05:11:00.840Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-08T05:11:00.841Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-12-08T05:11:00.842Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-08T05:11:00.842Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "9b119de0-79f7-47ef-b50e-5558d5fae2dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670476260840, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-12-08T05:11:00.943Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-08T05:11:00.944Z||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-12-08T05:11:00.944Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nDhLkQT76ckaq9yo) ... 2022-12-08T05:11:00.954Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T05:11:00.955Z||pool-104-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-12-08T05:11:01.850Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 05209e81-c687-4c3e-92b4-03b0e4de9fc5 2022-12-08T05:11:01.851Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 9ff7baa8-41c4-4dad-8896-b8387baa1923 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-12-08T05:11:01.856Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@69ffee65, org.onap.sdc.toscaparser.api.parameters.Input@7505db5f, org.onap.sdc.toscaparser.api.parameters.Input@48192c9d, org.onap.sdc.toscaparser.api.parameters.Input@33644e20, org.onap.sdc.toscaparser.api.parameters.Input@257e12ef] 2022-12-08T05:11:01.857Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T05:11:01.858Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-08T05:11:01.858Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 2022-12-08T05:11:01.858Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 0f339634-5283-481a-97f0-71115aa5f5ad 2022-12-08T05:11:01.858Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 0f339634-5283-481a-97f0-71115aa5f5ad matches Tosca VF Customization UUID: 0f339634-5283-481a-97f0-71115aa5f5ad 2022-12-08T05:11:01.858Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 0f339634-5283-481a-97f0-71115aa5f5ad 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-12-08T05:11:01.859Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T05:11:01.860Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-12-08T05:11:01.860Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 0f339634-5283-481a-97f0-71115aa5f5ad: {\"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-12-08T05:11:01.860Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6e820824 2022-12-08T05:11:01.860Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T05:11:01.860Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-12-08T05:11:01.860Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 05dfef9c-62c7-4d56-8135-9f57542e5daa 2022-12-08T05:11:01.861Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 05dfef9c-62c7-4d56-8135-9f57542e5daa 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-12-08T05:11:01.862Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T05:11:01.862Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-12-08T05:11:01.862Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-08T05:11:01.862Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T05:11:01.863Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-12-08T05:11:01.863Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-08T05:11:01.863Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T05:11:01.863Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-12-08T05:11:01.863Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=0f339634-5283-481a-97f0-71115aa5f5ad 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-12-08T05:11:01.864Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T05:11:01.864Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-12-08T05:11:01.865Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 05209e81-c687-4c3e-92b4-03b0e4de9fc5: basic_cnf_macro 2022-12-08T05:11:01.865Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T05:11:01.865Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-12-08T05:11:01.865Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T05:11:01.865Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-12-08T05:11:01.865Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T05:11:01.865Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-12-08T05:11:01.865Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T05:11:01.865Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-12-08T05:11:01.866Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T05:11:01.866Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-12-08T05:11:01.866Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||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-12-08T05:11:01.904Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 9ff7baa8-41c4-4dad-8896-b8387baa1923 2 ASDC deployResourceStructure 2022-12-08T05:11:01.904Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||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-12-08T05:11:01.905Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||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-12-08T05:11:01.905Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-08T05:11:01.905Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-12-08T05:11:01.908Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-08T05:11:01.908Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "9b119de0-79f7-47ef-b50e-5558d5fae2dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670476261904, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-12-08T05:11:02.007Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-08T05:11:02.008Z||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-12-08T05:11:02.008Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nDhLkQT76ckaq9yo) ... 2022-12-08T05:11:02.021Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T05:11:02.021Z||pool-105-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-12-08T05:11:02.908Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||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-12-08T05:11:02.909Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||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-12-08T05:11:02.909Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-08T05:11:02.909Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-12-08T05:11:02.911Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-08T05:11:02.912Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "9b119de0-79f7-47ef-b50e-5558d5fae2dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670476262908, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-12-08T05:11:03.011Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-08T05:11:03.012Z||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-12-08T05:11:03.012Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nDhLkQT76ckaq9yo) ... 2022-12-08T05:11:03.022Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T05:11:03.022Z||pool-106-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2022-12-08T05:11:03.912Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||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-12-08T05:11:03.913Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||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-12-08T05:11:03.913Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-12-08T05:11:03.913Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-12-08T05:11:03.915Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-08T05:11:03.915Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "9b119de0-79f7-47ef-b50e-5558d5fae2dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670476263912, "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-12-08T05:11:04.015Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-08T05:11:04.016Z||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-12-08T05:11:04.016Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nDhLkQT76ckaq9yo) ... 2022-12-08T05:11:04.025Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T05:11:04.025Z||pool-107-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-12-08T05:11:04.916Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||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-12-08T05:11:04.916Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||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-12-08T05:11:04.917Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-08T05:11:04.917Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-12-08T05:11:04.919Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-08T05:11:04.919Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "9b119de0-79f7-47ef-b50e-5558d5fae2dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670476264916, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-12-08T05:11:05.019Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-08T05:11:05.020Z||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-12-08T05:11:05.020Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nDhLkQT76ckaq9yo) ... 2022-12-08T05:11:05.035Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T05:11:05.035Z||pool-108-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-12-08T05:11:05.920Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||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-12-08T05:11:05.920Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||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-12-08T05:11:05.920Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-12-08T05:11:05.921Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-12-08T05:11:05.923Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-08T05:11:05.923Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "9b119de0-79f7-47ef-b50e-5558d5fae2dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670476265920, "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-12-08T05:11:06.023Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-08T05:11:06.024Z||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-12-08T05:11:06.024Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nDhLkQT76ckaq9yo) ... 2022-12-08T05:11:06.047Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T05:11:06.048Z||pool-109-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-12-08T05:11:06.924Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2022-12-08T05:11:06.925Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-12-08T05:11:06.925Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-08T05:11:06.925Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-12-08T05:11:06.928Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-08T05:11:06.928Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "9b119de0-79f7-47ef-b50e-5558d5fae2dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670476266924, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-12-08T05:11:07.028Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-08T05:11:07.029Z||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-12-08T05:11:07.029Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nDhLkQT76ckaq9yo) ... 2022-12-08T05:11:07.041Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T05:11:07.042Z||pool-110-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-12-08T05:11:07.928Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9b119de0-79f7-47ef-b50e-5558d5fae2dd Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-08T05:11:07.940Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9b119de0-79f7-47ef-b50e-5558d5fae2dd Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-12-08T05:11:07.943Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-08T05:11:07.943Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-12-08T05:11:07.943Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-12-08T05:11:07.943Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-12-08T05:11:07.943Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-08T05:11:07.943Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-08T05:11:07.943Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-08T05:11:07.943Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-08T05:11:07.944Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-08T05:11:07.944Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|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-12-08T05:11:07.948Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-12-08T05:11:37.949Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9b119de0-79f7-47ef-b50e-5558d5fae2dd 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-12-08T05:11:37.957Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9b119de0-79f7-47ef-b50e-5558d5fae2dd and serviceModelVersionId: 05209e81-c687-4c3e-92b4-03b0e4de9fc5 2022-12-08T05:11:37.958Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1ecd3da2-acba-4300-a95f-17ee21c8da06 2022-12-08T05:11:37.959Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1ecd3da2-acba-4300-a95f-17ee21c8da06/model-vers/model-ver/05209e81-c687-4c3e-92b4-03b0e4de9fc5?depth=0 2022-12-08T05:11:37.964Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2022-12-08T05:11:38.019Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|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/1ecd3da2-acba-4300-a95f-17ee21c8da06/model-vers/model-ver/05209e81-c687-4c3e-92b4-03b0e4de9fc5?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-12-08T05:11:38.022Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ecd3da2-acba-4300-a95f-17ee21c8da06/model-vers/model-ver/05209e81-c687-4c3e-92b4-03b0e4de9fc5?depth=0|INFO|500||Invoke 2022-12-08T05:11:38.052Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ecd3da2-acba-4300-a95f-17ee21c8da06/model-vers/model-ver/05209e81-c687-4c3e-92b4-03b0e4de9fc5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-12-08T05:11:38.165Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ecd3da2-acba-4300-a95f-17ee21c8da06/model-vers/model-ver/05209e81-c687-4c3e-92b4-03b0e4de9fc5?depth=0|INFO|500||InvokeReturn 2022-12-08T05:11:38.166Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|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/1ecd3da2-acba-4300-a95f-17ee21c8da06/model-vers/model-ver/05209e81-c687-4c3e-92b4-03b0e4de9fc5?depth=0 has http status code:200 and response headers:{date=[Thu, 08 Dec 2022 05:11:36 GMT], content-length=[0], vertex-id=[520408], x-aai-txid=[2-aai-resources-221208-05:11:36:714-97699], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2022-12-08T05:11:38.167Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity. 2022-12-08T05:11:38.167Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-12-08T05:11:38.167Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|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-12-08T05:11:38.172Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|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-12-08T05:11:38.173Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9b119de0-79f7-47ef-b50e-5558d5fae2dd and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-12-08T05:11:38.173Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-12-08T05:11:38.173Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-12-08T05:11:38.175Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-08T05:11:38.175Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "9b119de0-79f7-47ef-b50e-5558d5fae2dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670476298173, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-12-08T05:11:38.275Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-08T05:11:38.276Z||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-12-08T05:11:38.276Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nDhLkQT76ckaq9yo) ... 2022-12-08T05:11:38.292Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T05:11:38.293Z||pool-111-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-12-08T05:11:39.187Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-08T05:11:39.188Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"d6e6facb-9d70-405d-a9e8-df43ddf097f2","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"f01b1461-a492-4360-a8ce-41a7b0cb70f5","serviceDescription":"service","serviceInvariantUUID":"bcb66b6d-74f9-4b0a-bedd-c3f3f3d8d8a3","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"bc30dffd-2299-497a-86a4-2ec8406e9722","resourceInvariantUUID":"a24c97e7-3a24-48d3-9c23-08aeef6598d3","resourceCustomizationUUID":"38207008-7cb4-4eb3-87b9-763be5defb35","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":"Y2NhYjI1MzRmOWZhNWU3ZGFlOTI4ZWRlNzk5YWU0ZGM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7977f186-cf83-45d3-8f71-a60351ef301b","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":"MjNkMzYwZDVjYjNhZDQxMTIzNjM1N2JhMjAzZjkwMzA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"6942bcd1-77fe-4a55-8388-254d49fb6b2c","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":"7796c3e3-64ee-4ff3-a9b3-12bc5230fc89","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":"2cef472b-7c77-48ed-a578-2449b030a507","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":"63a7d859-6e07-4274-bf40-24151790299e","artifactVersion":"2","generatedFromUUID":"7796c3e3-64ee-4ff3-a9b3-12bc5230fc89"},{"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":"NDBhZWVkNzY0MWVjM2NiNDNkYzEzY2E4MjY0MzYwZjc\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"2333e1e3-795a-4ab6-8bd0-3b7854948695","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":"MGEzMjgzMjQxNDgyYjJiNGQ2YzMwODY2ODBhZTQ4OWE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"660a9e2d-7156-4344-8b8c-8cfff385044e","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"YWE2M2NlMGEzOTAxMWE4MWM5NzMwYzRkODcyZWQ4MmY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"cdd0d4ba-41b9-44cb-b34f-c1fee7f7ff97","artifactVersion":"1"}],"workloadContext":"Production"} 2022-12-08T05:11:39.188Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-08T05:11:39.188Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-12-08T05:11:39.190Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-08T05:11:39.190Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d6e6facb-9d70-405d-a9e8-df43ddf097f2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670476242979, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-08T05:11:39.290Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-08T05:11:39.291Z||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-12-08T05:11:39.291Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nDhLkQT76ckaq9yo) ... 2022-12-08T05:11:39.302Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T05:11:39.302Z||pool-112-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-12-08T05:11:40.191Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-08T05:11:40.192Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-12-08T05:11:40.193Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-08T05:11:40.194Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d6e6facb-9d70-405d-a9e8-df43ddf097f2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670476242979, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-12-08T05:11:40.293Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-08T05:11:40.294Z||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-12-08T05:11:40.295Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nDhLkQT76ckaq9yo) ... 2022-12-08T05:11:40.307Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T05:11:40.307Z||pool-113-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-12-08T05:11:41.194Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-08T05:11:41.195Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-12-08T05:11:41.197Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-08T05:11:41.198Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d6e6facb-9d70-405d-a9e8-df43ddf097f2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670476242979, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-12-08T05:11:41.297Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-08T05:11:41.298Z||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-12-08T05:11:41.298Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nDhLkQT76ckaq9yo) ... 2022-12-08T05:11:41.309Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T05:11:41.309Z||pool-114-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2022-12-08T05:11:42.198Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-08T05:11:42.199Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-12-08T05:11:42.201Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-08T05:11:42.202Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d6e6facb-9d70-405d-a9e8-df43ddf097f2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670476242979, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-08T05:11:42.301Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-08T05:11:42.302Z||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-12-08T05:11:42.302Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nDhLkQT76ckaq9yo) ... 2022-12-08T05:11:42.316Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T05:11:42.317Z||pool-115-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-12-08T05:11:42.983Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T05:11:42.983Z||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-12-08T05:11:42.984Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T05:11:43.013Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T05:11:43.013Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:11:43.013Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6e6facb-9d70-405d-a9e8-df43ddf097f2", "consumerID": "multicloud-k8s-id", "timestamp": 1670476237802, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-12-08T05:11:43.014Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T05:11:43.202Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-08T05:11:43.203Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-12-08T05:11:43.205Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-08T05:11:43.206Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d6e6facb-9d70-405d-a9e8-df43ddf097f2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670476242979, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-12-08T05:11:43.305Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-08T05:11:43.306Z||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-12-08T05:11:43.306Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nDhLkQT76ckaq9yo) ... 2022-12-08T05:11:43.320Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T05:11:43.320Z||pool-116-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-12-08T05:11:44.206Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-08T05:11:44.207Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-12-08T05:11:44.209Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-08T05:11:44.209Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d6e6facb-9d70-405d-a9e8-df43ddf097f2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670476242979, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-08T05:11:44.309Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-08T05:11:44.310Z||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-12-08T05:11:44.310Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nDhLkQT76ckaq9yo) ... 2022-12-08T05:11:44.321Z||pool-117-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T05:11:44.321Z||pool-117-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-12-08T05:11:45.210Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-08T05:11:45.213Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-12-08T05:11:45.216Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-08T05:11:45.216Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d6e6facb-9d70-405d-a9e8-df43ddf097f2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670476242979, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-08T05:11:45.316Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-08T05:11:45.317Z||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-12-08T05:11:45.317Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nDhLkQT76ckaq9yo) ... 2022-12-08T05:11:45.327Z||pool-118-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T05:11:45.328Z||pool-118-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-12-08T05:11:46.217Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-08T05:11:46.218Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-12-08T05:11:46.219Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-08T05:11:46.219Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d6e6facb-9d70-405d-a9e8-df43ddf097f2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670476242979, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-12-08T05:11:46.319Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-08T05:11:46.320Z||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-12-08T05:11:46.320Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nDhLkQT76ckaq9yo) ... 2022-12-08T05:11:46.338Z||pool-119-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T05:11:46.339Z||pool-119-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2022-12-08T05:11:47.221Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "d6e6facb-9d70-405d-a9e8-df43ddf097f2", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "f01b1461-a492-4360-a8ce-41a7b0cb70f5", "serviceDescription": "service", "serviceInvariantUUID": "bcb66b6d-74f9-4b0a-bedd-c3f3f3d8d8a3", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "38207008-7cb4-4eb3-87b9-763be5defb35", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "bc30dffd-2299-497a-86a4-2ec8406e9722", "resourceInvariantUUID": "a24c97e7-3a24-48d3-9c23-08aeef6598d3", "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": "MjNkMzYwZDVjYjNhZDQxMTIzNjM1N2JhMjAzZjkwMzA\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "6942bcd1-77fe-4a55-8388-254d49fb6b2c", "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": "7796c3e3-64ee-4ff3-a9b3-12bc5230fc89", "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": "63a7d859-6e07-4274-bf40-24151790299e", "generatedFromUUID": "7796c3e3-64ee-4ff3-a9b3-12bc5230fc89" }, "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": "63a7d859-6e07-4274-bf40-24151790299e", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "YWE2M2NlMGEzOTAxMWE4MWM5NzMwYzRkODcyZWQ4MmY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "cdd0d4ba-41b9-44cb-b34f-c1fee7f7ff97" } ], "workloadContext": "Production" } 2022-12-08T05:11:47.221Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-12-08T05:11:47.221Z|9b119de0-79f7-47ef-b50e-5558d5fae2dd|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f01b1461-a492-4360-a8ce-41a7b0cb70f5 ASDC 2022-12-08T05:11:47.222Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:d6e6facb-9d70-405d-a9e8-df43ddf097f2 ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:f01b1461-a492-4360-a8ce-41a7b0cb70f5 ServiceInvariantUUID:bcb66b6d-74f9-4b0a-bedd-c3f3f3d8d8a3 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:cdd0d4ba-41b9-44cb-b34f-c1fee7f7ff97 ArtifactChecksum:YWE2M2NlMGEzOTAxMWE4MWM5NzMwYzRkODcyZWQ4MmY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:38207008-7cb4-4eb3-87b9-763be5defb35 ResourceInvariantUUID:a24c97e7-3a24-48d3-9c23-08aeef6598d3 ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:bc30dffd-2299-497a-86a4-2ec8406e9722 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:6942bcd1-77fe-4a55-8388-254d49fb6b2c ArtifactChecksum:MjNkMzYwZDVjYjNhZDQxMTIzNjM1N2JhMjAzZjkwMzA= 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:7796c3e3-64ee-4ff3-a9b3-12bc5230fc89 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:63a7d859-6e07-4274-bf40-24151790299e 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:63a7d859-6e07-4274-bf40-24151790299e ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-12-08T05:11:47.222Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f01b1461-a492-4360-a8ce-41a7b0cb70f5 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-12-08T05:11:47.256Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-12-08T05:11:47.256Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-12-08T05:11:47.256Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-12-08T05:11:47.256Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: cdd0d4ba-41b9-44cb-b34f-c1fee7f7ff97 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-12-08T05:11:47.257Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-12-08T05:11:47.257Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-12-08T05:11:47.320Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-12-08T05:11:47.324Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar cdd0d4ba-41b9-44cb-b34f-c1fee7f7ff97 82628 2022-12-08T05:11:47.324Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-12-08T05:11:47.324Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-12-08T05:11:47.325Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-08T05:11:47.325Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-12-08T05:11:47.328Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-08T05:11:47.328Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d6e6facb-9d70-405d-a9e8-df43ddf097f2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670476307324, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-08T05:11:47.427Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-08T05:11:47.428Z||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-12-08T05:11:47.429Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nDhLkQT76ckaq9yo) ... 2022-12-08T05:11:47.440Z||pool-120-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T05:11:47.441Z||pool-120-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-12-08T05:11:48.328Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-12-08T05:11:48.329Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-12-08T05:11:48.329Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: cdd0d4ba-41b9-44cb-b34f-c1fee7f7ff97, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-12-08T05:11:48.330Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2022-12-08T05:11:48.330Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-12-08T05:11:48.330Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-12-08T05:11:48.452Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8539406916964848418/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-12-08T05:11:49.752Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2022-12-08T05:11:49.752Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-12-08T05:11:49.753Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-12-08T05:11:49.753Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-12-08T05:11:49.753Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|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-BasicVmMacro-csar.csar 2022-12-08T05:11:49.753Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|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-BasicVmMacro-csar.csar 2022-12-08T05:11:49.753Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|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-BasicVmMacro-csar.csar 2022-12-08T05:11:49.754Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|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-BasicVmMacro-csar.csar 2022-12-08T05:11:49.754Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|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-BasicVmMacro-csar.csar 2022-12-08T05:11:49.754Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|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-BasicVmMacro-csar.csar 2022-12-08T05:11:49.754Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||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-12-08T05:11:49.754Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-12-08T05:11:49.755Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T05:11:49.755Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-12-08T05:11:49.755Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-12-08T05:11:49.756Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-12-08T05:11:49.756Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-12-08T05:11:49.756Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T05:11:49.757Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-12-08T05:11:49.757Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-12-08T05:11:49.757Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-12-08T05:11:49.757Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-12-08T05:11:49.757Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T05:11:49.758Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-08T05:11:49.758Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T05:11:49.758Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-12-08T05:11:49.758Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-12-08T05:11:49.758Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-12-08T05:11:49.759Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-12-08T05:11:49.759Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-12-08T05:11:49.759Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-12-08T05:11:49.759Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T05:11:49.759Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-12-08T05:11:49.759Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T05:11:49.760Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-12-08T05:11:49.760Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-08T05:11:49.760Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T05:11:49.760Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-12-08T05:11:49.760Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-08T05:11:49.761Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T05:11:49.761Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-12-08T05:11:49.761Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-08T05:11:49.761Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T05:11:49.761Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-12-08T05:11:49.762Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-12-08T05:11:49.762Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-12-08T05:11:49.762Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=aaa64dcd-e363-4b88-b217-9790cd5f5912 2022-12-08T05:11:49.762Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T05:11:49.762Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-12-08T05:11:49.762Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T05:11:49.763Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-12-08T05:11:49.763Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T05:11:49.763Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-08T05:11:49.763Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T05:11:49.763Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-12-08T05:11:49.763Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:f01b1461-a492-4360-a8ce-41a7b0cb70f5 Model Version:NULL Model InvariantUuid:bcb66b6d-74f9-4b0a-bedd-c3f3f3d8d8a3 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:a41f53de-e09e-48b1-8005-3a8140c86bf6 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:a24c97e7-3a24-48d3-9c23-08aeef6598d3 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:38207008-7cb4-4eb3-87b9-763be5defb35 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:59f0a3d5-8600-415c-aa69-ad3e2d021b8a ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:3c4c3188-5f86-44dd-a8d8-502947948d91 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:aaa64dcd-e363-4b88-b217-9790cd5f5912 ModelInvariantUuid:b3638771-d7b7-4f15-88db-923d998385a3 ModelName:basic_vm_macro-nodes.ubuntu20Cvfc ModelUuid:ef1d3c4a-6faa-41af-a78a-deee41f6c45e ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:42142e6a-6422-4db9-9d55-aae8b025cbaa ModelInvariantUuid:1d488569-b38d-4776-b192-668b4f7d457e ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20 ModelUuid:ead1ed7f-4ead-4741-ab7e-566668be0085 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-12-08T05:11:49.775Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: bc30dffd-2299-497a-86a4-2ec8406e9722 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-12-08T05:11:49.779Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||INFO|500||basic_vm_macro 0 2022-12-08T05:11:49.779Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: bc30dffd-2299-497a-86a4-2ec8406e9722 2022-12-08T05:11:49.779Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 6942bcd1-77fe-4a55-8388-254d49fb6b2c from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-12-08T05:11:49.780Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-12-08T05:11:49.780Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||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-12-08T05:11:49.828Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-12-08T05:11:49.829Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 6942bcd1-77fe-4a55-8388-254d49fb6b2c 792 2022-12-08T05:11:49.829Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||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-12-08T05:11:49.829Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||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-12-08T05:11:49.829Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-08T05:11:49.830Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-12-08T05:11:49.832Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-08T05:11:49.833Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d6e6facb-9d70-405d-a9e8-df43ddf097f2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670476309829, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-12-08T05:11:49.932Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-08T05:11:49.933Z||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-12-08T05:11:49.933Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nDhLkQT76ckaq9yo) ... 2022-12-08T05:11:49.948Z||pool-121-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T05:11:49.949Z||pool-121-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-12-08T05:11:50.834Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "59f0a3d5-8600-415c-aa69-ad3e2d021b8a", "vfModuleModelVersion": "1", "vfModuleModelUUID": "3c4c3188-5f86-44dd-a8d8-502947948d91", "vfModuleModelCustomizationUUID": "4891a724-c858-4636-b1ab-63b0dc5660aa", "isBase": true, "artifacts": [ "7796c3e3-64ee-4ff3-a9b3-12bc5230fc89", "63a7d859-6e07-4274-bf40-24151790299e" ], "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-12-08T05:11:50.838Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:3c4c3188-5f86-44dd-a8d8-502947948d91 VfModuleModelInvariantUUID:59f0a3d5-8600-415c-aa69-ad3e2d021b8a VfModuleModelDescription:NULL Artifacts UUID List:{ 7796c3e3-64ee-4ff3-a9b3-12bc5230fc89 , 63a7d859-6e07-4274-bf40-24151790299e } 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-12-08T05:11:50.841Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "59f0a3d5-8600-415c-aa69-ad3e2d021b8a", "vfModuleModelVersion": "1", "vfModuleModelUUID": "3c4c3188-5f86-44dd-a8d8-502947948d91", "vfModuleModelCustomizationUUID": "4891a724-c858-4636-b1ab-63b0dc5660aa", "isBase": true, "artifacts": [ "7796c3e3-64ee-4ff3-a9b3-12bc5230fc89", "63a7d859-6e07-4274-bf40-24151790299e" ], "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-12-08T05:11:50.841Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:3c4c3188-5f86-44dd-a8d8-502947948d91 VfModuleModelInvariantUUID:59f0a3d5-8600-415c-aa69-ad3e2d021b8a VfModuleModelDescription:NULL Artifacts UUID List:{ 7796c3e3-64ee-4ff3-a9b3-12bc5230fc89 , 63a7d859-6e07-4274-bf40-24151790299e } 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-12-08T05:11:50.841Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 7796c3e3-64ee-4ff3-a9b3-12bc5230fc89 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-12-08T05:11:50.841Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-12-08T05:11:50.842Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||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-12-08T05:11:50.886Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-12-08T05:11:50.886Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 7796c3e3-64ee-4ff3-a9b3-12bc5230fc89 5033 2022-12-08T05:11:50.887Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||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-12-08T05:11:50.887Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||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-12-08T05:11:50.887Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-08T05:11:50.887Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-12-08T05:11:50.889Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-08T05:11:50.889Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d6e6facb-9d70-405d-a9e8-df43ddf097f2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670476310887, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-12-08T05:11:50.989Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-08T05:11:50.990Z||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-12-08T05:11:50.990Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nDhLkQT76ckaq9yo) ... 2022-12-08T05:11:51.011Z||pool-122-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T05:11:51.012Z||pool-122-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-12-08T05:11:51.889Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 63a7d859-6e07-4274-bf40-24151790299e from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-12-08T05:11:51.890Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-12-08T05:11:51.890Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||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-12-08T05:11:51.934Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-12-08T05:11:51.935Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 63a7d859-6e07-4274-bf40-24151790299e 903 2022-12-08T05:11:51.935Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||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-12-08T05:11:51.935Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||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-12-08T05:11:51.935Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-08T05:11:51.935Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-12-08T05:11:51.938Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-08T05:11:51.938Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d6e6facb-9d70-405d-a9e8-df43ddf097f2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670476311935, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-12-08T05:11:52.040Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-12-08T05:11:52.044Z||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-12-08T05:11:52.044Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nDhLkQT76ckaq9yo) ... 2022-12-08T05:11:52.066Z||pool-123-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T05:11:52.066Z||pool-123-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-12-08T05:11:52.938Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: f01b1461-a492-4360-a8ce-41a7b0cb70f5 2022-12-08T05:11:52.939Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 bc30dffd-2299-497a-86a4-2ec8406e9722 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-12-08T05:11:52.953Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@48288005, org.onap.sdc.toscaparser.api.parameters.Input@2c06d72, org.onap.sdc.toscaparser.api.parameters.Input@18ae3a53, org.onap.sdc.toscaparser.api.parameters.Input@14c3e939, org.onap.sdc.toscaparser.api.parameters.Input@18676b0c] 2022-12-08T05:11:52.955Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T05:11:52.955Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-08T05:11:52.955Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 2022-12-08T05:11:52.955Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 38207008-7cb4-4eb3-87b9-763be5defb35 2022-12-08T05:11:52.955Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 38207008-7cb4-4eb3-87b9-763be5defb35 matches Tosca VF Customization UUID: 38207008-7cb4-4eb3-87b9-763be5defb35 2022-12-08T05:11:52.957Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 38207008-7cb4-4eb3-87b9-763be5defb35 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-12-08T05:11:52.959Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T05:11:52.959Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-12-08T05:11:52.960Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 38207008-7cb4-4eb3-87b9-763be5defb35: {\"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-12-08T05:11:52.961Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7bd95644 2022-12-08T05:11:52.961Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T05:11:52.962Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-12-08T05:11:52.962Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 4891a724-c858-4636-b1ab-63b0dc5660aa 2022-12-08T05:11:52.962Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 4891a724-c858-4636-b1ab-63b0dc5660aa 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-12-08T05:11:52.965Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T05:11:52.965Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-12-08T05:11:52.969Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-08T05:11:52.969Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T05:11:52.970Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-12-08T05:11:52.970Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-08T05:11:52.972Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T05:11:52.975Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-12-08T05:11:52.975Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-12-08T05:11:52.976Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-12-08T05:11:52.976Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=aaa64dcd-e363-4b88-b217-9790cd5f5912 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-12-08T05:11:52.980Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T05:11:52.980Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-12-08T05:11:52.980Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-08T05:11:52.980Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T05:11:52.982Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-12-08T05:11:52.982Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=38207008-7cb4-4eb3-87b9-763be5defb35 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-12-08T05:11:52.984Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T05:11:52.984Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-12-08T05:11:52.984Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid f01b1461-a492-4360-a8ce-41a7b0cb70f5: basic_vm_macro 2022-12-08T05:11:52.984Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T05:11:52.984Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-12-08T05:11:52.985Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T05:11:52.985Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-12-08T05:11:52.985Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T05:11:52.985Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-12-08T05:11:52.985Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T05:11:52.986Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-12-08T05:11:52.986Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T05:11:52.986Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-12-08T05:11:52.986Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||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-12-08T05:11:53.060Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro bc30dffd-2299-497a-86a4-2ec8406e9722 1 ASDC deployResourceStructure 2022-12-08T05:11:53.061Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||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-12-08T05:11:53.061Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||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-12-08T05:11:53.061Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-08T05:11:53.061Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-12-08T05:11:53.063Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-08T05:11:53.063Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d6e6facb-9d70-405d-a9e8-df43ddf097f2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670476313061, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-12-08T05:11:53.163Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-08T05:11:53.164Z||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-12-08T05:11:53.164Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nDhLkQT76ckaq9yo) ... 2022-12-08T05:11:53.221Z||pool-124-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T05:11:53.222Z||pool-124-thread-1|||||INFO|500||cambria reply ok (59 ms):{"serverTimeMs":0,"count":1} 2022-12-08T05:11:54.064Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||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-12-08T05:11:54.065Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||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-12-08T05:11:54.065Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-08T05:11:54.065Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-12-08T05:11:54.067Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-08T05:11:54.067Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d6e6facb-9d70-405d-a9e8-df43ddf097f2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670476314064, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-12-08T05:11:54.167Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-08T05:11:54.168Z||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-12-08T05:11:54.168Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nDhLkQT76ckaq9yo) ... 2022-12-08T05:11:54.180Z||pool-125-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T05:11:54.181Z||pool-125-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-12-08T05:11:55.068Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||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-12-08T05:11:55.068Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||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-12-08T05:11:55.068Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-08T05:11:55.069Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-12-08T05:11:55.071Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-08T05:11:55.071Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d6e6facb-9d70-405d-a9e8-df43ddf097f2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670476315068, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-12-08T05:11:55.171Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-08T05:11:55.172Z||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-12-08T05:11:55.172Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nDhLkQT76ckaq9yo) ... 2022-12-08T05:11:55.185Z||pool-126-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T05:11:55.186Z||pool-126-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-12-08T05:11:56.072Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-12-08T05:11:56.073Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-12-08T05:11:56.073Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-08T05:11:56.073Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-12-08T05:11:56.075Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-08T05:11:56.075Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d6e6facb-9d70-405d-a9e8-df43ddf097f2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670476316072, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-12-08T05:11:56.175Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-08T05:11:56.176Z||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-12-08T05:11:56.176Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nDhLkQT76ckaq9yo) ... 2022-12-08T05:11:56.200Z||pool-127-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T05:11:56.201Z||pool-127-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-12-08T05:11:57.076Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d6e6facb-9d70-405d-a9e8-df43ddf097f2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-08T05:11:57.088Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d6e6facb-9d70-405d-a9e8-df43ddf097f2 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-12-08T05:11:57.090Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-08T05:11:57.090Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-12-08T05:11:57.090Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-12-08T05:12:27.090Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d6e6facb-9d70-405d-a9e8-df43ddf097f2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-08T05:12:27.101Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d6e6facb-9d70-405d-a9e8-df43ddf097f2 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-12-08T05:12:27.103Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-08T05:12:27.103Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-12-08T05:12:27.103Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-12-08T05:12:42.983Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T05:12:42.984Z||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-12-08T05:12:42.984Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T05:12:43.016Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T05:12:43.027Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:12:43.028Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6e6facb-9d70-405d-a9e8-df43ddf097f2", "consumerID": "cds", "timestamp": 1670476231077, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-08T05:12:43.028Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T05:12:43.028Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:12:43.029Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b119de0-79f7-47ef-b50e-5558d5fae2dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670476242979, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-08T05:12:43.029Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T05:12:43.029Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:12:43.029Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6e6facb-9d70-405d-a9e8-df43ddf097f2", "consumerID": "multicloud-k8s-id", "timestamp": 1670476237802, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-08T05:12:43.029Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T05:12:43.029Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:12:43.029Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6e6facb-9d70-405d-a9e8-df43ddf097f2", "consumerID": "cds", "timestamp": 1670476231077, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-12-08T05:12:43.029Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T05:12:43.029Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:12:43.029Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b119de0-79f7-47ef-b50e-5558d5fae2dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670476242979, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-12-08T05:12:43.030Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T05:12:43.030Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:12:43.030Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6e6facb-9d70-405d-a9e8-df43ddf097f2", "consumerID": "multicloud-k8s-id", "timestamp": 1670476237802, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-08T05:12:43.030Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T05:12:43.030Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:12:43.030Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6e6facb-9d70-405d-a9e8-df43ddf097f2", "consumerID": "ves-openapi-manager", "timestamp": 1670476244907, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-08T05:12:43.030Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T05:12:43.030Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:12:43.030Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6e6facb-9d70-405d-a9e8-df43ddf097f2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670476243066, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-08T05:12:43.030Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T05:12:43.030Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:12:43.031Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b119de0-79f7-47ef-b50e-5558d5fae2dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670476242979, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-12-08T05:12:43.031Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T05:12:43.031Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:12:43.031Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6e6facb-9d70-405d-a9e8-df43ddf097f2", "consumerID": "cds", "timestamp": 1670476245251, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-08T05:12:43.031Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-08T05:12:43.031Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:12:43.031Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6e6facb-9d70-405d-a9e8-df43ddf097f2", "consumerID": "multicloud-k8s-id", "timestamp": 1670476237802, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-12-08T05:12:43.031Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T05:12:43.031Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:12:43.031Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6e6facb-9d70-405d-a9e8-df43ddf097f2", "consumerID": "ves-openapi-manager", "timestamp": 1670476244907, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-08T05:12:43.031Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T05:12:43.031Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:12:43.031Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6e6facb-9d70-405d-a9e8-df43ddf097f2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670476243066, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-08T05:12:43.032Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T05:12:43.032Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:12:43.032Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b119de0-79f7-47ef-b50e-5558d5fae2dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670476242979, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-08T05:12:43.032Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T05:12:43.032Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:12:43.032Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6e6facb-9d70-405d-a9e8-df43ddf097f2", "consumerID": "multicloud-k8s-id", "timestamp": 1670476246545, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-12-08T05:12:43.032Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-08T05:12:43.032Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:12:43.032Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6e6facb-9d70-405d-a9e8-df43ddf097f2", "consumerID": "cds", "timestamp": 1670476246565, "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=? 2022-12-08T05:12:43.041Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d6e6facb-9d70-405d-a9e8-df43ddf097f2 2022-12-08T05:12:43.041Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId d6e6facb-9d70-405d-a9e8-df43ddf097f2 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-12-08T05:12:43.050Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:12:43.050Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6e6facb-9d70-405d-a9e8-df43ddf097f2", "consumerID": "ves-openapi-manager", "timestamp": 1670476244907, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-12-08T05:12:43.050Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T05:12:43.050Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:12:43.050Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6e6facb-9d70-405d-a9e8-df43ddf097f2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670476243066, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-12-08T05:12:43.050Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T05:12:43.050Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:12:43.050Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b119de0-79f7-47ef-b50e-5558d5fae2dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670476242979, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-12-08T05:12:43.051Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T05:12:43.051Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:12:43.051Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6e6facb-9d70-405d-a9e8-df43ddf097f2", "consumerID": "multicloud-k8s-id", "timestamp": 1670476247600, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-12-08T05:12:43.051Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-08T05:12:43.051Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:12:43.051Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6e6facb-9d70-405d-a9e8-df43ddf097f2", "consumerID": "ves-openapi-manager", "timestamp": 1670476244907, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-08T05:12:43.051Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T05:12:43.051Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:12:43.051Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6e6facb-9d70-405d-a9e8-df43ddf097f2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670476243066, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-08T05:12:43.051Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T05:12:43.051Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:12:43.051Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b119de0-79f7-47ef-b50e-5558d5fae2dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670476242979, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-12-08T05:12:43.051Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T05:12:43.052Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:12:43.052Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6e6facb-9d70-405d-a9e8-df43ddf097f2", "consumerID": "multicloud-k8s-id", "timestamp": 1670476248647, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-12-08T05:12:43.052Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-08T05:12:43.052Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:12:43.052Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6e6facb-9d70-405d-a9e8-df43ddf097f2", "consumerID": "ves-openapi-manager", "timestamp": 1670476244907, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-12-08T05:12:43.052Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T05:12:43.052Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:12:43.052Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6e6facb-9d70-405d-a9e8-df43ddf097f2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670476243066, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-12-08T05:12:43.052Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T05:12:43.052Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:12:43.052Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b119de0-79f7-47ef-b50e-5558d5fae2dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670476242979, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-12-08T05:12:43.052Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T05:12:43.052Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:12:43.053Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6e6facb-9d70-405d-a9e8-df43ddf097f2", "consumerID": "aai-ml", "timestamp": 1670476248901, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-08T05:12:43.053Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T05:12:43.053Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:12:43.053Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6e6facb-9d70-405d-a9e8-df43ddf097f2", "consumerID": "multicloud-k8s-id", "timestamp": 1670476249670, "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-12-08T05:12:43.057Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d6e6facb-9d70-405d-a9e8-df43ddf097f2 2022-12-08T05:12:43.058Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId d6e6facb-9d70-405d-a9e8-df43ddf097f2 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-12-08T05:12:43.066Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:12:43.066Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6e6facb-9d70-405d-a9e8-df43ddf097f2", "consumerID": "ves-openapi-manager", "timestamp": 1670476244907, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-08T05:12:43.066Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T05:12:43.066Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:12:43.066Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6e6facb-9d70-405d-a9e8-df43ddf097f2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670476243066, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-08T05:12:43.066Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T05:12:43.066Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:12:43.067Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b119de0-79f7-47ef-b50e-5558d5fae2dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670476242979, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-08T05:12:43.067Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T05:12:43.067Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:12:43.067Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6e6facb-9d70-405d-a9e8-df43ddf097f2", "consumerID": "aai-ml", "timestamp": 1670476248901, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-08T05:12:43.067Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T05:12:43.067Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:12:43.067Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6e6facb-9d70-405d-a9e8-df43ddf097f2", "consumerID": "multicloud-k8s-id", "timestamp": 1670476250683, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-12-08T05:12:43.067Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-08T05:12:43.067Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:12:43.067Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6e6facb-9d70-405d-a9e8-df43ddf097f2", "consumerID": "ves-openapi-manager", "timestamp": 1670476244907, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-08T05:12:43.067Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T05:12:43.067Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:12:43.067Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6e6facb-9d70-405d-a9e8-df43ddf097f2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670476243066, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-08T05:12:43.068Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T05:12:43.068Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:12:43.068Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b119de0-79f7-47ef-b50e-5558d5fae2dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670476242979, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-08T05:12:43.068Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T05:12:43.068Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:12:43.068Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6e6facb-9d70-405d-a9e8-df43ddf097f2", "consumerID": "aai-ml", "timestamp": 1670476248901, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-12-08T05:12:43.068Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T05:12:43.068Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:12:43.068Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6e6facb-9d70-405d-a9e8-df43ddf097f2", "consumerID": "ves-openapi-manager", "timestamp": 1670476244907, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-12-08T05:12:43.068Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T05:12:43.068Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:12:43.068Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6e6facb-9d70-405d-a9e8-df43ddf097f2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670476243066, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-12-08T05:12:43.069Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T05:12:43.069Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:12:43.069Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b119de0-79f7-47ef-b50e-5558d5fae2dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670476242979, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-12-08T05:12:43.069Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T05:12:43.069Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:12:43.069Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6e6facb-9d70-405d-a9e8-df43ddf097f2", "consumerID": "aai-ml", "timestamp": 1670476248901, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-08T05:12:43.069Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T05:12:43.069Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:12:43.069Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6e6facb-9d70-405d-a9e8-df43ddf097f2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670476251788, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-08T05:12:43.069Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-08T05:12:43.069Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:12:43.069Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b119de0-79f7-47ef-b50e-5558d5fae2dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670476253835, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-08T05:12:43.070Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-08T05:12:43.070Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:12:43.070Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6e6facb-9d70-405d-a9e8-df43ddf097f2", "consumerID": "aai-ml", "timestamp": 1670476248901, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-12-08T05:12:43.070Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T05:12:43.070Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:12:43.070Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6e6facb-9d70-405d-a9e8-df43ddf097f2", "consumerID": "aai-ml", "timestamp": 1670476248901, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-08T05:12:43.070Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T05:12:43.070Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:12:43.070Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6e6facb-9d70-405d-a9e8-df43ddf097f2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670476254114, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-12-08T05:12:43.070Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-08T05:12:43.070Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:12:43.071Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6e6facb-9d70-405d-a9e8-df43ddf097f2", "consumerID": "aai-ml", "timestamp": 1670476248901, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-08T05:12:43.071Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T05:12:43.071Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:12:43.071Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b119de0-79f7-47ef-b50e-5558d5fae2dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670476256630, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-12-08T05:12:43.071Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-08T05:12:43.071Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:12:43.071Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6e6facb-9d70-405d-a9e8-df43ddf097f2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670476255117, "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-12-08T05:12:43.077Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d6e6facb-9d70-405d-a9e8-df43ddf097f2 2022-12-08T05:12:43.077Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId d6e6facb-9d70-405d-a9e8-df43ddf097f2 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-12-08T05:12:43.085Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:12:43.086Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6e6facb-9d70-405d-a9e8-df43ddf097f2", "consumerID": "aai-ml", "timestamp": 1670476248901, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-12-08T05:12:43.086Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T05:12:43.086Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:12:43.086Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b119de0-79f7-47ef-b50e-5558d5fae2dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670476257686, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-12-08T05:12:43.086Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-08T05:12:43.086Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:12:43.086Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6e6facb-9d70-405d-a9e8-df43ddf097f2", "consumerID": "aai-ml", "timestamp": 1670476257629, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-08T05:12:43.086Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-08T05:12:43.087Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:12:43.087Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b119de0-79f7-47ef-b50e-5558d5fae2dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670476258739, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-12-08T05:12:43.087Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-08T05:12:43.087Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:12:43.087Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b119de0-79f7-47ef-b50e-5558d5fae2dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670476259791, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-12-08T05:12:43.087Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-08T05:12:43.087Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:12:43.087Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b119de0-79f7-47ef-b50e-5558d5fae2dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670476260840, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-12-08T05:12:43.087Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-08T05:12:43.087Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:12:43.087Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b119de0-79f7-47ef-b50e-5558d5fae2dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670476261904, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-12-08T05:12:43.088Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-08T05:12:43.088Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:12:43.088Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b119de0-79f7-47ef-b50e-5558d5fae2dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670476262908, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-12-08T05:12:43.088Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-08T05:12:43.088Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:12:43.088Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b119de0-79f7-47ef-b50e-5558d5fae2dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670476263912, "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-12-08T05:12:43.088Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-08T05:12:43.088Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:12:43.088Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b119de0-79f7-47ef-b50e-5558d5fae2dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670476264916, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-12-08T05:12:43.088Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-08T05:12:43.089Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:12:43.089Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6e6facb-9d70-405d-a9e8-df43ddf097f2", "consumerID": "aai-ml", "timestamp": 1670476264673, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-12-08T05:12:43.089Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-08T05:12:43.089Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:12:43.089Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b119de0-79f7-47ef-b50e-5558d5fae2dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670476265920, "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-12-08T05:12:43.089Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-08T05:12:43.089Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:12:43.089Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6e6facb-9d70-405d-a9e8-df43ddf097f2", "consumerID": "aai-ml", "timestamp": 1670476265677, "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-12-08T05:12:43.094Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d6e6facb-9d70-405d-a9e8-df43ddf097f2 2022-12-08T05:12:43.094Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId d6e6facb-9d70-405d-a9e8-df43ddf097f2 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-12-08T05:12:43.103Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:12:43.103Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b119de0-79f7-47ef-b50e-5558d5fae2dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670476266924, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-12-08T05:12:43.103Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-08T05:12:43.103Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:12:43.103Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "876dbf3f-215a-4fad-a599-2962f336151c", "consumerID": "ves-openapi-manager", "timestamp": 1670476264907, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-08T05:12:43.103Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T05:12:43.104Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:12:43.104Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "876dbf3f-215a-4fad-a599-2962f336151c", "consumerID": "ves-openapi-manager", "timestamp": 1670476264907, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-12-08T05:12:43.104Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T05:12:43.104Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:12:43.104Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "876dbf3f-215a-4fad-a599-2962f336151c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670476273066, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-08T05:12:43.104Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T05:12:43.104Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:12:43.104Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "876dbf3f-215a-4fad-a599-2962f336151c", "consumerID": "ves-openapi-manager", "timestamp": 1670476264907, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-12-08T05:12:43.104Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T05:12:43.104Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:12:43.104Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "876dbf3f-215a-4fad-a599-2962f336151c", "consumerID": "cds", "timestamp": 1670476274837, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-08T05:12:43.105Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T05:12:43.105Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:12:43.105Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "876dbf3f-215a-4fad-a599-2962f336151c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670476273066, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-12-08T05:12:43.105Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T05:12:43.105Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:12:43.105Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "876dbf3f-215a-4fad-a599-2962f336151c", "consumerID": "ves-openapi-manager", "timestamp": 1670476264907, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-08T05:12:43.105Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T05:12:43.105Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:12:43.105Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "876dbf3f-215a-4fad-a599-2962f336151c", "consumerID": "cds", "timestamp": 1670476274837, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-12-08T05:12:43.105Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T05:12:43.105Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:12:43.105Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "876dbf3f-215a-4fad-a599-2962f336151c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670476273066, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-12-08T05:12:43.106Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T05:12:43.106Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:12:43.106Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "876dbf3f-215a-4fad-a599-2962f336151c", "consumerID": "ves-openapi-manager", "timestamp": 1670476264907, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-08T05:12:43.106Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T05:12:43.106Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:12:43.106Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "876dbf3f-215a-4fad-a599-2962f336151c", "consumerID": "cds", "timestamp": 1670476274837, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-12-08T05:12:43.106Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T05:12:43.106Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:12:43.106Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "876dbf3f-215a-4fad-a599-2962f336151c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670476273066, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-08T05:12:43.107Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T05:12:43.107Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:12:43.107Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "876dbf3f-215a-4fad-a599-2962f336151c", "consumerID": "ves-openapi-manager", "timestamp": 1670476264907, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-12-08T05:12:43.107Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T05:12:43.107Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:12:43.107Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "876dbf3f-215a-4fad-a599-2962f336151c", "consumerID": "multicloud-k8s-id", "timestamp": 1670476277802, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-08T05:12:43.107Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T05:12:43.107Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:12:43.107Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "876dbf3f-215a-4fad-a599-2962f336151c", "consumerID": "cds", "timestamp": 1670476274837, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-08T05:12:43.107Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T05:12:43.107Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:12:43.108Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "876dbf3f-215a-4fad-a599-2962f336151c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670476273066, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-08T05:12:43.108Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T05:12:43.108Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:12:43.108Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "876dbf3f-215a-4fad-a599-2962f336151c", "consumerID": "ves-openapi-manager", "timestamp": 1670476264907, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-12-08T05:12:43.108Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T05:12:43.108Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:12:43.108Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "876dbf3f-215a-4fad-a599-2962f336151c", "consumerID": "multicloud-k8s-id", "timestamp": 1670476277802, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-12-08T05:12:43.108Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T05:12:43.108Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:12:43.108Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "876dbf3f-215a-4fad-a599-2962f336151c", "consumerID": "cds", "timestamp": 1670476274837, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-08T05:12:43.108Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T05:12:43.108Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:12:43.108Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "876dbf3f-215a-4fad-a599-2962f336151c", "consumerID": "aai-ml", "timestamp": 1670476278901, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-08T05:12:43.109Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T05:12:43.109Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:12:43.109Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "876dbf3f-215a-4fad-a599-2962f336151c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670476273066, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-12-08T05:12:43.109Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T05:12:43.109Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:12:43.109Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "876dbf3f-215a-4fad-a599-2962f336151c", "consumerID": "ves-openapi-manager", "timestamp": 1670476264907, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-08T05:12:43.109Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T05:12:43.109Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:12:43.109Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "876dbf3f-215a-4fad-a599-2962f336151c", "consumerID": "multicloud-k8s-id", "timestamp": 1670476277802, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-12-08T05:12:43.109Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T05:12:43.110Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:12:43.110Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "876dbf3f-215a-4fad-a599-2962f336151c", "consumerID": "cds", "timestamp": 1670476274837, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-12-08T05:12:43.110Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T05:12:43.110Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:12:43.110Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "876dbf3f-215a-4fad-a599-2962f336151c", "consumerID": "aai-ml", "timestamp": 1670476278901, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-12-08T05:12:43.110Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T05:12:43.110Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:12:43.110Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "876dbf3f-215a-4fad-a599-2962f336151c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670476273066, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-12-08T05:12:43.110Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T05:12:43.110Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:12:43.110Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "876dbf3f-215a-4fad-a599-2962f336151c", "consumerID": "ves-openapi-manager", "timestamp": 1670476264907, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-12-08T05:12:43.110Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T05:12:43.111Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:12:43.111Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "876dbf3f-215a-4fad-a599-2962f336151c", "consumerID": "multicloud-k8s-id", "timestamp": 1670476277802, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-08T05:12:43.111Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T05:12:43.111Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:12:43.111Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "876dbf3f-215a-4fad-a599-2962f336151c", "consumerID": "cds", "timestamp": 1670476274837, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-12-08T05:12:43.111Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T05:12:43.111Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:12:43.111Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "876dbf3f-215a-4fad-a599-2962f336151c", "consumerID": "aai-ml", "timestamp": 1670476278901, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-12-08T05:12:43.111Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T05:12:43.111Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:12:43.111Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "876dbf3f-215a-4fad-a599-2962f336151c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670476273066, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-08T05:12:43.111Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T05:12:43.112Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:12:43.112Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "876dbf3f-215a-4fad-a599-2962f336151c", "consumerID": "multicloud-k8s-id", "timestamp": 1670476277802, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-08T05:12:43.112Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T05:12:43.112Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:12:43.112Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "876dbf3f-215a-4fad-a599-2962f336151c", "consumerID": "cds", "timestamp": 1670476274837, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-08T05:12:43.112Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T05:12:43.112Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:12:43.112Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "876dbf3f-215a-4fad-a599-2962f336151c", "consumerID": "aai-ml", "timestamp": 1670476278901, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-08T05:12:43.112Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T05:12:43.112Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:12:43.112Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "876dbf3f-215a-4fad-a599-2962f336151c", "consumerID": "ves-openapi-manager", "timestamp": 1670476283206, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-12-08T05:12:43.113Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-08T05:12:43.113Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:12:43.113Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "876dbf3f-215a-4fad-a599-2962f336151c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670476273066, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-12-08T05:12:43.113Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T05:12:43.113Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:12:43.113Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "876dbf3f-215a-4fad-a599-2962f336151c", "consumerID": "cds", "timestamp": 1670476274837, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-12-08T05:12:43.113Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T05:12:43.113Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:12:43.113Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "876dbf3f-215a-4fad-a599-2962f336151c", "consumerID": "multicloud-k8s-id", "timestamp": 1670476277802, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-12-08T05:12:43.113Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T05:12:43.113Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:12:43.113Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "876dbf3f-215a-4fad-a599-2962f336151c", "consumerID": "aai-ml", "timestamp": 1670476278901, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-08T05:12:43.114Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T05:12:43.114Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:12:43.114Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "876dbf3f-215a-4fad-a599-2962f336151c", "consumerID": "ves-openapi-manager", "timestamp": 1670476284243, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-12-08T05:12:43.114Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-08T05:12:43.114Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:12:43.114Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "876dbf3f-215a-4fad-a599-2962f336151c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670476282802, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-08T05:12:43.114Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-08T05:12:43.114Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:12:43.114Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "876dbf3f-215a-4fad-a599-2962f336151c", "consumerID": "multicloud-k8s-id", "timestamp": 1670476277802, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-12-08T05:12:43.114Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T05:12:43.115Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:12:43.115Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "876dbf3f-215a-4fad-a599-2962f336151c", "consumerID": "aai-ml", "timestamp": 1670476278901, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-12-08T05:12:43.115Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T05:12:43.115Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:12:43.115Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "876dbf3f-215a-4fad-a599-2962f336151c", "consumerID": "cds", "timestamp": 1670476284580, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-08T05:12:43.115Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-08T05:12:43.115Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:12:43.115Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "876dbf3f-215a-4fad-a599-2962f336151c", "consumerID": "ves-openapi-manager", "timestamp": 1670476285246, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-12-08T05:12:43.127Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 876dbf3f-215a-4fad-a599-2962f336151c 2022-12-08T05:12:43.128Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 876dbf3f-215a-4fad-a599-2962f336151c 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-12-08T05:12:43.135Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:12:43.135Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "876dbf3f-215a-4fad-a599-2962f336151c", "consumerID": "multicloud-k8s-id", "timestamp": 1670476277802, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-08T05:12:43.136Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T05:12:43.136Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:12:43.136Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "876dbf3f-215a-4fad-a599-2962f336151c", "consumerID": "aai-ml", "timestamp": 1670476278901, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-12-08T05:12:43.137Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T05:12:43.137Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:12:43.137Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "876dbf3f-215a-4fad-a599-2962f336151c", "consumerID": "cds", "timestamp": 1670476285854, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-12-08T05:12:43.141Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 876dbf3f-215a-4fad-a599-2962f336151c 2022-12-08T05:12:43.141Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 876dbf3f-215a-4fad-a599-2962f336151c 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-12-08T05:12:43.150Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:12:43.150Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "876dbf3f-215a-4fad-a599-2962f336151c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670476284594, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-12-08T05:12:43.150Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-08T05:12:43.150Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:12:43.150Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "876dbf3f-215a-4fad-a599-2962f336151c", "consumerID": "multicloud-k8s-id", "timestamp": 1670476277802, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-12-08T05:12:43.150Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T05:12:43.150Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:12:43.151Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "876dbf3f-215a-4fad-a599-2962f336151c", "consumerID": "aai-ml", "timestamp": 1670476278901, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-08T05:12:43.151Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T05:12:43.151Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:12:43.151Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "876dbf3f-215a-4fad-a599-2962f336151c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670476285598, "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-12-08T05:12:43.157Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 876dbf3f-215a-4fad-a599-2962f336151c 2022-12-08T05:12:43.158Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 876dbf3f-215a-4fad-a599-2962f336151c 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-12-08T05:12:43.166Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:12:43.167Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "876dbf3f-215a-4fad-a599-2962f336151c", "consumerID": "aai-ml", "timestamp": 1670476278901, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-12-08T05:12:43.167Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T05:12:43.167Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:12:43.167Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "876dbf3f-215a-4fad-a599-2962f336151c", "consumerID": "aai-ml", "timestamp": 1670476288637, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-08T05:12:43.167Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-08T05:12:43.168Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:12:43.168Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "876dbf3f-215a-4fad-a599-2962f336151c", "consumerID": "aai-ml", "timestamp": 1670476293618, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-12-08T05:12:43.168Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-08T05:12:43.168Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:12:43.169Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "876dbf3f-215a-4fad-a599-2962f336151c", "consumerID": "aai-ml", "timestamp": 1670476294625, "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-12-08T05:12:43.173Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 876dbf3f-215a-4fad-a599-2962f336151c 2022-12-08T05:12:43.173Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 876dbf3f-215a-4fad-a599-2962f336151c 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-12-08T05:12:43.181Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:12:43.182Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b119de0-79f7-47ef-b50e-5558d5fae2dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670476298173, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-12-08T05:12:43.182Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-08T05:12:43.182Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:12:43.182Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6e6facb-9d70-405d-a9e8-df43ddf097f2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670476242979, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-08T05:12:43.183Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T05:12:43.183Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:12:43.183Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6e6facb-9d70-405d-a9e8-df43ddf097f2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670476242979, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-12-08T05:12:43.183Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T05:12:43.183Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:12:43.184Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6e6facb-9d70-405d-a9e8-df43ddf097f2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670476242979, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-12-08T05:12:43.184Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T05:12:43.184Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-08T05:12:43.184Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6e6facb-9d70-405d-a9e8-df43ddf097f2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670476242979, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-08T05:12:43.185Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-08T05:12:57.104Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d6e6facb-9d70-405d-a9e8-df43ddf097f2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-08T05:12:57.116Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d6e6facb-9d70-405d-a9e8-df43ddf097f2 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-12-08T05:12:57.118Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-08T05:12:57.118Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-12-08T05:12:57.118Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-12-08T05:12:57.118Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-12-08T05:12:57.118Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-08T05:12:57.118Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-08T05:12:57.118Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-08T05:12:57.119Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-08T05:12:57.119Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-08T05:12:57.119Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|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-12-08T05:12:57.123Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-12-08T05:13:27.123Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d6e6facb-9d70-405d-a9e8-df43ddf097f2 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-12-08T05:13:27.130Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d6e6facb-9d70-405d-a9e8-df43ddf097f2 and serviceModelVersionId: f01b1461-a492-4360-a8ce-41a7b0cb70f5 2022-12-08T05:13:27.131Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : bcb66b6d-74f9-4b0a-bedd-c3f3f3d8d8a3 2022-12-08T05:13:27.131Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/bcb66b6d-74f9-4b0a-bedd-c3f3f3d8d8a3/model-vers/model-ver/f01b1461-a492-4360-a8ce-41a7b0cb70f5?depth=0 2022-12-08T05:13:27.135Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2022-12-08T05:13:27.176Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|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/bcb66b6d-74f9-4b0a-bedd-c3f3f3d8d8a3/model-vers/model-ver/f01b1461-a492-4360-a8ce-41a7b0cb70f5?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-12-08T05:13:27.178Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bcb66b6d-74f9-4b0a-bedd-c3f3f3d8d8a3/model-vers/model-ver/f01b1461-a492-4360-a8ce-41a7b0cb70f5?depth=0|INFO|500||Invoke 2022-12-08T05:13:27.196Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bcb66b6d-74f9-4b0a-bedd-c3f3f3d8d8a3/model-vers/model-ver/f01b1461-a492-4360-a8ce-41a7b0cb70f5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-12-08T05:13:27.283Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bcb66b6d-74f9-4b0a-bedd-c3f3f3d8d8a3/model-vers/model-ver/f01b1461-a492-4360-a8ce-41a7b0cb70f5?depth=0|INFO|500||InvokeReturn 2022-12-08T05:13:27.284Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|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/bcb66b6d-74f9-4b0a-bedd-c3f3f3d8d8a3/model-vers/model-ver/f01b1461-a492-4360-a8ce-41a7b0cb70f5?depth=0 has http status code:200 and response headers:{date=[Thu, 08 Dec 2022 05:13:25 GMT], content-length=[0], vertex-id=[520384], x-aai-txid=[2-aai-resources-221208-05:13:25:854-85226], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2022-12-08T05:13:27.284Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity. 2022-12-08T05:13:27.285Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-12-08T05:13:27.285Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|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-12-08T05:13:27.288Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|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-12-08T05:13:27.288Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d6e6facb-9d70-405d-a9e8-df43ddf097f2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-12-08T05:13:27.288Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-12-08T05:13:27.289Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-12-08T05:13:27.291Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-08T05:13:27.291Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d6e6facb-9d70-405d-a9e8-df43ddf097f2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670476407288, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-12-08T05:13:27.391Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-08T05:13:27.391Z||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-12-08T05:13:27.392Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nDhLkQT76ckaq9yo) ... 2022-12-08T05:13:27.408Z||pool-128-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T05:13:27.409Z||pool-128-thread-1|||||INFO|500||cambria reply ok (18 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-12-08T05:13:28.303Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T05:13:28.304Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|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-12-08T05:13:28.304Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|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 nDhLkQT76ckaq9yo) ... 2022-12-08T05:13:32.750Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T05:13:32.751Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-08T05:13:32.751Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"876dbf3f-215a-4fad-a599-2962f336151c","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"aa532383-cedc-4b32-8862-9a9cb2fa7ee9","serviceDescription":"service","serviceInvariantUUID":"5012fe21-85c7-4426-8fce-0c43365ea1b5","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"c90a0c9c-790a-49db-8ec5-384b42f8d746","resourceInvariantUUID":"0238322c-c029-46bd-b3c2-ae8f3bfcc2ad","resourceCustomizationUUID":"fff25777-83c0-4143-b5de-8e5a56c0d91d","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":"MmU3YjM3ODg5MDdmMmE0NTVhNGQxMDE0ODM5ZmFmZDk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"747affdd-f901-4378-9c58-587414c61cfc","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":"0c57c925-93ec-49f6-909a-2630dd74dc3a","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":"ed808dda-0e91-438c-8a27-57f9f8f773c7","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":"MjcwNjEwNjQxZjg2ODc2NTZlNTBjNDI4NTExMzNjYjQ\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"cd430aef-6cd1-4504-9269-29d50e89827d","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":"624d2672-2847-4412-b1f4-07b1e567c3f1","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":"0367c5b1-20e2-48ed-8e2d-3d462227e297","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":"4d169f42-d657-48e5-9875-3a281a036080","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":"ZGRkZGE0ZjNkMWVkZWJiMmQyYzQ1MjhjNDg3ZGNmYmI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"570ba4a1-2f1e-43b1-b2e8-9deeaef09b00","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"ZDE0M2JhZWE1MjRlNDdkMjQ0OTMyZDQyZjBmMTZmYzk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"70b1d38b-7e91-47d4-af02-521280ae95d9","artifactVersion":"1"}],"workloadContext":"Production"} 2022-12-08T05:13:32.754Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-08T05:13:32.755Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-12-08T05:13:32.757Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-08T05:13:32.757Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "876dbf3f-215a-4fad-a599-2962f336151c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670476408303, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-08T05:13:32.857Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-08T05:13:32.858Z||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-12-08T05:13:32.858Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nDhLkQT76ckaq9yo) ... 2022-12-08T05:13:32.869Z||pool-129-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T05:13:32.870Z||pool-129-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-12-08T05:13:33.757Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-08T05:13:33.758Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-12-08T05:13:33.760Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-08T05:13:33.761Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "876dbf3f-215a-4fad-a599-2962f336151c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670476408303, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-12-08T05:13:33.860Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-08T05:13:33.864Z||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-12-08T05:13:33.864Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nDhLkQT76ckaq9yo) ... 2022-12-08T05:13:33.880Z||pool-130-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T05:13:33.880Z||pool-130-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-12-08T05:13:34.761Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-08T05:13:34.761Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-12-08T05:13:34.763Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-08T05:13:34.763Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "876dbf3f-215a-4fad-a599-2962f336151c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670476408303, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-12-08T05:13:34.863Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-08T05:13:34.864Z||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-12-08T05:13:34.864Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nDhLkQT76ckaq9yo) ... 2022-12-08T05:13:34.875Z||pool-131-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T05:13:34.876Z||pool-131-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-12-08T05:13:35.764Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-08T05:13:35.765Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-12-08T05:13:35.767Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-08T05:13:35.767Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "876dbf3f-215a-4fad-a599-2962f336151c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670476408303, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-08T05:13:35.867Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-08T05:13:35.868Z||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-12-08T05:13:35.868Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nDhLkQT76ckaq9yo) ... 2022-12-08T05:13:35.888Z||pool-132-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T05:13:35.888Z||pool-132-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-12-08T05:13:36.768Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-08T05:13:36.769Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-12-08T05:13:36.771Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-08T05:13:36.771Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "876dbf3f-215a-4fad-a599-2962f336151c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670476408303, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-08T05:13:36.871Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-08T05:13:36.872Z||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-12-08T05:13:36.872Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nDhLkQT76ckaq9yo) ... 2022-12-08T05:13:36.885Z||pool-133-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T05:13:36.885Z||pool-133-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-12-08T05:13:37.772Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-08T05:13:37.772Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-12-08T05:13:37.774Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-08T05:13:37.775Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "876dbf3f-215a-4fad-a599-2962f336151c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670476408303, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-12-08T05:13:37.874Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-08T05:13:37.875Z||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-12-08T05:13:37.876Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nDhLkQT76ckaq9yo) ... 2022-12-08T05:13:37.887Z||pool-134-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T05:13:37.888Z||pool-134-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-12-08T05:13:38.775Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-08T05:13:38.776Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-12-08T05:13:38.777Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-08T05:13:38.777Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "876dbf3f-215a-4fad-a599-2962f336151c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670476408303, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-12-08T05:13:38.877Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-08T05:13:38.878Z||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-12-08T05:13:38.878Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nDhLkQT76ckaq9yo) ... 2022-12-08T05:13:38.898Z||pool-135-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T05:13:38.899Z||pool-135-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-12-08T05:13:39.778Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-08T05:13:39.779Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-12-08T05:13:39.781Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-08T05:13:39.781Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "876dbf3f-215a-4fad-a599-2962f336151c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670476408303, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-08T05:13:39.881Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-08T05:13:39.881Z||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-12-08T05:13:39.882Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nDhLkQT76ckaq9yo) ... 2022-12-08T05:13:39.896Z||pool-136-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T05:13:39.896Z||pool-136-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-12-08T05:13:40.782Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-08T05:13:40.783Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-12-08T05:13:40.785Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-08T05:13:40.785Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "876dbf3f-215a-4fad-a599-2962f336151c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670476408303, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-12-08T05:13:40.885Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-08T05:13:40.886Z||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-12-08T05:13:40.886Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nDhLkQT76ckaq9yo) ... 2022-12-08T05:13:40.909Z||pool-137-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T05:13:40.909Z||pool-137-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-12-08T05:13:41.786Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "876dbf3f-215a-4fad-a599-2962f336151c", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "aa532383-cedc-4b32-8862-9a9cb2fa7ee9", "serviceDescription": "service", "serviceInvariantUUID": "5012fe21-85c7-4426-8fce-0c43365ea1b5", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "fff25777-83c0-4143-b5de-8e5a56c0d91d", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "c90a0c9c-790a-49db-8ec5-384b42f8d746", "resourceInvariantUUID": "0238322c-c029-46bd-b3c2-ae8f3bfcc2ad", "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": "ZDE0M2JhZWE1MjRlNDdkMjQ0OTMyZDQyZjBmMTZmYzk\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "70b1d38b-7e91-47d4-af02-521280ae95d9" } ], "workloadContext": "Production" } 2022-12-08T05:13:41.786Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-12-08T05:13:41.786Z|d6e6facb-9d70-405d-a9e8-df43ddf097f2|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 aa532383-cedc-4b32-8862-9a9cb2fa7ee9 ASDC 2022-12-08T05:13:41.787Z|876dbf3f-215a-4fad-a599-2962f336151c|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:876dbf3f-215a-4fad-a599-2962f336151c ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:aa532383-cedc-4b32-8862-9a9cb2fa7ee9 ServiceInvariantUUID:5012fe21-85c7-4426-8fce-0c43365ea1b5 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:70b1d38b-7e91-47d4-af02-521280ae95d9 ArtifactChecksum:ZDE0M2JhZWE1MjRlNDdkMjQ0OTMyZDQyZjBmMTZmYzk= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:fff25777-83c0-4143-b5de-8e5a56c0d91d ResourceInvariantUUID:0238322c-c029-46bd-b3c2-ae8f3bfcc2ad ResourceName:test-pnf ResourceType:PNF ResourceUUID:c90a0c9c-790a-49db-8ec5-384b42f8d746 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-12-08T05:13:41.787Z|876dbf3f-215a-4fad-a599-2962f336151c|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF aa532383-cedc-4b32-8862-9a9cb2fa7ee9 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-12-08T05:13:41.818Z|876dbf3f-215a-4fad-a599-2962f336151c|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-12-08T05:13:41.819Z|876dbf3f-215a-4fad-a599-2962f336151c|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-12-08T05:13:41.819Z|876dbf3f-215a-4fad-a599-2962f336151c|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-12-08T05:13:41.819Z|876dbf3f-215a-4fad-a599-2962f336151c|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 70b1d38b-7e91-47d4-af02-521280ae95d9 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-12-08T05:13:41.819Z|876dbf3f-215a-4fad-a599-2962f336151c|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-12-08T05:13:41.819Z|876dbf3f-215a-4fad-a599-2962f336151c|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-12-08T05:13:41.881Z|876dbf3f-215a-4fad-a599-2962f336151c|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-12-08T05:13:41.886Z|876dbf3f-215a-4fad-a599-2962f336151c|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 70b1d38b-7e91-47d4-af02-521280ae95d9 110866 2022-12-08T05:13:41.886Z|876dbf3f-215a-4fad-a599-2962f336151c|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-12-08T05:13:41.886Z|876dbf3f-215a-4fad-a599-2962f336151c|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-12-08T05:13:41.886Z|876dbf3f-215a-4fad-a599-2962f336151c|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-08T05:13:41.886Z|876dbf3f-215a-4fad-a599-2962f336151c|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-12-08T05:13:41.888Z|876dbf3f-215a-4fad-a599-2962f336151c|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-08T05:13:41.888Z|876dbf3f-215a-4fad-a599-2962f336151c|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "876dbf3f-215a-4fad-a599-2962f336151c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670476421886, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-08T05:13:41.988Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-08T05:13:41.989Z||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-12-08T05:13:41.989Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nDhLkQT76ckaq9yo) ... 2022-12-08T05:13:42.001Z||pool-138-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T05:13:42.002Z||pool-138-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-12-08T05:13:42.889Z|876dbf3f-215a-4fad-a599-2962f336151c|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-12-08T05:13:42.890Z|876dbf3f-215a-4fad-a599-2962f336151c|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-12-08T05:13:42.890Z|876dbf3f-215a-4fad-a599-2962f336151c|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 70b1d38b-7e91-47d4-af02-521280ae95d9, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-12-08T05:13:42.891Z|876dbf3f-215a-4fad-a599-2962f336151c|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2022-12-08T05:13:42.891Z|876dbf3f-215a-4fad-a599-2962f336151c|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-12-08T05:13:42.891Z|876dbf3f-215a-4fad-a599-2962f336151c|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-12-08T05:13:42.983Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T05:13:42.983Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|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-12-08T05:13:42.983Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|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 nDhLkQT76ckaq9yo) ... 2022-12-08T05:13:43.003Z|876dbf3f-215a-4fad-a599-2962f336151c|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP957789465650685608/Definitions/service-TestPnfMacro-template.yml 2022-12-08T05:13:43.003Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T05:13:43.004Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-08T05:13:43.004Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6e6facb-9d70-405d-a9e8-df43ddf097f2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670476242979, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-12-08T05:13:43.004Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-12-08T05:13:43.763Z|876dbf3f-215a-4fad-a599-2962f336151c|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2022-12-08T05:13:43.763Z|876dbf3f-215a-4fad-a599-2962f336151c|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-12-08T05:13:43.763Z|876dbf3f-215a-4fad-a599-2962f336151c|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-12-08T05:13:43.764Z|876dbf3f-215a-4fad-a599-2962f336151c|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-12-08T05:13:43.764Z|876dbf3f-215a-4fad-a599-2962f336151c|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-TestPnfMacro-csar.csar 2022-12-08T05:13:43.764Z|876dbf3f-215a-4fad-a599-2962f336151c|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-TestPnfMacro-csar.csar 2022-12-08T05:13:43.764Z|876dbf3f-215a-4fad-a599-2962f336151c|pool-2-thread-1|||||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-12-08T05:13:43.764Z|876dbf3f-215a-4fad-a599-2962f336151c|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-TestPnfMacro-csar.csar 2022-12-08T05:13:43.764Z|876dbf3f-215a-4fad-a599-2962f336151c|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-TestPnfMacro-csar.csar 2022-12-08T05:13:43.764Z|876dbf3f-215a-4fad-a599-2962f336151c|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-TestPnfMacro-csar.csar 2022-12-08T05:13:43.764Z|876dbf3f-215a-4fad-a599-2962f336151c|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-TestPnfMacro-csar.csar 2022-12-08T05:13:43.764Z|876dbf3f-215a-4fad-a599-2962f336151c|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-12-08T05:13:43.764Z|876dbf3f-215a-4fad-a599-2962f336151c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T05:13:43.765Z|876dbf3f-215a-4fad-a599-2962f336151c|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-12-08T05:13:43.765Z|876dbf3f-215a-4fad-a599-2962f336151c|pool-2-thread-1|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-12-08T05:13:43.765Z|876dbf3f-215a-4fad-a599-2962f336151c|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-12-08T05:13:43.765Z|876dbf3f-215a-4fad-a599-2962f336151c|pool-2-thread-1|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-12-08T05:13:43.765Z|876dbf3f-215a-4fad-a599-2962f336151c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T05:13:43.766Z|876dbf3f-215a-4fad-a599-2962f336151c|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-12-08T05:13:43.766Z|876dbf3f-215a-4fad-a599-2962f336151c|pool-2-thread-1|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-12-08T05:13:43.766Z|876dbf3f-215a-4fad-a599-2962f336151c|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-12-08T05:13:43.766Z|876dbf3f-215a-4fad-a599-2962f336151c|pool-2-thread-1|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-12-08T05:13:43.766Z|876dbf3f-215a-4fad-a599-2962f336151c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T05:13:43.766Z|876dbf3f-215a-4fad-a599-2962f336151c|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-08T05:13:43.766Z|876dbf3f-215a-4fad-a599-2962f336151c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T05:13:43.766Z|876dbf3f-215a-4fad-a599-2962f336151c|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-12-08T05:13:43.767Z|876dbf3f-215a-4fad-a599-2962f336151c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T05:13:43.767Z|876dbf3f-215a-4fad-a599-2962f336151c|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-12-08T05:13:43.767Z|876dbf3f-215a-4fad-a599-2962f336151c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T05:13:43.767Z|876dbf3f-215a-4fad-a599-2962f336151c|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-08T05:13:43.767Z|876dbf3f-215a-4fad-a599-2962f336151c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T05:13:43.767Z|876dbf3f-215a-4fad-a599-2962f336151c|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-12-08T05:13:43.767Z|876dbf3f-215a-4fad-a599-2962f336151c|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:aa532383-cedc-4b32-8862-9a9cb2fa7ee9 Model Version:NULL Model InvariantUuid:5012fe21-85c7-4426-8fce-0c43365ea1b5 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-12-08T05:13:43.770Z|876dbf3f-215a-4fad-a599-2962f336151c|pool-2-thread-1|||||INFO|500||Processing Resource Type: PNF, Model UUID: c90a0c9c-790a-49db-8ec5-384b42f8d746 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-12-08T05:13:43.772Z|876dbf3f-215a-4fad-a599-2962f336151c|pool-2-thread-1|||||INFO|500||test-pnf 0 2022-12-08T05:13:43.772Z|876dbf3f-215a-4fad-a599-2962f336151c|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: c90a0c9c-790a-49db-8ec5-384b42f8d746 2022-12-08T05:13:43.772Z|876dbf3f-215a-4fad-a599-2962f336151c|pool-2-thread-1|||||DEBUG|500||No resources found for Service: aa532383-cedc-4b32-8862-9a9cb2fa7ee9 2022-12-08T05:13:43.772Z|876dbf3f-215a-4fad-a599-2962f336151c|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: aa532383-cedc-4b32-8862-9a9cb2fa7ee9 2022-12-08T05:13:43.772Z|876dbf3f-215a-4fad-a599-2962f336151c|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 c90a0c9c-790a-49db-8ec5-384b42f8d746 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-12-08T05:13:43.774Z|876dbf3f-215a-4fad-a599-2962f336151c|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5c211a1b, org.onap.sdc.toscaparser.api.parameters.Input@1a4eee76, org.onap.sdc.toscaparser.api.parameters.Input@4196321, org.onap.sdc.toscaparser.api.parameters.Input@5bc89173, org.onap.sdc.toscaparser.api.parameters.Input@f6da9d3] 2022-12-08T05:13:43.775Z|876dbf3f-215a-4fad-a599-2962f336151c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T05:13:43.775Z|876dbf3f-215a-4fad-a599-2962f336151c|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-12-08T05:13:43.775Z|876dbf3f-215a-4fad-a599-2962f336151c|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid aa532383-cedc-4b32-8862-9a9cb2fa7ee9: test-pnf 2022-12-08T05:13:43.775Z|876dbf3f-215a-4fad-a599-2962f336151c|pool-2-thread-1|||||INFO|500||Processing PNF resource: c90a0c9c-790a-49db-8ec5-384b42f8d746 2022-12-08T05:13:43.775Z|876dbf3f-215a-4fad-a599-2962f336151c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-08T05:13:43.775Z|876dbf3f-215a-4fad-a599-2962f336151c|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-12-08T05:13:43.775Z|876dbf3f-215a-4fad-a599-2962f336151c|pool-2-thread-1|||||INFO|500||Resource customization UUID: fff25777-83c0-4143-b5de-8e5a56c0d91d is the same as notified resource customizationUUID: fff25777-83c0-4143-b5de-8e5a56c0d91d 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-12-08T05:13:43.797Z|876dbf3f-215a-4fad-a599-2962f336151c|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf c90a0c9c-790a-49db-8ec5-384b42f8d746 0 ASDC deployResourceStructure 2022-12-08T05:13:43.798Z|876dbf3f-215a-4fad-a599-2962f336151c|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-12-08T05:13:43.798Z|876dbf3f-215a-4fad-a599-2962f336151c|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-12-08T05:13:43.798Z|876dbf3f-215a-4fad-a599-2962f336151c|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-08T05:13:43.798Z|876dbf3f-215a-4fad-a599-2962f336151c|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-12-08T05:13:43.800Z|876dbf3f-215a-4fad-a599-2962f336151c|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-08T05:13:43.800Z|876dbf3f-215a-4fad-a599-2962f336151c|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "876dbf3f-215a-4fad-a599-2962f336151c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670476423797, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-12-08T05:13:43.900Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-08T05:13:43.901Z||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-12-08T05:13:43.901Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nDhLkQT76ckaq9yo) ... 2022-12-08T05:13:43.913Z||pool-139-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T05:13:43.913Z||pool-139-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-12-08T05:13:44.801Z|876dbf3f-215a-4fad-a599-2962f336151c|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 876dbf3f-215a-4fad-a599-2962f336151c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-08T05:13:44.812Z|876dbf3f-215a-4fad-a599-2962f336151c|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 876dbf3f-215a-4fad-a599-2962f336151c Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-12-08T05:13:44.815Z|876dbf3f-215a-4fad-a599-2962f336151c|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-08T05:13:44.816Z|876dbf3f-215a-4fad-a599-2962f336151c|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-12-08T05:13:44.816Z|876dbf3f-215a-4fad-a599-2962f336151c|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-12-08T05:13:44.816Z|876dbf3f-215a-4fad-a599-2962f336151c|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-12-08T05:13:44.816Z|876dbf3f-215a-4fad-a599-2962f336151c|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-08T05:13:44.816Z|876dbf3f-215a-4fad-a599-2962f336151c|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-08T05:13:44.816Z|876dbf3f-215a-4fad-a599-2962f336151c|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-08T05:13:44.816Z|876dbf3f-215a-4fad-a599-2962f336151c|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-08T05:13:44.816Z|876dbf3f-215a-4fad-a599-2962f336151c|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-08T05:13:44.816Z|876dbf3f-215a-4fad-a599-2962f336151c|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-12-08T05:13:44.821Z|876dbf3f-215a-4fad-a599-2962f336151c|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-12-08T05:14:14.821Z|876dbf3f-215a-4fad-a599-2962f336151c|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 876dbf3f-215a-4fad-a599-2962f336151c 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-12-08T05:14:14.829Z|876dbf3f-215a-4fad-a599-2962f336151c|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 876dbf3f-215a-4fad-a599-2962f336151c and serviceModelVersionId: aa532383-cedc-4b32-8862-9a9cb2fa7ee9 2022-12-08T05:14:14.830Z|876dbf3f-215a-4fad-a599-2962f336151c|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5012fe21-85c7-4426-8fce-0c43365ea1b5 2022-12-08T05:14:14.831Z|876dbf3f-215a-4fad-a599-2962f336151c|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5012fe21-85c7-4426-8fce-0c43365ea1b5/model-vers/model-ver/aa532383-cedc-4b32-8862-9a9cb2fa7ee9?depth=0 2022-12-08T05:14:14.835Z|876dbf3f-215a-4fad-a599-2962f336151c|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2022-12-08T05:14:14.870Z|876dbf3f-215a-4fad-a599-2962f336151c|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/5012fe21-85c7-4426-8fce-0c43365ea1b5/model-vers/model-ver/aa532383-cedc-4b32-8862-9a9cb2fa7ee9?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-12-08T05:14:14.872Z|876dbf3f-215a-4fad-a599-2962f336151c|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5012fe21-85c7-4426-8fce-0c43365ea1b5/model-vers/model-ver/aa532383-cedc-4b32-8862-9a9cb2fa7ee9?depth=0|INFO|500||Invoke 2022-12-08T05:14:14.892Z|876dbf3f-215a-4fad-a599-2962f336151c|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5012fe21-85c7-4426-8fce-0c43365ea1b5/model-vers/model-ver/aa532383-cedc-4b32-8862-9a9cb2fa7ee9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-12-08T05:14:15.029Z|876dbf3f-215a-4fad-a599-2962f336151c|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5012fe21-85c7-4426-8fce-0c43365ea1b5/model-vers/model-ver/aa532383-cedc-4b32-8862-9a9cb2fa7ee9?depth=0|INFO|500||InvokeReturn 2022-12-08T05:14:15.030Z|876dbf3f-215a-4fad-a599-2962f336151c|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/5012fe21-85c7-4426-8fce-0c43365ea1b5/model-vers/model-ver/aa532383-cedc-4b32-8862-9a9cb2fa7ee9?depth=0 has http status code:200 and response headers:{date=[Thu, 08 Dec 2022 05:14:13 GMT], content-length=[0], vertex-id=[549080], x-aai-txid=[1-aai-resources-221208-05:14:13:551-86128], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2022-12-08T05:14:15.030Z|876dbf3f-215a-4fad-a599-2962f336151c|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity. 2022-12-08T05:14:15.030Z|876dbf3f-215a-4fad-a599-2962f336151c|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-12-08T05:14:15.031Z|876dbf3f-215a-4fad-a599-2962f336151c|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-12-08T05:14:15.033Z|876dbf3f-215a-4fad-a599-2962f336151c|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-12-08T05:14:15.034Z|876dbf3f-215a-4fad-a599-2962f336151c|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 876dbf3f-215a-4fad-a599-2962f336151c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-12-08T05:14:15.034Z|876dbf3f-215a-4fad-a599-2962f336151c|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-12-08T05:14:15.034Z|876dbf3f-215a-4fad-a599-2962f336151c|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-12-08T05:14:15.036Z|876dbf3f-215a-4fad-a599-2962f336151c|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-08T05:14:15.036Z|876dbf3f-215a-4fad-a599-2962f336151c|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "876dbf3f-215a-4fad-a599-2962f336151c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670476455034, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-12-08T05:14:15.136Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-08T05:14:15.137Z||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-12-08T05:14:15.137Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nDhLkQT76ckaq9yo) ... 2022-12-08T05:14:15.154Z||pool-140-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T05:14:15.154Z||pool-140-thread-1|||||INFO|500||cambria reply ok (18 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-12-08T05:14:16.053Z|876dbf3f-215a-4fad-a599-2962f336151c|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T05:14:16.054Z|876dbf3f-215a-4fad-a599-2962f336151c|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-12-08T05:14:16.054Z|876dbf3f-215a-4fad-a599-2962f336151c|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 nDhLkQT76ckaq9yo) ... 2022-12-08T05:14:25.617Z|876dbf3f-215a-4fad-a599-2962f336151c|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T05:14:25.618Z|876dbf3f-215a-4fad-a599-2962f336151c|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T05:14:25.618Z|876dbf3f-215a-4fad-a599-2962f336151c|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-12-08T05:14:25.618Z|876dbf3f-215a-4fad-a599-2962f336151c|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 nDhLkQT76ckaq9yo) ... 2022-12-08T05:14:35.196Z|876dbf3f-215a-4fad-a599-2962f336151c|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T05:14:42.981Z|876dbf3f-215a-4fad-a599-2962f336151c|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T05:14:42.981Z|876dbf3f-215a-4fad-a599-2962f336151c|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-12-08T05:14:42.981Z|876dbf3f-215a-4fad-a599-2962f336151c|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 nDhLkQT76ckaq9yo) ... 2022-12-08T05:14:42.982Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T05:14:42.983Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|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-12-08T05:14:42.983Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|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 nDhLkQT76ckaq9yo) ... 2022-12-08T05:14:43.006Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T05:14:43.007Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-08T05:14:43.007Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6e6facb-9d70-405d-a9e8-df43ddf097f2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670476242979, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-08T05:14:43.008Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-12-08T05:14:43.008Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-08T05:14:43.008Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6e6facb-9d70-405d-a9e8-df43ddf097f2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670476242979, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-08T05:14:43.008Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-12-08T05:14:43.008Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-08T05:14:43.008Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6e6facb-9d70-405d-a9e8-df43ddf097f2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670476242979, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-12-08T05:14:43.008Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-12-08T05:14:43.008Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-08T05:14:43.008Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6e6facb-9d70-405d-a9e8-df43ddf097f2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670476307324, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-08T05:14:43.008Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-08T05:14:43.008Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-08T05:14:43.009Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6e6facb-9d70-405d-a9e8-df43ddf097f2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670476309829, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-12-08T05:14:43.009Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-08T05:14:43.009Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-08T05:14:43.009Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6e6facb-9d70-405d-a9e8-df43ddf097f2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670476310887, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-12-08T05:14:43.009Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-08T05:14:43.009Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-08T05:14:43.009Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6e6facb-9d70-405d-a9e8-df43ddf097f2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670476311935, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-12-08T05:14:43.009Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-08T05:14:43.009Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-08T05:14:43.009Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6e6facb-9d70-405d-a9e8-df43ddf097f2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670476313061, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-12-08T05:14:43.010Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-08T05:14:43.010Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-08T05:14:43.010Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6e6facb-9d70-405d-a9e8-df43ddf097f2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670476314064, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-12-08T05:14:43.010Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-08T05:14:43.010Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-08T05:14:43.010Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6e6facb-9d70-405d-a9e8-df43ddf097f2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670476315068, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-12-08T05:14:43.011Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-08T05:14:43.011Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-08T05:14:43.011Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6e6facb-9d70-405d-a9e8-df43ddf097f2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670476316072, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-12-08T05:14:43.011Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-08T05:14:52.554Z|876dbf3f-215a-4fad-a599-2962f336151c|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T05:15:42.980Z|876dbf3f-215a-4fad-a599-2962f336151c|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T05:15:42.981Z|876dbf3f-215a-4fad-a599-2962f336151c|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-12-08T05:15:42.981Z|876dbf3f-215a-4fad-a599-2962f336151c|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 nDhLkQT76ckaq9yo) ... 2022-12-08T05:15:42.983Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T05:15:42.983Z||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-12-08T05:15:42.983Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T05:15:43.018Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T05:15:43.019Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-08T05:15:43.019Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6e6facb-9d70-405d-a9e8-df43ddf097f2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670476407288, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-12-08T05:15:43.019Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-08T05:15:43.019Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-08T05:15:43.020Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "876dbf3f-215a-4fad-a599-2962f336151c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670476408303, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-08T05:15:43.020Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-08T05:15:43.020Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-08T05:15:43.020Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "876dbf3f-215a-4fad-a599-2962f336151c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670476408303, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-12-08T05:15:43.020Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-08T05:15:43.020Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-08T05:15:43.020Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "876dbf3f-215a-4fad-a599-2962f336151c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670476408303, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-12-08T05:15:43.020Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-08T05:15:43.020Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-08T05:15:43.020Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "876dbf3f-215a-4fad-a599-2962f336151c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670476408303, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-08T05:15:43.020Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-08T05:15:43.020Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-08T05:15:43.020Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "876dbf3f-215a-4fad-a599-2962f336151c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670476408303, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-08T05:15:43.020Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-08T05:15:43.020Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-08T05:15:43.020Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "876dbf3f-215a-4fad-a599-2962f336151c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670476408303, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-12-08T05:15:43.020Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-08T05:15:43.021Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-08T05:15:43.021Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "876dbf3f-215a-4fad-a599-2962f336151c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670476408303, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-12-08T05:15:43.021Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-08T05:15:43.021Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-08T05:15:43.021Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "876dbf3f-215a-4fad-a599-2962f336151c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670476408303, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-08T05:15:43.021Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-08T05:15:43.021Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-08T05:15:43.022Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "876dbf3f-215a-4fad-a599-2962f336151c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670476408303, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-12-08T05:15:43.024Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-08T05:15:43.024Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-08T05:15:43.024Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "876dbf3f-215a-4fad-a599-2962f336151c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670476421886, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-08T05:15:43.025Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-08T05:15:52.560Z|876dbf3f-215a-4fad-a599-2962f336151c|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T05:16:42.980Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T05:16:42.981Z|d0a927b1-773a-4447-8609-fb862f8a95a1|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-12-08T05:16:42.981Z|d0a927b1-773a-4447-8609-fb862f8a95a1|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 nDhLkQT76ckaq9yo) ... 2022-12-08T05:16:42.982Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T05:16:42.983Z||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-12-08T05:16:42.983Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T05:16:43.517Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T05:16:43.518Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-08T05:16:43.518Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "876dbf3f-215a-4fad-a599-2962f336151c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670476423797, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-12-08T05:16:43.519Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-08T05:16:43.519Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-08T05:16:43.519Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "876dbf3f-215a-4fad-a599-2962f336151c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670476455034, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-12-08T05:16:43.519Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-08T05:16:52.561Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T05:17:42.980Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T05:17:42.980Z|d0a927b1-773a-4447-8609-fb862f8a95a1|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-12-08T05:17:42.980Z|d0a927b1-773a-4447-8609-fb862f8a95a1|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 nDhLkQT76ckaq9yo) ... 2022-12-08T05:17:42.983Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T05:17:42.984Z||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-12-08T05:17:42.985Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T05:17:52.544Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T05:17:52.550Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T05:18:42.980Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T05:18:42.982Z|d0a927b1-773a-4447-8609-fb862f8a95a1|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-12-08T05:18:42.982Z|d0a927b1-773a-4447-8609-fb862f8a95a1|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 nDhLkQT76ckaq9yo) ... 2022-12-08T05:18:42.984Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T05:18:42.985Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|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-12-08T05:18:42.985Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|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 nDhLkQT76ckaq9yo) ... 2022-12-08T05:18:52.537Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T05:18:52.563Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T05:19:42.979Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T05:19:42.982Z|d0a927b1-773a-4447-8609-fb862f8a95a1|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-12-08T05:19:42.982Z|d0a927b1-773a-4447-8609-fb862f8a95a1|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 nDhLkQT76ckaq9yo) ... 2022-12-08T05:19:42.982Z|876dbf3f-215a-4fad-a599-2962f336151c|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T05:19:42.983Z|876dbf3f-215a-4fad-a599-2962f336151c|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-12-08T05:19:42.983Z|876dbf3f-215a-4fad-a599-2962f336151c|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 nDhLkQT76ckaq9yo) ... 2022-12-08T05:19:52.541Z|876dbf3f-215a-4fad-a599-2962f336151c|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T05:19:52.542Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T05:20:42.979Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T05:20:42.980Z|d0a927b1-773a-4447-8609-fb862f8a95a1|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-12-08T05:20:42.980Z|d0a927b1-773a-4447-8609-fb862f8a95a1|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 nDhLkQT76ckaq9yo) ... 2022-12-08T05:20:42.982Z|876dbf3f-215a-4fad-a599-2962f336151c|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T05:20:42.983Z|876dbf3f-215a-4fad-a599-2962f336151c|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-12-08T05:20:42.983Z|876dbf3f-215a-4fad-a599-2962f336151c|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 nDhLkQT76ckaq9yo) ... 2022-12-08T05:20:52.550Z|876dbf3f-215a-4fad-a599-2962f336151c|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T05:20:52.557Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T05:21:42.979Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T05:21:42.980Z|d0a927b1-773a-4447-8609-fb862f8a95a1|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-12-08T05:21:42.980Z|d0a927b1-773a-4447-8609-fb862f8a95a1|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 nDhLkQT76ckaq9yo) ... 2022-12-08T05:21:42.982Z|876dbf3f-215a-4fad-a599-2962f336151c|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T05:21:42.983Z|876dbf3f-215a-4fad-a599-2962f336151c|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-12-08T05:21:42.983Z|876dbf3f-215a-4fad-a599-2962f336151c|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 nDhLkQT76ckaq9yo) ... 2022-12-08T05:21:52.533Z|876dbf3f-215a-4fad-a599-2962f336151c|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T05:21:52.536Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T05:22:42.980Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T05:22:42.980Z|d0a927b1-773a-4447-8609-fb862f8a95a1|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-12-08T05:22:42.981Z|d0a927b1-773a-4447-8609-fb862f8a95a1|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 nDhLkQT76ckaq9yo) ... 2022-12-08T05:22:42.983Z|876dbf3f-215a-4fad-a599-2962f336151c|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T05:22:42.984Z|876dbf3f-215a-4fad-a599-2962f336151c|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-12-08T05:22:42.984Z|876dbf3f-215a-4fad-a599-2962f336151c|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 nDhLkQT76ckaq9yo) ... 2022-12-08T05:22:52.528Z|876dbf3f-215a-4fad-a599-2962f336151c|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T05:22:52.529Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T05:23:42.980Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T05:23:42.981Z|d0a927b1-773a-4447-8609-fb862f8a95a1|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-12-08T05:23:42.981Z|d0a927b1-773a-4447-8609-fb862f8a95a1|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 nDhLkQT76ckaq9yo) ... 2022-12-08T05:23:42.982Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T05:23:42.983Z||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-12-08T05:23:42.983Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T05:23:52.536Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T05:23:52.536Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T05:24:42.980Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T05:24:42.981Z|d0a927b1-773a-4447-8609-fb862f8a95a1|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-12-08T05:24:42.981Z|d0a927b1-773a-4447-8609-fb862f8a95a1|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 nDhLkQT76ckaq9yo) ... 2022-12-08T05:24:42.988Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T05:24:42.989Z||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-12-08T05:24:42.989Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T05:24:52.539Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T05:24:52.540Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T05:25:42.980Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T05:25:42.980Z|d0a927b1-773a-4447-8609-fb862f8a95a1|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-12-08T05:25:42.980Z|d0a927b1-773a-4447-8609-fb862f8a95a1|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 nDhLkQT76ckaq9yo) ... 2022-12-08T05:25:42.983Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T05:25:42.983Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|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-12-08T05:25:42.983Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|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 nDhLkQT76ckaq9yo) ... 2022-12-08T05:25:52.554Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T05:25:52.554Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T05:26:42.979Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T05:26:42.980Z|d0a927b1-773a-4447-8609-fb862f8a95a1|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-12-08T05:26:42.980Z|d0a927b1-773a-4447-8609-fb862f8a95a1|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 nDhLkQT76ckaq9yo) ... 2022-12-08T05:26:42.982Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T05:26:42.983Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|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-12-08T05:26:42.983Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|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 nDhLkQT76ckaq9yo) ... 2022-12-08T05:26:52.533Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T05:26:52.537Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T05:27:42.979Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T05:27:42.980Z|d0a927b1-773a-4447-8609-fb862f8a95a1|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-12-08T05:27:42.980Z|d0a927b1-773a-4447-8609-fb862f8a95a1|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 nDhLkQT76ckaq9yo) ... 2022-12-08T05:27:42.983Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T05:27:42.983Z||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-12-08T05:27:42.983Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T05:27:52.543Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T05:27:52.545Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T05:28:42.979Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T05:28:42.980Z|d0a927b1-773a-4447-8609-fb862f8a95a1|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-12-08T05:28:42.980Z|d0a927b1-773a-4447-8609-fb862f8a95a1|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 nDhLkQT76ckaq9yo) ... 2022-12-08T05:28:42.982Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T05:28:42.983Z||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-12-08T05:28:42.983Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T05:28:52.533Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T05:28:52.546Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T05:29:42.980Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T05:29:42.981Z|d0a927b1-773a-4447-8609-fb862f8a95a1|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-12-08T05:29:42.981Z|d0a927b1-773a-4447-8609-fb862f8a95a1|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 nDhLkQT76ckaq9yo) ... 2022-12-08T05:29:42.982Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T05:29:42.983Z||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-12-08T05:29:42.983Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T05:29:52.538Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T05:29:52.540Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T05:30:42.979Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T05:30:42.980Z|d0a927b1-773a-4447-8609-fb862f8a95a1|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-12-08T05:30:42.980Z|d0a927b1-773a-4447-8609-fb862f8a95a1|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 nDhLkQT76ckaq9yo) ... 2022-12-08T05:30:42.982Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T05:30:42.983Z||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-12-08T05:30:42.983Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T05:30:52.530Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T05:30:52.530Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T05:31:42.979Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T05:31:42.980Z|d0a927b1-773a-4447-8609-fb862f8a95a1|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-12-08T05:31:42.980Z|d0a927b1-773a-4447-8609-fb862f8a95a1|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 nDhLkQT76ckaq9yo) ... 2022-12-08T05:31:42.983Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T05:31:42.983Z||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-12-08T05:31:42.983Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T05:31:52.537Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T05:31:52.542Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T05:32:42.979Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T05:32:42.980Z|d0a927b1-773a-4447-8609-fb862f8a95a1|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-12-08T05:32:42.980Z|d0a927b1-773a-4447-8609-fb862f8a95a1|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 nDhLkQT76ckaq9yo) ... 2022-12-08T05:32:42.982Z|876dbf3f-215a-4fad-a599-2962f336151c|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T05:32:42.983Z|876dbf3f-215a-4fad-a599-2962f336151c|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-12-08T05:32:42.983Z|876dbf3f-215a-4fad-a599-2962f336151c|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 nDhLkQT76ckaq9yo) ... 2022-12-08T05:32:52.536Z|876dbf3f-215a-4fad-a599-2962f336151c|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T05:32:52.571Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T05:33:42.980Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T05:33:42.980Z|d0a927b1-773a-4447-8609-fb862f8a95a1|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-12-08T05:33:42.981Z|d0a927b1-773a-4447-8609-fb862f8a95a1|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 nDhLkQT76ckaq9yo) ... 2022-12-08T05:33:42.982Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T05:33:42.983Z||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-12-08T05:33:42.983Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T05:33:52.539Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T05:33:52.541Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T05:34:42.979Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T05:34:42.980Z|d0a927b1-773a-4447-8609-fb862f8a95a1|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-12-08T05:34:42.980Z|d0a927b1-773a-4447-8609-fb862f8a95a1|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 nDhLkQT76ckaq9yo) ... 2022-12-08T05:34:42.982Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T05:34:42.983Z||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-12-08T05:34:42.983Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T05:34:52.531Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T05:34:52.531Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T05:35:42.980Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T05:35:42.980Z|d0a927b1-773a-4447-8609-fb862f8a95a1|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-12-08T05:35:42.981Z|d0a927b1-773a-4447-8609-fb862f8a95a1|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 nDhLkQT76ckaq9yo) ... 2022-12-08T05:35:42.982Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T05:35:42.983Z||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-12-08T05:35:42.983Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T05:35:52.538Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T05:35:52.564Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T05:36:42.979Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T05:36:42.980Z|d0a927b1-773a-4447-8609-fb862f8a95a1|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-12-08T05:36:42.980Z|d0a927b1-773a-4447-8609-fb862f8a95a1|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 nDhLkQT76ckaq9yo) ... 2022-12-08T05:36:42.983Z|876dbf3f-215a-4fad-a599-2962f336151c|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T05:36:42.983Z|876dbf3f-215a-4fad-a599-2962f336151c|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-12-08T05:36:42.983Z|876dbf3f-215a-4fad-a599-2962f336151c|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 nDhLkQT76ckaq9yo) ... 2022-12-08T05:36:52.532Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T05:36:52.544Z|876dbf3f-215a-4fad-a599-2962f336151c|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T05:37:42.980Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T05:37:42.980Z|d0a927b1-773a-4447-8609-fb862f8a95a1|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-12-08T05:37:42.980Z|d0a927b1-773a-4447-8609-fb862f8a95a1|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 nDhLkQT76ckaq9yo) ... 2022-12-08T05:37:42.983Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T05:37:42.983Z||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-12-08T05:37:42.983Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T05:37:52.533Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T05:37:52.535Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T05:38:42.980Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T05:38:42.981Z|d0a927b1-773a-4447-8609-fb862f8a95a1|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-12-08T05:38:42.981Z|d0a927b1-773a-4447-8609-fb862f8a95a1|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 nDhLkQT76ckaq9yo) ... 2022-12-08T05:38:42.983Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T05:38:42.984Z||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-12-08T05:38:42.984Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T05:38:52.585Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T05:38:52.590Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T05:39:42.980Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T05:39:42.981Z|d0a927b1-773a-4447-8609-fb862f8a95a1|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-12-08T05:39:42.981Z|d0a927b1-773a-4447-8609-fb862f8a95a1|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 nDhLkQT76ckaq9yo) ... 2022-12-08T05:39:42.983Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T05:39:42.983Z||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-12-08T05:39:42.983Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T05:39:52.534Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T05:39:52.543Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T05:40:42.980Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T05:40:42.981Z|d0a927b1-773a-4447-8609-fb862f8a95a1|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-12-08T05:40:42.981Z|d0a927b1-773a-4447-8609-fb862f8a95a1|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 nDhLkQT76ckaq9yo) ... 2022-12-08T05:40:42.982Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T05:40:42.983Z||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-12-08T05:40:42.983Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T05:40:52.532Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T05:40:52.541Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T05:41:42.980Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T05:41:42.981Z|d0a927b1-773a-4447-8609-fb862f8a95a1|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-12-08T05:41:42.981Z|d0a927b1-773a-4447-8609-fb862f8a95a1|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 nDhLkQT76ckaq9yo) ... 2022-12-08T05:41:42.983Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T05:41:42.983Z||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-12-08T05:41:42.983Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T05:41:52.538Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T05:41:52.548Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T05:42:42.979Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T05:42:42.980Z|d0a927b1-773a-4447-8609-fb862f8a95a1|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-12-08T05:42:42.980Z|d0a927b1-773a-4447-8609-fb862f8a95a1|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 nDhLkQT76ckaq9yo) ... 2022-12-08T05:42:42.982Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T05:42:42.983Z||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-12-08T05:42:42.984Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T05:42:52.549Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T05:42:52.550Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T05:43:42.979Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T05:43:42.980Z|d0a927b1-773a-4447-8609-fb862f8a95a1|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-12-08T05:43:42.980Z|d0a927b1-773a-4447-8609-fb862f8a95a1|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 nDhLkQT76ckaq9yo) ... 2022-12-08T05:43:42.982Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T05:43:42.983Z||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-12-08T05:43:42.983Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T05:43:52.549Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T05:43:52.553Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T05:44:42.980Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T05:44:42.980Z|d0a927b1-773a-4447-8609-fb862f8a95a1|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-12-08T05:44:42.981Z|d0a927b1-773a-4447-8609-fb862f8a95a1|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 nDhLkQT76ckaq9yo) ... 2022-12-08T05:44:42.983Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T05:44:42.983Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|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-12-08T05:44:42.983Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|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 nDhLkQT76ckaq9yo) ... 2022-12-08T05:44:52.561Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T05:44:52.563Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T05:45:42.979Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T05:45:42.980Z|d0a927b1-773a-4447-8609-fb862f8a95a1|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-12-08T05:45:42.980Z|d0a927b1-773a-4447-8609-fb862f8a95a1|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 nDhLkQT76ckaq9yo) ... 2022-12-08T05:45:42.983Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T05:45:42.983Z||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-12-08T05:45:42.983Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T05:45:52.569Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T05:45:52.571Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T05:46:42.980Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T05:46:42.981Z|d0a927b1-773a-4447-8609-fb862f8a95a1|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-12-08T05:46:42.981Z|d0a927b1-773a-4447-8609-fb862f8a95a1|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 nDhLkQT76ckaq9yo) ... 2022-12-08T05:46:42.983Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T05:46:42.983Z||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-12-08T05:46:42.983Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T05:46:52.537Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T05:46:52.543Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T05:47:42.979Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T05:47:42.980Z|d0a927b1-773a-4447-8609-fb862f8a95a1|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-12-08T05:47:42.980Z|d0a927b1-773a-4447-8609-fb862f8a95a1|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 nDhLkQT76ckaq9yo) ... 2022-12-08T05:47:42.983Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T05:47:42.983Z||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-12-08T05:47:42.983Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T05:47:52.524Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T05:47:52.525Z|d0a927b1-773a-4447-8609-fb862f8a95a1|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T05:48:42.982Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T05:48:42.983Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T05:48:42.983Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|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-12-08T05:48:42.983Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|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 nDhLkQT76ckaq9yo) ... 2022-12-08T05:48:42.983Z||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-12-08T05:48:42.983Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T05:48:52.544Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T05:48:52.544Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T05:49:42.980Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T05:49:42.981Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|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-12-08T05:49:42.981Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|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 nDhLkQT76ckaq9yo) ... 2022-12-08T05:49:42.983Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T05:49:42.983Z||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-12-08T05:49:42.983Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T05:49:52.536Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T05:49:52.542Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T05:50:42.980Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T05:50:42.980Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|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-12-08T05:50:42.980Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|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 nDhLkQT76ckaq9yo) ... 2022-12-08T05:50:42.983Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T05:50:42.983Z||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-12-08T05:50:42.983Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T05:50:52.526Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T05:50:52.527Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T05:51:42.979Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T05:51:42.981Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|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-12-08T05:51:42.981Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|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 nDhLkQT76ckaq9yo) ... 2022-12-08T05:51:42.982Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T05:51:42.983Z||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-12-08T05:51:42.983Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T05:51:52.535Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T05:51:52.536Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T05:52:42.979Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T05:52:42.980Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|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-12-08T05:52:42.980Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|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 nDhLkQT76ckaq9yo) ... 2022-12-08T05:52:42.982Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T05:52:42.983Z||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-12-08T05:52:42.983Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T05:52:52.542Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T05:52:52.548Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T05:53:42.979Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T05:53:42.980Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|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-12-08T05:53:42.981Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|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 nDhLkQT76ckaq9yo) ... 2022-12-08T05:53:42.982Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T05:53:42.983Z||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-12-08T05:53:42.984Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T05:53:52.560Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T05:53:52.563Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T05:54:42.979Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T05:54:42.980Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|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-12-08T05:54:42.980Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|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 nDhLkQT76ckaq9yo) ... 2022-12-08T05:54:42.982Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T05:54:42.983Z||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-12-08T05:54:42.983Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T05:54:52.536Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T05:54:52.538Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T05:55:42.980Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T05:55:42.981Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|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-12-08T05:55:42.981Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|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 nDhLkQT76ckaq9yo) ... 2022-12-08T05:55:42.982Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T05:55:42.983Z||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-12-08T05:55:42.983Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T05:55:52.534Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T05:55:52.537Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T05:56:42.982Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T05:56:42.982Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T05:56:42.983Z||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-12-08T05:56:42.983Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|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-12-08T05:56:42.983Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T05:56:42.983Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|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 nDhLkQT76ckaq9yo) ... 2022-12-08T05:56:52.533Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T05:56:52.534Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T05:57:42.979Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T05:57:42.980Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|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-12-08T05:57:42.980Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|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 nDhLkQT76ckaq9yo) ... 2022-12-08T05:57:42.983Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T05:57:42.983Z||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-12-08T05:57:42.983Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T05:57:52.534Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T05:57:52.537Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T05:58:42.980Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T05:58:42.981Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|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-12-08T05:58:42.981Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|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 nDhLkQT76ckaq9yo) ... 2022-12-08T05:58:42.983Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T05:58:42.983Z||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-12-08T05:58:42.983Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T05:58:52.536Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T05:58:52.543Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T05:59:42.980Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T05:59:42.981Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|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-12-08T05:59:42.982Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|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 nDhLkQT76ckaq9yo) ... 2022-12-08T05:59:42.982Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T05:59:42.983Z||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-12-08T05:59:42.983Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T05:59:52.551Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T05:59:52.565Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T06:00:42.980Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T06:00:42.982Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|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-12-08T06:00:42.982Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|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 nDhLkQT76ckaq9yo) ... 2022-12-08T06:00:42.983Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T06:00:42.983Z||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-12-08T06:00:42.983Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T06:00:52.537Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T06:00:52.578Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T06:01:42.980Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T06:01:42.981Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|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-12-08T06:01:42.981Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|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 nDhLkQT76ckaq9yo) ... 2022-12-08T06:01:42.984Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T06:01:42.984Z||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-12-08T06:01:42.984Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T06:01:52.531Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T06:01:52.533Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T06:02:42.979Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T06:02:42.980Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|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-12-08T06:02:42.980Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|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 nDhLkQT76ckaq9yo) ... 2022-12-08T06:02:42.982Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T06:02:42.983Z||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-12-08T06:02:42.983Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T06:02:52.536Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T06:02:52.552Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T06:03:42.980Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T06:03:42.980Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|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-12-08T06:03:42.981Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|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 nDhLkQT76ckaq9yo) ... 2022-12-08T06:03:42.982Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T06:03:42.983Z||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-12-08T06:03:42.983Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T06:03:52.531Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T06:03:52.537Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T06:04:42.980Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T06:04:42.981Z||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-12-08T06:04:42.981Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T06:04:42.982Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T06:04:42.983Z||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-12-08T06:04:42.983Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T06:04:52.544Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T06:04:52.545Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T06:05:42.980Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T06:05:42.981Z||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-12-08T06:05:42.981Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T06:05:42.983Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T06:05:42.983Z||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-12-08T06:05:42.983Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T06:05:52.544Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T06:05:52.545Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T06:06:42.979Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T06:06:42.980Z||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-12-08T06:06:42.980Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T06:06:42.989Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T06:06:42.990Z||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-12-08T06:06:42.990Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T06:06:52.559Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T06:06:52.560Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T06:07:42.979Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T06:07:42.981Z||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-12-08T06:07:42.982Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T06:07:42.982Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T06:07:42.983Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|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-12-08T06:07:42.983Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|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 nDhLkQT76ckaq9yo) ... 2022-12-08T06:07:52.530Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T06:07:52.531Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T06:08:42.980Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T06:08:42.980Z||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-12-08T06:08:42.980Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T06:08:42.983Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T06:08:42.983Z||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-12-08T06:08:42.983Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T06:08:52.539Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T06:08:52.539Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T06:09:42.979Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T06:09:42.980Z||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-12-08T06:09:42.980Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T06:09:42.983Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T06:09:42.983Z||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-12-08T06:09:42.983Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T06:09:52.540Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T06:09:52.540Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T06:10:42.980Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T06:10:42.981Z||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-12-08T06:10:42.981Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T06:10:42.982Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T06:10:42.983Z||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-12-08T06:10:42.983Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T06:10:52.555Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T06:10:52.558Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T06:11:42.979Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T06:11:42.980Z||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-12-08T06:11:42.980Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T06:11:42.987Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T06:11:42.988Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|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-12-08T06:11:42.988Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|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 nDhLkQT76ckaq9yo) ... 2022-12-08T06:11:52.555Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T06:11:52.555Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T06:12:42.979Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T06:12:42.980Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|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-12-08T06:12:42.980Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|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 nDhLkQT76ckaq9yo) ... 2022-12-08T06:12:42.982Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T06:12:42.983Z||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-12-08T06:12:42.983Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T06:12:52.544Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T06:12:52.546Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T06:13:42.981Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T06:13:42.982Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|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-12-08T06:13:42.983Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T06:13:42.983Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|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 nDhLkQT76ckaq9yo) ... 2022-12-08T06:13:42.983Z||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-12-08T06:13:42.983Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T06:13:52.538Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T06:13:52.542Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T06:14:42.980Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T06:14:42.981Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|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-12-08T06:14:42.981Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|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 nDhLkQT76ckaq9yo) ... 2022-12-08T06:14:42.982Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T06:14:42.983Z||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-12-08T06:14:42.983Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T06:14:52.553Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T06:14:52.553Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T06:15:42.980Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T06:15:42.980Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|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-12-08T06:15:42.980Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|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 nDhLkQT76ckaq9yo) ... 2022-12-08T06:15:42.983Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T06:15:42.983Z||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-12-08T06:15:42.983Z||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 nDhLkQT76ckaq9yo) ... 2022-12-08T06:15:52.535Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T06:15:52.561Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T06:16:42.979Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T06:16:42.980Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|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-12-08T06:16:42.980Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|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 nDhLkQT76ckaq9yo) ... 2022-12-08T06:16:42.982Z|876dbf3f-215a-4fad-a599-2962f336151c|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-08T06:16:42.983Z|876dbf3f-215a-4fad-a599-2962f336151c|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-12-08T06:16:42.983Z|876dbf3f-215a-4fad-a599-2962f336151c|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 nDhLkQT76ckaq9yo) ... 2022-12-08T06:16:52.542Z|876dbf3f-215a-4fad-a599-2962f336151c|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-08T06:16:52.544Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK