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-10-07T03:09:04.599Z||main|||||INFO|500||The following profiles are active: basic 2022-10-07T03:09:15.312Z||main|||||INFO|500||Starting service [Tomcat] 2022-10-07T03:09:15.313Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2022-10-07T03:09:15.415Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2022-10-07T03:09:19.333Z||main|||||INFO|500||catdb-pool - Starting... 2022-10-07T03:09:19.716Z||main|||||INFO|500||catdb-pool - Start completed. 2022-10-07T03:09:20.126Z||main|||||INFO|500||reqdb-pool - Starting... 2022-10-07T03:09:20.132Z||main|||||INFO|500||reqdb-pool - Start completed. 2022-10-07T03:09:20.235Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2022-10-07T03:09:20.501Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2022-10-07T03:09:21.064Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2022-10-07T03:09:22.669Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-10-07T03:09:24.852Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-10-07T03:09:24.906Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2022-10-07T03:09:25.549Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-10-07T03:09:25.820Z||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-10-07T03:09:27.000Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-10-07T03:09:28.041Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2022-10-07T03:09:28.065Z||main|||||WARN|500||Exception on connecting to SDC WFD endpoint: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at java.base/sun.net.NetworkClient.doConnect(Unknown Source) at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source) at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source) at java.base/sun.net.www.http.HttpClient.(Unknown Source) at java.base/sun.net.www.http.HttpClient.New(Unknown Source) at java.base/sun.net.www.http.HttpClient.New(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) at java.base/java.net.HttpURLConnection.getResponseCode(Unknown Source) at org.onap.so.asdc.activity.DeployActivitySpecs.checkHttpServerUp(DeployActivitySpecs.java:155) at org.onap.so.asdc.activity.DeployActivitySpecs.deployActivities(DeployActivitySpecs.java:70) at org.onap.so.asdc.activity.DeployActivitySpecs$$FastClassBySpringCGLIB$$7dbd81c4.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.activity.DeployActivitySpecs$$EnhancerBySpringCGLIB$$75ebdfa9.deployActivities() at org.onap.so.asdc.Application.deployActivities(Application.java:52) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516) at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202) at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897) at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551) at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750) at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405) at org.springframework.boot.SpringApplication.run(SpringApplication.java:315) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226) at org.onap.so.asdc.Application.main(Application.java:60) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49) at org.springframework.boot.loader.Launcher.launch(Launcher.java:107) at org.springframework.boot.loader.Launcher.launch(Launcher.java:58) at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88) 2022-10-07T03:09:28.067Z||main|||||WARN|500||The sdc end point is not alive 2022-10-07T03:09:31.079Z||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-10-07T03:09:33.925Z||main|||||WARN|500||--- 2022-10-07T03:09:33.925Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2022-10-07T03:09:33.926Z||main|||||WARN|500||--- 2022-10-07T03:09:34.379Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2022-10-07T03:09:39.215Z||main|||||INFO|500||Started Application in 37.656 seconds (JVM running for 39.666) 2022-10-07T03:09:39.247Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-10-07T03:09:39.248Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-10-07T03:09:39.261Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-10-07T03:09:39.286Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-10-07T03:09:39.328Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 42fba750-36c2-45f2-859a-07c0f5262e14 url= /sdc/v1/artifactTypes 2022-10-07T03:09:39.328Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-10-07T03:09:39.587Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2022-10-07T03:09:39.611Z||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-10-07T03:09:39.646Z||scheduling-1|||||DEBUG|500||create keys 2022-10-07T03:09:39.656Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2022-10-07T03:09:39.700Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T03:09:39.718Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 382f35ae-2765-49e3-9a93-1e733246aa34 url= /sdc/v1/registerForDistribution 2022-10-07T03:09:39.847Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 382f35ae-2765-49e3-9a93-1e733246aa34 url= /sdc/v1/registerForDistribution 2022-10-07T03:09:39.848Z||scheduling-1|||||INFO|500||start DistributionClient 2022-10-07T03:09:39.860Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-07T03:09:39.861Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-07T03:09:39.870Z||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-10-07T03:09:39.869Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2022-10-07T03:09:39.870Z||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 aq9NtIOJ9WitpuP6) ... 2022-10-07T03:09:39.869Z||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-10-07T03:09:39.872Z||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 aq9NtIOJ9WitpuP6) ... 2022-10-07T03:09:50.263Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T03:09:50.276Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T03:10:39.858Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-07T03:10:39.860Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-07T03:10:39.861Z||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-10-07T03:10:39.861Z||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 aq9NtIOJ9WitpuP6) ... 2022-10-07T03:10:39.862Z||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-10-07T03:10:39.862Z||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 aq9NtIOJ9WitpuP6) ... 2022-10-07T03:10:49.453Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T03:10:49.457Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T03:11:39.860Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-07T03:11:39.861Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-07T03:11:39.861Z||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-10-07T03:11:39.861Z||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-10-07T03:11:39.862Z||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 aq9NtIOJ9WitpuP6) ... 2022-10-07T03:11:39.862Z||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 aq9NtIOJ9WitpuP6) ... 2022-10-07T03:11:49.459Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T03:11:49.484Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T03:12:39.857Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-07T03:12:39.859Z||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-10-07T03:12:39.859Z||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 aq9NtIOJ9WitpuP6) ... 2022-10-07T03:12:39.861Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-07T03:12:39.862Z||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-10-07T03:12:39.863Z||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 aq9NtIOJ9WitpuP6) ... 2022-10-07T03:12:49.450Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T03:12:49.464Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T03:13:39.857Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-07T03:13:39.859Z||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-10-07T03:13:39.859Z||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 aq9NtIOJ9WitpuP6) ... 2022-10-07T03:13:39.860Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-07T03:13:39.861Z||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-10-07T03:13:39.862Z||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 aq9NtIOJ9WitpuP6) ... 2022-10-07T03:13:49.436Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T03:13:49.483Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T03:14:39.858Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-07T03:14:39.861Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-07T03:14:39.861Z||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-10-07T03:14:39.862Z||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 aq9NtIOJ9WitpuP6) ... 2022-10-07T03:14:39.862Z||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-10-07T03:14:39.862Z||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 aq9NtIOJ9WitpuP6) ... 2022-10-07T03:14:49.427Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T03:14:49.437Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T03:15:39.857Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-07T03:15:39.859Z||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-10-07T03:15:39.859Z||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 aq9NtIOJ9WitpuP6) ... 2022-10-07T03:15:39.861Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-07T03:15:39.862Z||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-10-07T03:15:39.863Z||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 aq9NtIOJ9WitpuP6) ... 2022-10-07T03:15:49.418Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T03:15:49.421Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T03:16:39.857Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-07T03:16:39.859Z||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-10-07T03:16:39.859Z||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 aq9NtIOJ9WitpuP6) ... 2022-10-07T03:16:39.861Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-07T03:16:39.863Z||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-10-07T03:16:39.863Z||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 aq9NtIOJ9WitpuP6) ... 2022-10-07T03:16:49.429Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T03:16:49.431Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T03:17:39.858Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-07T03:17:39.859Z||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-10-07T03:17:39.859Z||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 aq9NtIOJ9WitpuP6) ... 2022-10-07T03:17:39.860Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-07T03:17:39.861Z||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-10-07T03:17:39.862Z||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 aq9NtIOJ9WitpuP6) ... 2022-10-07T03:17:49.430Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T03:17:49.437Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T03:18:39.858Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-07T03:18:39.859Z||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-10-07T03:18:39.859Z||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 aq9NtIOJ9WitpuP6) ... 2022-10-07T03:18:39.861Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-07T03:18:39.862Z||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-10-07T03:18:39.862Z||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 aq9NtIOJ9WitpuP6) ... 2022-10-07T03:18:49.430Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T03:18:49.444Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T03:19:39.857Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-07T03:19:39.858Z||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-10-07T03:19:39.859Z||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 aq9NtIOJ9WitpuP6) ... 2022-10-07T03:19:39.860Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-07T03:19:39.861Z||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-10-07T03:19:39.861Z||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 aq9NtIOJ9WitpuP6) ... 2022-10-07T03:19:49.448Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T03:19:49.457Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T03:19:54.294Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2022-10-07T03:20:39.858Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-07T03:20:39.860Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-07T03:20:39.861Z||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-10-07T03:20:39.861Z||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-10-07T03:20:39.861Z||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 aq9NtIOJ9WitpuP6) ... 2022-10-07T03:20:39.861Z||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 aq9NtIOJ9WitpuP6) ... 2022-10-07T03:20:49.442Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T03:20:49.478Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T03:21:39.857Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-07T03:21:39.859Z||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-10-07T03:21:39.859Z||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 aq9NtIOJ9WitpuP6) ... 2022-10-07T03:21:39.860Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-07T03:21:39.861Z||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-10-07T03:21:39.861Z||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 aq9NtIOJ9WitpuP6) ... 2022-10-07T03:21:49.461Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T03:21:49.473Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T03:22:39.857Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-07T03:22:39.858Z||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-10-07T03:22:39.859Z||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 aq9NtIOJ9WitpuP6) ... 2022-10-07T03:22:39.860Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-07T03:22:39.861Z||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-10-07T03:22:39.861Z||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 aq9NtIOJ9WitpuP6) ... 2022-10-07T03:22:49.425Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T03:22:49.435Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T03:23:39.857Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-07T03:23:39.858Z||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-10-07T03:23:39.859Z||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 aq9NtIOJ9WitpuP6) ... 2022-10-07T03:23:39.860Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-07T03:23:39.861Z||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-10-07T03:23:39.861Z||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 aq9NtIOJ9WitpuP6) ... 2022-10-07T03:23:49.416Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T03:23:49.439Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T03:24:39.857Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-07T03:24:39.858Z||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-10-07T03:24:39.858Z||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 aq9NtIOJ9WitpuP6) ... 2022-10-07T03:24:39.860Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-07T03:24:39.861Z||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-10-07T03:24:39.862Z||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 aq9NtIOJ9WitpuP6) ... 2022-10-07T03:24:49.436Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T03:24:49.463Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T03:25:39.858Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-07T03:25:39.860Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-07T03:25:39.861Z||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-10-07T03:25:39.861Z||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-10-07T03:25:39.861Z||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 aq9NtIOJ9WitpuP6) ... 2022-10-07T03:25:39.861Z||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 aq9NtIOJ9WitpuP6) ... 2022-10-07T03:25:49.465Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T03:25:49.472Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T03:26:39.857Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-07T03:26:39.858Z||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-10-07T03:26:39.859Z||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 aq9NtIOJ9WitpuP6) ... 2022-10-07T03:26:39.860Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-07T03:26:39.861Z||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-10-07T03:26:39.861Z||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 aq9NtIOJ9WitpuP6) ... 2022-10-07T03:26:49.424Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T03:26:49.430Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T03:27:39.857Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-07T03:27:39.859Z||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-10-07T03:27:39.859Z||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 aq9NtIOJ9WitpuP6) ... 2022-10-07T03:27:39.860Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-07T03:27:39.861Z||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-10-07T03:27:39.861Z||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 aq9NtIOJ9WitpuP6) ... 2022-10-07T03:27:49.445Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T03:27:49.460Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T03:28:39.857Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-07T03:28:39.858Z||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-10-07T03:28:39.858Z||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 aq9NtIOJ9WitpuP6) ... 2022-10-07T03:28:39.860Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-07T03:28:39.861Z||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-10-07T03:28:39.861Z||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 aq9NtIOJ9WitpuP6) ... 2022-10-07T03:28:49.432Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T03:28:49.454Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T03:29:39.858Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-07T03:29:39.859Z||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-10-07T03:29:39.859Z||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 aq9NtIOJ9WitpuP6) ... 2022-10-07T03:29:39.860Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-07T03:29:39.861Z||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-10-07T03:29:39.861Z||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 aq9NtIOJ9WitpuP6) ... 2022-10-07T03:29:49.474Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T03:29:49.478Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T03:30:39.857Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-07T03:30:39.858Z||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-10-07T03:30:39.859Z||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 aq9NtIOJ9WitpuP6) ... 2022-10-07T03:30:39.860Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-07T03:30:39.861Z||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-10-07T03:30:39.861Z||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 aq9NtIOJ9WitpuP6) ... 2022-10-07T03:30:49.453Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T03:30:49.462Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T03:31:39.858Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-07T03:31:39.860Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-07T03:31:39.862Z||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-10-07T03:31:39.862Z||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-10-07T03:31:39.862Z||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 aq9NtIOJ9WitpuP6) ... 2022-10-07T03:31:39.862Z||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 aq9NtIOJ9WitpuP6) ... 2022-10-07T03:31:49.438Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T03:31:49.440Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T03:32:39.858Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-07T03:32:39.859Z||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-10-07T03:32:39.859Z||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 aq9NtIOJ9WitpuP6) ... 2022-10-07T03:32:39.863Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-07T03:32:39.864Z||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-10-07T03:32:39.864Z||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 aq9NtIOJ9WitpuP6) ... 2022-10-07T03:32:49.437Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T03:32:49.457Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T03:33:39.857Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-07T03:33:39.858Z||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-10-07T03:33:39.858Z||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 aq9NtIOJ9WitpuP6) ... 2022-10-07T03:33:39.860Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-07T03:33:39.861Z||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-10-07T03:33:39.862Z||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 aq9NtIOJ9WitpuP6) ... 2022-10-07T03:33:49.447Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T03:33:49.448Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T03:34:39.857Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-07T03:34:39.858Z||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-10-07T03:34:39.859Z||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 aq9NtIOJ9WitpuP6) ... 2022-10-07T03:34:39.860Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-07T03:34:39.861Z||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-10-07T03:34:39.861Z||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 aq9NtIOJ9WitpuP6) ... 2022-10-07T03:34:49.442Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T03:34:49.446Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T03:35:39.857Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-07T03:35:39.858Z||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-10-07T03:35:39.859Z||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 aq9NtIOJ9WitpuP6) ... 2022-10-07T03:35:39.860Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-07T03:35:39.861Z||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-10-07T03:35:39.861Z||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 aq9NtIOJ9WitpuP6) ... 2022-10-07T03:35:49.430Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T03:35:49.440Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T03:36:39.858Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-07T03:36:39.859Z||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-10-07T03:36:39.859Z||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 aq9NtIOJ9WitpuP6) ... 2022-10-07T03:36:39.860Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-07T03:36:39.861Z||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-10-07T03:36:39.861Z||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 aq9NtIOJ9WitpuP6) ... 2022-10-07T03:36:49.433Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T03:36:49.435Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T03:37:39.858Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-07T03:37:39.860Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-07T03:37:39.861Z||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-10-07T03:37:39.861Z||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 aq9NtIOJ9WitpuP6) ... 2022-10-07T03:37:39.861Z||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-10-07T03:37:39.861Z||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 aq9NtIOJ9WitpuP6) ... 2022-10-07T03:37:49.461Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T03:37:49.477Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T03:38:39.857Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-07T03:38:39.859Z||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-10-07T03:38:39.859Z||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 aq9NtIOJ9WitpuP6) ... 2022-10-07T03:38:39.860Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-07T03:38:39.861Z||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-10-07T03:38:39.861Z||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 aq9NtIOJ9WitpuP6) ... 2022-10-07T03:38:49.425Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T03:38:49.443Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T03:39:39.857Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-07T03:39:39.858Z||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-10-07T03:39:39.858Z||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 aq9NtIOJ9WitpuP6) ... 2022-10-07T03:39:39.860Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-07T03:39:39.861Z||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-10-07T03:39:39.861Z||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 aq9NtIOJ9WitpuP6) ... 2022-10-07T03:39:49.412Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T03:39:49.434Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T03:40:39.857Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-07T03:40:39.858Z||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-10-07T03:40:39.858Z||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 aq9NtIOJ9WitpuP6) ... 2022-10-07T03:40:39.860Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-07T03:40:39.861Z||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-10-07T03:40:39.861Z||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 aq9NtIOJ9WitpuP6) ... 2022-10-07T03:40:49.422Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T03:40:49.431Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T03:41:39.865Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-07T03:41:39.865Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-07T03:41:39.866Z||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-10-07T03:41:39.867Z||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 aq9NtIOJ9WitpuP6) ... 2022-10-07T03:41:39.866Z||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-10-07T03:41:39.867Z||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 aq9NtIOJ9WitpuP6) ... 2022-10-07T03:41:49.432Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T03:41:49.450Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T03:42:39.857Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-07T03:42:39.858Z||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-10-07T03:42:39.859Z||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 aq9NtIOJ9WitpuP6) ... 2022-10-07T03:42:39.860Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-07T03:42:39.861Z||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-10-07T03:42:39.861Z||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 aq9NtIOJ9WitpuP6) ... 2022-10-07T03:42:49.428Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T03:42:49.432Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T03:43:39.858Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-07T03:43:39.861Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-07T03:43:39.861Z||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-10-07T03:43:39.861Z||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 aq9NtIOJ9WitpuP6) ... 2022-10-07T03:43:39.861Z||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-10-07T03:43:39.862Z||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 aq9NtIOJ9WitpuP6) ... 2022-10-07T03:43:49.439Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T03:43:49.443Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T03:44:39.857Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-07T03:44:39.858Z||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-10-07T03:44:39.859Z||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 aq9NtIOJ9WitpuP6) ... 2022-10-07T03:44:39.860Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-07T03:44:39.861Z||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-10-07T03:44:39.861Z||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 aq9NtIOJ9WitpuP6) ... 2022-10-07T03:44:49.432Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T03:44:49.432Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T03:45:39.857Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-07T03:45:39.858Z||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-10-07T03:45:39.858Z||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 aq9NtIOJ9WitpuP6) ... 2022-10-07T03:45:39.860Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-07T03:45:39.861Z||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-10-07T03:45:39.862Z||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 aq9NtIOJ9WitpuP6) ... 2022-10-07T03:45:49.422Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T03:45:49.425Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T03:46:39.858Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-07T03:46:39.859Z||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-10-07T03:46:39.859Z||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 aq9NtIOJ9WitpuP6) ... 2022-10-07T03:46:39.860Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-07T03:46:39.861Z||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-10-07T03:46:39.861Z||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 aq9NtIOJ9WitpuP6) ... 2022-10-07T03:46:49.423Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T03:46:49.444Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T03:47:39.857Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-07T03:47:39.858Z||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-10-07T03:47:39.858Z||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 aq9NtIOJ9WitpuP6) ... 2022-10-07T03:47:39.860Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-07T03:47:39.861Z||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-10-07T03:47:39.861Z||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 aq9NtIOJ9WitpuP6) ... 2022-10-07T03:47:49.433Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T03:47:49.447Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T03:48:39.857Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-07T03:48:39.859Z||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-10-07T03:48:39.859Z||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 aq9NtIOJ9WitpuP6) ... 2022-10-07T03:48:39.860Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-07T03:48:39.861Z||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-10-07T03:48:39.861Z||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 aq9NtIOJ9WitpuP6) ... 2022-10-07T03:48:49.439Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T03:48:49.442Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T03:49:39.858Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-07T03:49:39.860Z||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-10-07T03:49:39.860Z||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 aq9NtIOJ9WitpuP6) ... 2022-10-07T03:49:39.861Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-07T03:49:39.861Z||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-10-07T03:49:39.862Z||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 aq9NtIOJ9WitpuP6) ... 2022-10-07T03:49:40.498Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T03:49:40.500Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-07T03:49:40.500Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"c6c718c5-73bb-4a9b-8a36-485be126e0db","serviceName":"basic_onboard_cvGoSO","serviceVersion":"1.0","serviceUUID":"5f320015-9970-4523-a398-f75ff19173a3","serviceDescription":"service","serviceInvariantUUID":"fadee73f-a0a3-4a94-920e-c0201522295d","resources":[{"resourceInstanceName":"basic_onboard_cvGoSO 0","resourceName":"basic_onboard_cvGoSO","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e248ce24-18dd-4515-8a94-cd5a92f47d9e","resourceInvariantUUID":"97572b07-1418-4d4e-b3a8-3d6ddb02addb","resourceCustomizationUUID":"9b10014e-614e-416c-b33c-5df1e2d1a466","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/resourceInstances/basic_onboard_cvgoso0/artifacts/vf-license-model.xml","artifactChecksum":"OTU2N2Y5ZTZhZDMxMzQxZmQxYTVhOWY4ZTViYWVjMTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3d12446f-c585-497a-a086-2b9c3ad30863","artifactVersion":"1"},{"artifactName":"basic_onboard_cvgoso0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/resourceInstances/basic_onboard_cvgoso0/artifacts/basic_onboard_cvgoso0_modules.json","artifactChecksum":"MDhmYjhkYzYxN2QyNWY0NDE2MzhlZTA1NWM2ZjIwMmM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d58421bb-6a80-46d4-b178-2fba3e7f49b4","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/resourceInstances/basic_onboard_cvgoso0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"22bc2ab4-4201-4d80-8c1a-dd74edefb093","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/resourceInstances/basic_onboard_cvgoso0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"871f4d91-7eb5-4676-bb0d-a88d58ccc3ce","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/resourceInstances/basic_onboard_cvgoso0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"bf14c0f4-4479-4d1c-a7f5-2374df3ff8ab","artifactVersion":"2","generatedFromUUID":"22bc2ab4-4201-4d80-8c1a-dd74edefb093"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardCvgoso-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/artifacts/service-BasicOnboardCvgoso-template.yml","artifactChecksum":"NGJlNGI1NDI1NGI0OTJlMjUzNjBlOWVmZjQ5MDFlZjc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6aef2671-1da0-4135-b768-79d96ae92959","artifactVersion":"1"},{"artifactName":"service-BasicOnboardCvgoso-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/artifacts/service-BasicOnboardCvgoso-csar.csar","artifactChecksum":"NmEyZTY0YjNiNTkyOTM2ZWFkZWQ1YjYyMWIxZmZmN2Q\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5cb1afae-365c-4b56-8c39-a1e40e540ed7","artifactVersion":"1"}],"workloadContext":"Production"} 2022-10-07T03:49:40.504Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T03:49:40.510Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-07T03:49:40.510Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db", "consumerID": "cds", "timestamp": 1665114524950, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/resourceInstances/basic_onboard_cvgoso0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-07T03:49:40.519Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-07T03:49:40.526Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-10-07T03:49:40.536Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-07T03:49:40.537Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-07T03:49:40.537Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665114533092, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/resourceInstances/basic_onboard_cvgoso0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-07T03:49:40.538Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-07T03:49:40.538Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-07T03:49:40.538Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db", "consumerID": "multicloud-k8s-id", "timestamp": 1665114525381, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/resourceInstances/basic_onboard_cvgoso0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-07T03:49:40.539Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-07T03:49:40.539Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-07T03:49:40.539Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db", "consumerID": "clamp", "timestamp": 1665114527096, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/resourceInstances/basic_onboard_cvgoso0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-07T03:49:40.539Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-07T03:49:40.539Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-07T03:49:40.539Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-07T03:49:40.540Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db", "consumerID": "ves-openapi-manager", "timestamp": 1665114533413, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/resourceInstances/basic_onboard_cvgoso0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-07T03:49:40.540Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665114579858, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/resourceInstances/basic_onboard_cvgoso0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-07T03:49:40.540Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-07T03:49:40.540Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-07T03:49:40.540Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db", "consumerID": "cds", "timestamp": 1665114524950, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/resourceInstances/basic_onboard_cvgoso0/artifacts/basic_onboard_cvgoso0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-07T03:49:40.540Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-07T03:49:40.540Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-07T03:49:40.541Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665114533092, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/resourceInstances/basic_onboard_cvgoso0/artifacts/basic_onboard_cvgoso0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-07T03:49:40.541Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-07T03:49:40.541Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-07T03:49:40.541Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db", "consumerID": "multicloud-k8s-id", "timestamp": 1665114525381, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/resourceInstances/basic_onboard_cvgoso0/artifacts/basic_onboard_cvgoso0_modules.json", "status": "NOTIFIED" } 2022-10-07T03:49:40.541Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-07T03:49:40.541Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-07T03:49:40.542Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db", "consumerID": "clamp", "timestamp": 1665114527096, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/resourceInstances/basic_onboard_cvgoso0/artifacts/basic_onboard_cvgoso0_modules.json", "status": "NOTIFIED" } 2022-10-07T03:49:40.542Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-07T03:49:40.542Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-07T03:49:40.542Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db", "consumerID": "ves-openapi-manager", "timestamp": 1665114533413, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/resourceInstances/basic_onboard_cvgoso0/artifacts/basic_onboard_cvgoso0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-07T03:49:40.542Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-07T03:49:40.542Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-07T03:49:40.542Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665114533092, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/resourceInstances/basic_onboard_cvgoso0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-10-07T03:49:40.543Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-07T03:49:40.543Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-07T03:49:40.543Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db", "consumerID": "cds", "timestamp": 1665114524950, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/resourceInstances/basic_onboard_cvgoso0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-10-07T03:49:40.543Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-07T03:49:40.543Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-07T03:49:40.543Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db", "consumerID": "clamp", "timestamp": 1665114527096, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/resourceInstances/basic_onboard_cvgoso0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-10-07T03:49:40.544Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-07T03:49:40.544Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-07T03:49:40.544Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db", "consumerID": "multicloud-k8s-id", "timestamp": 1665114525381, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/resourceInstances/basic_onboard_cvgoso0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-10-07T03:49:40.544Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-07T03:49:40.544Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-07T03:49:40.544Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db", "consumerID": "ves-openapi-manager", "timestamp": 1665114533413, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/resourceInstances/basic_onboard_cvgoso0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-10-07T03:49:40.545Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-07T03:49:40.545Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-07T03:49:40.545Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665114533092, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/resourceInstances/basic_onboard_cvgoso0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-07T03:49:40.546Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-07T03:49:40.546Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-07T03:49:40.546Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db", "consumerID": "cds", "timestamp": 1665114524950, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/resourceInstances/basic_onboard_cvgoso0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-07T03:49:40.546Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-07T03:49:40.546Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-07T03:49:40.546Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db", "consumerID": "multicloud-k8s-id", "timestamp": 1665114525381, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/resourceInstances/basic_onboard_cvgoso0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-07T03:49:40.547Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-07T03:49:40.547Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-07T03:49:40.547Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db", "consumerID": "clamp", "timestamp": 1665114527096, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/resourceInstances/basic_onboard_cvgoso0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-07T03:49:40.547Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-07T03:49:40.547Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-07T03:49:40.547Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db", "consumerID": "ves-openapi-manager", "timestamp": 1665114533413, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/resourceInstances/basic_onboard_cvgoso0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-07T03:49:40.548Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-07T03:49:40.548Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-07T03:49:40.548Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665114533092, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/resourceInstances/basic_onboard_cvgoso0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-10-07T03:49:40.548Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-07T03:49:40.548Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-07T03:49:40.548Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db", "consumerID": "cds", "timestamp": 1665114524950, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/resourceInstances/basic_onboard_cvgoso0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-10-07T03:49:40.549Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-07T03:49:40.549Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-07T03:49:40.549Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db", "consumerID": "multicloud-k8s-id", "timestamp": 1665114525381, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/resourceInstances/basic_onboard_cvgoso0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-10-07T03:49:40.549Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-07T03:49:40.549Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-07T03:49:40.549Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db", "consumerID": "clamp", "timestamp": 1665114527096, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/resourceInstances/basic_onboard_cvgoso0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-10-07T03:49:40.550Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-07T03:49:40.550Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-07T03:49:40.550Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db", "consumerID": "ves-openapi-manager", "timestamp": 1665114533413, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/resourceInstances/basic_onboard_cvgoso0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-10-07T03:49:40.550Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-07T03:49:40.550Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-07T03:49:40.550Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665114533092, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/artifacts/service-BasicOnboardCvgoso-template.yml", "status": "NOT_NOTIFIED" } 2022-10-07T03:49:40.550Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-07T03:49:40.551Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-07T03:49:40.551Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db", "consumerID": "cds", "timestamp": 1665114524950, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/artifacts/service-BasicOnboardCvgoso-template.yml", "status": "NOT_NOTIFIED" } 2022-10-07T03:49:40.551Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-07T03:49:40.551Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-07T03:49:40.551Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db", "consumerID": "clamp", "timestamp": 1665114527096, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/artifacts/service-BasicOnboardCvgoso-template.yml", "status": "NOT_NOTIFIED" } 2022-10-07T03:49:40.551Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-07T03:49:40.551Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-07T03:49:40.552Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db", "consumerID": "multicloud-k8s-id", "timestamp": 1665114525381, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/artifacts/service-BasicOnboardCvgoso-template.yml", "status": "NOT_NOTIFIED" } 2022-10-07T03:49:40.552Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-07T03:49:40.552Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-07T03:49:40.552Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db", "consumerID": "ves-openapi-manager", "timestamp": 1665114533413, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/artifacts/service-BasicOnboardCvgoso-template.yml", "status": "NOT_NOTIFIED" } 2022-10-07T03:49:40.552Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-07T03:49:40.552Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-07T03:49:40.552Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db", "consumerID": "policy-id", "timestamp": 1665114539129, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/resourceInstances/basic_onboard_cvgoso0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-07T03:49:40.553Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-07T03:49:40.553Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-07T03:49:40.553Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665114533092, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/artifacts/service-BasicOnboardCvgoso-csar.csar", "status": "NOTIFIED" } 2022-10-07T03:49:40.553Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-07T03:49:40.553Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-07T03:49:40.553Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db", "consumerID": "cds", "timestamp": 1665114524950, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/artifacts/service-BasicOnboardCvgoso-csar.csar", "status": "NOTIFIED" } 2022-10-07T03:49:40.554Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-07T03:49:40.554Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-07T03:49:40.554Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db", "consumerID": "clamp", "timestamp": 1665114527096, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/artifacts/service-BasicOnboardCvgoso-csar.csar", "status": "NOTIFIED" } 2022-10-07T03:49:40.554Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-07T03:49:40.554Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-07T03:49:40.554Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db", "consumerID": "multicloud-k8s-id", "timestamp": 1665114525381, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/artifacts/service-BasicOnboardCvgoso-csar.csar", "status": "NOTIFIED" } 2022-10-07T03:49:40.555Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-07T03:49:40.555Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-07T03:49:40.555Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db", "consumerID": "ves-openapi-manager", "timestamp": 1665114533413, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/artifacts/service-BasicOnboardCvgoso-csar.csar", "status": "NOT_NOTIFIED" } 2022-10-07T03:49:40.555Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-07T03:49:40.555Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-07T03:49:40.555Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db", "consumerID": "policy-id", "timestamp": 1665114539129, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/resourceInstances/basic_onboard_cvgoso0/artifacts/basic_onboard_cvgoso0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-07T03:49:40.556Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-07T03:49:40.556Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-07T03:49:40.556Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db", "consumerID": "multicloud-k8s-id", "timestamp": 1665114540528, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/resourceInstances/basic_onboard_cvgoso0/artifacts/basic_onboard_cvgoso0_modules.json", "status": "DOWNLOAD_OK" } 2022-10-07T03:49:40.556Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-07T03:49:40.556Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-07T03:49:40.556Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665114541986, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/artifacts/service-BasicOnboardCvgoso-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-07T03:49:40.557Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-07T03:49:40.557Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-07T03:49:40.557Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db", "consumerID": "cds", "timestamp": 1665114541674, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/artifacts/service-BasicOnboardCvgoso-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-07T03:49:40.557Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-07T03:49:40.557Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-07T03:49:40.557Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db", "consumerID": "policy-id", "timestamp": 1665114539129, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/resourceInstances/basic_onboard_cvgoso0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-10-07T03:49:40.558Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-07T03:49:40.558Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-07T03:49:40.558Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db", "consumerID": "cds", "timestamp": 1665114542702, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/artifacts/service-BasicOnboardCvgoso-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-10-07T03:49:40.641Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-10-07T03:49:40.645Z||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-10-07T03:49:40.645Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aq9NtIOJ9WitpuP6) ... 2022-10-07T03:49:40.659Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T03:49:40.660Z||pool-3-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-10-07T03:49:40.744Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c6c718c5-73bb-4a9b-8a36-485be126e0db 2022-10-07T03:49:40.761Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c6c718c5-73bb-4a9b-8a36-485be126e0db 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-10-07T03:49:40.785Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-07T03:49:40.785Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db", "consumerID": "multicloud-k8s-id", "timestamp": 1665114541593, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/resourceInstances/basic_onboard_cvgoso0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-10-07T03:49:40.785Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-07T03:49:40.785Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-07T03:49:40.785Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db", "consumerID": "policy-id", "timestamp": 1665114539129, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/resourceInstances/basic_onboard_cvgoso0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-07T03:49:40.786Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-07T03:49:40.786Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-07T03:49:40.786Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db", "consumerID": "multicloud-k8s-id", "timestamp": 1665114542642, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/resourceInstances/basic_onboard_cvgoso0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-10-07T03:49:40.786Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-07T03:49:40.786Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-07T03:49:40.786Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db", "consumerID": "policy-id", "timestamp": 1665114539129, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/resourceInstances/basic_onboard_cvgoso0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-10-07T03:49:40.786Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-07T03:49:40.787Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-07T03:49:40.787Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db", "consumerID": "policy-id", "timestamp": 1665114539129, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/artifacts/service-BasicOnboardCvgoso-template.yml", "status": "NOT_NOTIFIED" } 2022-10-07T03:49:40.787Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-07T03:49:40.787Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-07T03:49:40.787Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db", "consumerID": "multicloud-k8s-id", "timestamp": 1665114543749, "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-10-07T03:49:40.856Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c6c718c5-73bb-4a9b-8a36-485be126e0db 2022-10-07T03:49:40.856Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c6c718c5-73bb-4a9b-8a36-485be126e0db 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-10-07T03:49:40.865Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-07T03:49:40.865Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db", "consumerID": "policy-id", "timestamp": 1665114539129, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/artifacts/service-BasicOnboardCvgoso-csar.csar", "status": "NOTIFIED" } 2022-10-07T03:49:40.865Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-07T03:49:40.865Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-07T03:49:40.866Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db", "consumerID": "multicloud-k8s-id", "timestamp": 1665114544755, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/resourceInstances/basic_onboard_cvgoso0/artifacts/basic_onboard_cvgoso0_modules.json", "status": "DEPLOY_OK" } 2022-10-07T03:49:40.866Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-07T03:49:40.866Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-07T03:49:40.866Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db", "consumerID": "aai-ml", "timestamp": 1665114545308, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/resourceInstances/basic_onboard_cvgoso0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-07T03:49:40.866Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-07T03:49:40.866Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-07T03:49:40.866Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665114546216, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/artifacts/service-BasicOnboardCvgoso-csar.csar", "status": "DEPLOY_OK" } 2022-10-07T03:49:40.866Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-07T03:49:40.867Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-07T03:49:40.867Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db", "consumerID": "policy-id", "timestamp": 1665114546918, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/artifacts/service-BasicOnboardCvgoso-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-07T03:49:40.867Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-07T03:49:40.867Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-07T03:49:40.867Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665114547222, "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-10-07T03:49:40.872Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c6c718c5-73bb-4a9b-8a36-485be126e0db 2022-10-07T03:49:40.872Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c6c718c5-73bb-4a9b-8a36-485be126e0db 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-10-07T03:49:40.880Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-07T03:49:40.881Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db", "consumerID": "aai-ml", "timestamp": 1665114545308, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/resourceInstances/basic_onboard_cvgoso0/artifacts/basic_onboard_cvgoso0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-07T03:49:40.881Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-07T03:49:40.881Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-07T03:49:40.881Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db", "consumerID": "policy-id", "timestamp": 1665114547931, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/artifacts/service-BasicOnboardCvgoso-csar.csar", "status": "DEPLOY_OK" } 2022-10-07T03:49:40.881Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-07T03:49:40.881Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-07T03:49:40.881Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db", "consumerID": "aai-ml", "timestamp": 1665114545308, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/resourceInstances/basic_onboard_cvgoso0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-10-07T03:49:40.882Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-07T03:49:40.882Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-07T03:49:40.882Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db", "consumerID": "policy-id", "timestamp": 1665114548936, "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-10-07T03:49:40.886Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c6c718c5-73bb-4a9b-8a36-485be126e0db 2022-10-07T03:49:40.887Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c6c718c5-73bb-4a9b-8a36-485be126e0db 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: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-10-07T03:49:40.896Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-07T03:49:40.896Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db", "consumerID": "aai-ml", "timestamp": 1665114545308, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/resourceInstances/basic_onboard_cvgoso0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-07T03:49:40.896Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-07T03:49:40.896Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-07T03:49:40.896Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db", "consumerID": "aai-ml", "timestamp": 1665114545308, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/resourceInstances/basic_onboard_cvgoso0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-10-07T03:49:40.896Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-07T03:49:40.897Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-07T03:49:40.897Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db", "consumerID": "aai-ml", "timestamp": 1665114545308, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/artifacts/service-BasicOnboardCvgoso-template.yml", "status": "NOT_NOTIFIED" } 2022-10-07T03:49:40.897Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-07T03:49:40.897Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-07T03:49:40.897Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db", "consumerID": "aai-ml", "timestamp": 1665114545308, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/artifacts/service-BasicOnboardCvgoso-csar.csar", "status": "NOTIFIED" } 2022-10-07T03:49:40.897Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-07T03:49:40.897Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-07T03:49:40.898Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db", "consumerID": "aai-ml", "timestamp": 1665114553166, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/artifacts/service-BasicOnboardCvgoso-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-07T03:49:40.898Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-07T03:49:40.898Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-07T03:49:40.898Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db", "consumerID": "clamp", "timestamp": 1665114553141, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/artifacts/service-BasicOnboardCvgoso-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-07T03:49:40.898Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-07T03:49:40.898Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-07T03:49:40.898Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db", "consumerID": "clamp", "timestamp": 1665114555146, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/artifacts/service-BasicOnboardCvgoso-csar.csar", "status": "DEPLOY_OK" } 2022-10-07T03:49:40.898Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-07T03:49:40.899Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-07T03:49:40.899Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db", "consumerID": "clamp", "timestamp": 1665114556150, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-07T03:49:40.903Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c6c718c5-73bb-4a9b-8a36-485be126e0db 2022-10-07T03:49:40.903Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c6c718c5-73bb-4a9b-8a36-485be126e0db and ComponentName clamp 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-10-07T03:49:40.911Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-07T03:49:40.911Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db", "consumerID": "aai-ml", "timestamp": 1665114567778, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/artifacts/service-BasicOnboardCvgoso-csar.csar", "status": "DEPLOY_OK" } 2022-10-07T03:49:40.911Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-07T03:49:40.911Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-07T03:49:40.911Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db", "consumerID": "aai-ml", "timestamp": 1665114568784, "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-10-07T03:49:40.916Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c6c718c5-73bb-4a9b-8a36-485be126e0db 2022-10-07T03:49:40.916Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c6c718c5-73bb-4a9b-8a36-485be126e0db 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-10-07T03:49:41.546Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-07T03:49:41.546Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-10-07T03:49:41.548Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-07T03:49:41.548Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665114579858, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/resourceInstances/basic_onboard_cvgoso0/artifacts/basic_onboard_cvgoso0_modules.json", "status": "NOTIFIED" } 2022-10-07T03:49:41.648Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-07T03:49:41.649Z||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-10-07T03:49:41.649Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aq9NtIOJ9WitpuP6) ... 2022-10-07T03:49:41.664Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T03:49:41.665Z||pool-4-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-10-07T03:49:42.549Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-07T03:49:42.550Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-10-07T03:49:42.552Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-07T03:49:42.552Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665114579858, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/resourceInstances/basic_onboard_cvgoso0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-10-07T03:49:42.652Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-07T03:49:42.654Z||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-10-07T03:49:42.654Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aq9NtIOJ9WitpuP6) ... 2022-10-07T03:49:42.675Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T03:49:42.676Z||pool-5-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-10-07T03:49:43.553Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-07T03:49:43.553Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-10-07T03:49:43.555Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-07T03:49:43.555Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665114579858, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/resourceInstances/basic_onboard_cvgoso0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-07T03:49:43.656Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-07T03:49:43.657Z||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-10-07T03:49:43.657Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aq9NtIOJ9WitpuP6) ... 2022-10-07T03:49:43.685Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T03:49:43.686Z||pool-6-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1} 2022-10-07T03:49:44.556Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-07T03:49:44.557Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-10-07T03:49:44.558Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-07T03:49:44.559Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665114579858, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/resourceInstances/basic_onboard_cvgoso0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-10-07T03:49:44.659Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-07T03:49:44.659Z||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-10-07T03:49:44.660Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aq9NtIOJ9WitpuP6) ... 2022-10-07T03:49:44.683Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T03:49:44.684Z||pool-7-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-10-07T03:49:45.559Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-07T03:49:45.560Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-10-07T03:49:45.562Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-07T03:49:45.562Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665114579858, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/artifacts/service-BasicOnboardCvgoso-template.yml", "status": "NOT_NOTIFIED" } 2022-10-07T03:49:45.662Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-07T03:49:45.663Z||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-10-07T03:49:45.663Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aq9NtIOJ9WitpuP6) ... 2022-10-07T03:49:45.680Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T03:49:45.681Z||pool-8-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-10-07T03:49:46.563Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-07T03:49:46.563Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-10-07T03:49:46.565Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-07T03:49:46.565Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665114579858, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/artifacts/service-BasicOnboardCvgoso-csar.csar", "status": "NOTIFIED" } 2022-10-07T03:49:46.665Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-07T03:49:46.666Z||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-10-07T03:49:46.666Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aq9NtIOJ9WitpuP6) ... 2022-10-07T03:49:46.683Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T03:49:46.683Z||pool-9-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-10-07T03:49:47.567Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db", "serviceName": "basic_onboard_cvGoSO", "serviceVersion": "1.0", "serviceUUID": "5f320015-9970-4523-a398-f75ff19173a3", "serviceDescription": "service", "serviceInvariantUUID": "fadee73f-a0a3-4a94-920e-c0201522295d", "resources": [ { "resourceInstanceName": "basic_onboard_cvGoSO 0", "resourceCustomizationUUID": "9b10014e-614e-416c-b33c-5df1e2d1a466", "resourceName": "basic_onboard_cvGoSO", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "e248ce24-18dd-4515-8a94-cd5a92f47d9e", "resourceInvariantUUID": "97572b07-1418-4d4e-b3a8-3d6ddb02addb", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_cvgoso0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/resourceInstances/basic_onboard_cvgoso0/artifacts/basic_onboard_cvgoso0_modules.json", "artifactChecksum": "MDhmYjhkYzYxN2QyNWY0NDE2MzhlZTA1NWM2ZjIwMmM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "d58421bb-6a80-46d4-b178-2fba3e7f49b4", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/resourceInstances/basic_onboard_cvgoso0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "22bc2ab4-4201-4d80-8c1a-dd74edefb093", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/resourceInstances/basic_onboard_cvgoso0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "bf14c0f4-4479-4d1c-a7f5-2374df3ff8ab", "generatedFromUUID": "22bc2ab4-4201-4d80-8c1a-dd74edefb093" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/resourceInstances/basic_onboard_cvgoso0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "bf14c0f4-4479-4d1c-a7f5-2374df3ff8ab", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardCvgoso-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/artifacts/service-BasicOnboardCvgoso-csar.csar", "artifactChecksum": "NmEyZTY0YjNiNTkyOTM2ZWFkZWQ1YjYyMWIxZmZmN2Q\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "5cb1afae-365c-4b56-8c39-a1e40e540ed7" } ], "workloadContext": "Production" } 2022-10-07T03:49:47.568Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-10-07T03:49:47.569Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 5f320015-9970-4523-a398-f75ff19173a3 ASDC 2022-10-07T03:49:47.667Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:c6c718c5-73bb-4a9b-8a36-485be126e0db ServiceName:basic_onboard_cvGoSO ServiceVersion:1.0 ServiceUUID:5f320015-9970-4523-a398-f75ff19173a3 ServiceInvariantUUID:fadee73f-a0a3-4a94-920e-c0201522295d ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardCvgoso-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/artifacts/service-BasicOnboardCvgoso-csar.csar ArtifactUUID:5cb1afae-365c-4b56-8c39-a1e40e540ed7 ArtifactChecksum:NmEyZTY0YjNiNTkyOTM2ZWFkZWQ1YjYyMWIxZmZmN2Q= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_cvGoSO 0 ResourceCustomizationUUID:9b10014e-614e-416c-b33c-5df1e2d1a466 ResourceInvariantUUID:97572b07-1418-4d4e-b3a8-3d6ddb02addb ResourceName:basic_onboard_cvGoSO ResourceType:VF ResourceUUID:e248ce24-18dd-4515-8a94-cd5a92f47d9e ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_cvgoso0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/resourceInstances/basic_onboard_cvgoso0/artifacts/basic_onboard_cvgoso0_modules.json ArtifactUUID:d58421bb-6a80-46d4-b178-2fba3e7f49b4 ArtifactChecksum:MDhmYjhkYzYxN2QyNWY0NDE2MzhlZTA1NWM2ZjIwMmM= 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/BasicOnboardCvgoso/1.0/resourceInstances/basic_onboard_cvgoso0/artifacts/base_ubuntu18.yaml ArtifactUUID:22bc2ab4-4201-4d80-8c1a-dd74edefb093 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/BasicOnboardCvgoso/1.0/resourceInstances/basic_onboard_cvgoso0/artifacts/base_ubuntu18.env ArtifactUUID:bf14c0f4-4479-4d1c-a7f5-2374df3ff8ab 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/BasicOnboardCvgoso/1.0/resourceInstances/basic_onboard_cvgoso0/artifacts/base_ubuntu18.env ArtifactUUID:bf14c0f4-4479-4d1c-a7f5-2374df3ff8ab ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-10-07T03:49:47.669Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5f320015-9970-4523-a398-f75ff19173a3 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-10-07T03:49:47.720Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-07T03:49:47.721Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-10-07T03:49:47.723Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-10-07T03:49:47.723Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 5cb1afae-365c-4b56-8c39-a1e40e540ed7 from URL: /sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/artifacts/service-BasicOnboardCvgoso-csar.csar 2022-10-07T03:49:47.723Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-10-07T03:49:47.725Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/artifacts/service-BasicOnboardCvgoso-csar.csar 2022-10-07T03:49:47.849Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-10-07T03:49:47.869Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/artifacts/service-BasicOnboardCvgoso-csar.csar 5cb1afae-365c-4b56-8c39-a1e40e540ed7 71567 2022-10-07T03:49:47.872Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/artifacts/service-BasicOnboardCvgoso-csar.csar ASDC sendASDCNotification 2022-10-07T03:49:47.872Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/artifacts/service-BasicOnboardCvgoso-csar.csar 2022-10-07T03:49:47.873Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-07T03:49:47.875Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-10-07T03:49:47.877Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-07T03:49:47.878Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665114587870, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/artifacts/service-BasicOnboardCvgoso-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-07T03:49:47.978Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-07T03:49:47.979Z||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-10-07T03:49:47.979Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aq9NtIOJ9WitpuP6) ... 2022-10-07T03:49:48.010Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T03:49:48.010Z||pool-10-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1} 2022-10-07T03:49:48.879Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-07T03:49:48.880Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-10-07T03:49:48.881Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 5cb1afae-365c-4b56-8c39-a1e40e540ed7, URL: /sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/artifacts/service-BasicOnboardCvgoso-csar.csar to file: /app/ASDC/1/service-BasicOnboardCvgoso-csar.csar 2022-10-07T03:49:48.881Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardCvgoso-csar.csar 2022-10-07T03:49:48.957Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardCvgoso-csar.csar 2022-10-07T03:49:48.957Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardCvgoso-csar.csar 2022-10-07T03:49:49.513Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6235919509682047939/Definitions/service-BasicOnboardCvgoso-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_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" 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_subnetpoolid" is not provided 2022-10-07T03:49:51.567Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2022-10-07T03:49:51.571Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-10-07T03:49:51.572Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardCvgoso-csar.csar 2022-10-07T03:49:51.572Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-10-07T03:49:51.572Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardCvgoso-csar.csar 2022-10-07T03:49:51.572Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|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-BasicOnboardCvgoso-csar.csar 2022-10-07T03:49:51.572Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardCvgoso-csar.csar 2022-10-07T03:49:51.573Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|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-BasicOnboardCvgoso-csar.csar 2022-10-07T03:49:51.573Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardCvgoso-csar.csar 2022-10-07T03:49:51.573Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|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-BasicOnboardCvgoso-csar.csar 2022-10-07T03:49:51.573Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|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-BasicOnboardCvgoso-csar.csar 2022-10-07T03:49:51.573Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|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-BasicOnboardCvgoso-csar.csar 2022-10-07T03:49:51.573Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_cvGoSO 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicOnboardCvgoso-csar.csar 2022-10-07T03:49:51.574Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-10-07T03:49:51.579Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-07T03:49:51.581Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_cvGoSO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-10-07T03:49:51.584Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_cvGoSO 0 is matching search criteria 2022-10-07T03:49:51.585Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-10-07T03:49:51.586Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_cvGoSO 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-07T03:49:51.588Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-07T03:49:51.588Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_cvGoSO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-10-07T03:49:51.589Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_cvGoSO 0 is matching search criteria 2022-10-07T03:49:51.589Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-10-07T03:49:51.589Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_cvGoSO 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-07T03:49:51.589Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-07T03:49:51.589Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_cvGoSO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-07T03:49:51.592Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-07T03:49:51.593Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_cvGoSO 0 is not matching search criteria 2022-10-07T03:49:51.593Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2022-10-07T03:49:51.593Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2022-10-07T03:49:51.593Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2022-10-07T03:49:51.594Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-10-07T03:49:51.594Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-10-07T03:49:51.594Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-07T03:49:51.594Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_cvGoSO is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-10-07T03:49:51.595Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-07T03:49:51.596Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_cvGoSO 0 is matching search criteria 2022-10-07T03:49:51.596Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_cvGoSO 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-07T03:49:51.596Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-07T03:49:51.597Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_cvGoSO 0 is matching search criteria 2022-10-07T03:49:51.597Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_cvGoSO 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-07T03:49:51.597Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-07T03:49:51.597Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_cvGoSO 0 is matching search criteria 2022-10-07T03:49:51.598Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_cvGoSO 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-07T03:49:51.598Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-07T03:49:51.598Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_cvGoSO 0 is not matching search criteria 2022-10-07T03:49:51.598Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-10-07T03:49:51.599Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-10-07T03:49:51.599Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=592349d1-36b3-4f65-a6f0-a6ccb74143e8 2022-10-07T03:49:51.599Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-07T03:49:51.599Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_cvGoSO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-10-07T03:49:51.599Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-07T03:49:51.600Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_cvGoSO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-10-07T03:49:51.600Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-07T03:49:51.600Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_cvGoSO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-07T03:49:51.600Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-07T03:49:51.601Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_cvGoSO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-07T03:49:51.601Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_cvGoSO Description:service Model UUID:5f320015-9970-4523-a398-f75ff19173a3 Model Version:NULL Model InvariantUuid:fadee73f-a0a3-4a94-920e-c0201522295d Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_cvGoSO Model UUID:f2a94eee-2f34-470b-8072-466c6ac85125 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:97572b07-1418-4d4e-b3a8-3d6ddb02addb Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:9b10014e-614e-416c-b33c-5df1e2d1a466 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:4bf0d440-96c9-4e50-8a59-b65d9d6c6b24 ModelName:BasicOnboardCvgoso..base_ubuntu18..module-0 ModelUuid:84233296-a3fb-4101-b755-381a4f798427 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:592349d1-36b3-4f65-a6f0-a6ccb74143e8 ModelInvariantUuid:8821a429-7bfe-44a4-9149-8c1cee2b90aa ModelName:basic_onboard_cvGoSO-nodes.ubuntu18Cvfc ModelUuid:b6b87d6b-a067-415a-b08b-2882f7ea9dff ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:50c29536-46a9-4931-9810-3b519be67858 ModelInvariantUuid:57555321-7b5b-47a1-bd45-307e97baed6d ModelName:BasicOnboardCvgoso.compute.nodes.heat.ubuntu18 ModelUuid:b845e6b8-1b05-46ad-adee-129ebed4fdff 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-10-07T03:49:51.612Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: e248ce24-18dd-4515-8a94-cd5a92f47d9e 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-10-07T03:49:51.695Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||INFO|500||basic_onboard_cvGoSO 0 2022-10-07T03:49:51.701Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e248ce24-18dd-4515-8a94-cd5a92f47d9e 2022-10-07T03:49:51.701Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: d58421bb-6a80-46d4-b178-2fba3e7f49b4 from URL: /sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/resourceInstances/basic_onboard_cvgoso0/artifacts/basic_onboard_cvgoso0_modules.json 2022-10-07T03:49:51.701Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-10-07T03:49:51.702Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/resourceInstances/basic_onboard_cvgoso0/artifacts/basic_onboard_cvgoso0_modules.json 2022-10-07T03:49:51.758Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-10-07T03:49:51.758Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/resourceInstances/basic_onboard_cvgoso0/artifacts/basic_onboard_cvgoso0_modules.json d58421bb-6a80-46d4-b178-2fba3e7f49b4 798 2022-10-07T03:49:51.758Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/resourceInstances/basic_onboard_cvgoso0/artifacts/basic_onboard_cvgoso0_modules.json ASDC sendASDCNotification 2022-10-07T03:49:51.758Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/resourceInstances/basic_onboard_cvgoso0/artifacts/basic_onboard_cvgoso0_modules.json 2022-10-07T03:49:51.759Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-07T03:49:51.759Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-10-07T03:49:51.762Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-07T03:49:51.762Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665114591758, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/resourceInstances/basic_onboard_cvgoso0/artifacts/basic_onboard_cvgoso0_modules.json", "status": "DOWNLOAD_OK" } 2022-10-07T03:49:51.862Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-07T03:49:51.863Z||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-10-07T03:49:51.863Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aq9NtIOJ9WitpuP6) ... 2022-10-07T03:49:51.880Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T03:49:51.880Z||pool-11-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-10-07T03:49:52.764Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardCvgoso..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "4bf0d440-96c9-4e50-8a59-b65d9d6c6b24", "vfModuleModelVersion": "1", "vfModuleModelUUID": "84233296-a3fb-4101-b755-381a4f798427", "vfModuleModelCustomizationUUID": "a32f3b22-5d9d-4fb7-bde3-94fc7fb316bc", "isBase": true, "artifacts": [ "22bc2ab4-4201-4d80-8c1a-dd74edefb093", "bf14c0f4-4479-4d1c-a7f5-2374df3ff8ab" ], "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-10-07T03:49:52.778Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardCvgoso..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:84233296-a3fb-4101-b755-381a4f798427 VfModuleModelInvariantUUID:4bf0d440-96c9-4e50-8a59-b65d9d6c6b24 VfModuleModelDescription:NULL Artifacts UUID List:{ 22bc2ab4-4201-4d80-8c1a-dd74edefb093 , bf14c0f4-4479-4d1c-a7f5-2374df3ff8ab } 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-10-07T03:49:52.781Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardCvgoso..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "4bf0d440-96c9-4e50-8a59-b65d9d6c6b24", "vfModuleModelVersion": "1", "vfModuleModelUUID": "84233296-a3fb-4101-b755-381a4f798427", "vfModuleModelCustomizationUUID": "a32f3b22-5d9d-4fb7-bde3-94fc7fb316bc", "isBase": true, "artifacts": [ "22bc2ab4-4201-4d80-8c1a-dd74edefb093", "bf14c0f4-4479-4d1c-a7f5-2374df3ff8ab" ], "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-10-07T03:49:52.781Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardCvgoso..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:84233296-a3fb-4101-b755-381a4f798427 VfModuleModelInvariantUUID:4bf0d440-96c9-4e50-8a59-b65d9d6c6b24 VfModuleModelDescription:NULL Artifacts UUID List:{ 22bc2ab4-4201-4d80-8c1a-dd74edefb093 , bf14c0f4-4479-4d1c-a7f5-2374df3ff8ab } 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-10-07T03:49:52.781Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 22bc2ab4-4201-4d80-8c1a-dd74edefb093 from URL: /sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/resourceInstances/basic_onboard_cvgoso0/artifacts/base_ubuntu18.yaml 2022-10-07T03:49:52.781Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-10-07T03:49:52.782Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/resourceInstances/basic_onboard_cvgoso0/artifacts/base_ubuntu18.yaml 2022-10-07T03:49:52.871Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-10-07T03:49:52.872Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/resourceInstances/basic_onboard_cvgoso0/artifacts/base_ubuntu18.yaml 22bc2ab4-4201-4d80-8c1a-dd74edefb093 5033 2022-10-07T03:49:52.873Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/resourceInstances/basic_onboard_cvgoso0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-10-07T03:49:52.873Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/resourceInstances/basic_onboard_cvgoso0/artifacts/base_ubuntu18.yaml 2022-10-07T03:49:52.873Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-07T03:49:52.873Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-10-07T03:49:52.875Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-07T03:49:52.875Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665114592872, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/resourceInstances/basic_onboard_cvgoso0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-10-07T03:49:52.977Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-10-07T03:49:52.978Z||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-10-07T03:49:52.978Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aq9NtIOJ9WitpuP6) ... 2022-10-07T03:49:52.993Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T03:49:52.993Z||pool-12-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-10-07T03:49:53.876Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: bf14c0f4-4479-4d1c-a7f5-2374df3ff8ab from URL: /sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/resourceInstances/basic_onboard_cvgoso0/artifacts/base_ubuntu18.env 2022-10-07T03:49:53.877Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-10-07T03:49:53.877Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/resourceInstances/basic_onboard_cvgoso0/artifacts/base_ubuntu18.env 2022-10-07T03:49:53.962Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-10-07T03:49:53.963Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/resourceInstances/basic_onboard_cvgoso0/artifacts/base_ubuntu18.env bf14c0f4-4479-4d1c-a7f5-2374df3ff8ab 909 2022-10-07T03:49:53.963Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/resourceInstances/basic_onboard_cvgoso0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-10-07T03:49:53.964Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/resourceInstances/basic_onboard_cvgoso0/artifacts/base_ubuntu18.env 2022-10-07T03:49:53.964Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-07T03:49:53.964Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-10-07T03:49:53.966Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-07T03:49:53.967Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665114593963, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/resourceInstances/basic_onboard_cvgoso0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-10-07T03:49:54.067Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-07T03:49:54.068Z||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-10-07T03:49:54.068Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aq9NtIOJ9WitpuP6) ... 2022-10-07T03:49:54.096Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T03:49:54.096Z||pool-13-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1} 2022-10-07T03:49:54.967Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 5f320015-9970-4523-a398-f75ff19173a3 2022-10-07T03:49:54.968Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_cvGoSO 0 e248ce24-18dd-4515-8a94-cd5a92f47d9e 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-10-07T03:49:54.996Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@452e4699, org.onap.sdc.toscaparser.api.parameters.Input@5ff0b52b, org.onap.sdc.toscaparser.api.parameters.Input@3f183f65, org.onap.sdc.toscaparser.api.parameters.Input@58aa6958, org.onap.sdc.toscaparser.api.parameters.Input@6f07f65a] 2022-10-07T03:49:55.000Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-07T03:49:55.000Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_cvGoSO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-07T03:49:55.000Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 2022-10-07T03:49:55.001Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 9b10014e-614e-416c-b33c-5df1e2d1a466 2022-10-07T03:49:55.001Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 9b10014e-614e-416c-b33c-5df1e2d1a466 matches Tosca VF Customization UUID: 9b10014e-614e-416c-b33c-5df1e2d1a466 2022-10-07T03:49:55.001Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 9b10014e-614e-416c-b33c-5df1e2d1a466 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-10-07T03:49:55.008Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-07T03:49:55.008Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_cvGoSO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-10-07T03:49:55.010Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 9b10014e-614e-416c-b33c-5df1e2d1a466: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"} 2022-10-07T03:49:55.010Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@8819485 2022-10-07T03:49:55.010Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-07T03:49:55.010Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_cvGoSO is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-10-07T03:49:55.011Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a32f3b22-5d9d-4fb7-bde3-94fc7fb316bc 2022-10-07T03:49:55.012Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a32f3b22-5d9d-4fb7-bde3-94fc7fb316bc 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-10-07T03:49:55.018Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-07T03:49:55.019Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_cvGoSO 0 is matching search criteria 2022-10-07T03:49:55.019Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_cvGoSO 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-07T03:49:55.020Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-07T03:49:55.020Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_cvGoSO 0 is matching search criteria 2022-10-07T03:49:55.020Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_cvGoSO 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-07T03:49:55.021Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-07T03:49:55.021Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_cvGoSO 0 is not matching search criteria 2022-10-07T03:49:55.021Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-10-07T03:49:55.021Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-10-07T03:49:55.022Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=592349d1-36b3-4f65-a6f0-a6ccb74143e8 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-10-07T03:49:55.029Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-07T03:49:55.029Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_cvGoSO 0 is matching search criteria 2022-10-07T03:49:55.030Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_cvGoSO 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-07T03:49:55.030Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-07T03:49:55.030Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_cvGoSO 0 is matching search criteria 2022-10-07T03:49:55.031Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_cvGoSO 0] matching following query criteria: sdcType=VF, customizationUUID=9b10014e-614e-416c-b33c-5df1e2d1a466 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-10-07T03:49:55.033Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-07T03:49:55.033Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_cvGoSO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-10-07T03:49:55.034Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 5f320015-9970-4523-a398-f75ff19173a3: basic_onboard_cvGoSO 2022-10-07T03:49:55.034Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-07T03:49:55.035Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_cvGoSO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-07T03:49:55.035Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-07T03:49:55.035Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_cvGoSO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-10-07T03:49:55.036Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-07T03:49:55.036Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_cvGoSO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-10-07T03:49:55.036Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-07T03:49:55.037Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_cvGoSO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-10-07T03:49:55.037Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-07T03:49:55.037Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_cvGoSO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-10-07T03:49:55.038Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||INFO|500||Saving Service: basic_onboard_cvGoSO 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-10-07T03:49:55.203Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_cvGoSO e248ce24-18dd-4515-8a94-cd5a92f47d9e 1 ASDC deployResourceStructure 2022-10-07T03:49:55.204Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/resourceInstances/basic_onboard_cvgoso0/artifacts/basic_onboard_cvgoso0_modules.json ASDC sendASDCNotification 2022-10-07T03:49:55.204Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/resourceInstances/basic_onboard_cvgoso0/artifacts/basic_onboard_cvgoso0_modules.json 2022-10-07T03:49:55.204Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-07T03:49:55.205Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-10-07T03:49:55.206Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-07T03:49:55.207Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665114595204, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/resourceInstances/basic_onboard_cvgoso0/artifacts/basic_onboard_cvgoso0_modules.json", "status": "DEPLOY_OK" } 2022-10-07T03:49:55.307Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-07T03:49:55.308Z||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-10-07T03:49:55.308Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aq9NtIOJ9WitpuP6) ... 2022-10-07T03:49:55.340Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T03:49:55.340Z||pool-14-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1} 2022-10-07T03:49:56.208Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/resourceInstances/basic_onboard_cvgoso0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-10-07T03:49:56.208Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/resourceInstances/basic_onboard_cvgoso0/artifacts/base_ubuntu18.yaml 2022-10-07T03:49:56.208Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-07T03:49:56.209Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-10-07T03:49:56.211Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-07T03:49:56.211Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665114596208, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/resourceInstances/basic_onboard_cvgoso0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-10-07T03:49:56.316Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms 2022-10-07T03:49:56.317Z||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-10-07T03:49:56.317Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aq9NtIOJ9WitpuP6) ... 2022-10-07T03:49:56.349Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T03:49:56.350Z||pool-15-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1} 2022-10-07T03:49:57.213Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/resourceInstances/basic_onboard_cvgoso0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-10-07T03:49:57.214Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/resourceInstances/basic_onboard_cvgoso0/artifacts/base_ubuntu18.env 2022-10-07T03:49:57.216Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-07T03:49:57.216Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-10-07T03:49:57.218Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-07T03:49:57.218Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665114597213, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/resourceInstances/basic_onboard_cvgoso0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-10-07T03:49:57.318Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-07T03:49:57.319Z||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-10-07T03:49:57.319Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aq9NtIOJ9WitpuP6) ... 2022-10-07T03:49:57.336Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T03:49:57.336Z||pool-16-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-10-07T03:49:58.219Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/artifacts/service-BasicOnboardCvgoso-csar.csar ASDC sendASDCNotification 2022-10-07T03:49:58.220Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/artifacts/service-BasicOnboardCvgoso-csar.csar 2022-10-07T03:49:58.220Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-07T03:49:58.220Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-10-07T03:49:58.222Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-07T03:49:58.223Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665114598219, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/artifacts/service-BasicOnboardCvgoso-csar.csar", "status": "DEPLOY_OK" } 2022-10-07T03:49:58.323Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-07T03:49:58.324Z||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-10-07T03:49:58.324Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aq9NtIOJ9WitpuP6) ... 2022-10-07T03:49:58.341Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T03:49:58.341Z||pool-17-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-10-07T03:49:59.224Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c6c718c5-73bb-4a9b-8a36-485be126e0db Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-07T03:49:59.243Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c6c718c5-73bb-4a9b-8a36-485be126e0db Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10-07T03:49:59.247Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-07T03:49:59.247Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-10-07T03:49:59.247Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-10-07T03:49:59.247Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-10-07T03:49:59.247Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-07T03:49:59.248Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-07T03:49:59.248Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-07T03:49:59.248Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-07T03:49:59.248Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-07T03:49:59.248Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-07T03:49:59.248Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|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-10-07T03:49:59.253Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-10-07T03:50:29.254Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c6c718c5-73bb-4a9b-8a36-485be126e0db 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-10-07T03:50:29.263Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c6c718c5-73bb-4a9b-8a36-485be126e0db and serviceModelVersionId: 5f320015-9970-4523-a398-f75ff19173a3 2022-10-07T03:50:29.264Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : fadee73f-a0a3-4a94-920e-c0201522295d 2022-10-07T03:50:39.860Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-07T03:50:39.861Z||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-10-07T03:50:39.861Z||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 aq9NtIOJ9WitpuP6) ... 2022-10-07T03:50:40.002Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T03:50:40.003Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-07T03:50:40.003Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665114579858, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/resourceInstances/basic_onboard_cvgoso0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-07T03:50:40.004Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-07T03:50:43.607Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/fadee73f-a0a3-4a94-920e-c0201522295d/model-vers/model-ver/5f320015-9970-4523-a398-f75ff19173a3?depth=0 2022-10-07T03:50:43.705Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2022-10-07T03:50:44.146Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fadee73f-a0a3-4a94-920e-c0201522295d/model-vers/model-ver/5f320015-9970-4523-a398-f75ff19173a3?depth=0|INFO|500||Invoke 2022-10-07T03:50:44.152Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fadee73f-a0a3-4a94-920e-c0201522295d/model-vers/model-ver/5f320015-9970-4523-a398-f75ff19173a3?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fadee73f-a0a3-4a94-920e-c0201522295d/model-vers/model-ver/5f320015-9970-4523-a398-f75ff19173a3?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c6c718c5-73bb-4a9b-8a36-485be126e0db], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[188f3cc4-3f0f-4c56-8804-71c08320b5e5], X-ECOMP-RequestID=[c6c718c5-73bb-4a9b-8a36-485be126e0db], X-TransactionId=[], X-ONAP-RequestID=[c6c718c5-73bb-4a9b-8a36-485be126e0db], Content-Type=[application/merge-patch+json]} 2022-10-07T03:50:44.285Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fadee73f-a0a3-4a94-920e-c0201522295d/model-vers/model-ver/5f320015-9970-4523-a398-f75ff19173a3?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-10-07T03:50:44.476Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fadee73f-a0a3-4a94-920e-c0201522295d/model-vers/model-ver/5f320015-9970-4523-a398-f75ff19173a3?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/fadee73f-a0a3-4a94-920e-c0201522295d/model-vers/model-ver/5f320015-9970-4523-a398-f75ff19173a3?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221007-03:50:45:749-74972], vertex-id=[176136], Content-Length=[0], Date=[Fri, 07 Oct 2022 03:50:45 GMT], Content-Type=[application/json]} 2022-10-07T03:50:44.477Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fadee73f-a0a3-4a94-920e-c0201522295d/model-vers/model-ver/5f320015-9970-4523-a398-f75ff19173a3?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-10-07T03:50:44.478Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fadee73f-a0a3-4a94-920e-c0201522295d/model-vers/model-ver/5f320015-9970-4523-a398-f75ff19173a3?depth=0|INFO|500||InvokeReturn 2022-10-07T03:50:44.481Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-10-07T03:50:44.481Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|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-10-07T03:50:44.488Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|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-10-07T03:50:44.489Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c6c718c5-73bb-4a9b-8a36-485be126e0db and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-10-07T03:50:44.490Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-10-07T03:50:44.490Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-10-07T03:50:44.492Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-07T03:50:44.492Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665114644489, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-07T03:50:44.592Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-07T03:50:44.593Z||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-10-07T03:50:44.593Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aq9NtIOJ9WitpuP6) ... 2022-10-07T03:50:44.610Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T03:50:44.610Z||pool-18-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-10-07T03:50:45.505Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-07T03:50:45.505Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|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-10-07T03:50:45.506Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|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 aq9NtIOJ9WitpuP6) ... 2022-10-07T03:50:55.087Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T03:51:39.857Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-07T03:51:39.858Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|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-10-07T03:51:39.859Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|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 aq9NtIOJ9WitpuP6) ... 2022-10-07T03:51:39.860Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-07T03:51:39.861Z||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-10-07T03:51:39.861Z||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 aq9NtIOJ9WitpuP6) ... 2022-10-07T03:51:39.908Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T03:51:39.909Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-07T03:51:39.909Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665114579858, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/resourceInstances/basic_onboard_cvgoso0/artifacts/basic_onboard_cvgoso0_modules.json", "status": "NOTIFIED" } 2022-10-07T03:51:39.910Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-07T03:51:39.911Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-07T03:51:39.911Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665114579858, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/resourceInstances/basic_onboard_cvgoso0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-10-07T03:51:39.911Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-07T03:51:39.911Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-07T03:51:39.911Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665114579858, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/resourceInstances/basic_onboard_cvgoso0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-07T03:51:39.911Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-07T03:51:39.912Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-07T03:51:39.912Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665114579858, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/resourceInstances/basic_onboard_cvgoso0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-10-07T03:51:39.912Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-07T03:51:39.912Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-07T03:51:39.912Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665114579858, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/artifacts/service-BasicOnboardCvgoso-template.yml", "status": "NOT_NOTIFIED" } 2022-10-07T03:51:39.913Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-07T03:51:39.913Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-07T03:51:39.913Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665114579858, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/artifacts/service-BasicOnboardCvgoso-csar.csar", "status": "NOTIFIED" } 2022-10-07T03:51:39.913Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-07T03:51:39.913Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-07T03:51:39.913Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665114587870, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/artifacts/service-BasicOnboardCvgoso-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-07T03:51:39.914Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-07T03:51:39.914Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-07T03:51:39.914Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665114591758, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/resourceInstances/basic_onboard_cvgoso0/artifacts/basic_onboard_cvgoso0_modules.json", "status": "DOWNLOAD_OK" } 2022-10-07T03:51:39.914Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-07T03:51:39.914Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-07T03:51:39.915Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665114592872, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/resourceInstances/basic_onboard_cvgoso0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-10-07T03:51:39.915Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-07T03:51:39.915Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-07T03:51:39.915Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665114593963, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/resourceInstances/basic_onboard_cvgoso0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-10-07T03:51:39.915Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-07T03:51:39.915Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-07T03:51:39.916Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665114595204, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/resourceInstances/basic_onboard_cvgoso0/artifacts/basic_onboard_cvgoso0_modules.json", "status": "DEPLOY_OK" } 2022-10-07T03:51:39.916Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-07T03:51:39.916Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-07T03:51:39.916Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665114596208, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/resourceInstances/basic_onboard_cvgoso0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-10-07T03:51:39.916Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-07T03:51:39.917Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-07T03:51:39.917Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665114597213, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/resourceInstances/basic_onboard_cvgoso0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-10-07T03:51:39.917Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-07T03:51:39.917Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-07T03:51:39.917Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665114598219, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCvgoso/1.0/artifacts/service-BasicOnboardCvgoso-csar.csar", "status": "DEPLOY_OK" } 2022-10-07T03:51:39.918Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-07T03:51:49.422Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T03:52:39.857Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-07T03:52:39.858Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|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-10-07T03:52:39.858Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|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 aq9NtIOJ9WitpuP6) ... 2022-10-07T03:52:39.860Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-07T03:52:39.861Z||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-10-07T03:52:39.861Z||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 aq9NtIOJ9WitpuP6) ... 2022-10-07T03:52:39.895Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T03:52:39.896Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T03:52:39.896Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6c718c5-73bb-4a9b-8a36-485be126e0db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665114644489, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-07T03:52:39.897Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-07T03:52:40.496Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T03:52:40.497Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-07T03:52:40.497Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"54964151-ccc5-42ca-8e10-fbc1c9207cec","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"bb3db1df-1f44-4c51-b3cb-109b332a51d5","serviceDescription":"service","serviceInvariantUUID":"83942b73-6def-42c5-9a0f-3f0f70bc268f","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"35eff4fe-0de2-49f0-8697-bb9547731226","resourceInvariantUUID":"464cdf1d-8808-4f62-9a05-5abab01a1e6c","resourceCustomizationUUID":"cc70c445-4f65-4a05-ae9c-3d7493d6936a","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":"Mjk1MzQ3ODBmYTI3YjNlZmM0MWFhNmMxNWU5YTc0NmE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a91151fe-fb3a-4502-a826-c4d0e3d706ec","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MjdmZTY1MzMxYjhkMzQ0ZmYyODNkNDRmNjBiODZlMzY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"85e34f34-011a-4569-8784-c11cee3e07a6","artifactVersion":"1"}],"workloadContext":"Production"} 2022-10-07T03:52:40.500Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-07T03:52:40.500Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-10-07T03:52:40.503Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-07T03:52:40.503Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "54964151-ccc5-42ca-8e10-fbc1c9207cec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665114759857, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-10-07T03:52:40.603Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-07T03:52:40.604Z||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-10-07T03:52:40.604Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aq9NtIOJ9WitpuP6) ... 2022-10-07T03:52:40.625Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T03:52:40.626Z||pool-19-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-10-07T03:52:41.503Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-07T03:52:41.504Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-10-07T03:52:41.506Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-07T03:52:41.507Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "54964151-ccc5-42ca-8e10-fbc1c9207cec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665114759857, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-10-07T03:52:41.607Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-07T03:52:41.608Z||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-10-07T03:52:41.608Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aq9NtIOJ9WitpuP6) ... 2022-10-07T03:52:41.624Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T03:52:41.625Z||pool-20-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-10-07T03:52:42.508Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "54964151-ccc5-42ca-8e10-fbc1c9207cec", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "bb3db1df-1f44-4c51-b3cb-109b332a51d5", "serviceDescription": "service", "serviceInvariantUUID": "83942b73-6def-42c5-9a0f-3f0f70bc268f", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "cc70c445-4f65-4a05-ae9c-3d7493d6936a", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "35eff4fe-0de2-49f0-8697-bb9547731226", "resourceInvariantUUID": "464cdf1d-8808-4f62-9a05-5abab01a1e6c", "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": "MjdmZTY1MzMxYjhkMzQ0ZmYyODNkNDRmNjBiODZlMzY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "85e34f34-011a-4569-8784-c11cee3e07a6" } ], "workloadContext": "Production" } 2022-10-07T03:52:42.509Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-10-07T03:52:42.509Z|c6c718c5-73bb-4a9b-8a36-485be126e0db|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 bb3db1df-1f44-4c51-b3cb-109b332a51d5 ASDC 2022-10-07T03:52:42.509Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:54964151-ccc5-42ca-8e10-fbc1c9207cec ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:bb3db1df-1f44-4c51-b3cb-109b332a51d5 ServiceInvariantUUID:83942b73-6def-42c5-9a0f-3f0f70bc268f 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:85e34f34-011a-4569-8784-c11cee3e07a6 ArtifactChecksum:MjdmZTY1MzMxYjhkMzQ0ZmYyODNkNDRmNjBiODZlMzY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:cc70c445-4f65-4a05-ae9c-3d7493d6936a ResourceInvariantUUID:464cdf1d-8808-4f62-9a05-5abab01a1e6c ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:35eff4fe-0de2-49f0-8697-bb9547731226 ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2022-10-07T03:52:42.509Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF bb3db1df-1f44-4c51-b3cb-109b332a51d5 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-10-07T03:52:42.540Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-07T03:52:42.540Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-10-07T03:52:42.540Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-10-07T03:52:42.540Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 85e34f34-011a-4569-8784-c11cee3e07a6 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-10-07T03:52:42.540Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-10-07T03:52:42.541Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-10-07T03:52:42.602Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-10-07T03:52:42.605Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 85e34f34-011a-4569-8784-c11cee3e07a6 52508 2022-10-07T03:52:42.606Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-10-07T03:52:42.606Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-10-07T03:52:42.606Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-07T03:52:42.606Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-10-07T03:52:42.608Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-07T03:52:42.608Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "54964151-ccc5-42ca-8e10-fbc1c9207cec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665114762605, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-07T03:52:42.708Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-07T03:52:42.709Z||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-10-07T03:52:42.709Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aq9NtIOJ9WitpuP6) ... 2022-10-07T03:52:42.732Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T03:52:42.732Z||pool-21-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1} 2022-10-07T03:52:43.608Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-07T03:52:43.609Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-10-07T03:52:43.609Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 85e34f34-011a-4569-8784-c11cee3e07a6, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-10-07T03:52:43.610Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2022-10-07T03:52:43.610Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-10-07T03:52:43.610Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2022-10-07T03:52:43.728Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7714044614475043246/Definitions/service-BasicNetwork-template.yml 2022-10-07T03:52:44.249Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2022-10-07T03:52:44.249Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-10-07T03:52:44.249Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-10-07T03:52:44.250Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2022-10-07T03:52:44.250Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||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-10-07T03:52:44.250Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||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-10-07T03:52:44.250Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||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-10-07T03:52:44.250Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||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-10-07T03:52:44.250Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|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-BasicNetwork-csar.csar 2022-10-07T03:52:44.251Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||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-10-07T03:52:44.251Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||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-10-07T03:52:44.251Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||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-10-07T03:52:44.251Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-10-07T03:52:44.251Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-07T03:52:44.252Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-10-07T03:52:44.252Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-10-07T03:52:44.252Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-10-07T03:52:44.252Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-07T03:52:44.253Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-07T03:52:44.253Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-10-07T03:52:44.253Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-10-07T03:52:44.254Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-10-07T03:52:44.254Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-07T03:52:44.254Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-07T03:52:44.254Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-07T03:52:44.255Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-07T03:52:44.255Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-10-07T03:52:44.256Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-07T03:52:44.256Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-10-07T03:52:44.256Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-07T03:52:44.256Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-07T03:52:44.257Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-07T03:52:44.257Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-07T03:52:44.258Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:bb3db1df-1f44-4c51-b3cb-109b332a51d5 Model Version:NULL Model InvariantUuid:83942b73-6def-42c5-9a0f-3f0f70bc268f Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:464cdf1d-8808-4f62-9a05-5abab01a1e6c Model UUID:ecb28659-af14-49e9-b1b5-7622dbdbb049 Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:cc70c445-4f65-4a05-ae9c-3d7493d6936a 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-10-07T03:52:44.266Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||INFO|500||Processing Resource Type: VL, Model UUID: 35eff4fe-0de2-49f0-8697-bb9547731226 2022-10-07T03:52:44.267Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||INFO|500||No resources found for Service: bb3db1df-1f44-4c51-b3cb-109b332a51d5 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-10-07T03:52:44.271Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||INFO|500|| 2022-10-07T03:52:44.272Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2022-10-07T03:52:44.272Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||No resources found for Service: bb3db1df-1f44-4c51-b3cb-109b332a51d5 2022-10-07T03:52:44.273Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: bb3db1df-1f44-4c51-b3cb-109b332a51d5 2022-10-07T03:52:44.273Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2022-10-07T03:52:44.273Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||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-10-07T03:52:44.279Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@77cbda6c, org.onap.sdc.toscaparser.api.parameters.Input@19f084b4, org.onap.sdc.toscaparser.api.parameters.Input@2f9962c0, org.onap.sdc.toscaparser.api.parameters.Input@3dc132af, org.onap.sdc.toscaparser.api.parameters.Input@14f087c1] 2022-10-07T03:52:44.280Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-07T03:52:44.281Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-07T03:52:44.281Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-07T03:52:44.282Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-10-07T03:52:44.282Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid bb3db1df-1f44-4c51-b3cb-109b332a51d5: Generic NeutronNet 2022-10-07T03:52:44.282Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-07T03:52:44.283Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-07T03:52:44.283Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-07T03:52:44.284Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||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-10-07T03:52:44.317Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-07T03:52:44.317Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-10-07T03:52:44.317Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-07T03:52:44.318Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-10-07T03:52:44.318Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-07T03:52:44.318Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-10-07T03:52:44.318Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||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-10-07T03:52:44.377Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2022-10-07T03:52:44.378Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-10-07T03:52:44.378Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-10-07T03:52:44.378Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-07T03:52:44.378Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-10-07T03:52:44.380Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-07T03:52:44.380Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "54964151-ccc5-42ca-8e10-fbc1c9207cec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665114764378, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-10-07T03:52:44.480Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-07T03:52:44.481Z||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-10-07T03:52:44.482Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aq9NtIOJ9WitpuP6) ... 2022-10-07T03:52:44.498Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T03:52:44.499Z||pool-22-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-10-07T03:52:45.381Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 54964151-ccc5-42ca-8e10-fbc1c9207cec Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-07T03:52:45.391Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 54964151-ccc5-42ca-8e10-fbc1c9207cec Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10-07T03:52:45.393Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-07T03:52:45.393Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-10-07T03:52:45.393Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-10-07T03:53:15.394Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 54964151-ccc5-42ca-8e10-fbc1c9207cec Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-07T03:53:15.404Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 54964151-ccc5-42ca-8e10-fbc1c9207cec Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10-07T03:53:15.407Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-07T03:53:15.407Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-10-07T03:53:15.407Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-10-07T03:53:39.860Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-07T03:53:39.861Z||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-10-07T03:53:39.862Z||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 aq9NtIOJ9WitpuP6) ... 2022-10-07T03:53:39.908Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T03:53:39.910Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T03:53:39.911Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "54964151-ccc5-42ca-8e10-fbc1c9207cec", "consumerID": "multicloud-k8s-id", "timestamp": 1665114725381, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-10-07T03:53:39.912Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T03:53:39.912Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T03:53:39.913Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "54964151-ccc5-42ca-8e10-fbc1c9207cec", "consumerID": "aai-ml", "timestamp": 1665114725308, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-10-07T03:53:39.913Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T03:53:39.913Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T03:53:39.914Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "54964151-ccc5-42ca-8e10-fbc1c9207cec", "consumerID": "ves-openapi-manager", "timestamp": 1665114733413, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-10-07T03:53:39.914Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T03:53:39.914Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T03:53:39.915Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "54964151-ccc5-42ca-8e10-fbc1c9207cec", "consumerID": "cds", "timestamp": 1665114734952, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-10-07T03:53:39.915Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T03:53:39.915Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T03:53:39.915Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "54964151-ccc5-42ca-8e10-fbc1c9207cec", "consumerID": "multicloud-k8s-id", "timestamp": 1665114725381, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-10-07T03:53:39.916Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T03:53:39.916Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T03:53:39.916Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "54964151-ccc5-42ca-8e10-fbc1c9207cec", "consumerID": "aai-ml", "timestamp": 1665114725308, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-10-07T03:53:39.917Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T03:53:39.917Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T03:53:39.917Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "54964151-ccc5-42ca-8e10-fbc1c9207cec", "consumerID": "ves-openapi-manager", "timestamp": 1665114733413, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2022-10-07T03:53:39.918Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T03:53:39.918Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T03:53:39.918Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "54964151-ccc5-42ca-8e10-fbc1c9207cec", "consumerID": "cds", "timestamp": 1665114734952, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-10-07T03:53:39.918Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T03:53:39.919Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T03:53:39.919Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "54964151-ccc5-42ca-8e10-fbc1c9207cec", "consumerID": "aai-ml", "timestamp": 1665114737608, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-07T03:53:39.919Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-07T03:53:39.920Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T03:53:39.920Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "54964151-ccc5-42ca-8e10-fbc1c9207cec", "consumerID": "cds", "timestamp": 1665114737743, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-07T03:53:39.920Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-07T03:53:39.921Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T03:53:39.921Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "54964151-ccc5-42ca-8e10-fbc1c9207cec", "consumerID": "clamp", "timestamp": 1665114737096, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-10-07T03:53:39.921Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T03:53:39.922Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T03:53:39.922Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "54964151-ccc5-42ca-8e10-fbc1c9207cec", "consumerID": "cds", "timestamp": 1665114738819, "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=? 2022-10-07T03:53:39.938Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 54964151-ccc5-42ca-8e10-fbc1c9207cec 2022-10-07T03:53:39.938Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 54964151-ccc5-42ca-8e10-fbc1c9207cec 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-10-07T03:53:39.948Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T03:53:39.948Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "54964151-ccc5-42ca-8e10-fbc1c9207cec", "consumerID": "clamp", "timestamp": 1665114737096, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-10-07T03:53:39.949Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T03:53:39.949Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T03:53:39.949Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "54964151-ccc5-42ca-8e10-fbc1c9207cec", "consumerID": "policy-id", "timestamp": 1665114739129, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-10-07T03:53:39.949Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T03:53:39.950Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T03:53:39.950Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "54964151-ccc5-42ca-8e10-fbc1c9207cec", "consumerID": "policy-id", "timestamp": 1665114739129, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-10-07T03:53:39.950Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T03:53:39.950Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T03:53:39.950Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "54964151-ccc5-42ca-8e10-fbc1c9207cec", "consumerID": "aai-ml", "timestamp": 1665114741890, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-10-07T03:53:39.950Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-07T03:53:39.951Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T03:53:39.951Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "54964151-ccc5-42ca-8e10-fbc1c9207cec", "consumerID": "policy-id", "timestamp": 1665114741920, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-07T03:53:39.951Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-07T03:53:39.951Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T03:53:39.951Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "54964151-ccc5-42ca-8e10-fbc1c9207cec", "consumerID": "aai-ml", "timestamp": 1665114742895, "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-10-07T03:53:39.956Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 54964151-ccc5-42ca-8e10-fbc1c9207cec 2022-10-07T03:53:39.956Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 54964151-ccc5-42ca-8e10-fbc1c9207cec 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-10-07T03:53:39.966Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T03:53:39.966Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "54964151-ccc5-42ca-8e10-fbc1c9207cec", "consumerID": "policy-id", "timestamp": 1665114742931, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-10-07T03:53:39.967Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-07T03:53:39.967Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T03:53:39.967Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "54964151-ccc5-42ca-8e10-fbc1c9207cec", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665114743092, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-10-07T03:53:39.967Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T03:53:39.968Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T03:53:39.968Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "54964151-ccc5-42ca-8e10-fbc1c9207cec", "consumerID": "policy-id", "timestamp": 1665114743934, "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-10-07T03:53:39.976Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 54964151-ccc5-42ca-8e10-fbc1c9207cec 2022-10-07T03:53:39.976Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 54964151-ccc5-42ca-8e10-fbc1c9207cec 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-10-07T03:53:39.985Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T03:53:39.985Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "54964151-ccc5-42ca-8e10-fbc1c9207cec", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665114743092, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-10-07T03:53:39.985Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T03:53:39.986Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T03:53:39.986Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "54964151-ccc5-42ca-8e10-fbc1c9207cec", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665114745828, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-07T03:53:39.986Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-07T03:53:39.986Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T03:53:39.986Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "54964151-ccc5-42ca-8e10-fbc1c9207cec", "consumerID": "clamp", "timestamp": 1665114746160, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-07T03:53:39.986Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-07T03:53:39.987Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T03:53:39.987Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "54964151-ccc5-42ca-8e10-fbc1c9207cec", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665114747520, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-10-07T03:53:39.987Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-07T03:53:39.987Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T03:53:39.987Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "54964151-ccc5-42ca-8e10-fbc1c9207cec", "consumerID": "clamp", "timestamp": 1665114747174, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-10-07T03:53:39.987Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-07T03:53:39.988Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T03:53:39.988Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "54964151-ccc5-42ca-8e10-fbc1c9207cec", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665114748523, "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-10-07T03:53:39.993Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 54964151-ccc5-42ca-8e10-fbc1c9207cec 2022-10-07T03:53:39.994Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 54964151-ccc5-42ca-8e10-fbc1c9207cec 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-10-07T03:53:40.002Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T03:53:40.002Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "54964151-ccc5-42ca-8e10-fbc1c9207cec", "consumerID": "clamp", "timestamp": 1665114748177, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-07T03:53:40.008Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 54964151-ccc5-42ca-8e10-fbc1c9207cec 2022-10-07T03:53:40.008Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 54964151-ccc5-42ca-8e10-fbc1c9207cec and ComponentName clamp 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-10-07T03:53:45.407Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 54964151-ccc5-42ca-8e10-fbc1c9207cec Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-07T03:53:45.421Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 54964151-ccc5-42ca-8e10-fbc1c9207cec Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10-07T03:53:45.424Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-07T03:53:45.425Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-10-07T03:53:45.425Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-10-07T03:53:45.425Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-10-07T03:53:45.425Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-07T03:53:45.425Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-07T03:53:45.425Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-07T03:53:45.426Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-07T03:53:45.426Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-07T03:53:45.426Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-07T03:53:45.426Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|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-10-07T03:53:45.431Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-10-07T03:54:15.431Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 54964151-ccc5-42ca-8e10-fbc1c9207cec 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-10-07T03:54:15.438Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 54964151-ccc5-42ca-8e10-fbc1c9207cec and serviceModelVersionId: bb3db1df-1f44-4c51-b3cb-109b332a51d5 2022-10-07T03:54:15.438Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 83942b73-6def-42c5-9a0f-3f0f70bc268f 2022-10-07T03:54:15.439Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/83942b73-6def-42c5-9a0f-3f0f70bc268f/model-vers/model-ver/bb3db1df-1f44-4c51-b3cb-109b332a51d5?depth=0 2022-10-07T03:54:15.459Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2022-10-07T03:54:15.509Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/83942b73-6def-42c5-9a0f-3f0f70bc268f/model-vers/model-ver/bb3db1df-1f44-4c51-b3cb-109b332a51d5?depth=0|INFO|500||Invoke 2022-10-07T03:54:15.510Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/83942b73-6def-42c5-9a0f-3f0f70bc268f/model-vers/model-ver/bb3db1df-1f44-4c51-b3cb-109b332a51d5?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/83942b73-6def-42c5-9a0f-3f0f70bc268f/model-vers/model-ver/bb3db1df-1f44-4c51-b3cb-109b332a51d5?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[54964151-ccc5-42ca-8e10-fbc1c9207cec], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[3e023445-250c-4b81-a346-6aaab0724096], X-ECOMP-RequestID=[54964151-ccc5-42ca-8e10-fbc1c9207cec], X-TransactionId=[], X-ONAP-RequestID=[54964151-ccc5-42ca-8e10-fbc1c9207cec], Content-Type=[application/merge-patch+json]} 2022-10-07T03:54:15.536Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/83942b73-6def-42c5-9a0f-3f0f70bc268f/model-vers/model-ver/bb3db1df-1f44-4c51-b3cb-109b332a51d5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-10-07T03:54:15.622Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/83942b73-6def-42c5-9a0f-3f0f70bc268f/model-vers/model-ver/bb3db1df-1f44-4c51-b3cb-109b332a51d5?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/83942b73-6def-42c5-9a0f-3f0f70bc268f/model-vers/model-ver/bb3db1df-1f44-4c51-b3cb-109b332a51d5?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221007-03:54:16:993-34372], vertex-id=[167952], Content-Length=[0], Date=[Fri, 07 Oct 2022 03:54:16 GMT], Content-Type=[application/json]} 2022-10-07T03:54:15.623Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/83942b73-6def-42c5-9a0f-3f0f70bc268f/model-vers/model-ver/bb3db1df-1f44-4c51-b3cb-109b332a51d5?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-10-07T03:54:15.623Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/83942b73-6def-42c5-9a0f-3f0f70bc268f/model-vers/model-ver/bb3db1df-1f44-4c51-b3cb-109b332a51d5?depth=0|INFO|500||InvokeReturn 2022-10-07T03:54:15.624Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-10-07T03:54:15.624Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|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-10-07T03:54:15.630Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|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-10-07T03:54:15.630Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 54964151-ccc5-42ca-8e10-fbc1c9207cec and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-10-07T03:54:15.631Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-10-07T03:54:15.631Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-10-07T03:54:15.633Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-07T03:54:15.633Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "54964151-ccc5-42ca-8e10-fbc1c9207cec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665114855631, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-07T03:54:15.733Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-07T03:54:15.735Z||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-10-07T03:54:15.735Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aq9NtIOJ9WitpuP6) ... 2022-10-07T03:54:15.767Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T03:54:15.768Z||pool-23-thread-1|||||INFO|500||cambria reply ok (34 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-10-07T03:54:16.650Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-07T03:54:16.651Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|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-10-07T03:54:16.651Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|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 aq9NtIOJ9WitpuP6) ... 2022-10-07T03:54:17.281Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T03:54:17.283Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-07T03:54:17.283Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"c6e59ea5-a3ae-41fb-9403-ad75b847d21b","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"7882ce9a-ce4b-4e67-8445-90cd636c0cb2","serviceDescription":"service","serviceInvariantUUID":"505bd3bb-b1d9-42c9-84cd-5fa26fdcf8cf","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ebddb6a4-1109-4664-b155-1321fa74d61f","resourceInvariantUUID":"412cb16e-9632-463c-b73b-151fcfb03fb2","resourceCustomizationUUID":"b5783f70-3d7c-497f-9a90-a5560ad493f5","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":"YmExOGY3ZjFjNzFlNWFlNzdhMDEzZDk4ODBlNDQ0Y2U\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"eec57538-a859-4d6f-91ab-1f2514c0c19c","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":"1880ca5f-c61f-4eba-ad25-77113786868a","artifactVersion":"2","generatedFromUUID":"8480cde1-b68e-4960-b3f1-645ba01376e9"},{"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":"8480cde1-b68e-4960-b3f1-645ba01376e9","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":"ZTZlMmUzNTZkYzhiNWM5MWUyZDY3YzI2ODRhZmY5NGQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e3175466-cbf4-4f8e-902e-c812c875cf15","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":"994a9f31-b61c-43ee-bc7a-7ce2e1f2f661","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":"d0bcf71d-38e1-4007-ab4d-60ef2e6960e1","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":"3839d97c-8176-4219-ae2f-69bec890fd97","artifactVersion":"2","generatedFromUUID":"994a9f31-b61c-43ee-bc7a-7ce2e1f2f661"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"NDY5YjQyMmM4M2MxN2EwYjU2ZTIxYjM5MjFiYjZkMGY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"02d07051-564a-4c3d-8e49-0e24bc5b923c","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"OTYyY2NlNDNiZGExYjkxMzVjNzA4ZjdjMTMxODQ3ZWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4ad342f9-de4b-4c3b-b3a4-c2ce9fa20f44","artifactVersion":"1"}],"workloadContext":"Production"} 2022-10-07T03:54:17.286Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-07T03:54:17.287Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-10-07T03:54:17.289Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-07T03:54:17.289Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665114856650, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-07T03:54:17.389Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-07T03:54:17.390Z||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-10-07T03:54:17.390Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aq9NtIOJ9WitpuP6) ... 2022-10-07T03:54:17.405Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T03:54:17.405Z||pool-24-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-10-07T03:54:18.290Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-07T03:54:18.291Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-10-07T03:54:18.293Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-07T03:54:18.293Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665114856650, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-10-07T03:54:18.393Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-07T03:54:18.394Z||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-10-07T03:54:18.394Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aq9NtIOJ9WitpuP6) ... 2022-10-07T03:54:18.407Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T03:54:18.408Z||pool-25-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-10-07T03:54:19.294Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-07T03:54:19.295Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-10-07T03:54:19.296Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-07T03:54:19.297Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665114856650, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-10-07T03:54:19.398Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-10-07T03:54:19.399Z||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-10-07T03:54:19.399Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aq9NtIOJ9WitpuP6) ... 2022-10-07T03:54:19.415Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T03:54:19.416Z||pool-26-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-10-07T03:54:20.298Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-07T03:54:20.299Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-10-07T03:54:20.301Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-07T03:54:20.302Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665114856650, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-10-07T03:54:20.401Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-07T03:54:20.402Z||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-10-07T03:54:20.402Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aq9NtIOJ9WitpuP6) ... 2022-10-07T03:54:20.419Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T03:54:20.419Z||pool-27-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-10-07T03:54:21.302Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-07T03:54:21.303Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-10-07T03:54:21.305Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-07T03:54:21.305Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665114856650, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-10-07T03:54:21.405Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-07T03:54:21.406Z||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-10-07T03:54:21.406Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aq9NtIOJ9WitpuP6) ... 2022-10-07T03:54:21.430Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T03:54:21.430Z||pool-28-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-10-07T03:54:22.306Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-07T03:54:22.306Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-10-07T03:54:22.309Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-07T03:54:22.309Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665114856650, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-07T03:54:22.409Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-07T03:54:22.410Z||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-10-07T03:54:22.410Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aq9NtIOJ9WitpuP6) ... 2022-10-07T03:54:22.429Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T03:54:22.430Z||pool-29-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-10-07T03:54:23.309Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-07T03:54:23.311Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-10-07T03:54:23.313Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-07T03:54:23.313Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665114856650, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-10-07T03:54:23.413Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-07T03:54:23.414Z||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-10-07T03:54:23.414Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aq9NtIOJ9WitpuP6) ... 2022-10-07T03:54:23.435Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T03:54:23.436Z||pool-30-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-10-07T03:54:24.313Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-07T03:54:24.314Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-10-07T03:54:24.316Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-07T03:54:24.316Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665114856650, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-10-07T03:54:24.416Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-07T03:54:24.417Z||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-10-07T03:54:24.417Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aq9NtIOJ9WitpuP6) ... 2022-10-07T03:54:24.437Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T03:54:24.437Z||pool-31-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1} 2022-10-07T03:54:25.317Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-07T03:54:25.318Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-10-07T03:54:25.319Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-07T03:54:25.320Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665114856650, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-10-07T03:54:25.420Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-07T03:54:25.422Z||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-10-07T03:54:25.422Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aq9NtIOJ9WitpuP6) ... 2022-10-07T03:54:25.444Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T03:54:25.444Z||pool-32-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-10-07T03:54:26.321Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "7882ce9a-ce4b-4e67-8445-90cd636c0cb2", "serviceDescription": "service", "serviceInvariantUUID": "505bd3bb-b1d9-42c9-84cd-5fa26fdcf8cf", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "b5783f70-3d7c-497f-9a90-a5560ad493f5", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "ebddb6a4-1109-4664-b155-1321fa74d61f", "resourceInvariantUUID": "412cb16e-9632-463c-b73b-151fcfb03fb2", "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": "1880ca5f-c61f-4eba-ad25-77113786868a", "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": "8480cde1-b68e-4960-b3f1-645ba01376e9", "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": "ZTZlMmUzNTZkYzhiNWM5MWUyZDY3YzI2ODRhZmY5NGQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "e3175466-cbf4-4f8e-902e-c812c875cf15", "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": "994a9f31-b61c-43ee-bc7a-7ce2e1f2f661", "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": "3839d97c-8176-4219-ae2f-69bec890fd97", "generatedFromUUID": "994a9f31-b61c-43ee-bc7a-7ce2e1f2f661" }, "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": "3839d97c-8176-4219-ae2f-69bec890fd97", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "OTYyY2NlNDNiZGExYjkxMzVjNzA4ZjdjMTMxODQ3ZWE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "4ad342f9-de4b-4c3b-b3a4-c2ce9fa20f44" } ], "workloadContext": "Production" } 2022-10-07T03:54:26.322Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-10-07T03:54:26.322Z|54964151-ccc5-42ca-8e10-fbc1c9207cec|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 7882ce9a-ce4b-4e67-8445-90cd636c0cb2 ASDC 2022-10-07T03:54:26.323Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:c6e59ea5-a3ae-41fb-9403-ad75b847d21b ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:7882ce9a-ce4b-4e67-8445-90cd636c0cb2 ServiceInvariantUUID:505bd3bb-b1d9-42c9-84cd-5fa26fdcf8cf 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:4ad342f9-de4b-4c3b-b3a4-c2ce9fa20f44 ArtifactChecksum:OTYyY2NlNDNiZGExYjkxMzVjNzA4ZjdjMTMxODQ3ZWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:b5783f70-3d7c-497f-9a90-a5560ad493f5 ResourceInvariantUUID:412cb16e-9632-463c-b73b-151fcfb03fb2 ResourceName:basic_cnf ResourceType:VF ResourceUUID:ebddb6a4-1109-4664-b155-1321fa74d61f 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:1880ca5f-c61f-4eba-ad25-77113786868a 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:8480cde1-b68e-4960-b3f1-645ba01376e9 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:e3175466-cbf4-4f8e-902e-c812c875cf15 ArtifactChecksum:ZTZlMmUzNTZkYzhiNWM5MWUyZDY3YzI2ODRhZmY5NGQ= 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:994a9f31-b61c-43ee-bc7a-7ce2e1f2f661 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:3839d97c-8176-4219-ae2f-69bec890fd97 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:3839d97c-8176-4219-ae2f-69bec890fd97 ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-10-07T03:54:26.323Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7882ce9a-ce4b-4e67-8445-90cd636c0cb2 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-10-07T03:54:26.354Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-07T03:54:26.355Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-10-07T03:54:26.355Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-10-07T03:54:26.355Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 4ad342f9-de4b-4c3b-b3a4-c2ce9fa20f44 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-10-07T03:54:26.355Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-10-07T03:54:26.356Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-10-07T03:54:26.417Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-10-07T03:54:26.420Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 4ad342f9-de4b-4c3b-b3a4-c2ce9fa20f44 68954 2022-10-07T03:54:26.420Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-10-07T03:54:26.420Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-10-07T03:54:26.421Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-07T03:54:26.421Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-10-07T03:54:26.423Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-07T03:54:26.424Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665114866420, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-07T03:54:26.523Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-07T03:54:26.524Z||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-10-07T03:54:26.524Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aq9NtIOJ9WitpuP6) ... 2022-10-07T03:54:26.545Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T03:54:26.545Z||pool-33-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-10-07T03:54:27.424Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-07T03:54:27.425Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-10-07T03:54:27.425Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 4ad342f9-de4b-4c3b-b3a4-c2ce9fa20f44, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2022-10-07T03:54:27.426Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2022-10-07T03:54:27.426Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2022-10-07T03:54:27.427Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2022-10-07T03:54:27.535Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7027825793651435630/Definitions/service-BasicCnf-template.yml 2022-10-07T03:54:28.688Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2022-10-07T03:54:28.688Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-10-07T03:54:28.688Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-10-07T03:54:28.689Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-10-07T03:54:28.689Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||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-10-07T03:54:28.689Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||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-10-07T03:54:28.689Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|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-BasicCnf-csar.csar 2022-10-07T03:54:28.690Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-10-07T03:54:28.690Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-10-07T03:54:28.690Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-07T03:54:28.690Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-10-07T03:54:28.691Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-10-07T03:54:28.691Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-10-07T03:54:28.691Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-07T03:54:28.692Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-07T03:54:28.692Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-10-07T03:54:28.692Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-10-07T03:54:28.692Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-10-07T03:54:28.693Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-07T03:54:28.693Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-07T03:54:28.693Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-07T03:54:28.694Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-07T03:54:28.694Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-10-07T03:54:28.694Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2022-10-07T03:54:28.694Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Node template dummy is not matching search criteria 2022-10-07T03:54:28.694Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-10-07T03:54:28.695Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-07T03:54:28.695Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-10-07T03:54:28.695Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-07T03:54:28.696Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-10-07T03:54:28.696Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-07T03:54:28.696Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-07T03:54:28.697Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-10-07T03:54:28.697Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-07T03:54:28.697Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-07T03:54:28.697Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-10-07T03:54:28.698Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-07T03:54:28.698Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-07T03:54:28.698Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-10-07T03:54:28.699Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-10-07T03:54:28.699Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=b8d925b2-d039-40fc-9609-8f838f5aef97 2022-10-07T03:54:28.699Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-07T03:54:28.699Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-10-07T03:54:28.700Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-07T03:54:28.700Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-10-07T03:54:28.700Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-07T03:54:28.700Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-07T03:54:28.701Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-07T03:54:28.701Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-07T03:54:28.701Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:7882ce9a-ce4b-4e67-8445-90cd636c0cb2 Model Version:NULL Model InvariantUuid:505bd3bb-b1d9-42c9-84cd-5fa26fdcf8cf Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:aa32a481-a91d-41f7-96df-cd4e1d286d72 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:412cb16e-9632-463c-b73b-151fcfb03fb2 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:b5783f70-3d7c-497f-9a90-a5560ad493f5 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:d8f76da4-d0ea-4edd-aa2a-526b8ca401cf ModelName:BasicCnf..base_dummy..module-0 ModelUuid:cf144961-a9c1-4e5c-ba71-3469c05bc4cb ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:b8d925b2-d039-40fc-9609-8f838f5aef97 ModelInvariantUuid:4ab5300d-bf00-42d1-b63a-d6d4103a51ef ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:a1c6aa95-bc82-4102-b878-66b0d394422b ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:66c768bd-e957-40c8-81ca-8740019c146a ModelInvariantUuid:273b5bb2-ecf8-47fc-9a1d-4e9bd320cf1d ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:8d148338-0709-4a73-98f4-ecd91eb7c7c7 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-10-07T03:54:28.709Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: ebddb6a4-1109-4664-b155-1321fa74d61f 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-10-07T03:54:28.712Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||INFO|500||basic_cnf 0 2022-10-07T03:54:28.712Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ebddb6a4-1109-4664-b155-1321fa74d61f 2022-10-07T03:54:28.712Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 1880ca5f-c61f-4eba-ad25-77113786868a from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-10-07T03:54:28.712Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-10-07T03:54:28.713Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||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-10-07T03:54:28.765Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-10-07T03:54:28.766Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 1880ca5f-c61f-4eba-ad25-77113786868a 12 2022-10-07T03:54:28.766Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||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-10-07T03:54:28.766Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||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-10-07T03:54:28.766Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-07T03:54:28.767Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-10-07T03:54:28.769Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-07T03:54:28.769Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665114868766, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-10-07T03:54:28.869Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-07T03:54:28.870Z||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-10-07T03:54:28.870Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aq9NtIOJ9WitpuP6) ... 2022-10-07T03:54:28.892Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T03:54:28.892Z||pool-34-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1} 2022-10-07T03:54:29.770Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 8480cde1-b68e-4960-b3f1-645ba01376e9 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-10-07T03:54:29.771Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-10-07T03:54:29.771Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||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-10-07T03:54:29.817Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-10-07T03:54:29.818Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 8480cde1-b68e-4960-b3f1-645ba01376e9 2688 2022-10-07T03:54:29.818Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||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-10-07T03:54:29.819Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||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-10-07T03:54:29.819Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-07T03:54:29.819Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-10-07T03:54:29.821Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-07T03:54:29.821Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665114869818, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-10-07T03:54:29.921Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-07T03:54:29.922Z||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-10-07T03:54:29.922Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aq9NtIOJ9WitpuP6) ... 2022-10-07T03:54:29.943Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T03:54:29.943Z||pool-35-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-10-07T03:54:30.823Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: e3175466-cbf4-4f8e-902e-c812c875cf15 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-10-07T03:54:30.824Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-10-07T03:54:30.824Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||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-10-07T03:54:30.869Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-10-07T03:54:30.870Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json e3175466-cbf4-4f8e-902e-c812c875cf15 828 2022-10-07T03:54:30.870Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||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-10-07T03:54:30.870Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||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-10-07T03:54:30.870Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-07T03:54:30.870Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-10-07T03:54:30.872Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-07T03:54:30.872Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665114870870, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-10-07T03:54:30.973Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-07T03:54:30.974Z||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-10-07T03:54:30.974Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aq9NtIOJ9WitpuP6) ... 2022-10-07T03:54:30.990Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T03:54:30.991Z||pool-36-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-10-07T03:54:31.873Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "d8f76da4-d0ea-4edd-aa2a-526b8ca401cf", "vfModuleModelVersion": "1", "vfModuleModelUUID": "cf144961-a9c1-4e5c-ba71-3469c05bc4cb", "vfModuleModelCustomizationUUID": "b5a5299c-80b7-4f60-9467-5b3f397d4e1b", "isBase": true, "artifacts": [ "8480cde1-b68e-4960-b3f1-645ba01376e9", "994a9f31-b61c-43ee-bc7a-7ce2e1f2f661", "3839d97c-8176-4219-ae2f-69bec890fd97" ], "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-10-07T03:54:31.879Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:cf144961-a9c1-4e5c-ba71-3469c05bc4cb VfModuleModelInvariantUUID:d8f76da4-d0ea-4edd-aa2a-526b8ca401cf VfModuleModelDescription:NULL Artifacts UUID List:{ 8480cde1-b68e-4960-b3f1-645ba01376e9 , 994a9f31-b61c-43ee-bc7a-7ce2e1f2f661 , 3839d97c-8176-4219-ae2f-69bec890fd97 } 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-10-07T03:54:31.881Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "d8f76da4-d0ea-4edd-aa2a-526b8ca401cf", "vfModuleModelVersion": "1", "vfModuleModelUUID": "cf144961-a9c1-4e5c-ba71-3469c05bc4cb", "vfModuleModelCustomizationUUID": "b5a5299c-80b7-4f60-9467-5b3f397d4e1b", "isBase": true, "artifacts": [ "8480cde1-b68e-4960-b3f1-645ba01376e9", "994a9f31-b61c-43ee-bc7a-7ce2e1f2f661", "3839d97c-8176-4219-ae2f-69bec890fd97" ], "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-10-07T03:54:31.881Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:cf144961-a9c1-4e5c-ba71-3469c05bc4cb VfModuleModelInvariantUUID:d8f76da4-d0ea-4edd-aa2a-526b8ca401cf VfModuleModelDescription:NULL Artifacts UUID List:{ 8480cde1-b68e-4960-b3f1-645ba01376e9 , 994a9f31-b61c-43ee-bc7a-7ce2e1f2f661 , 3839d97c-8176-4219-ae2f-69bec890fd97 } 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-10-07T03:54:31.882Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 994a9f31-b61c-43ee-bc7a-7ce2e1f2f661 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-10-07T03:54:31.882Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-10-07T03:54:31.883Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||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-10-07T03:54:31.928Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-10-07T03:54:31.928Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 994a9f31-b61c-43ee-bc7a-7ce2e1f2f661 1164 2022-10-07T03:54:31.929Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||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-10-07T03:54:31.929Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||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-10-07T03:54:31.929Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-07T03:54:31.930Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-10-07T03:54:31.932Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-07T03:54:31.932Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665114871929, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-10-07T03:54:32.032Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-07T03:54:32.033Z||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-10-07T03:54:32.036Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aq9NtIOJ9WitpuP6) ... 2022-10-07T03:54:32.051Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T03:54:32.052Z||pool-37-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2022-10-07T03:54:32.933Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 3839d97c-8176-4219-ae2f-69bec890fd97 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-10-07T03:54:32.934Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-10-07T03:54:32.935Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||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-10-07T03:54:32.979Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-10-07T03:54:32.979Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 3839d97c-8176-4219-ae2f-69bec890fd97 200 2022-10-07T03:54:32.980Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||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-10-07T03:54:32.980Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||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-10-07T03:54:32.980Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-07T03:54:32.981Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-10-07T03:54:32.984Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-07T03:54:32.984Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665114872980, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-10-07T03:54:33.084Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-07T03:54:33.086Z||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-10-07T03:54:33.086Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aq9NtIOJ9WitpuP6) ... 2022-10-07T03:54:33.102Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T03:54:33.103Z||pool-38-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-10-07T03:54:33.985Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 7882ce9a-ce4b-4e67-8445-90cd636c0cb2 2022-10-07T03:54:33.986Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 ebddb6a4-1109-4664-b155-1321fa74d61f 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 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=? 2022-10-07T03:54:34.006Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-10-07T03:54:34.011Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@123773d4, org.onap.sdc.toscaparser.api.parameters.Input@59070462, org.onap.sdc.toscaparser.api.parameters.Input@501a924e, org.onap.sdc.toscaparser.api.parameters.Input@4d55a9af, org.onap.sdc.toscaparser.api.parameters.Input@64d5da02] 2022-10-07T03:54:34.013Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-07T03:54:34.013Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-07T03:54:34.014Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 2022-10-07T03:54:34.014Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= b5783f70-3d7c-497f-9a90-a5560ad493f5 2022-10-07T03:54:34.014Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b5783f70-3d7c-497f-9a90-a5560ad493f5 matches Tosca VF Customization UUID: b5783f70-3d7c-497f-9a90-a5560ad493f5 2022-10-07T03:54:34.014Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: b5783f70-3d7c-497f-9a90-a5560ad493f5 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-10-07T03:54:34.017Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-07T03:54:34.017Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-10-07T03:54:34.018Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id b5783f70-3d7c-497f-9a90-a5560ad493f5: {\"vf_module_id\":\"PROVIDED_BY_ONAP\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"PROVIDED_BY_ONAP\",\"dummy_image_name\":\"dummy\",\"vnf_name\":\"PROVIDED_BY_ONAP\",\"dummy_name_0\":\"dummy_1_0\",\"dummy_flavor_name\":\"dummy.default\"} 2022-10-07T03:54:34.018Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@616445ad 2022-10-07T03:54:34.018Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-07T03:54:34.019Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-10-07T03:54:34.019Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b5a5299c-80b7-4f60-9467-5b3f397d4e1b 2022-10-07T03:54:34.019Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b5a5299c-80b7-4f60-9467-5b3f397d4e1b 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-10-07T03:54:34.021Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-07T03:54:34.022Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-10-07T03:54:34.022Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-07T03:54:34.022Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-07T03:54:34.022Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-10-07T03:54:34.023Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-07T03:54:34.023Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-07T03:54:34.023Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-10-07T03:54:34.023Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-10-07T03:54:34.024Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=b8d925b2-d039-40fc-9609-8f838f5aef97 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-10-07T03:54:34.026Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-07T03:54:34.026Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-10-07T03:54:34.026Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-07T03:54:34.027Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-07T03:54:34.027Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-10-07T03:54:34.027Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=b5783f70-3d7c-497f-9a90-a5560ad493f5 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-10-07T03:54:34.029Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-07T03:54:34.029Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-10-07T03:54:34.030Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 7882ce9a-ce4b-4e67-8445-90cd636c0cb2: basic_cnf 2022-10-07T03:54:34.030Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-07T03:54:34.030Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-07T03:54:34.030Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-07T03:54:34.031Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-10-07T03:54:34.031Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-07T03:54:34.031Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-10-07T03:54:34.031Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-07T03:54:34.032Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-10-07T03:54:34.032Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-07T03:54:34.032Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-10-07T03:54:34.032Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||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-10-07T03:54:34.102Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf ebddb6a4-1109-4664-b155-1321fa74d61f 1 ASDC deployResourceStructure 2022-10-07T03:54:34.103Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||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-10-07T03:54:34.103Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||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-10-07T03:54:34.103Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-10-07T03:54:34.104Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-10-07T03:54:34.106Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-07T03:54:34.106Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665114874102, "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-10-07T03:54:34.206Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-07T03:54:34.207Z||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-10-07T03:54:34.207Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aq9NtIOJ9WitpuP6) ... 2022-10-07T03:54:34.227Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T03:54:34.227Z||pool-39-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":2,"count":1} 2022-10-07T03:54:35.107Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||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-10-07T03:54:35.107Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||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-10-07T03:54:35.107Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-10-07T03:54:35.108Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-10-07T03:54:35.109Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-07T03:54:35.110Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665114875106, "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-10-07T03:54:35.210Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-07T03:54:35.211Z||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-10-07T03:54:35.211Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aq9NtIOJ9WitpuP6) ... 2022-10-07T03:54:35.234Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T03:54:35.235Z||pool-40-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1} 2022-10-07T03:54:36.110Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||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-10-07T03:54:36.111Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||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-10-07T03:54:36.111Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-07T03:54:36.111Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-10-07T03:54:36.113Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-07T03:54:36.113Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665114876110, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-10-07T03:54:36.213Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-07T03:54:36.214Z||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-10-07T03:54:36.214Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aq9NtIOJ9WitpuP6) ... 2022-10-07T03:54:36.233Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T03:54:36.233Z||pool-41-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-10-07T03:54:37.115Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||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-10-07T03:54:37.116Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||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-10-07T03:54:37.116Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-07T03:54:37.116Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-10-07T03:54:37.119Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-07T03:54:37.119Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665114877115, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-10-07T03:54:37.221Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-10-07T03:54:37.222Z||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-10-07T03:54:37.222Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aq9NtIOJ9WitpuP6) ... 2022-10-07T03:54:37.239Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T03:54:37.239Z||pool-42-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-10-07T03:54:38.120Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||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-10-07T03:54:38.121Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||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-10-07T03:54:38.121Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-07T03:54:38.121Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-10-07T03:54:38.123Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-07T03:54:38.123Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665114878120, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-10-07T03:54:38.224Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-07T03:54:38.224Z||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-10-07T03:54:38.225Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aq9NtIOJ9WitpuP6) ... 2022-10-07T03:54:38.241Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T03:54:38.242Z||pool-43-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-10-07T03:54:39.124Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-10-07T03:54:39.125Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-10-07T03:54:39.125Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-07T03:54:39.125Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-10-07T03:54:39.127Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-07T03:54:39.128Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665114879124, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-10-07T03:54:39.228Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-07T03:54:39.229Z||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-10-07T03:54:39.229Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aq9NtIOJ9WitpuP6) ... 2022-10-07T03:54:39.252Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T03:54:39.253Z||pool-44-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-10-07T03:54:39.861Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-07T03:54:39.862Z||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-10-07T03:54:39.862Z||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 aq9NtIOJ9WitpuP6) ... 2022-10-07T03:54:39.904Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T03:54:39.906Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T03:54:39.906Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "54964151-ccc5-42ca-8e10-fbc1c9207cec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665114759857, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-10-07T03:54:39.907Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T03:54:39.907Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T03:54:39.907Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "54964151-ccc5-42ca-8e10-fbc1c9207cec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665114759857, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-10-07T03:54:39.908Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T03:54:39.908Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T03:54:39.908Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "54964151-ccc5-42ca-8e10-fbc1c9207cec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665114762605, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-07T03:54:39.908Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-07T03:54:39.908Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T03:54:39.908Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "54964151-ccc5-42ca-8e10-fbc1c9207cec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665114764378, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-10-07T03:54:39.908Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-07T03:54:39.908Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T03:54:39.908Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665114803092, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-07T03:54:39.908Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T03:54:39.908Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T03:54:39.909Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b", "consumerID": "policy-id", "timestamp": 1665114799129, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-07T03:54:39.909Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T03:54:39.909Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T03:54:39.909Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b", "consumerID": "clamp", "timestamp": 1665114797096, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-07T03:54:39.909Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T03:54:39.909Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T03:54:39.909Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665114803092, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-10-07T03:54:39.909Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T03:54:39.909Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T03:54:39.909Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b", "consumerID": "policy-id", "timestamp": 1665114799129, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-10-07T03:54:39.910Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T03:54:39.910Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T03:54:39.910Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b", "consumerID": "clamp", "timestamp": 1665114797096, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-10-07T03:54:39.910Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T03:54:39.910Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T03:54:39.910Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b", "consumerID": "multicloud-k8s-id", "timestamp": 1665114805381, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-07T03:54:39.910Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T03:54:39.910Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T03:54:39.910Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665114803092, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-10-07T03:54:39.910Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T03:54:39.910Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T03:54:39.911Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b", "consumerID": "policy-id", "timestamp": 1665114799129, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-10-07T03:54:39.911Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T03:54:39.911Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T03:54:39.911Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b", "consumerID": "clamp", "timestamp": 1665114797096, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-10-07T03:54:39.911Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T03:54:39.911Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T03:54:39.911Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b", "consumerID": "multicloud-k8s-id", "timestamp": 1665114805381, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-10-07T03:54:39.911Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T03:54:39.911Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T03:54:39.911Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665114803092, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-07T03:54:39.911Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T03:54:39.912Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T03:54:39.912Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b", "consumerID": "clamp", "timestamp": 1665114797096, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-10-07T03:54:39.912Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T03:54:39.912Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T03:54:39.912Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b", "consumerID": "policy-id", "timestamp": 1665114799129, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-07T03:54:39.912Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T03:54:39.912Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T03:54:39.912Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b", "consumerID": "multicloud-k8s-id", "timestamp": 1665114805381, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-10-07T03:54:39.912Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T03:54:39.912Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T03:54:39.912Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665114803092, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-10-07T03:54:39.913Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T03:54:39.913Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T03:54:39.913Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b", "consumerID": "policy-id", "timestamp": 1665114799129, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-10-07T03:54:39.913Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T03:54:39.913Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T03:54:39.913Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b", "consumerID": "clamp", "timestamp": 1665114797096, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-10-07T03:54:39.913Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T03:54:39.913Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T03:54:39.913Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b", "consumerID": "multicloud-k8s-id", "timestamp": 1665114805381, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-10-07T03:54:39.913Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T03:54:39.913Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T03:54:39.914Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665114803092, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-07T03:54:39.914Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T03:54:39.914Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T03:54:39.914Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b", "consumerID": "policy-id", "timestamp": 1665114799129, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-07T03:54:39.914Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T03:54:39.914Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T03:54:39.914Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b", "consumerID": "cds", "timestamp": 1665114809950, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-07T03:54:39.914Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T03:54:39.914Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T03:54:39.914Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b", "consumerID": "clamp", "timestamp": 1665114797096, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-07T03:54:39.914Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T03:54:39.915Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T03:54:39.915Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b", "consumerID": "multicloud-k8s-id", "timestamp": 1665114805381, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-10-07T03:54:39.915Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T03:54:39.915Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T03:54:39.915Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665114803092, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-10-07T03:54:39.915Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T03:54:39.915Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T03:54:39.915Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b", "consumerID": "cds", "timestamp": 1665114809950, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-10-07T03:54:39.915Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T03:54:39.915Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T03:54:39.915Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b", "consumerID": "policy-id", "timestamp": 1665114799129, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-10-07T03:54:39.916Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T03:54:39.916Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T03:54:39.916Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b", "consumerID": "clamp", "timestamp": 1665114797096, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-10-07T03:54:39.916Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T03:54:39.916Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T03:54:39.916Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b", "consumerID": "multicloud-k8s-id", "timestamp": 1665114805381, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-07T03:54:39.916Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T03:54:39.916Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T03:54:39.916Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665114803092, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-10-07T03:54:39.916Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T03:54:39.916Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T03:54:39.916Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b", "consumerID": "policy-id", "timestamp": 1665114799129, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-10-07T03:54:39.917Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T03:54:39.917Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T03:54:39.917Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b", "consumerID": "cds", "timestamp": 1665114809950, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-10-07T03:54:39.917Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T03:54:39.917Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T03:54:39.917Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b", "consumerID": "clamp", "timestamp": 1665114797096, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-10-07T03:54:39.917Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T03:54:39.917Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T03:54:39.917Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b", "consumerID": "multicloud-k8s-id", "timestamp": 1665114805381, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-10-07T03:54:39.918Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T03:54:39.918Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T03:54:39.918Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665114803092, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-10-07T03:54:39.918Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T03:54:39.918Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T03:54:39.918Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b", "consumerID": "policy-id", "timestamp": 1665114799129, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-10-07T03:54:39.918Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T03:54:39.918Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T03:54:39.918Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b", "consumerID": "cds", "timestamp": 1665114809950, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-07T03:54:39.918Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T03:54:39.919Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T03:54:39.919Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b", "consumerID": "clamp", "timestamp": 1665114797096, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-10-07T03:54:39.919Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T03:54:39.919Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T03:54:39.919Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b", "consumerID": "multicloud-k8s-id", "timestamp": 1665114805381, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-10-07T03:54:39.919Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T03:54:39.919Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T03:54:39.919Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b", "consumerID": "ves-openapi-manager", "timestamp": 1665114813413, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-07T03:54:39.919Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T03:54:39.919Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T03:54:39.919Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b", "consumerID": "cds", "timestamp": 1665114809950, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-10-07T03:54:39.919Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T03:54:39.919Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T03:54:39.920Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665114814991, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-07T03:54:39.920Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-07T03:54:39.920Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T03:54:39.920Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b", "consumerID": "policy-id", "timestamp": 1665114814747, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-07T03:54:39.920Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-07T03:54:39.920Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T03:54:39.920Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b", "consumerID": "multicloud-k8s-id", "timestamp": 1665114805381, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-10-07T03:54:39.920Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T03:54:39.920Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T03:54:39.920Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b", "consumerID": "ves-openapi-manager", "timestamp": 1665114813413, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-10-07T03:54:39.920Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T03:54:39.920Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T03:54:39.920Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b", "consumerID": "cds", "timestamp": 1665114809950, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-07T03:54:39.921Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T03:54:39.921Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T03:54:39.921Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b", "consumerID": "policy-id", "timestamp": 1665114815752, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-10-07T03:54:39.921Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-07T03:54:39.921Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T03:54:39.921Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b", "consumerID": "aai-ml", "timestamp": 1665114815307, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-07T03:54:39.921Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T03:54:39.921Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T03:54:39.921Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b", "consumerID": "multicloud-k8s-id", "timestamp": 1665114815118, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-10-07T03:54:39.922Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-07T03:54:39.922Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T03:54:39.922Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b", "consumerID": "ves-openapi-manager", "timestamp": 1665114813413, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-10-07T03:54:39.922Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T03:54:39.922Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T03:54:39.922Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b", "consumerID": "cds", "timestamp": 1665114809950, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-10-07T03:54:39.922Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T03:54:39.922Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T03:54:39.922Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b", "consumerID": "policy-id", "timestamp": 1665114816755, "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-10-07T03:54:39.930Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c6e59ea5-a3ae-41fb-9403-ad75b847d21b 2022-10-07T03:54:39.931Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId c6e59ea5-a3ae-41fb-9403-ad75b847d21b 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-10-07T03:54:39.939Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T03:54:39.939Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b", "consumerID": "aai-ml", "timestamp": 1665114815307, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-10-07T03:54:39.939Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T03:54:39.940Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T03:54:39.940Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665114817243, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-10-07T03:54:39.940Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-07T03:54:39.940Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T03:54:39.940Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b", "consumerID": "multicloud-k8s-id", "timestamp": 1665114816169, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-10-07T03:54:39.940Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-07T03:54:39.940Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T03:54:39.940Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b", "consumerID": "ves-openapi-manager", "timestamp": 1665114813413, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-07T03:54:39.940Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T03:54:39.940Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T03:54:39.940Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b", "consumerID": "cds", "timestamp": 1665114809950, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-10-07T03:54:39.941Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T03:54:39.941Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T03:54:39.941Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b", "consumerID": "aai-ml", "timestamp": 1665114815307, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-10-07T03:54:39.941Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T03:54:39.941Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T03:54:39.941Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665114818247, "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-10-07T03:54:39.945Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c6e59ea5-a3ae-41fb-9403-ad75b847d21b 2022-10-07T03:54:39.945Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId c6e59ea5-a3ae-41fb-9403-ad75b847d21b 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-10-07T03:54:39.954Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T03:54:39.955Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b", "consumerID": "multicloud-k8s-id", "timestamp": 1665114817280, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-10-07T03:54:39.955Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-07T03:54:39.955Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T03:54:39.955Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b", "consumerID": "ves-openapi-manager", "timestamp": 1665114813413, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-10-07T03:54:39.955Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T03:54:39.955Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T03:54:39.955Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b", "consumerID": "cds", "timestamp": 1665114809950, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-10-07T03:54:39.955Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T03:54:39.955Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T03:54:39.955Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b", "consumerID": "aai-ml", "timestamp": 1665114815307, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-07T03:54:39.956Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T03:54:39.956Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T03:54:39.956Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b", "consumerID": "ves-openapi-manager", "timestamp": 1665114813413, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-07T03:54:39.956Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T03:54:39.956Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T03:54:39.956Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b", "consumerID": "multicloud-k8s-id", "timestamp": 1665114818329, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-10-07T03:54:39.956Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-07T03:54:39.956Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T03:54:39.956Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b", "consumerID": "cds", "timestamp": 1665114819707, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-07T03:54:39.956Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-07T03:54:39.956Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T03:54:39.956Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5eaefb4-2e90-4059-ae57-d181494b94f2", "consumerID": "policy-id", "timestamp": 1665114819129, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-07T03:54:39.957Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T03:54:39.957Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T03:54:39.957Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b", "consumerID": "aai-ml", "timestamp": 1665114815307, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-10-07T03:54:39.957Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T03:54:39.957Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T03:54:39.957Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b", "consumerID": "ves-openapi-manager", "timestamp": 1665114813413, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-10-07T03:54:39.957Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T03:54:39.957Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T03:54:39.957Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b", "consumerID": "multicloud-k8s-id", "timestamp": 1665114819384, "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-10-07T03:54:39.961Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c6e59ea5-a3ae-41fb-9403-ad75b847d21b 2022-10-07T03:54:39.961Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId c6e59ea5-a3ae-41fb-9403-ad75b847d21b 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: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-10-07T03:54:39.968Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T03:54:39.968Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b", "consumerID": "cds", "timestamp": 1665114820715, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-10-07T03:54:39.972Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c6e59ea5-a3ae-41fb-9403-ad75b847d21b 2022-10-07T03:54:39.972Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId c6e59ea5-a3ae-41fb-9403-ad75b847d21b 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-10-07T03:54:39.986Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T03:54:39.986Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5eaefb4-2e90-4059-ae57-d181494b94f2", "consumerID": "policy-id", "timestamp": 1665114819129, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-07T03:54:39.986Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T03:54:40.128Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c6e59ea5-a3ae-41fb-9403-ad75b847d21b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-07T03:54:40.139Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c6e59ea5-a3ae-41fb-9403-ad75b847d21b Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10-07T03:54:40.142Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-07T03:54:40.142Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-10-07T03:54:40.142Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-10-07T03:55:10.142Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c6e59ea5-a3ae-41fb-9403-ad75b847d21b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-07T03:55:10.158Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c6e59ea5-a3ae-41fb-9403-ad75b847d21b Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10-07T03:55:10.162Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-07T03:55:10.162Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-10-07T03:55:10.162Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-10-07T03:55:39.861Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-07T03:55:39.862Z||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-10-07T03:55:39.862Z||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 aq9NtIOJ9WitpuP6) ... 2022-10-07T03:55:39.895Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T03:55:39.896Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-07T03:55:39.896Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b", "consumerID": "aai-ml", "timestamp": 1665114815307, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-07T03:55:39.897Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-07T03:55:40.162Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c6e59ea5-a3ae-41fb-9403-ad75b847d21b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-07T03:55:40.173Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c6e59ea5-a3ae-41fb-9403-ad75b847d21b Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10-07T03:55:40.176Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-07T03:55:40.176Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-10-07T03:55:40.177Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-10-07T03:56:10.177Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c6e59ea5-a3ae-41fb-9403-ad75b847d21b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-07T03:56:10.189Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c6e59ea5-a3ae-41fb-9403-ad75b847d21b Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10-07T03:56:10.193Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-07T03:56:10.193Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-10-07T03:56:10.193Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-10-07T03:56:39.860Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-07T03:56:39.861Z||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-10-07T03:56:39.861Z||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 aq9NtIOJ9WitpuP6) ... 2022-10-07T03:56:40.194Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c6e59ea5-a3ae-41fb-9403-ad75b847d21b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-07T03:56:40.204Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c6e59ea5-a3ae-41fb-9403-ad75b847d21b Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10-07T03:56:40.207Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-07T03:56:40.207Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-10-07T03:56:40.207Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-10-07T03:56:40.397Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T03:56:40.400Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-07T03:56:40.400Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b", "consumerID": "ves-openapi-manager", "timestamp": 1665114813413, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-10-07T03:56:40.403Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-07T03:56:40.403Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-07T03:56:40.403Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b", "consumerID": "multicloud-k8s-id", "timestamp": 1665114820388, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-10-07T03:56:40.403Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-07T03:56:40.403Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-07T03:56:40.403Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5eaefb4-2e90-4059-ae57-d181494b94f2", "consumerID": "cds", "timestamp": 1665114809950, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-07T03:56:40.404Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-07T03:56:40.404Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-07T03:56:40.404Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5eaefb4-2e90-4059-ae57-d181494b94f2", "consumerID": "policy-id", "timestamp": 1665114819129, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-10-07T03:56:40.404Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-07T03:56:40.404Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-07T03:56:40.404Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b", "consumerID": "aai-ml", "timestamp": 1665114815307, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-10-07T03:56:40.405Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-07T03:56:40.405Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-07T03:56:40.405Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b", "consumerID": "ves-openapi-manager", "timestamp": 1665114813413, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2022-10-07T03:56:40.405Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-07T03:56:40.405Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-07T03:56:40.405Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5eaefb4-2e90-4059-ae57-d181494b94f2", "consumerID": "multicloud-k8s-id", "timestamp": 1665114805381, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-07T03:56:40.406Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-07T03:56:40.406Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-07T03:56:40.406Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5eaefb4-2e90-4059-ae57-d181494b94f2", "consumerID": "cds", "timestamp": 1665114809950, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-07T03:56:40.406Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-07T03:56:40.406Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-07T03:56:40.407Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5eaefb4-2e90-4059-ae57-d181494b94f2", "consumerID": "policy-id", "timestamp": 1665114819129, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-07T03:56:40.407Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-07T03:56:40.407Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-07T03:56:40.407Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b", "consumerID": "aai-ml", "timestamp": 1665114815307, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-10-07T03:56:40.407Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-07T03:56:40.407Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-07T03:56:40.408Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5eaefb4-2e90-4059-ae57-d181494b94f2", "consumerID": "ves-openapi-manager", "timestamp": 1665114813413, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-07T03:56:40.408Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-07T03:56:40.408Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-07T03:56:40.408Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5eaefb4-2e90-4059-ae57-d181494b94f2", "consumerID": "multicloud-k8s-id", "timestamp": 1665114805381, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-10-07T03:56:40.408Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-07T03:56:40.408Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-07T03:56:40.409Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5eaefb4-2e90-4059-ae57-d181494b94f2", "consumerID": "cds", "timestamp": 1665114809950, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-10-07T03:56:40.409Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-07T03:56:40.409Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-07T03:56:40.409Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5eaefb4-2e90-4059-ae57-d181494b94f2", "consumerID": "policy-id", "timestamp": 1665114819129, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-10-07T03:56:40.409Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-07T03:56:40.409Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-07T03:56:40.410Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b", "consumerID": "clamp", "timestamp": 1665114823171, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-07T03:56:40.410Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-07T03:56:40.410Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-07T03:56:40.410Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b", "consumerID": "aai-ml", "timestamp": 1665114815307, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-10-07T03:56:40.410Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-07T03:56:40.410Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-07T03:56:40.411Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5eaefb4-2e90-4059-ae57-d181494b94f2", "consumerID": "ves-openapi-manager", "timestamp": 1665114813413, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-07T03:56:40.411Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-07T03:56:40.411Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-07T03:56:40.411Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5eaefb4-2e90-4059-ae57-d181494b94f2", "consumerID": "multicloud-k8s-id", "timestamp": 1665114805381, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-10-07T03:56:40.411Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-07T03:56:40.412Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-07T03:56:40.412Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5eaefb4-2e90-4059-ae57-d181494b94f2", "consumerID": "policy-id", "timestamp": 1665114819129, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-10-07T03:56:40.412Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-07T03:56:40.412Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-07T03:56:40.412Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5eaefb4-2e90-4059-ae57-d181494b94f2", "consumerID": "cds", "timestamp": 1665114809950, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-07T03:56:40.412Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-07T03:56:40.413Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-07T03:56:40.413Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b", "consumerID": "aai-ml", "timestamp": 1665114825084, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-07T03:56:40.413Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-07T03:56:40.413Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-07T03:56:40.413Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5eaefb4-2e90-4059-ae57-d181494b94f2", "consumerID": "ves-openapi-manager", "timestamp": 1665114813413, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-10-07T03:56:40.414Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-07T03:56:40.414Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-07T03:56:40.414Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5eaefb4-2e90-4059-ae57-d181494b94f2", "consumerID": "multicloud-k8s-id", "timestamp": 1665114805381, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-07T03:56:40.414Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-07T03:56:40.414Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-07T03:56:40.414Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5eaefb4-2e90-4059-ae57-d181494b94f2", "consumerID": "policy-id", "timestamp": 1665114819129, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-10-07T03:56:40.415Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-07T03:56:40.415Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-07T03:56:40.415Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5eaefb4-2e90-4059-ae57-d181494b94f2", "consumerID": "cds", "timestamp": 1665114809950, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-10-07T03:56:40.415Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-07T03:56:40.415Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-07T03:56:40.415Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b", "consumerID": "clamp", "timestamp": 1665114825178, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-10-07T03:56:40.415Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-07T03:56:40.416Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-07T03:56:40.416Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5eaefb4-2e90-4059-ae57-d181494b94f2", "consumerID": "ves-openapi-manager", "timestamp": 1665114813413, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-07T03:56:40.416Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-07T03:56:40.416Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-07T03:56:40.416Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5eaefb4-2e90-4059-ae57-d181494b94f2", "consumerID": "multicloud-k8s-id", "timestamp": 1665114805381, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-10-07T03:56:40.416Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-07T03:56:40.417Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-07T03:56:40.417Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5eaefb4-2e90-4059-ae57-d181494b94f2", "consumerID": "cds", "timestamp": 1665114809950, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-10-07T03:56:40.417Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-07T03:56:40.417Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-07T03:56:40.417Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b", "consumerID": "clamp", "timestamp": 1665114826181, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-07T03:56:40.423Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c6e59ea5-a3ae-41fb-9403-ad75b847d21b 2022-10-07T03:56:40.424Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c6e59ea5-a3ae-41fb-9403-ad75b847d21b and ComponentName clamp 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-10-07T03:56:40.434Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-07T03:56:40.434Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5eaefb4-2e90-4059-ae57-d181494b94f2", "consumerID": "policy-id", "timestamp": 1665114826869, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-07T03:56:40.434Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-07T03:56:40.434Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-07T03:56:40.434Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5eaefb4-2e90-4059-ae57-d181494b94f2", "consumerID": "ves-openapi-manager", "timestamp": 1665114813413, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-10-07T03:56:40.435Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-07T03:56:40.435Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-07T03:56:40.435Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5eaefb4-2e90-4059-ae57-d181494b94f2", "consumerID": "multicloud-k8s-id", "timestamp": 1665114805381, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-10-07T03:56:40.435Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-07T03:56:40.435Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-07T03:56:40.435Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5eaefb4-2e90-4059-ae57-d181494b94f2", "consumerID": "cds", "timestamp": 1665114809950, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-10-07T03:56:40.436Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-07T03:56:40.436Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-07T03:56:40.436Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5eaefb4-2e90-4059-ae57-d181494b94f2", "consumerID": "policy-id", "timestamp": 1665114827874, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-10-07T03:56:40.436Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-07T03:56:40.436Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-07T03:56:40.436Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5eaefb4-2e90-4059-ae57-d181494b94f2", "consumerID": "clamp", "timestamp": 1665114827187, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-07T03:56:40.437Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-07T03:56:40.437Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-07T03:56:40.437Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5eaefb4-2e90-4059-ae57-d181494b94f2", "consumerID": "ves-openapi-manager", "timestamp": 1665114813413, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-10-07T03:56:40.437Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-07T03:56:40.437Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-07T03:56:40.437Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5eaefb4-2e90-4059-ae57-d181494b94f2", "consumerID": "multicloud-k8s-id", "timestamp": 1665114805381, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-10-07T03:56:40.437Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-07T03:56:40.438Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-07T03:56:40.438Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5eaefb4-2e90-4059-ae57-d181494b94f2", "consumerID": "cds", "timestamp": 1665114828836, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-07T03:56:40.438Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-07T03:56:40.438Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-07T03:56:40.438Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5eaefb4-2e90-4059-ae57-d181494b94f2", "consumerID": "policy-id", "timestamp": 1665114828877, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-10-07T03:56:40.450Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b5eaefb4-2e90-4059-ae57-d181494b94f2 2022-10-07T03:56:40.450Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId b5eaefb4-2e90-4059-ae57-d181494b94f2 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-10-07T03:56:40.458Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-07T03:56:40.458Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5eaefb4-2e90-4059-ae57-d181494b94f2", "consumerID": "clamp", "timestamp": 1665114827187, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-10-07T03:56:40.459Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-07T03:56:40.459Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-07T03:56:40.459Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5eaefb4-2e90-4059-ae57-d181494b94f2", "consumerID": "ves-openapi-manager", "timestamp": 1665114813413, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2022-10-07T03:56:40.459Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-07T03:56:40.459Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-07T03:56:40.459Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5eaefb4-2e90-4059-ae57-d181494b94f2", "consumerID": "multicloud-k8s-id", "timestamp": 1665114828488, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-10-07T03:56:40.459Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-07T03:56:40.460Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-07T03:56:40.460Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5eaefb4-2e90-4059-ae57-d181494b94f2", "consumerID": "cds", "timestamp": 1665114829843, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-10-07T03:56:40.464Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b5eaefb4-2e90-4059-ae57-d181494b94f2 2022-10-07T03:56:40.465Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId b5eaefb4-2e90-4059-ae57-d181494b94f2 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-10-07T03:56:40.472Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-07T03:56:40.472Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5eaefb4-2e90-4059-ae57-d181494b94f2", "consumerID": "clamp", "timestamp": 1665114827187, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-10-07T03:56:40.473Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-07T03:56:40.473Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-07T03:56:40.473Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5eaefb4-2e90-4059-ae57-d181494b94f2", "consumerID": "multicloud-k8s-id", "timestamp": 1665114829538, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-10-07T03:56:40.473Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-07T03:56:40.473Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-07T03:56:40.473Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5eaefb4-2e90-4059-ae57-d181494b94f2", "consumerID": "clamp", "timestamp": 1665114827187, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-07T03:56:40.474Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-07T03:56:40.474Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-07T03:56:40.474Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5eaefb4-2e90-4059-ae57-d181494b94f2", "consumerID": "multicloud-k8s-id", "timestamp": 1665114830584, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-10-07T03:56:40.474Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-07T03:56:40.474Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-07T03:56:40.474Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5eaefb4-2e90-4059-ae57-d181494b94f2", "consumerID": "clamp", "timestamp": 1665114827187, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-10-07T03:56:40.475Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-07T03:56:40.475Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-07T03:56:40.475Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b", "consumerID": "aai-ml", "timestamp": 1665114832816, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-10-07T03:56:40.475Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-07T03:56:40.475Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-07T03:56:40.475Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5eaefb4-2e90-4059-ae57-d181494b94f2", "consumerID": "multicloud-k8s-id", "timestamp": 1665114831607, "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-10-07T03:56:40.481Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b5eaefb4-2e90-4059-ae57-d181494b94f2 2022-10-07T03:56:40.481Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId b5eaefb4-2e90-4059-ae57-d181494b94f2 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: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-10-07T03:56:40.488Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-07T03:56:40.488Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5eaefb4-2e90-4059-ae57-d181494b94f2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665114833092, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-07T03:56:40.488Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-07T03:56:40.488Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-07T03:56:40.488Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5eaefb4-2e90-4059-ae57-d181494b94f2", "consumerID": "clamp", "timestamp": 1665114827187, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-10-07T03:56:40.489Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-07T03:56:40.489Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-07T03:56:40.489Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5eaefb4-2e90-4059-ae57-d181494b94f2", "consumerID": "multicloud-k8s-id", "timestamp": 1665114832611, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-10-07T03:56:40.489Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-07T03:56:40.489Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-07T03:56:40.489Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b", "consumerID": "aai-ml", "timestamp": 1665114833820, "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-10-07T03:56:40.494Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c6e59ea5-a3ae-41fb-9403-ad75b847d21b 2022-10-07T03:56:40.494Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c6e59ea5-a3ae-41fb-9403-ad75b847d21b 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-10-07T03:56:40.501Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-07T03:56:40.502Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5eaefb4-2e90-4059-ae57-d181494b94f2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665114833092, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-07T03:56:40.502Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-07T03:56:40.502Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-07T03:56:40.502Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5eaefb4-2e90-4059-ae57-d181494b94f2", "consumerID": "clamp", "timestamp": 1665114827187, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-10-07T03:56:40.502Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-07T03:56:40.503Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-07T03:56:40.503Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5eaefb4-2e90-4059-ae57-d181494b94f2", "consumerID": "aai-ml", "timestamp": 1665114815307, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-07T03:56:40.503Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-07T03:56:40.503Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-07T03:56:40.503Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5eaefb4-2e90-4059-ae57-d181494b94f2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665114833092, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-10-07T03:56:40.503Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-07T03:56:40.504Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-07T03:56:40.504Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5eaefb4-2e90-4059-ae57-d181494b94f2", "consumerID": "aai-ml", "timestamp": 1665114815307, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-07T03:56:40.504Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-07T03:56:40.504Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-07T03:56:40.504Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5eaefb4-2e90-4059-ae57-d181494b94f2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665114833092, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-07T03:56:40.504Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-07T03:56:40.505Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-07T03:56:40.505Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5eaefb4-2e90-4059-ae57-d181494b94f2", "consumerID": "aai-ml", "timestamp": 1665114815307, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-10-07T03:56:40.505Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-07T03:56:40.505Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-07T03:56:40.505Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5eaefb4-2e90-4059-ae57-d181494b94f2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665114833092, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-10-07T03:56:40.506Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-07T03:56:40.506Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-07T03:56:40.506Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5eaefb4-2e90-4059-ae57-d181494b94f2", "consumerID": "aai-ml", "timestamp": 1665114815307, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-07T03:56:40.506Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-07T03:56:40.506Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-07T03:56:40.506Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5eaefb4-2e90-4059-ae57-d181494b94f2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665114833092, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-10-07T03:56:40.506Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-07T03:56:40.507Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-07T03:56:40.507Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5eaefb4-2e90-4059-ae57-d181494b94f2", "consumerID": "aai-ml", "timestamp": 1665114815307, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-10-07T03:56:40.507Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-07T03:56:40.507Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-07T03:56:40.507Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5eaefb4-2e90-4059-ae57-d181494b94f2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665114833092, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-10-07T03:56:40.507Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-07T03:56:40.508Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-07T03:56:40.508Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5eaefb4-2e90-4059-ae57-d181494b94f2", "consumerID": "aai-ml", "timestamp": 1665114815307, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-10-07T03:56:40.508Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-07T03:56:40.508Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-07T03:56:40.508Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5eaefb4-2e90-4059-ae57-d181494b94f2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665114840835, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-07T03:56:40.509Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-07T03:56:40.509Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-07T03:56:40.509Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5eaefb4-2e90-4059-ae57-d181494b94f2", "consumerID": "aai-ml", "timestamp": 1665114815307, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-10-07T03:56:40.509Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-07T03:56:40.509Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-07T03:56:40.510Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5eaefb4-2e90-4059-ae57-d181494b94f2", "consumerID": "aai-ml", "timestamp": 1665114841906, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-07T03:56:40.510Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-07T03:56:40.510Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-07T03:56:40.510Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5eaefb4-2e90-4059-ae57-d181494b94f2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665114843190, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-10-07T03:56:40.510Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-07T03:56:40.510Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-07T03:56:40.510Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5eaefb4-2e90-4059-ae57-d181494b94f2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665114844194, "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-10-07T03:56:40.515Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b5eaefb4-2e90-4059-ae57-d181494b94f2 2022-10-07T03:56:40.516Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId b5eaefb4-2e90-4059-ae57-d181494b94f2 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-10-07T03:56:40.524Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-07T03:56:40.524Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5eaefb4-2e90-4059-ae57-d181494b94f2", "consumerID": "clamp", "timestamp": 1665114844174, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-07T03:56:40.524Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-07T03:56:40.524Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-07T03:56:40.524Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5eaefb4-2e90-4059-ae57-d181494b94f2", "consumerID": "clamp", "timestamp": 1665114846180, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-10-07T03:56:40.525Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-07T03:56:40.525Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-07T03:56:40.525Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5eaefb4-2e90-4059-ae57-d181494b94f2", "consumerID": "clamp", "timestamp": 1665114847185, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-07T03:56:40.529Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of b5eaefb4-2e90-4059-ae57-d181494b94f2 2022-10-07T03:56:40.530Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId b5eaefb4-2e90-4059-ae57-d181494b94f2 and ComponentName clamp 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-10-07T03:56:40.538Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-07T03:56:40.538Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5eaefb4-2e90-4059-ae57-d181494b94f2", "consumerID": "aai-ml", "timestamp": 1665114850020, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-10-07T03:56:40.538Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-07T03:56:40.539Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-07T03:56:40.539Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5eaefb4-2e90-4059-ae57-d181494b94f2", "consumerID": "aai-ml", "timestamp": 1665114851029, "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-10-07T03:56:40.543Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b5eaefb4-2e90-4059-ae57-d181494b94f2 2022-10-07T03:56:40.543Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId b5eaefb4-2e90-4059-ae57-d181494b94f2 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-10-07T03:56:40.551Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-07T03:56:40.551Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "54964151-ccc5-42ca-8e10-fbc1c9207cec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665114855631, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-07T03:56:40.551Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-07T03:56:40.551Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-07T03:56:40.551Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665114856650, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-07T03:56:40.551Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-07T03:56:40.552Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-07T03:56:40.552Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665114856650, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-10-07T03:56:40.552Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-07T03:56:40.552Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-07T03:56:40.552Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665114856650, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-10-07T03:56:40.552Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-07T03:56:40.552Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-07T03:56:40.553Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665114856650, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-10-07T03:56:40.553Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-07T03:56:40.553Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-07T03:56:40.553Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665114856650, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-10-07T03:56:40.553Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-07T03:56:40.554Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-07T03:56:40.554Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665114856650, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-07T03:56:40.554Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-07T03:56:40.554Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-07T03:56:40.554Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665114856650, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-10-07T03:56:40.554Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-07T03:56:40.554Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-07T03:56:40.555Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665114856650, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-10-07T03:56:40.555Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-07T03:56:40.555Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-07T03:56:40.555Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665114856650, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-10-07T03:56:40.555Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-07T03:56:40.555Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-07T03:56:40.556Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665114866420, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-07T03:56:40.556Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-07T03:56:40.556Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-07T03:56:40.556Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665114868766, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-10-07T03:56:40.556Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-07T03:56:40.556Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-07T03:56:40.556Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665114869818, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-10-07T03:56:40.557Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-07T03:56:40.557Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-07T03:56:40.557Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665114870870, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-10-07T03:56:40.557Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-07T03:56:40.558Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-07T03:56:40.558Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665114871929, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-10-07T03:56:40.558Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-07T03:56:40.558Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-07T03:56:40.558Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665114872980, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-10-07T03:56:40.558Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-07T03:56:40.558Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-07T03:56:40.559Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665114874102, "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-10-07T03:56:40.559Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-07T03:56:40.559Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-07T03:56:40.559Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665114875106, "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-10-07T03:56:40.559Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-07T03:56:40.559Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-07T03:56:40.560Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665114876110, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-10-07T03:56:40.560Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-07T03:56:40.560Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-07T03:56:40.560Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665114877115, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-10-07T03:56:40.560Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-07T03:56:40.560Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-07T03:56:40.560Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665114878120, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-10-07T03:56:40.561Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-07T03:56:40.561Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-07T03:56:40.561Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665114879124, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-10-07T03:56:40.561Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-07T03:57:10.207Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c6e59ea5-a3ae-41fb-9403-ad75b847d21b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-07T03:57:10.220Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c6e59ea5-a3ae-41fb-9403-ad75b847d21b Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10-07T03:57:10.229Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-07T03:57:10.229Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-10-07T03:57:10.230Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-10-07T03:57:10.230Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-10-07T03:57:10.230Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-07T03:57:10.230Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-07T03:57:10.231Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-07T03:57:10.231Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-07T03:57:10.231Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-07T03:57:10.231Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-07T03:57:10.231Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|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-10-07T03:57:10.237Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-10-07T03:57:39.861Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-07T03:57:39.862Z||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-10-07T03:57:39.862Z||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 aq9NtIOJ9WitpuP6) ... 2022-10-07T03:57:40.238Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c6e59ea5-a3ae-41fb-9403-ad75b847d21b 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-10-07T03:57:40.244Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c6e59ea5-a3ae-41fb-9403-ad75b847d21b and serviceModelVersionId: 7882ce9a-ce4b-4e67-8445-90cd636c0cb2 2022-10-07T03:57:40.245Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 505bd3bb-b1d9-42c9-84cd-5fa26fdcf8cf 2022-10-07T03:57:40.246Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/505bd3bb-b1d9-42c9-84cd-5fa26fdcf8cf/model-vers/model-ver/7882ce9a-ce4b-4e67-8445-90cd636c0cb2?depth=0 2022-10-07T03:57:40.251Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2022-10-07T03:57:40.319Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/505bd3bb-b1d9-42c9-84cd-5fa26fdcf8cf/model-vers/model-ver/7882ce9a-ce4b-4e67-8445-90cd636c0cb2?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-10-07T03:57:40.322Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/505bd3bb-b1d9-42c9-84cd-5fa26fdcf8cf/model-vers/model-ver/7882ce9a-ce4b-4e67-8445-90cd636c0cb2?depth=0|INFO|500||Invoke 2022-10-07T03:57:40.349Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/505bd3bb-b1d9-42c9-84cd-5fa26fdcf8cf/model-vers/model-ver/7882ce9a-ce4b-4e67-8445-90cd636c0cb2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-10-07T03:57:40.435Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/505bd3bb-b1d9-42c9-84cd-5fa26fdcf8cf/model-vers/model-ver/7882ce9a-ce4b-4e67-8445-90cd636c0cb2?depth=0|INFO|500||InvokeReturn 2022-10-07T03:57:40.436Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/505bd3bb-b1d9-42c9-84cd-5fa26fdcf8cf/model-vers/model-ver/7882ce9a-ce4b-4e67-8445-90cd636c0cb2?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221007-03:57:41:808-38398], vertex-id=[188496], Content-Length=[0], Date=[Fri, 07 Oct 2022 03:57:41 GMT], Content-Type=[application/json]} 2022-10-07T03:57:40.437Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity. 2022-10-07T03:57:40.437Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-10-07T03:57:40.437Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|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-10-07T03:57:40.443Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|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-10-07T03:57:40.443Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c6e59ea5-a3ae-41fb-9403-ad75b847d21b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-10-07T03:57:40.444Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-10-07T03:57:40.444Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-10-07T03:57:40.446Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-07T03:57:40.446Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665115060444, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-07T03:57:40.547Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-07T03:57:40.547Z||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-10-07T03:57:40.548Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aq9NtIOJ9WitpuP6) ... 2022-10-07T03:57:40.567Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T03:57:40.568Z||pool-45-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-10-07T03:57:41.202Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T03:57:41.202Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-07T03:57:41.203Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6e59ea5-a3ae-41fb-9403-ad75b847d21b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665115060444, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-07T03:57:41.203Z||pool-2-thread-8|||||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-10-07T03:57:41.459Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-07T03:57:41.459Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"b5eaefb4-2e90-4059-ae57-d181494b94f2","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"d8a66824-ea9c-42ea-95c1-acbc3df2d75e","serviceDescription":"service","serviceInvariantUUID":"d215fa31-e56e-426d-9b78-b9b9bf7e3d64","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b4911e65-8d84-4422-aac9-8bd2db67eb5c","resourceInvariantUUID":"7c0eca9e-dae9-40f5-b7ea-b8b401b300db","resourceCustomizationUUID":"8d146c35-5c23-486d-869c-dce83601d242","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":"ZTg2MTk0YWEzMjg5MjQyNzE0MDI3NDE3NmI1OGQyZDk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a2df7a81-85a4-43f2-8442-37b146cfe041","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":"ODMyNDEyMDNkMjRhNTIxMTBmY2ExNGE0MjcwNDBlNGM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"58cccc7f-4493-40ea-b128-1e36c9373d31","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":"5eacc135-e65c-4bc6-8b20-32d387c59f5e","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":"fb3babbd-355c-407f-a207-157632068485","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":"e5b22557-0ffc-4438-a000-cd3ff5e0d97d","artifactVersion":"2","generatedFromUUID":"5eacc135-e65c-4bc6-8b20-32d387c59f5e"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NmU2NTczNDRkYzM3ZmVmYTBkOTBiZjg5YjM3NGY5ODM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"68d159d0-c779-425a-bfaf-0410e8639ce5","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"YjYyZTcyOWRmMDkyNjA4MDk2ZmIyNDk4Y2QzNTdkODA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b4f4f552-2d02-4ca8-afff-faa0c40763eb","artifactVersion":"1"}],"workloadContext":"Production"} 2022-10-07T03:57:41.460Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-07T03:57:41.460Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-10-07T03:57:41.462Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-07T03:57:41.462Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "b5eaefb4-2e90-4059-ae57-d181494b94f2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665114856650, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-07T03:57:41.562Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-07T03:57:41.563Z||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-10-07T03:57:41.563Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aq9NtIOJ9WitpuP6) ... 2022-10-07T03:57:41.582Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T03:57:41.582Z||pool-46-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-10-07T03:57:42.465Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-07T03:57:42.465Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-10-07T03:57:42.468Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-07T03:57:42.468Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "b5eaefb4-2e90-4059-ae57-d181494b94f2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665114856650, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-10-07T03:57:42.569Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-07T03:57:42.569Z||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-10-07T03:57:42.570Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aq9NtIOJ9WitpuP6) ... 2022-10-07T03:57:42.588Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T03:57:42.588Z||pool-47-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2022-10-07T03:57:43.469Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-07T03:57:43.470Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-10-07T03:57:43.472Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-07T03:57:43.472Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "b5eaefb4-2e90-4059-ae57-d181494b94f2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665114856650, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-10-07T03:57:43.572Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-07T03:57:43.573Z||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-10-07T03:57:43.573Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aq9NtIOJ9WitpuP6) ... 2022-10-07T03:57:43.591Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T03:57:43.592Z||pool-48-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2022-10-07T03:57:44.472Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-07T03:57:44.473Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-10-07T03:57:44.475Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-07T03:57:44.475Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "b5eaefb4-2e90-4059-ae57-d181494b94f2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665114856650, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-07T03:57:44.576Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-07T03:57:44.576Z||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-10-07T03:57:44.576Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aq9NtIOJ9WitpuP6) ... 2022-10-07T03:57:44.597Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T03:57:44.597Z||pool-49-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-10-07T03:57:45.476Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-07T03:57:45.477Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-10-07T03:57:45.479Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-07T03:57:45.479Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "b5eaefb4-2e90-4059-ae57-d181494b94f2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665114856650, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-10-07T03:57:45.579Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-07T03:57:45.580Z||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-10-07T03:57:45.580Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aq9NtIOJ9WitpuP6) ... 2022-10-07T03:57:45.594Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T03:57:45.595Z||pool-50-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-10-07T03:57:46.479Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-07T03:57:46.480Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-10-07T03:57:46.482Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-07T03:57:46.482Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "b5eaefb4-2e90-4059-ae57-d181494b94f2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665114856650, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-10-07T03:57:46.583Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-07T03:57:46.583Z||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-10-07T03:57:46.584Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aq9NtIOJ9WitpuP6) ... 2022-10-07T03:57:46.623Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T03:57:46.624Z||pool-51-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":1,"count":1} 2022-10-07T03:57:47.483Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-07T03:57:47.484Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-10-07T03:57:47.487Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-07T03:57:47.487Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "b5eaefb4-2e90-4059-ae57-d181494b94f2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665114856650, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-10-07T03:57:47.587Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-07T03:57:47.588Z||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-10-07T03:57:47.588Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aq9NtIOJ9WitpuP6) ... 2022-10-07T03:57:47.608Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T03:57:47.609Z||pool-52-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-10-07T03:57:48.489Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "b5eaefb4-2e90-4059-ae57-d181494b94f2", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "d8a66824-ea9c-42ea-95c1-acbc3df2d75e", "serviceDescription": "service", "serviceInvariantUUID": "d215fa31-e56e-426d-9b78-b9b9bf7e3d64", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "8d146c35-5c23-486d-869c-dce83601d242", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "b4911e65-8d84-4422-aac9-8bd2db67eb5c", "resourceInvariantUUID": "7c0eca9e-dae9-40f5-b7ea-b8b401b300db", "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": "ODMyNDEyMDNkMjRhNTIxMTBmY2ExNGE0MjcwNDBlNGM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "58cccc7f-4493-40ea-b128-1e36c9373d31", "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": "5eacc135-e65c-4bc6-8b20-32d387c59f5e", "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": "e5b22557-0ffc-4438-a000-cd3ff5e0d97d", "generatedFromUUID": "5eacc135-e65c-4bc6-8b20-32d387c59f5e" }, "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": "e5b22557-0ffc-4438-a000-cd3ff5e0d97d", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "YjYyZTcyOWRmMDkyNjA4MDk2ZmIyNDk4Y2QzNTdkODA\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b4f4f552-2d02-4ca8-afff-faa0c40763eb" } ], "workloadContext": "Production" } 2022-10-07T03:57:48.489Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-10-07T03:57:48.490Z|c6e59ea5-a3ae-41fb-9403-ad75b847d21b|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 d8a66824-ea9c-42ea-95c1-acbc3df2d75e ASDC 2022-10-07T03:57:48.490Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:b5eaefb4-2e90-4059-ae57-d181494b94f2 ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:d8a66824-ea9c-42ea-95c1-acbc3df2d75e ServiceInvariantUUID:d215fa31-e56e-426d-9b78-b9b9bf7e3d64 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:b4f4f552-2d02-4ca8-afff-faa0c40763eb ArtifactChecksum:YjYyZTcyOWRmMDkyNjA4MDk2ZmIyNDk4Y2QzNTdkODA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:8d146c35-5c23-486d-869c-dce83601d242 ResourceInvariantUUID:7c0eca9e-dae9-40f5-b7ea-b8b401b300db ResourceName:basic_vm ResourceType:VF ResourceUUID:b4911e65-8d84-4422-aac9-8bd2db67eb5c 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:58cccc7f-4493-40ea-b128-1e36c9373d31 ArtifactChecksum:ODMyNDEyMDNkMjRhNTIxMTBmY2ExNGE0MjcwNDBlNGM= 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:5eacc135-e65c-4bc6-8b20-32d387c59f5e 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:e5b22557-0ffc-4438-a000-cd3ff5e0d97d 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:e5b22557-0ffc-4438-a000-cd3ff5e0d97d ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-10-07T03:57:48.491Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d8a66824-ea9c-42ea-95c1-acbc3df2d75e 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-10-07T03:57:48.536Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-07T03:57:48.537Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-10-07T03:57:48.537Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-10-07T03:57:48.538Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: b4f4f552-2d02-4ca8-afff-faa0c40763eb from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-10-07T03:57:48.538Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-10-07T03:57:48.538Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-10-07T03:57:48.644Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-10-07T03:57:48.648Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar b4f4f552-2d02-4ca8-afff-faa0c40763eb 71068 2022-10-07T03:57:48.648Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-10-07T03:57:48.648Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-10-07T03:57:48.649Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-07T03:57:48.649Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-10-07T03:57:48.651Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-07T03:57:48.651Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "b5eaefb4-2e90-4059-ae57-d181494b94f2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665115068648, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-07T03:57:48.751Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-07T03:57:48.752Z||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-10-07T03:57:48.753Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aq9NtIOJ9WitpuP6) ... 2022-10-07T03:57:48.774Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T03:57:48.774Z||pool-53-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-10-07T03:57:49.652Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-07T03:57:49.653Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-10-07T03:57:49.654Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: b4f4f552-2d02-4ca8-afff-faa0c40763eb, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2022-10-07T03:57:49.654Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2022-10-07T03:57:49.657Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2022-10-07T03:57:49.658Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2022-10-07T03:57:49.906Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6657980122152891656/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_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 "port_ubuntu20_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided 2022-10-07T03:57:51.144Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2022-10-07T03:57:51.145Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-10-07T03:57:51.145Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-10-07T03:57:51.145Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-10-07T03:57:51.146Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-10-07T03:57:51.146Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-10-07T03:57:51.146Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|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-BasicVm-csar.csar 2022-10-07T03:57:51.146Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-10-07T03:57:51.147Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|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-BasicVm-csar.csar 2022-10-07T03:57:51.147Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||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-10-07T03:57:51.147Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|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-BasicVm-csar.csar 2022-10-07T03:57:51.147Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-10-07T03:57:51.148Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|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-BasicVm-csar.csar 2022-10-07T03:57:51.148Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-10-07T03:57:51.148Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-07T03:57:51.148Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-10-07T03:57:51.149Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-10-07T03:57:51.149Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-10-07T03:57:51.149Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-07T03:57:51.150Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-07T03:57:51.150Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-10-07T03:57:51.150Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-10-07T03:57:51.150Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-10-07T03:57:51.151Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-07T03:57:51.151Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-07T03:57:51.151Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-07T03:57:51.152Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-07T03:57:51.152Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-10-07T03:57:51.152Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-10-07T03:57:51.152Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-10-07T03:57:51.152Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-10-07T03:57:51.153Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-10-07T03:57:51.153Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-10-07T03:57:51.153Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-07T03:57:51.154Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-10-07T03:57:51.154Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-07T03:57:51.154Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-10-07T03:57:51.154Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-07T03:57:51.155Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-07T03:57:51.155Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-10-07T03:57:51.155Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-07T03:57:51.155Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-07T03:57:51.156Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-10-07T03:57:51.156Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-07T03:57:51.156Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-07T03:57:51.156Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-10-07T03:57:51.156Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-10-07T03:57:51.157Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-10-07T03:57:51.157Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=3723385f-1719-45b6-b5a5-c7a877040f1b 2022-10-07T03:57:51.157Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-07T03:57:51.157Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-10-07T03:57:51.157Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-07T03:57:51.158Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-10-07T03:57:51.158Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-07T03:57:51.158Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-07T03:57:51.158Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-07T03:57:51.158Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-07T03:57:51.159Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:d8a66824-ea9c-42ea-95c1-acbc3df2d75e Model Version:NULL Model InvariantUuid:d215fa31-e56e-426d-9b78-b9b9bf7e3d64 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:6e61e084-11bc-4e9f-9c5f-cd6e556c9b51 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:7c0eca9e-dae9-40f5-b7ea-b8b401b300db Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:8d146c35-5c23-486d-869c-dce83601d242 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:9bc6e8e5-e86a-48b9-bb65-f0da44103ea1 ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:20d36c3f-9973-47da-8fbc-239f40a3d869 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:3723385f-1719-45b6-b5a5-c7a877040f1b ModelInvariantUuid:a11b8ad7-4037-405c-b16f-948489906682 ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:64fb3f4f-9730-47dc-9ec1-488db92fa14a ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:e8794c5a-c913-46dd-94a5-debd88db1beb ModelInvariantUuid:0b2b88c9-5cde-442d-8809-cc6db8fa0e1e ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:a698d77d-6fae-43c5-8d85-193c71f3e483 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-10-07T03:57:51.164Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: b4911e65-8d84-4422-aac9-8bd2db67eb5c 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-10-07T03:57:51.167Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||INFO|500||basic_vm 0 2022-10-07T03:57:51.167Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b4911e65-8d84-4422-aac9-8bd2db67eb5c 2022-10-07T03:57:51.167Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 58cccc7f-4493-40ea-b128-1e36c9373d31 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-10-07T03:57:51.168Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-10-07T03:57:51.168Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||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-10-07T03:57:51.220Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-10-07T03:57:51.220Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 58cccc7f-4493-40ea-b128-1e36c9373d31 787 2022-10-07T03:57:51.220Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||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-10-07T03:57:51.221Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||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-10-07T03:57:51.221Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-07T03:57:51.221Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-10-07T03:57:51.223Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-07T03:57:51.223Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "b5eaefb4-2e90-4059-ae57-d181494b94f2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665115071220, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-10-07T03:57:51.323Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-07T03:57:51.324Z||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-10-07T03:57:51.324Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aq9NtIOJ9WitpuP6) ... 2022-10-07T03:57:51.340Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T03:57:51.341Z||pool-54-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-10-07T03:57:52.223Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "9bc6e8e5-e86a-48b9-bb65-f0da44103ea1", "vfModuleModelVersion": "1", "vfModuleModelUUID": "20d36c3f-9973-47da-8fbc-239f40a3d869", "vfModuleModelCustomizationUUID": "5bba8255-7480-44f7-878b-e80220eb5b70", "isBase": true, "artifacts": [ "5eacc135-e65c-4bc6-8b20-32d387c59f5e", "e5b22557-0ffc-4438-a000-cd3ff5e0d97d" ], "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-10-07T03:57:52.227Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:20d36c3f-9973-47da-8fbc-239f40a3d869 VfModuleModelInvariantUUID:9bc6e8e5-e86a-48b9-bb65-f0da44103ea1 VfModuleModelDescription:NULL Artifacts UUID List:{ 5eacc135-e65c-4bc6-8b20-32d387c59f5e , e5b22557-0ffc-4438-a000-cd3ff5e0d97d } 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-10-07T03:57:52.229Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "9bc6e8e5-e86a-48b9-bb65-f0da44103ea1", "vfModuleModelVersion": "1", "vfModuleModelUUID": "20d36c3f-9973-47da-8fbc-239f40a3d869", "vfModuleModelCustomizationUUID": "5bba8255-7480-44f7-878b-e80220eb5b70", "isBase": true, "artifacts": [ "5eacc135-e65c-4bc6-8b20-32d387c59f5e", "e5b22557-0ffc-4438-a000-cd3ff5e0d97d" ], "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-10-07T03:57:52.229Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:20d36c3f-9973-47da-8fbc-239f40a3d869 VfModuleModelInvariantUUID:9bc6e8e5-e86a-48b9-bb65-f0da44103ea1 VfModuleModelDescription:NULL Artifacts UUID List:{ 5eacc135-e65c-4bc6-8b20-32d387c59f5e , e5b22557-0ffc-4438-a000-cd3ff5e0d97d } 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-10-07T03:57:52.230Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 5eacc135-e65c-4bc6-8b20-32d387c59f5e from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-10-07T03:57:52.230Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-10-07T03:57:52.230Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||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-10-07T03:57:52.276Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-10-07T03:57:52.277Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 5eacc135-e65c-4bc6-8b20-32d387c59f5e 5033 2022-10-07T03:57:52.277Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||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-10-07T03:57:52.277Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||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-10-07T03:57:52.277Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-07T03:57:52.277Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-10-07T03:57:52.279Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-07T03:57:52.279Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "b5eaefb4-2e90-4059-ae57-d181494b94f2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665115072277, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-10-07T03:57:52.379Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-07T03:57:52.380Z||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-10-07T03:57:52.380Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aq9NtIOJ9WitpuP6) ... 2022-10-07T03:57:52.396Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T03:57:52.396Z||pool-55-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-10-07T03:57:53.280Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: e5b22557-0ffc-4438-a000-cd3ff5e0d97d from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-10-07T03:57:53.281Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-10-07T03:57:53.281Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||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-10-07T03:57:53.367Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-10-07T03:57:53.368Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env e5b22557-0ffc-4438-a000-cd3ff5e0d97d 903 2022-10-07T03:57:53.368Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||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-10-07T03:57:53.368Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||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-10-07T03:57:53.368Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-07T03:57:53.369Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-10-07T03:57:53.370Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-07T03:57:53.370Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "b5eaefb4-2e90-4059-ae57-d181494b94f2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665115073368, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-10-07T03:57:53.472Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-10-07T03:57:53.472Z||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-10-07T03:57:53.473Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aq9NtIOJ9WitpuP6) ... 2022-10-07T03:57:53.498Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T03:57:53.499Z||pool-56-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} 2022-10-07T03:57:54.371Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: d8a66824-ea9c-42ea-95c1-acbc3df2d75e 2022-10-07T03:57:54.372Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 b4911e65-8d84-4422-aac9-8bd2db67eb5c 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-10-07T03:57:54.387Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3f38cf8a, org.onap.sdc.toscaparser.api.parameters.Input@4ddc32d3, org.onap.sdc.toscaparser.api.parameters.Input@45f08f2, org.onap.sdc.toscaparser.api.parameters.Input@20605208, org.onap.sdc.toscaparser.api.parameters.Input@595d9d11] 2022-10-07T03:57:54.388Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-07T03:57:54.388Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-07T03:57:54.389Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 2022-10-07T03:57:54.389Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 8d146c35-5c23-486d-869c-dce83601d242 2022-10-07T03:57:54.389Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 8d146c35-5c23-486d-869c-dce83601d242 matches Tosca VF Customization UUID: 8d146c35-5c23-486d-869c-dce83601d242 2022-10-07T03:57:54.389Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 8d146c35-5c23-486d-869c-dce83601d242 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-10-07T03:57:54.391Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-07T03:57:54.391Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-10-07T03:57:54.392Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 8d146c35-5c23-486d-869c-dce83601d242: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\"} 2022-10-07T03:57:54.392Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2b8d1baf 2022-10-07T03:57:54.392Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-07T03:57:54.393Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-10-07T03:57:54.393Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 5bba8255-7480-44f7-878b-e80220eb5b70 2022-10-07T03:57:54.393Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 5bba8255-7480-44f7-878b-e80220eb5b70 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-10-07T03:57:54.395Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-07T03:57:54.395Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-10-07T03:57:54.395Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-07T03:57:54.396Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-07T03:57:54.396Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-10-07T03:57:54.396Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-07T03:57:54.396Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-07T03:57:54.397Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-10-07T03:57:54.397Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-10-07T03:57:54.397Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-10-07T03:57:54.397Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=3723385f-1719-45b6-b5a5-c7a877040f1b 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-10-07T03:57:54.399Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-07T03:57:54.400Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-10-07T03:57:54.400Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-07T03:57:54.400Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-07T03:57:54.400Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-10-07T03:57:54.401Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=8d146c35-5c23-486d-869c-dce83601d242 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-10-07T03:57:54.403Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-07T03:57:54.403Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-10-07T03:57:54.404Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid d8a66824-ea9c-42ea-95c1-acbc3df2d75e: basic_vm 2022-10-07T03:57:54.404Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-07T03:57:54.404Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-07T03:57:54.404Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-07T03:57:54.405Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-10-07T03:57:54.405Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-07T03:57:54.405Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-10-07T03:57:54.406Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-07T03:57:54.406Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-10-07T03:57:54.406Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-07T03:57:54.406Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-10-07T03:57:54.407Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||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-10-07T03:57:54.483Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm b4911e65-8d84-4422-aac9-8bd2db67eb5c 1 ASDC deployResourceStructure 2022-10-07T03:57:54.484Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||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-10-07T03:57:54.484Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||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-10-07T03:57:54.484Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-07T03:57:54.485Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-10-07T03:57:54.486Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-07T03:57:54.486Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "b5eaefb4-2e90-4059-ae57-d181494b94f2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665115074484, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-10-07T03:57:54.587Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-07T03:57:54.587Z||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-10-07T03:57:54.587Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aq9NtIOJ9WitpuP6) ... 2022-10-07T03:57:54.603Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T03:57:54.603Z||pool-57-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-10-07T03:57:55.487Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||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-10-07T03:57:55.488Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||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-10-07T03:57:55.488Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-07T03:57:55.488Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-10-07T03:57:55.490Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-07T03:57:55.490Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "b5eaefb4-2e90-4059-ae57-d181494b94f2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665115075487, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-10-07T03:57:55.591Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-07T03:57:55.591Z||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-10-07T03:57:55.592Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aq9NtIOJ9WitpuP6) ... 2022-10-07T03:57:55.606Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T03:57:55.607Z||pool-58-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-10-07T03:57:56.491Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||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-10-07T03:57:56.492Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||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-10-07T03:57:56.492Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-07T03:57:56.493Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-10-07T03:57:56.495Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-07T03:57:56.495Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "b5eaefb4-2e90-4059-ae57-d181494b94f2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665115076491, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-10-07T03:57:56.595Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-07T03:57:56.596Z||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-10-07T03:57:56.596Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aq9NtIOJ9WitpuP6) ... 2022-10-07T03:57:56.623Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T03:57:56.624Z||pool-59-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1} 2022-10-07T03:57:57.496Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-10-07T03:57:57.496Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-10-07T03:57:57.497Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-07T03:57:57.501Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-10-07T03:57:57.503Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-07T03:57:57.503Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "b5eaefb4-2e90-4059-ae57-d181494b94f2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665115077496, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-10-07T03:57:57.605Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-07T03:57:57.606Z||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-10-07T03:57:57.606Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aq9NtIOJ9WitpuP6) ... 2022-10-07T03:57:57.623Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T03:57:57.631Z||pool-60-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2022-10-07T03:57:58.508Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b5eaefb4-2e90-4059-ae57-d181494b94f2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-07T03:57:58.519Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b5eaefb4-2e90-4059-ae57-d181494b94f2 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10-07T03:57:58.524Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-07T03:57:58.524Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-10-07T03:57:58.524Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-10-07T03:57:58.524Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-10-07T03:57:58.524Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-07T03:57:58.524Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-07T03:57:58.524Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-07T03:57:58.524Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-07T03:57:58.524Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-07T03:57:58.524Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-07T03:57:58.525Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|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-10-07T03:57:58.529Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-10-07T03:58:28.529Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b5eaefb4-2e90-4059-ae57-d181494b94f2 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-10-07T03:58:28.536Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b5eaefb4-2e90-4059-ae57-d181494b94f2 and serviceModelVersionId: d8a66824-ea9c-42ea-95c1-acbc3df2d75e 2022-10-07T03:58:28.536Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d215fa31-e56e-426d-9b78-b9b9bf7e3d64 2022-10-07T03:58:28.537Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d215fa31-e56e-426d-9b78-b9b9bf7e3d64/model-vers/model-ver/d8a66824-ea9c-42ea-95c1-acbc3df2d75e?depth=0 2022-10-07T03:58:28.541Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2022-10-07T03:58:28.581Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d215fa31-e56e-426d-9b78-b9b9bf7e3d64/model-vers/model-ver/d8a66824-ea9c-42ea-95c1-acbc3df2d75e?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-10-07T03:58:28.583Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d215fa31-e56e-426d-9b78-b9b9bf7e3d64/model-vers/model-ver/d8a66824-ea9c-42ea-95c1-acbc3df2d75e?depth=0|INFO|500||Invoke 2022-10-07T03:58:28.602Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d215fa31-e56e-426d-9b78-b9b9bf7e3d64/model-vers/model-ver/d8a66824-ea9c-42ea-95c1-acbc3df2d75e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-10-07T03:58:28.684Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d215fa31-e56e-426d-9b78-b9b9bf7e3d64/model-vers/model-ver/d8a66824-ea9c-42ea-95c1-acbc3df2d75e?depth=0|INFO|500||InvokeReturn 2022-10-07T03:58:28.685Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d215fa31-e56e-426d-9b78-b9b9bf7e3d64/model-vers/model-ver/d8a66824-ea9c-42ea-95c1-acbc3df2d75e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221007-03:58:30:061-52834], vertex-id=[221208], Content-Length=[0], Date=[Fri, 07 Oct 2022 03:58:30 GMT], Content-Type=[application/json]} 2022-10-07T03:58:28.685Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity. 2022-10-07T03:58:28.685Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-10-07T03:58:28.685Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|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-10-07T03:58:28.692Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|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-10-07T03:58:28.692Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b5eaefb4-2e90-4059-ae57-d181494b94f2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-10-07T03:58:28.693Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-10-07T03:58:28.693Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-10-07T03:58:28.695Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-07T03:58:28.695Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "b5eaefb4-2e90-4059-ae57-d181494b94f2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665115108693, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-07T03:58:28.795Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-07T03:58:28.796Z||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-10-07T03:58:28.796Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aq9NtIOJ9WitpuP6) ... 2022-10-07T03:58:28.820Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T03:58:28.821Z||pool-61-thread-1|||||INFO|500||cambria reply ok (26 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-10-07T03:58:29.708Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-07T03:58:29.708Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|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-10-07T03:58:29.709Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|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 aq9NtIOJ9WitpuP6) ... 2022-10-07T03:58:39.860Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-07T03:58:39.861Z||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-10-07T03:58:39.861Z||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 aq9NtIOJ9WitpuP6) ... 2022-10-07T03:58:40.082Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T03:58:40.082Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-07T03:58:40.083Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|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-10-07T03:58:40.083Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|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 aq9NtIOJ9WitpuP6) ... 2022-10-07T03:58:40.518Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T03:58:40.518Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-07T03:58:40.519Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5eaefb4-2e90-4059-ae57-d181494b94f2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665114856650, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-07T03:58:40.519Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-07T03:58:40.519Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-07T03:58:40.519Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5eaefb4-2e90-4059-ae57-d181494b94f2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665114856650, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-10-07T03:58:40.519Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-07T03:58:40.519Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-07T03:58:40.520Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5eaefb4-2e90-4059-ae57-d181494b94f2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665114856650, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-10-07T03:58:40.520Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-07T03:58:40.520Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-07T03:58:40.520Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5eaefb4-2e90-4059-ae57-d181494b94f2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665114856650, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-07T03:58:40.520Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-07T03:58:40.520Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-07T03:58:40.520Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5eaefb4-2e90-4059-ae57-d181494b94f2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665114856650, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-10-07T03:58:40.520Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-07T03:58:40.520Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-07T03:58:40.520Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5eaefb4-2e90-4059-ae57-d181494b94f2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665114856650, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-10-07T03:58:40.520Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-07T03:58:40.520Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-07T03:58:40.520Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5eaefb4-2e90-4059-ae57-d181494b94f2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665114856650, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-10-07T03:58:40.521Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-07T03:58:40.521Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-07T03:58:40.521Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5eaefb4-2e90-4059-ae57-d181494b94f2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665115068648, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-07T03:58:40.521Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-07T03:58:40.521Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-07T03:58:40.521Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5eaefb4-2e90-4059-ae57-d181494b94f2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665115071220, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-10-07T03:58:40.521Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-07T03:58:40.521Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-07T03:58:40.521Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5eaefb4-2e90-4059-ae57-d181494b94f2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665115072277, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-10-07T03:58:40.521Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-07T03:58:40.521Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-07T03:58:40.522Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5eaefb4-2e90-4059-ae57-d181494b94f2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665115073368, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-10-07T03:58:40.522Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-07T03:58:40.522Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-07T03:58:40.522Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5eaefb4-2e90-4059-ae57-d181494b94f2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665115074484, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-10-07T03:58:40.522Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-07T03:58:40.522Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-07T03:58:40.522Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5eaefb4-2e90-4059-ae57-d181494b94f2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665115075487, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-10-07T03:58:40.522Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-07T03:58:40.522Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-07T03:58:40.522Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5eaefb4-2e90-4059-ae57-d181494b94f2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665115076491, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-10-07T03:58:40.522Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-07T03:58:40.522Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-07T03:58:40.523Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5eaefb4-2e90-4059-ae57-d181494b94f2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665115077496, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-10-07T03:58:40.523Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-07T03:58:40.523Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-07T03:58:40.523Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5eaefb4-2e90-4059-ae57-d181494b94f2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665115108693, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-07T03:58:40.523Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-07T03:58:49.682Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T03:58:49.683Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-07T03:58:49.683Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|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-10-07T03:58:49.684Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|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 aq9NtIOJ9WitpuP6) ... 2022-10-07T03:58:59.298Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T03:58:59.299Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-07T03:58:59.299Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|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-10-07T03:58:59.300Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|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 aq9NtIOJ9WitpuP6) ... 2022-10-07T03:59:08.862Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T03:59:08.863Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-07T03:59:08.863Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|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-10-07T03:59:08.863Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|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 aq9NtIOJ9WitpuP6) ... 2022-10-07T03:59:18.415Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T03:59:39.857Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-07T03:59:39.858Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|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-10-07T03:59:39.858Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|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 aq9NtIOJ9WitpuP6) ... 2022-10-07T03:59:39.860Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-07T03:59:39.861Z||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-10-07T03:59:39.861Z||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 aq9NtIOJ9WitpuP6) ... 2022-10-07T03:59:49.416Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T03:59:49.420Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T04:00:39.858Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-07T04:00:39.860Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-07T04:00:39.861Z||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-10-07T04:00:39.861Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|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-10-07T04:00:39.861Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|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 aq9NtIOJ9WitpuP6) ... 2022-10-07T04:00:39.861Z||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 aq9NtIOJ9WitpuP6) ... 2022-10-07T04:00:49.437Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T04:00:49.442Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T04:01:39.857Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-07T04:01:39.859Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|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-10-07T04:01:39.859Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|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 aq9NtIOJ9WitpuP6) ... 2022-10-07T04:01:39.860Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-07T04:01:39.861Z||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-10-07T04:01:39.861Z||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 aq9NtIOJ9WitpuP6) ... 2022-10-07T04:01:49.434Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T04:01:49.466Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T04:02:39.857Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-07T04:02:39.858Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|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-10-07T04:02:39.858Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|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 aq9NtIOJ9WitpuP6) ... 2022-10-07T04:02:39.860Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-07T04:02:39.861Z||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-10-07T04:02:39.861Z||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 aq9NtIOJ9WitpuP6) ... 2022-10-07T04:02:49.427Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T04:02:49.427Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T04:03:39.858Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-07T04:03:39.860Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|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-10-07T04:03:39.861Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|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 aq9NtIOJ9WitpuP6) ... 2022-10-07T04:03:39.862Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-07T04:03:39.863Z||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-10-07T04:03:39.863Z||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 aq9NtIOJ9WitpuP6) ... 2022-10-07T04:03:49.422Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T04:03:49.425Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T04:04:39.858Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-07T04:04:39.859Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|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-10-07T04:04:39.859Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|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 aq9NtIOJ9WitpuP6) ... 2022-10-07T04:04:39.860Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-07T04:04:39.861Z||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-10-07T04:04:39.861Z||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 aq9NtIOJ9WitpuP6) ... 2022-10-07T04:04:49.429Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T04:04:49.450Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T04:05:39.857Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-07T04:05:39.859Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|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-10-07T04:05:39.859Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|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 aq9NtIOJ9WitpuP6) ... 2022-10-07T04:05:39.860Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-07T04:05:39.861Z||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-10-07T04:05:39.861Z||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 aq9NtIOJ9WitpuP6) ... 2022-10-07T04:05:49.480Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T04:05:49.481Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T04:06:39.858Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-07T04:06:39.861Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-07T04:06:39.863Z||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-10-07T04:06:39.863Z||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-10-07T04:06:39.864Z||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 aq9NtIOJ9WitpuP6) ... 2022-10-07T04:06:39.864Z||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 aq9NtIOJ9WitpuP6) ... 2022-10-07T04:06:49.431Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T04:06:49.788Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T04:06:49.790Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-07T04:06:49.790Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"220dc98e-3ae1-45fa-b607-1f966f1450b6","serviceDescription":"service","serviceInvariantUUID":"158cb1be-b4de-490a-a92c-620f377cbee3","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"342805a8-485e-4e53-aa8d-0573bfafa54a","resourceInvariantUUID":"1070109b-0310-4e75-97fe-cb094095e86a","resourceCustomizationUUID":"2c440776-cea0-4b2c-8c8e-8cb1aa6a7aaf","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":"Y2FiYjhlMTM3YmU2OTE2MWRhZGNkM2U1ZjMxNzc1ODg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"06d04212-a2ac-45e6-ad2d-d321a16f8195","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":"NTAyMGJkMmI2OTUzMmM0NWU0OWYyMWYxZjI3MTliNmM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"eda7ac88-b925-4d8c-bd1f-9e4e20c5107f","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":"040ba552-2231-4708-af84-c583fb427c1c","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":"255979a1-783b-47a2-ab8b-b32e5fbaa280","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":"3e2ac0d1-7529-49a1-8488-5a64862b11e9","artifactVersion":"2","generatedFromUUID":"040ba552-2231-4708-af84-c583fb427c1c"},{"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":"ZTIxZjg1NTFlZTNkNzI1NDA2ZmFhMTAzM2IzYzEzODU\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"cb54ad2d-b7f8-4798-bdff-e85e338adb0d","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":"Mjk1NmNhNjJhOTIwZDM0YWYwMjA3MDA2MTBkMTdkYjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"02eb626a-1773-46a4-ab99-e81c5c87182b","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"YTA0MzcyZjk4NTE3Yzc5ZmNkNzhhNDgyMWZiM2YzYmE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"dce0002d-90d7-4834-a623-f26d4ae4d200","artifactVersion":"1"}],"workloadContext":"Production"} 2022-10-07T04:06:49.796Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-07T04:06:49.797Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-10-07T04:06:49.804Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-07T04:06:49.804Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665115599858, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-07T04:06:49.904Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-07T04:06:49.906Z||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-10-07T04:06:49.906Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aq9NtIOJ9WitpuP6) ... 2022-10-07T04:06:49.934Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T04:06:49.935Z||pool-62-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":10,"count":1} 2022-10-07T04:06:50.805Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-07T04:06:50.810Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-10-07T04:06:50.812Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-07T04:06:50.812Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665115599858, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-10-07T04:06:50.913Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-07T04:06:50.913Z||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-10-07T04:06:50.914Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aq9NtIOJ9WitpuP6) ... 2022-10-07T04:06:50.926Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T04:06:50.926Z||pool-63-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-10-07T04:06:51.813Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-07T04:06:51.814Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-10-07T04:06:51.817Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-07T04:06:51.818Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665115599858, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-10-07T04:06:51.918Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-07T04:06:51.919Z||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-10-07T04:06:51.919Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aq9NtIOJ9WitpuP6) ... 2022-10-07T04:06:51.938Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T04:06:51.939Z||pool-64-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1} 2022-10-07T04:06:52.819Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-07T04:06:52.820Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-10-07T04:06:52.823Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-07T04:06:52.823Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665115599858, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-07T04:06:52.923Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-07T04:06:52.924Z||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-10-07T04:06:52.924Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aq9NtIOJ9WitpuP6) ... 2022-10-07T04:06:52.946Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T04:06:52.947Z||pool-65-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-10-07T04:06:53.824Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-07T04:06:53.825Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-10-07T04:06:53.827Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-07T04:06:53.827Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665115599858, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-10-07T04:06:53.928Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-07T04:06:53.929Z||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-10-07T04:06:53.929Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aq9NtIOJ9WitpuP6) ... 2022-10-07T04:06:53.964Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T04:06:53.964Z||pool-66-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1} 2022-10-07T04:06:54.828Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-07T04:06:54.829Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-10-07T04:06:54.831Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-07T04:06:54.831Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665115599858, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-07T04:06:54.932Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-07T04:06:54.933Z||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-10-07T04:06:54.933Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aq9NtIOJ9WitpuP6) ... 2022-10-07T04:06:54.954Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T04:06:54.955Z||pool-67-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-10-07T04:06:55.832Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-07T04:06:55.832Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-10-07T04:06:55.835Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-07T04:06:55.835Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665115599858, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-07T04:06:55.935Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-07T04:06:55.936Z||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-10-07T04:06:55.936Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aq9NtIOJ9WitpuP6) ... 2022-10-07T04:06:55.970Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T04:06:55.971Z||pool-68-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1} 2022-10-07T04:06:56.835Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-07T04:06:56.836Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-10-07T04:06:56.838Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-07T04:06:56.838Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665115599858, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-10-07T04:06:56.938Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-07T04:06:56.940Z||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-10-07T04:06:56.940Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aq9NtIOJ9WitpuP6) ... 2022-10-07T04:06:56.969Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T04:06:56.970Z||pool-69-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1} 2022-10-07T04:06:57.840Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "220dc98e-3ae1-45fa-b607-1f966f1450b6", "serviceDescription": "service", "serviceInvariantUUID": "158cb1be-b4de-490a-a92c-620f377cbee3", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "2c440776-cea0-4b2c-8c8e-8cb1aa6a7aaf", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "342805a8-485e-4e53-aa8d-0573bfafa54a", "resourceInvariantUUID": "1070109b-0310-4e75-97fe-cb094095e86a", "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": "NTAyMGJkMmI2OTUzMmM0NWU0OWYyMWYxZjI3MTliNmM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "eda7ac88-b925-4d8c-bd1f-9e4e20c5107f", "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": "040ba552-2231-4708-af84-c583fb427c1c", "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": "3e2ac0d1-7529-49a1-8488-5a64862b11e9", "generatedFromUUID": "040ba552-2231-4708-af84-c583fb427c1c" }, "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": "3e2ac0d1-7529-49a1-8488-5a64862b11e9", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "YTA0MzcyZjk4NTE3Yzc5ZmNkNzhhNDgyMWZiM2YzYmE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "dce0002d-90d7-4834-a623-f26d4ae4d200" } ], "workloadContext": "Production" } 2022-10-07T04:06:57.841Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-10-07T04:06:57.841Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 220dc98e-3ae1-45fa-b607-1f966f1450b6 ASDC 2022-10-07T04:06:57.842Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:220dc98e-3ae1-45fa-b607-1f966f1450b6 ServiceInvariantUUID:158cb1be-b4de-490a-a92c-620f377cbee3 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:dce0002d-90d7-4834-a623-f26d4ae4d200 ArtifactChecksum:YTA0MzcyZjk4NTE3Yzc5ZmNkNzhhNDgyMWZiM2YzYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:2c440776-cea0-4b2c-8c8e-8cb1aa6a7aaf ResourceInvariantUUID:1070109b-0310-4e75-97fe-cb094095e86a ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:342805a8-485e-4e53-aa8d-0573bfafa54a 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:eda7ac88-b925-4d8c-bd1f-9e4e20c5107f ArtifactChecksum:NTAyMGJkMmI2OTUzMmM0NWU0OWYyMWYxZjI3MTliNmM= 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:040ba552-2231-4708-af84-c583fb427c1c 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:3e2ac0d1-7529-49a1-8488-5a64862b11e9 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:3e2ac0d1-7529-49a1-8488-5a64862b11e9 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-10-07T04:06:57.842Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 220dc98e-3ae1-45fa-b607-1f966f1450b6 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-10-07T04:06:57.885Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-07T04:06:57.887Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-10-07T04:06:57.887Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-10-07T04:06:57.887Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: dce0002d-90d7-4834-a623-f26d4ae4d200 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-10-07T04:06:57.887Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-10-07T04:06:57.888Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-10-07T04:06:58.081Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-10-07T04:06:58.085Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar dce0002d-90d7-4834-a623-f26d4ae4d200 78811 2022-10-07T04:06:58.085Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-10-07T04:06:58.085Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-10-07T04:06:58.085Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-07T04:06:58.086Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-10-07T04:06:58.089Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-07T04:06:58.089Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665115618085, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-07T04:06:58.189Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-07T04:06:58.191Z||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-10-07T04:06:58.191Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aq9NtIOJ9WitpuP6) ... 2022-10-07T04:06:58.207Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T04:06:58.208Z||pool-70-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-10-07T04:06:59.090Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-07T04:06:59.091Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-10-07T04:06:59.092Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: dce0002d-90d7-4834-a623-f26d4ae4d200, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-10-07T04:06:59.092Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2022-10-07T04:06:59.093Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-10-07T04:06:59.093Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-10-07T04:06:59.294Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16156317174017008405/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_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 "port_ubuntu20_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided 2022-10-07T04:07:00.617Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2022-10-07T04:07:00.618Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-10-07T04:07:00.618Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-10-07T04:07:00.618Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-10-07T04:07:00.618Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-10-07T04:07:00.618Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-10-07T04:07:00.618Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-10-07T04:07:00.618Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-10-07T04:07:00.618Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-10-07T04:07:00.619Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-10-07T04:07:00.619Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-10-07T04:07:00.619Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-10-07T04:07:00.619Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-10-07T04:07:00.619Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-10-07T04:07:00.619Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-07T04:07:00.619Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-10-07T04:07:00.620Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-10-07T04:07:00.620Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-10-07T04:07:00.620Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-07T04:07:00.620Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-07T04:07:00.621Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-10-07T04:07:00.621Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-10-07T04:07:00.621Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-10-07T04:07:00.621Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-07T04:07:00.621Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-07T04:07:00.622Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-07T04:07:00.622Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-07T04:07:00.622Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-10-07T04:07:00.622Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-10-07T04:07:00.622Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-10-07T04:07:00.622Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-10-07T04:07:00.623Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-10-07T04:07:00.623Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-10-07T04:07:00.623Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-07T04:07:00.623Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-10-07T04:07:00.624Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-07T04:07:00.624Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-10-07T04:07:00.624Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-07T04:07:00.625Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-07T04:07:00.625Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-10-07T04:07:00.625Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-07T04:07:00.625Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-07T04:07:00.625Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-10-07T04:07:00.626Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-07T04:07:00.626Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-07T04:07:00.626Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-10-07T04:07:00.626Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-10-07T04:07:00.627Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-10-07T04:07:00.627Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=25d2b148-27d2-4e58-9459-c1a99550c82b 2022-10-07T04:07:00.627Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-07T04:07:00.627Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-10-07T04:07:00.628Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-07T04:07:00.628Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-10-07T04:07:00.628Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-07T04:07:00.628Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-07T04:07:00.628Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-07T04:07:00.629Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-07T04:07:00.629Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:220dc98e-3ae1-45fa-b607-1f966f1450b6 Model Version:NULL Model InvariantUuid:158cb1be-b4de-490a-a92c-620f377cbee3 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:d9e70a53-33eb-40c6-8e89-7ae9401ea697 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:1070109b-0310-4e75-97fe-cb094095e86a Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:2c440776-cea0-4b2c-8c8e-8cb1aa6a7aaf NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:9b71d404-c534-49f7-a184-7718380ddfdc ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:04d146a9-9a84-4585-afee-14445a8e8e1b ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:25d2b148-27d2-4e58-9459-c1a99550c82b ModelInvariantUuid:d876c2ce-c193-4dea-b058-b84ee57c6a7a ModelName:basic_vm_macro-nodes.ubuntu20Cvfc ModelUuid:97d39cba-78b9-42b8-8c59-59eafebb22fe ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:d5174429-d7c7-4a72-95af-b65c9523bc09 ModelInvariantUuid:8b0ba7ec-0be9-484a-b65b-90767e6a1af6 ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20 ModelUuid:0aec89d5-2b1c-42d9-b39a-f6935371fbf3 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-10-07T04:07:00.638Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 342805a8-485e-4e53-aa8d-0573bfafa54a 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-10-07T04:07:00.644Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||INFO|500||basic_vm_macro 0 2022-10-07T04:07:00.645Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 342805a8-485e-4e53-aa8d-0573bfafa54a 2022-10-07T04:07:00.645Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: eda7ac88-b925-4d8c-bd1f-9e4e20c5107f from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-10-07T04:07:00.645Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-10-07T04:07:00.646Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||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-10-07T04:07:00.785Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-10-07T04:07:00.785Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json eda7ac88-b925-4d8c-bd1f-9e4e20c5107f 792 2022-10-07T04:07:00.786Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||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-10-07T04:07:00.786Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||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-10-07T04:07:00.786Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-07T04:07:00.786Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-10-07T04:07:00.788Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-07T04:07:00.788Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665115620786, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-10-07T04:07:00.888Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-07T04:07:00.889Z||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-10-07T04:07:00.889Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aq9NtIOJ9WitpuP6) ... 2022-10-07T04:07:00.912Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T04:07:00.913Z||pool-71-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-10-07T04:07:01.788Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "9b71d404-c534-49f7-a184-7718380ddfdc", "vfModuleModelVersion": "1", "vfModuleModelUUID": "04d146a9-9a84-4585-afee-14445a8e8e1b", "vfModuleModelCustomizationUUID": "abdce8e0-6e81-4762-8b68-ae91c6a5f875", "isBase": true, "artifacts": [ "040ba552-2231-4708-af84-c583fb427c1c", "3e2ac0d1-7529-49a1-8488-5a64862b11e9" ], "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-10-07T04:07:01.793Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:04d146a9-9a84-4585-afee-14445a8e8e1b VfModuleModelInvariantUUID:9b71d404-c534-49f7-a184-7718380ddfdc VfModuleModelDescription:NULL Artifacts UUID List:{ 040ba552-2231-4708-af84-c583fb427c1c , 3e2ac0d1-7529-49a1-8488-5a64862b11e9 } 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-10-07T04:07:01.794Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "9b71d404-c534-49f7-a184-7718380ddfdc", "vfModuleModelVersion": "1", "vfModuleModelUUID": "04d146a9-9a84-4585-afee-14445a8e8e1b", "vfModuleModelCustomizationUUID": "abdce8e0-6e81-4762-8b68-ae91c6a5f875", "isBase": true, "artifacts": [ "040ba552-2231-4708-af84-c583fb427c1c", "3e2ac0d1-7529-49a1-8488-5a64862b11e9" ], "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-10-07T04:07:01.795Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:04d146a9-9a84-4585-afee-14445a8e8e1b VfModuleModelInvariantUUID:9b71d404-c534-49f7-a184-7718380ddfdc VfModuleModelDescription:NULL Artifacts UUID List:{ 040ba552-2231-4708-af84-c583fb427c1c , 3e2ac0d1-7529-49a1-8488-5a64862b11e9 } 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-10-07T04:07:01.795Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 040ba552-2231-4708-af84-c583fb427c1c from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-10-07T04:07:01.795Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-10-07T04:07:01.795Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||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-10-07T04:07:01.839Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-10-07T04:07:01.839Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 040ba552-2231-4708-af84-c583fb427c1c 5033 2022-10-07T04:07:01.840Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||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-10-07T04:07:01.840Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||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-10-07T04:07:01.840Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-07T04:07:01.840Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-10-07T04:07:01.842Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-07T04:07:01.842Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665115621840, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-10-07T04:07:01.942Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-07T04:07:01.943Z||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-10-07T04:07:01.943Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aq9NtIOJ9WitpuP6) ... 2022-10-07T04:07:01.957Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T04:07:01.959Z||pool-72-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-10-07T04:07:02.843Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 3e2ac0d1-7529-49a1-8488-5a64862b11e9 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-10-07T04:07:02.843Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-10-07T04:07:02.843Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||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-10-07T04:07:02.891Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-10-07T04:07:02.891Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 3e2ac0d1-7529-49a1-8488-5a64862b11e9 903 2022-10-07T04:07:02.892Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||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-10-07T04:07:02.892Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||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-10-07T04:07:02.892Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-07T04:07:02.892Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-10-07T04:07:02.894Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-07T04:07:02.894Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665115622891, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-10-07T04:07:02.995Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-07T04:07:02.996Z||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-10-07T04:07:02.996Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aq9NtIOJ9WitpuP6) ... 2022-10-07T04:07:03.014Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T04:07:03.015Z||pool-73-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-10-07T04:07:03.895Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 220dc98e-3ae1-45fa-b607-1f966f1450b6 2022-10-07T04:07:03.896Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 342805a8-485e-4e53-aa8d-0573bfafa54a 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-10-07T04:07:03.919Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5810050e, org.onap.sdc.toscaparser.api.parameters.Input@5199084d, org.onap.sdc.toscaparser.api.parameters.Input@5efb3a55, org.onap.sdc.toscaparser.api.parameters.Input@500d36b6, org.onap.sdc.toscaparser.api.parameters.Input@8ed61cc] 2022-10-07T04:07:03.920Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-07T04:07:03.921Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-07T04:07:03.921Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 2022-10-07T04:07:03.921Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 2c440776-cea0-4b2c-8c8e-8cb1aa6a7aaf 2022-10-07T04:07:03.921Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 2c440776-cea0-4b2c-8c8e-8cb1aa6a7aaf matches Tosca VF Customization UUID: 2c440776-cea0-4b2c-8c8e-8cb1aa6a7aaf 2022-10-07T04:07:03.922Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 2c440776-cea0-4b2c-8c8e-8cb1aa6a7aaf 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-10-07T04:07:03.924Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-07T04:07:03.925Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-10-07T04:07:03.925Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 2c440776-cea0-4b2c-8c8e-8cb1aa6a7aaf: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"sdnc_model_version\":\"1.0.0\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\",\"sdnc_model_name\":\"ubuntu20\"} 2022-10-07T04:07:03.926Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2f005eee 2022-10-07T04:07:03.926Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-07T04:07:03.926Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-10-07T04:07:03.926Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : abdce8e0-6e81-4762-8b68-ae91c6a5f875 2022-10-07T04:07:03.926Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID abdce8e0-6e81-4762-8b68-ae91c6a5f875 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-10-07T04:07:03.931Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-07T04:07:03.932Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-10-07T04:07:03.932Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-07T04:07:03.932Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-07T04:07:03.932Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-10-07T04:07:03.933Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-07T04:07:03.933Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-07T04:07:03.933Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-10-07T04:07:03.933Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-10-07T04:07:03.934Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-10-07T04:07:03.934Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=25d2b148-27d2-4e58-9459-c1a99550c82b 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-10-07T04:07:03.939Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-07T04:07:03.939Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-10-07T04:07:03.939Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-07T04:07:03.940Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-07T04:07:03.940Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-10-07T04:07:03.940Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=2c440776-cea0-4b2c-8c8e-8cb1aa6a7aaf 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-10-07T04:07:03.942Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-07T04:07:03.942Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-10-07T04:07:03.943Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 220dc98e-3ae1-45fa-b607-1f966f1450b6: basic_vm_macro 2022-10-07T04:07:03.943Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-07T04:07:03.943Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-07T04:07:03.944Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-07T04:07:03.944Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-10-07T04:07:03.944Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-07T04:07:03.944Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-10-07T04:07:03.944Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-07T04:07:03.945Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-10-07T04:07:03.945Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-07T04:07:03.945Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-10-07T04:07:03.945Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||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-10-07T04:07:04.025Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 342805a8-485e-4e53-aa8d-0573bfafa54a 1 ASDC deployResourceStructure 2022-10-07T04:07:04.026Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||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-10-07T04:07:04.026Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||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-10-07T04:07:04.026Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-07T04:07:04.026Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-10-07T04:07:04.029Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-07T04:07:04.029Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665115624026, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-10-07T04:07:04.129Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-07T04:07:04.130Z||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-10-07T04:07:04.130Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aq9NtIOJ9WitpuP6) ... 2022-10-07T04:07:04.155Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T04:07:04.156Z||pool-74-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} 2022-10-07T04:07:05.031Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||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-10-07T04:07:05.031Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||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-10-07T04:07:05.032Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-07T04:07:05.032Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-10-07T04:07:05.035Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-07T04:07:05.035Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665115625031, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-10-07T04:07:05.134Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-07T04:07:05.135Z||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-10-07T04:07:05.135Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aq9NtIOJ9WitpuP6) ... 2022-10-07T04:07:05.156Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T04:07:05.156Z||pool-75-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-10-07T04:07:06.036Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||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-10-07T04:07:06.036Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||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-10-07T04:07:06.036Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-07T04:07:06.036Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-10-07T04:07:06.038Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-07T04:07:06.038Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665115626035, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-10-07T04:07:06.139Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-07T04:07:06.140Z||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-10-07T04:07:06.140Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aq9NtIOJ9WitpuP6) ... 2022-10-07T04:07:06.160Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T04:07:06.161Z||pool-76-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-10-07T04:07:07.039Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-10-07T04:07:07.040Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-10-07T04:07:07.040Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-07T04:07:07.040Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-10-07T04:07:07.042Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-07T04:07:07.042Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665115627039, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-10-07T04:07:07.142Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-07T04:07:07.143Z||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-10-07T04:07:07.143Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aq9NtIOJ9WitpuP6) ... 2022-10-07T04:07:07.160Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T04:07:07.161Z||pool-77-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-10-07T04:07:08.043Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-07T04:07:08.052Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10-07T04:07:08.054Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-07T04:07:08.054Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-10-07T04:07:08.054Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-10-07T04:07:38.055Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-07T04:07:38.068Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10-07T04:07:38.070Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-07T04:07:38.070Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-10-07T04:07:38.070Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-10-07T04:07:39.860Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-07T04:07:39.861Z||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-10-07T04:07:39.862Z||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 aq9NtIOJ9WitpuP6) ... 2022-10-07T04:07:40.043Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T04:07:40.244Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T04:07:40.244Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d", "consumerID": "clamp", "timestamp": 1665115607096, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-07T04:07:40.245Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T04:07:40.245Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T04:07:40.245Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665115599858, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-07T04:07:40.246Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T04:07:40.246Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T04:07:40.246Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d", "consumerID": "multicloud-k8s-id", "timestamp": 1665115605381, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-07T04:07:40.246Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T04:07:40.246Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T04:07:40.246Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d", "consumerID": "cds", "timestamp": 1665115604950, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-07T04:07:40.246Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T04:07:40.246Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T04:07:40.246Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d", "consumerID": "clamp", "timestamp": 1665115607096, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-10-07T04:07:40.246Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T04:07:40.246Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T04:07:40.246Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665115599858, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-10-07T04:07:40.247Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T04:07:40.247Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T04:07:40.247Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d", "consumerID": "multicloud-k8s-id", "timestamp": 1665115605381, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-10-07T04:07:40.247Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T04:07:40.247Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T04:07:40.247Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d", "consumerID": "cds", "timestamp": 1665115604950, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-07T04:07:40.247Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T04:07:40.247Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T04:07:40.247Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d", "consumerID": "clamp", "timestamp": 1665115607096, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-10-07T04:07:40.247Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T04:07:40.247Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T04:07:40.248Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665115599858, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-10-07T04:07:40.248Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T04:07:40.248Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T04:07:40.248Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d", "consumerID": "multicloud-k8s-id", "timestamp": 1665115605381, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-10-07T04:07:40.248Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T04:07:40.248Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T04:07:40.248Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d", "consumerID": "cds", "timestamp": 1665115604950, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-10-07T04:07:40.248Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T04:07:40.248Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T04:07:40.248Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665115613092, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-07T04:07:40.248Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T04:07:40.248Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T04:07:40.248Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d", "consumerID": "clamp", "timestamp": 1665115607096, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-07T04:07:40.249Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T04:07:40.249Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T04:07:40.249Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665115599858, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-07T04:07:40.249Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T04:07:40.249Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T04:07:40.249Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d", "consumerID": "multicloud-k8s-id", "timestamp": 1665115605381, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-07T04:07:40.249Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T04:07:40.249Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T04:07:40.249Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d", "consumerID": "cds", "timestamp": 1665115604950, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-07T04:07:40.249Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T04:07:40.250Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T04:07:40.250Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665115613092, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-07T04:07:40.250Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T04:07:40.250Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T04:07:40.250Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d", "consumerID": "ves-openapi-manager", "timestamp": 1665115613413, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-07T04:07:40.250Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T04:07:40.250Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T04:07:40.250Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665115599858, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-10-07T04:07:40.250Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T04:07:40.250Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T04:07:40.250Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d", "consumerID": "clamp", "timestamp": 1665115607096, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-10-07T04:07:40.250Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T04:07:40.250Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T04:07:40.250Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d", "consumerID": "multicloud-k8s-id", "timestamp": 1665115605381, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-10-07T04:07:40.251Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T04:07:40.251Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T04:07:40.251Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d", "consumerID": "cds", "timestamp": 1665115604950, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-10-07T04:07:40.251Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T04:07:40.251Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T04:07:40.251Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665115613092, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-10-07T04:07:40.251Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T04:07:40.251Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T04:07:40.251Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d", "consumerID": "ves-openapi-manager", "timestamp": 1665115613413, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-07T04:07:40.251Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T04:07:40.251Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T04:07:40.252Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d", "consumerID": "clamp", "timestamp": 1665115607096, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-07T04:07:40.252Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T04:07:40.252Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T04:07:40.252Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665115599858, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-07T04:07:40.252Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T04:07:40.252Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T04:07:40.252Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d", "consumerID": "multicloud-k8s-id", "timestamp": 1665115605381, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-07T04:07:40.252Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T04:07:40.252Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T04:07:40.252Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d", "consumerID": "cds", "timestamp": 1665115604950, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-07T04:07:40.252Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T04:07:40.252Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T04:07:40.253Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665115613092, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-07T04:07:40.253Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T04:07:40.253Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T04:07:40.253Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d", "consumerID": "ves-openapi-manager", "timestamp": 1665115613413, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-10-07T04:07:40.253Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T04:07:40.253Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T04:07:40.253Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d", "consumerID": "clamp", "timestamp": 1665115607096, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-07T04:07:40.253Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T04:07:40.253Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T04:07:40.253Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665115599858, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-07T04:07:40.254Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T04:07:40.254Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T04:07:40.254Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d", "consumerID": "multicloud-k8s-id", "timestamp": 1665115605381, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-07T04:07:40.254Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T04:07:40.254Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T04:07:40.254Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d", "consumerID": "cds", "timestamp": 1665115604950, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-07T04:07:40.254Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T04:07:40.254Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T04:07:40.254Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665115613092, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-10-07T04:07:40.254Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T04:07:40.254Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T04:07:40.254Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d", "consumerID": "ves-openapi-manager", "timestamp": 1665115613413, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-07T04:07:40.255Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T04:07:40.255Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T04:07:40.255Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665115599858, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-10-07T04:07:40.255Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T04:07:40.255Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T04:07:40.255Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d", "consumerID": "clamp", "timestamp": 1665115607096, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-10-07T04:07:40.255Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T04:07:40.255Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T04:07:40.255Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d", "consumerID": "multicloud-k8s-id", "timestamp": 1665115605381, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-10-07T04:07:40.255Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T04:07:40.255Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T04:07:40.256Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d", "consumerID": "cds", "timestamp": 1665115604950, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-10-07T04:07:40.256Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T04:07:40.256Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T04:07:40.256Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665115613092, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-07T04:07:40.256Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T04:07:40.256Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T04:07:40.256Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d", "consumerID": "ves-openapi-manager", "timestamp": 1665115613413, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-10-07T04:07:40.256Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T04:07:40.256Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T04:07:40.256Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665115618085, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-07T04:07:40.256Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-07T04:07:40.257Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T04:07:40.257Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d", "consumerID": "multicloud-k8s-id", "timestamp": 1665115618084, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-10-07T04:07:40.257Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-07T04:07:40.257Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T04:07:40.257Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d", "consumerID": "cds", "timestamp": 1665115619269, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-07T04:07:40.257Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-07T04:07:40.257Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T04:07:40.257Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665115613092, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-07T04:07:40.257Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T04:07:40.257Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T04:07:40.257Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d", "consumerID": "ves-openapi-manager", "timestamp": 1665115613413, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-07T04:07:40.257Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T04:07:40.258Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T04:07:40.258Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d", "consumerID": "policy-id", "timestamp": 1665115619129, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-07T04:07:40.258Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T04:07:40.258Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T04:07:40.258Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d", "consumerID": "multicloud-k8s-id", "timestamp": 1665115619195, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-10-07T04:07:40.258Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-07T04:07:40.258Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T04:07:40.258Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665115613092, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-10-07T04:07:40.258Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T04:07:40.258Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T04:07:40.258Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d", "consumerID": "ves-openapi-manager", "timestamp": 1665115613413, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-07T04:07:40.259Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T04:07:40.259Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T04:07:40.259Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d", "consumerID": "policy-id", "timestamp": 1665115619129, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-07T04:07:40.259Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T04:07:40.259Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T04:07:40.259Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d", "consumerID": "multicloud-k8s-id", "timestamp": 1665115620278, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-10-07T04:07:40.259Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-07T04:07:40.259Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T04:07:40.259Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d", "consumerID": "ves-openapi-manager", "timestamp": 1665115613413, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-10-07T04:07:40.259Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T04:07:40.259Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T04:07:40.259Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665115621872, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-07T04:07:40.260Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-07T04:07:40.260Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T04:07:40.260Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d", "consumerID": "policy-id", "timestamp": 1665115619129, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-10-07T04:07:40.260Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T04:07:40.260Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T04:07:40.260Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665115620786, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-10-07T04:07:40.260Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-07T04:07:40.260Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T04:07:40.260Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d", "consumerID": "cds", "timestamp": 1665115621979, "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-10-07T04:07:40.267Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d 2022-10-07T04:07:40.267Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d 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-10-07T04:07:40.279Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T04:07:40.279Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d", "consumerID": "multicloud-k8s-id", "timestamp": 1665115621319, "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-10-07T04:07:40.284Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d 2022-10-07T04:07:40.284Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d 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-10-07T04:07:40.293Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T04:07:40.293Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bb4b9e6-4b9c-426f-9a96-b8dd641ef206", "consumerID": "ves-openapi-manager", "timestamp": 1665115613413, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-07T04:07:40.293Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T04:07:40.293Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T04:07:40.293Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d", "consumerID": "policy-id", "timestamp": 1665115619129, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-07T04:07:40.293Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T04:07:40.294Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T04:07:40.294Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665115621840, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-10-07T04:07:40.294Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-07T04:07:40.294Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T04:07:40.294Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d", "consumerID": "multicloud-k8s-id", "timestamp": 1665115622325, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-10-07T04:07:40.294Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-07T04:07:40.294Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T04:07:40.294Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bb4b9e6-4b9c-426f-9a96-b8dd641ef206", "consumerID": "ves-openapi-manager", "timestamp": 1665115613413, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-07T04:07:40.294Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T04:07:40.294Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T04:07:40.294Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bb4b9e6-4b9c-426f-9a96-b8dd641ef206", "consumerID": "cds", "timestamp": 1665115622982, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-07T04:07:40.295Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T04:07:40.295Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T04:07:40.295Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d", "consumerID": "policy-id", "timestamp": 1665115619129, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-10-07T04:07:40.295Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T04:07:40.295Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T04:07:40.295Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665115624282, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-10-07T04:07:40.295Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-07T04:07:40.295Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T04:07:40.295Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665115622891, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-10-07T04:07:40.295Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-07T04:07:40.295Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T04:07:40.295Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bb4b9e6-4b9c-426f-9a96-b8dd641ef206", "consumerID": "ves-openapi-manager", "timestamp": 1665115613413, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-10-07T04:07:40.296Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T04:07:40.296Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T04:07:40.296Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bb4b9e6-4b9c-426f-9a96-b8dd641ef206", "consumerID": "cds", "timestamp": 1665115622982, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-07T04:07:40.296Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T04:07:40.296Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T04:07:40.296Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d", "consumerID": "policy-id", "timestamp": 1665115619129, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-07T04:07:40.296Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T04:07:40.296Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T04:07:40.296Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665115625286, "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-10-07T04:07:40.301Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d 2022-10-07T04:07:40.301Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d 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-10-07T04:07:40.308Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T04:07:40.308Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665115624026, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-10-07T04:07:40.308Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-07T04:07:40.309Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T04:07:40.309Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bb4b9e6-4b9c-426f-9a96-b8dd641ef206", "consumerID": "ves-openapi-manager", "timestamp": 1665115613413, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-07T04:07:40.309Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T04:07:40.309Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T04:07:40.309Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bb4b9e6-4b9c-426f-9a96-b8dd641ef206", "consumerID": "cds", "timestamp": 1665115622982, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-10-07T04:07:40.309Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T04:07:40.309Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T04:07:40.309Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d", "consumerID": "policy-id", "timestamp": 1665115619129, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-07T04:07:40.309Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T04:07:40.309Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T04:07:40.310Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d", "consumerID": "aai-ml", "timestamp": 1665115625308, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-07T04:07:40.310Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T04:07:40.310Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T04:07:40.310Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d", "consumerID": "clamp", "timestamp": 1665115625298, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-07T04:07:40.310Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-07T04:07:40.310Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T04:07:40.310Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665115625031, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-10-07T04:07:40.310Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-07T04:07:40.310Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T04:07:40.311Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bb4b9e6-4b9c-426f-9a96-b8dd641ef206", "consumerID": "ves-openapi-manager", "timestamp": 1665115613413, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-10-07T04:07:40.311Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T04:07:40.311Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T04:07:40.311Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bb4b9e6-4b9c-426f-9a96-b8dd641ef206", "consumerID": "cds", "timestamp": 1665115622982, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-07T04:07:40.311Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T04:07:40.311Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T04:07:40.311Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d", "consumerID": "policy-id", "timestamp": 1665115619129, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-10-07T04:07:40.311Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T04:07:40.311Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T04:07:40.311Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d", "consumerID": "aai-ml", "timestamp": 1665115625308, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-07T04:07:40.311Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T04:07:40.311Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T04:07:40.312Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665115626035, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-10-07T04:07:40.312Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-07T04:07:40.312Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T04:07:40.312Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bb4b9e6-4b9c-426f-9a96-b8dd641ef206", "consumerID": "multicloud-k8s-id", "timestamp": 1665115625381, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-07T04:07:40.312Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T04:07:40.312Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T04:07:40.312Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bb4b9e6-4b9c-426f-9a96-b8dd641ef206", "consumerID": "ves-openapi-manager", "timestamp": 1665115613413, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-10-07T04:07:40.312Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T04:07:40.312Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T04:07:40.312Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bb4b9e6-4b9c-426f-9a96-b8dd641ef206", "consumerID": "cds", "timestamp": 1665115622982, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-10-07T04:07:40.313Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T04:07:40.313Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T04:07:40.313Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d", "consumerID": "policy-id", "timestamp": 1665115627883, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-07T04:07:40.313Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-07T04:07:40.313Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T04:07:40.313Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d", "consumerID": "aai-ml", "timestamp": 1665115625308, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-10-07T04:07:40.313Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T04:07:40.313Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T04:07:40.313Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665115627039, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-10-07T04:07:40.313Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-07T04:07:40.314Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T04:07:40.314Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bb4b9e6-4b9c-426f-9a96-b8dd641ef206", "consumerID": "multicloud-k8s-id", "timestamp": 1665115625381, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-10-07T04:07:40.314Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T04:07:40.314Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T04:07:40.314Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bb4b9e6-4b9c-426f-9a96-b8dd641ef206", "consumerID": "ves-openapi-manager", "timestamp": 1665115613413, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-10-07T04:07:40.314Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T04:07:40.314Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T04:07:40.314Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bb4b9e6-4b9c-426f-9a96-b8dd641ef206", "consumerID": "cds", "timestamp": 1665115622982, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-10-07T04:07:40.314Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T04:07:40.315Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T04:07:40.315Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d", "consumerID": "policy-id", "timestamp": 1665115628888, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-10-07T04:07:40.315Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-07T04:07:40.315Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T04:07:40.315Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d", "consumerID": "aai-ml", "timestamp": 1665115625308, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-07T04:07:40.315Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T04:07:40.315Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T04:07:40.315Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d", "consumerID": "clamp", "timestamp": 1665115628301, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-10-07T04:07:40.315Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-07T04:07:40.315Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T04:07:40.315Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bb4b9e6-4b9c-426f-9a96-b8dd641ef206", "consumerID": "multicloud-k8s-id", "timestamp": 1665115625381, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-10-07T04:07:40.316Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T04:07:40.316Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T04:07:40.316Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bb4b9e6-4b9c-426f-9a96-b8dd641ef206", "consumerID": "ves-openapi-manager", "timestamp": 1665115613413, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-07T04:07:40.316Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T04:07:40.316Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T04:07:40.316Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bb4b9e6-4b9c-426f-9a96-b8dd641ef206", "consumerID": "cds", "timestamp": 1665115622982, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-10-07T04:07:40.316Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T04:07:40.316Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T04:07:40.316Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d", "consumerID": "policy-id", "timestamp": 1665115629892, "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-10-07T04:07:40.321Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d 2022-10-07T04:07:40.321Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d 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: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-10-07T04:07:40.327Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T04:07:40.327Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d", "consumerID": "aai-ml", "timestamp": 1665115625308, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-10-07T04:07:40.327Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T04:07:40.327Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T04:07:40.327Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d", "consumerID": "clamp", "timestamp": 1665115629309, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-07T04:07:40.331Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d 2022-10-07T04:07:40.331Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d and ComponentName clamp 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-10-07T04:07:40.338Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T04:07:40.339Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bb4b9e6-4b9c-426f-9a96-b8dd641ef206", "consumerID": "multicloud-k8s-id", "timestamp": 1665115625381, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-07T04:07:40.339Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T04:07:40.339Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T04:07:40.339Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bb4b9e6-4b9c-426f-9a96-b8dd641ef206", "consumerID": "ves-openapi-manager", "timestamp": 1665115613413, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-07T04:07:40.339Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T04:07:40.339Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T04:07:40.339Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bb4b9e6-4b9c-426f-9a96-b8dd641ef206", "consumerID": "cds", "timestamp": 1665115622982, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-07T04:07:40.339Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T04:07:40.339Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T04:07:40.340Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bb4b9e6-4b9c-426f-9a96-b8dd641ef206", "consumerID": "policy-id", "timestamp": 1665115619129, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-07T04:07:40.340Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T04:07:40.340Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T04:07:40.340Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d", "consumerID": "aai-ml", "timestamp": 1665115625308, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-07T04:07:40.340Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T04:07:40.340Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T04:07:40.340Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bb4b9e6-4b9c-426f-9a96-b8dd641ef206", "consumerID": "multicloud-k8s-id", "timestamp": 1665115625381, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-10-07T04:07:40.340Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T04:07:40.340Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T04:07:40.340Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bb4b9e6-4b9c-426f-9a96-b8dd641ef206", "consumerID": "ves-openapi-manager", "timestamp": 1665115613413, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-10-07T04:07:40.340Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T04:07:40.340Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T04:07:40.340Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bb4b9e6-4b9c-426f-9a96-b8dd641ef206", "consumerID": "cds", "timestamp": 1665115622982, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-07T04:07:40.341Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T04:07:40.341Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T04:07:40.341Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bb4b9e6-4b9c-426f-9a96-b8dd641ef206", "consumerID": "policy-id", "timestamp": 1665115619129, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-07T04:07:40.341Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T04:07:40.341Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T04:07:40.341Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d", "consumerID": "aai-ml", "timestamp": 1665115625308, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-07T04:07:40.341Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T04:07:40.341Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T04:07:40.341Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bb4b9e6-4b9c-426f-9a96-b8dd641ef206", "consumerID": "multicloud-k8s-id", "timestamp": 1665115625381, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-10-07T04:07:40.341Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T04:07:40.341Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T04:07:40.341Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bb4b9e6-4b9c-426f-9a96-b8dd641ef206", "consumerID": "cds", "timestamp": 1665115622982, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-10-07T04:07:40.342Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T04:07:40.342Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T04:07:40.342Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bb4b9e6-4b9c-426f-9a96-b8dd641ef206", "consumerID": "policy-id", "timestamp": 1665115619129, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-10-07T04:07:40.342Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T04:07:40.342Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T04:07:40.342Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d", "consumerID": "aai-ml", "timestamp": 1665115625308, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-10-07T04:07:40.342Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T04:07:40.342Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T04:07:40.342Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bb4b9e6-4b9c-426f-9a96-b8dd641ef206", "consumerID": "multicloud-k8s-id", "timestamp": 1665115625381, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-10-07T04:07:40.342Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T04:07:40.342Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T04:07:40.342Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bb4b9e6-4b9c-426f-9a96-b8dd641ef206", "consumerID": "cds", "timestamp": 1665115633778, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-07T04:07:40.343Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-07T04:07:40.343Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T04:07:40.343Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bb4b9e6-4b9c-426f-9a96-b8dd641ef206", "consumerID": "policy-id", "timestamp": 1665115619129, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-07T04:07:40.343Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T04:07:40.343Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T04:07:40.343Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d", "consumerID": "aai-ml", "timestamp": 1665115634083, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-07T04:07:40.343Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-07T04:07:40.343Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T04:07:40.343Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bb4b9e6-4b9c-426f-9a96-b8dd641ef206", "consumerID": "multicloud-k8s-id", "timestamp": 1665115625381, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-07T04:07:40.343Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T04:07:40.343Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T04:07:40.344Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bb4b9e6-4b9c-426f-9a96-b8dd641ef206", "consumerID": "policy-id", "timestamp": 1665115619129, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-10-07T04:07:40.344Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T04:07:40.344Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T04:07:40.344Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bb4b9e6-4b9c-426f-9a96-b8dd641ef206", "consumerID": "cds", "timestamp": 1665115635076, "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-10-07T04:07:40.356Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8bb4b9e6-4b9c-426f-9a96-b8dd641ef206 2022-10-07T04:07:40.356Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8bb4b9e6-4b9c-426f-9a96-b8dd641ef206 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-10-07T04:07:40.363Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T04:07:40.364Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bb4b9e6-4b9c-426f-9a96-b8dd641ef206", "consumerID": "multicloud-k8s-id", "timestamp": 1665115625381, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-07T04:07:40.364Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T04:07:40.364Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T04:07:40.364Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bb4b9e6-4b9c-426f-9a96-b8dd641ef206", "consumerID": "policy-id", "timestamp": 1665115619129, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-10-07T04:07:40.364Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T04:07:40.364Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T04:07:40.364Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bb4b9e6-4b9c-426f-9a96-b8dd641ef206", "consumerID": "multicloud-k8s-id", "timestamp": 1665115625381, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-10-07T04:07:40.364Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T04:07:40.364Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T04:07:40.364Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bb4b9e6-4b9c-426f-9a96-b8dd641ef206", "consumerID": "policy-id", "timestamp": 1665115619129, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-10-07T04:07:40.365Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T04:07:40.365Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T04:07:40.365Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bb4b9e6-4b9c-426f-9a96-b8dd641ef206", "consumerID": "multicloud-k8s-id", "timestamp": 1665115636129, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-10-07T04:07:40.365Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-07T04:07:40.365Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T04:07:40.365Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bb4b9e6-4b9c-426f-9a96-b8dd641ef206", "consumerID": "policy-id", "timestamp": 1665115619129, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-07T04:07:40.365Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T04:07:40.365Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T04:07:40.365Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bb4b9e6-4b9c-426f-9a96-b8dd641ef206", "consumerID": "multicloud-k8s-id", "timestamp": 1665115637190, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-10-07T04:07:40.365Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-07T04:07:40.366Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T04:07:40.366Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bb4b9e6-4b9c-426f-9a96-b8dd641ef206", "consumerID": "clamp", "timestamp": 1665115637096, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-07T04:07:40.366Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T04:07:40.366Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T04:07:40.366Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bb4b9e6-4b9c-426f-9a96-b8dd641ef206", "consumerID": "policy-id", "timestamp": 1665115619129, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-07T04:07:40.366Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T04:07:40.366Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T04:07:40.366Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bb4b9e6-4b9c-426f-9a96-b8dd641ef206", "consumerID": "clamp", "timestamp": 1665115637096, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-10-07T04:07:40.366Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T04:07:40.366Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T04:07:40.366Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bb4b9e6-4b9c-426f-9a96-b8dd641ef206", "consumerID": "multicloud-k8s-id", "timestamp": 1665115638238, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-10-07T04:07:40.366Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-07T04:07:40.366Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T04:07:40.366Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bb4b9e6-4b9c-426f-9a96-b8dd641ef206", "consumerID": "policy-id", "timestamp": 1665115619129, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-10-07T04:07:40.367Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T04:07:40.367Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T04:07:40.367Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bb4b9e6-4b9c-426f-9a96-b8dd641ef206", "consumerID": "clamp", "timestamp": 1665115637096, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-10-07T04:07:40.367Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T04:07:40.367Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T04:07:40.367Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bb4b9e6-4b9c-426f-9a96-b8dd641ef206", "consumerID": "multicloud-k8s-id", "timestamp": 1665115639300, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-10-07T04:07:40.367Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-07T04:07:40.367Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T04:07:40.367Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bb4b9e6-4b9c-426f-9a96-b8dd641ef206", "consumerID": "policy-id", "timestamp": 1665115640991, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-07T04:07:40.367Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-07T04:07:40.367Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T04:07:40.368Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bb4b9e6-4b9c-426f-9a96-b8dd641ef206", "consumerID": "clamp", "timestamp": 1665115637096, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-07T04:07:40.368Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T04:07:40.368Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T04:07:40.368Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bb4b9e6-4b9c-426f-9a96-b8dd641ef206", "consumerID": "multicloud-k8s-id", "timestamp": 1665115640392, "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-10-07T04:07:40.372Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8bb4b9e6-4b9c-426f-9a96-b8dd641ef206 2022-10-07T04:07:40.372Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8bb4b9e6-4b9c-426f-9a96-b8dd641ef206 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-10-07T04:07:40.378Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T04:07:40.378Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bb4b9e6-4b9c-426f-9a96-b8dd641ef206", "consumerID": "policy-id", "timestamp": 1665115641996, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-10-07T04:07:40.379Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-07T04:07:40.379Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T04:07:40.379Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d", "consumerID": "aai-ml", "timestamp": 1665115642236, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-10-07T04:07:40.379Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-07T04:07:40.379Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T04:07:40.379Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bb4b9e6-4b9c-426f-9a96-b8dd641ef206", "consumerID": "clamp", "timestamp": 1665115637096, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-10-07T04:07:40.379Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T04:07:40.379Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T04:07:40.379Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bb4b9e6-4b9c-426f-9a96-b8dd641ef206", "consumerID": "multicloud-k8s-id", "timestamp": 1665115641395, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-10-07T04:07:40.379Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-07T04:07:40.380Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T04:07:40.380Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bb4b9e6-4b9c-426f-9a96-b8dd641ef206", "consumerID": "policy-id", "timestamp": 1665115642999, "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-10-07T04:07:40.383Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8bb4b9e6-4b9c-426f-9a96-b8dd641ef206 2022-10-07T04:07:40.384Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8bb4b9e6-4b9c-426f-9a96-b8dd641ef206 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: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-10-07T04:07:40.389Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T04:07:40.390Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d", "consumerID": "aai-ml", "timestamp": 1665115643239, "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-10-07T04:07:40.393Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d 2022-10-07T04:07:40.394Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d 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-10-07T04:07:40.402Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T04:07:40.402Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bb4b9e6-4b9c-426f-9a96-b8dd641ef206", "consumerID": "clamp", "timestamp": 1665115637096, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-10-07T04:07:40.402Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T04:07:40.402Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T04:07:40.402Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bb4b9e6-4b9c-426f-9a96-b8dd641ef206", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665115643092, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-07T04:07:40.402Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T04:07:40.402Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T04:07:40.403Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bb4b9e6-4b9c-426f-9a96-b8dd641ef206", "consumerID": "aai-ml", "timestamp": 1665115625308, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-07T04:07:40.403Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T04:07:40.403Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T04:07:40.403Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bb4b9e6-4b9c-426f-9a96-b8dd641ef206", "consumerID": "clamp", "timestamp": 1665115637096, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-10-07T04:07:40.403Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T04:07:40.403Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T04:07:40.403Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bb4b9e6-4b9c-426f-9a96-b8dd641ef206", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665115643092, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-07T04:07:40.403Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T04:07:40.403Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T04:07:40.403Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bb4b9e6-4b9c-426f-9a96-b8dd641ef206", "consumerID": "aai-ml", "timestamp": 1665115625308, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-07T04:07:40.403Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T04:07:40.403Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T04:07:40.404Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bb4b9e6-4b9c-426f-9a96-b8dd641ef206", "consumerID": "clamp", "timestamp": 1665115637096, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-07T04:07:40.404Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T04:07:40.404Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T04:07:40.404Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bb4b9e6-4b9c-426f-9a96-b8dd641ef206", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665115643092, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-10-07T04:07:40.404Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T04:07:40.404Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T04:07:40.404Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bb4b9e6-4b9c-426f-9a96-b8dd641ef206", "consumerID": "aai-ml", "timestamp": 1665115625308, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-10-07T04:07:40.404Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T04:07:40.404Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T04:07:40.404Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bb4b9e6-4b9c-426f-9a96-b8dd641ef206", "consumerID": "clamp", "timestamp": 1665115637096, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-07T04:07:40.404Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T04:07:40.404Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T04:07:40.404Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bb4b9e6-4b9c-426f-9a96-b8dd641ef206", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665115643092, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-07T04:07:40.405Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T04:07:40.405Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T04:07:40.405Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bb4b9e6-4b9c-426f-9a96-b8dd641ef206", "consumerID": "aai-ml", "timestamp": 1665115625308, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-07T04:07:40.405Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T04:07:40.405Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T04:07:40.405Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bb4b9e6-4b9c-426f-9a96-b8dd641ef206", "consumerID": "clamp", "timestamp": 1665115637096, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-10-07T04:07:40.405Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T04:07:40.405Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T04:07:40.405Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bb4b9e6-4b9c-426f-9a96-b8dd641ef206", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665115643092, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-10-07T04:07:40.405Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T04:07:40.405Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T04:07:40.405Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bb4b9e6-4b9c-426f-9a96-b8dd641ef206", "consumerID": "aai-ml", "timestamp": 1665115625308, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-10-07T04:07:40.405Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T04:07:40.405Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T04:07:40.406Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bb4b9e6-4b9c-426f-9a96-b8dd641ef206", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665115643092, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-10-07T04:07:40.406Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T04:07:40.406Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T04:07:40.406Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bb4b9e6-4b9c-426f-9a96-b8dd641ef206", "consumerID": "aai-ml", "timestamp": 1665115625308, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-10-07T04:07:40.406Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T04:07:40.406Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T04:07:40.406Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bb4b9e6-4b9c-426f-9a96-b8dd641ef206", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665115643092, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-10-07T04:07:40.406Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T04:07:40.406Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T04:07:40.406Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bb4b9e6-4b9c-426f-9a96-b8dd641ef206", "consumerID": "aai-ml", "timestamp": 1665115625308, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-10-07T04:07:40.406Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T04:07:40.406Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T04:07:40.406Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bb4b9e6-4b9c-426f-9a96-b8dd641ef206", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665115643092, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-07T04:07:40.407Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T04:07:40.407Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T04:07:40.407Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bb4b9e6-4b9c-426f-9a96-b8dd641ef206", "consumerID": "aai-ml", "timestamp": 1665115625308, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-07T04:07:40.407Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T04:07:40.407Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T04:07:40.407Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bb4b9e6-4b9c-426f-9a96-b8dd641ef206", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665115643092, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-07T04:07:40.407Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T04:07:40.407Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T04:07:40.407Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bb4b9e6-4b9c-426f-9a96-b8dd641ef206", "consumerID": "aai-ml", "timestamp": 1665115625308, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-07T04:07:40.407Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T04:07:40.407Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T04:07:40.407Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bb4b9e6-4b9c-426f-9a96-b8dd641ef206", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665115643092, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-10-07T04:07:40.408Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T04:07:40.408Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T04:07:40.408Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bb4b9e6-4b9c-426f-9a96-b8dd641ef206", "consumerID": "aai-ml", "timestamp": 1665115625308, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-10-07T04:07:40.408Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T04:07:40.408Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T04:07:40.408Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bb4b9e6-4b9c-426f-9a96-b8dd641ef206", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665115653861, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-07T04:07:40.408Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-07T04:07:40.408Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T04:07:40.408Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bb4b9e6-4b9c-426f-9a96-b8dd641ef206", "consumerID": "aai-ml", "timestamp": 1665115654338, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-07T04:07:40.408Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-07T04:07:40.408Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T04:07:40.408Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bb4b9e6-4b9c-426f-9a96-b8dd641ef206", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665115656119, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-10-07T04:07:40.408Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-07T04:07:40.408Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T04:07:40.409Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bb4b9e6-4b9c-426f-9a96-b8dd641ef206", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665115657123, "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-10-07T04:07:40.416Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8bb4b9e6-4b9c-426f-9a96-b8dd641ef206 2022-10-07T04:07:40.417Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8bb4b9e6-4b9c-426f-9a96-b8dd641ef206 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-10-07T04:07:40.428Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T04:07:40.428Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bb4b9e6-4b9c-426f-9a96-b8dd641ef206", "consumerID": "clamp", "timestamp": 1665115656306, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-07T04:07:40.428Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-07T04:07:40.428Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T04:07:40.428Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "20c0a34d-0591-4c2a-9182-645035a6196e", "consumerID": "ves-openapi-manager", "timestamp": 1665115653413, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-07T04:07:40.428Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T04:07:40.429Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T04:07:40.429Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "20c0a34d-0591-4c2a-9182-645035a6196e", "consumerID": "cds", "timestamp": 1665115649950, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-07T04:07:40.429Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T04:07:40.429Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T04:07:40.429Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "20c0a34d-0591-4c2a-9182-645035a6196e", "consumerID": "ves-openapi-manager", "timestamp": 1665115653413, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-10-07T04:07:40.429Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T04:07:40.429Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T04:07:40.429Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "20c0a34d-0591-4c2a-9182-645035a6196e", "consumerID": "cds", "timestamp": 1665115649950, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-10-07T04:07:40.429Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T04:07:40.429Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T04:07:40.429Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "20c0a34d-0591-4c2a-9182-645035a6196e", "consumerID": "ves-openapi-manager", "timestamp": 1665115653413, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-10-07T04:07:40.430Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T04:07:40.430Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T04:07:40.430Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "20c0a34d-0591-4c2a-9182-645035a6196e", "consumerID": "cds", "timestamp": 1665115649950, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-10-07T04:07:40.430Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T04:07:40.430Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T04:07:40.430Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "20c0a34d-0591-4c2a-9182-645035a6196e", "consumerID": "policy-id", "timestamp": 1665115659129, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-07T04:07:40.430Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T04:07:40.430Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T04:07:40.430Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "20c0a34d-0591-4c2a-9182-645035a6196e", "consumerID": "ves-openapi-manager", "timestamp": 1665115653413, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-07T04:07:40.430Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T04:07:40.430Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T04:07:40.430Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "20c0a34d-0591-4c2a-9182-645035a6196e", "consumerID": "cds", "timestamp": 1665115649950, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-07T04:07:40.430Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T04:07:40.431Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T04:07:40.431Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "20c0a34d-0591-4c2a-9182-645035a6196e", "consumerID": "policy-id", "timestamp": 1665115659129, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-10-07T04:07:40.431Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T04:08:08.071Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-07T04:08:08.082Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10-07T04:08:08.085Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-07T04:08:08.085Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-10-07T04:08:08.085Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-10-07T04:08:08.085Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-10-07T04:08:08.086Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-07T04:08:08.086Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-07T04:08:08.086Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-07T04:08:08.086Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-07T04:08:08.086Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-07T04:08:08.086Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-07T04:08:08.086Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-10-07T04:08:08.091Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-10-07T04:08:38.091Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d 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-10-07T04:08:38.099Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d and serviceModelVersionId: 220dc98e-3ae1-45fa-b607-1f966f1450b6 2022-10-07T04:08:38.099Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 158cb1be-b4de-490a-a92c-620f377cbee3 2022-10-07T04:08:38.101Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/158cb1be-b4de-490a-a92c-620f377cbee3/model-vers/model-ver/220dc98e-3ae1-45fa-b607-1f966f1450b6?depth=0 2022-10-07T04:08:38.105Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2022-10-07T04:08:38.166Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/158cb1be-b4de-490a-a92c-620f377cbee3/model-vers/model-ver/220dc98e-3ae1-45fa-b607-1f966f1450b6?depth=0|INFO|500||Invoke 2022-10-07T04:08:38.166Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/158cb1be-b4de-490a-a92c-620f377cbee3/model-vers/model-ver/220dc98e-3ae1-45fa-b607-1f966f1450b6?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/158cb1be-b4de-490a-a92c-620f377cbee3/model-vers/model-ver/220dc98e-3ae1-45fa-b607-1f966f1450b6?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[5dee03a9-1a21-41da-80f9-391a635b819d], X-ECOMP-RequestID=[19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d], X-TransactionId=[], X-ONAP-RequestID=[19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d], Content-Type=[application/merge-patch+json]} 2022-10-07T04:08:38.195Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/158cb1be-b4de-490a-a92c-620f377cbee3/model-vers/model-ver/220dc98e-3ae1-45fa-b607-1f966f1450b6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-10-07T04:08:38.275Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/158cb1be-b4de-490a-a92c-620f377cbee3/model-vers/model-ver/220dc98e-3ae1-45fa-b607-1f966f1450b6?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/158cb1be-b4de-490a-a92c-620f377cbee3/model-vers/model-ver/220dc98e-3ae1-45fa-b607-1f966f1450b6?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221007-04:08:39:658-51553], vertex-id=[249880], Content-Length=[0], Date=[Fri, 07 Oct 2022 04:08:39 GMT], Content-Type=[application/json]} 2022-10-07T04:08:38.276Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/158cb1be-b4de-490a-a92c-620f377cbee3/model-vers/model-ver/220dc98e-3ae1-45fa-b607-1f966f1450b6?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-10-07T04:08:38.276Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/158cb1be-b4de-490a-a92c-620f377cbee3/model-vers/model-ver/220dc98e-3ae1-45fa-b607-1f966f1450b6?depth=0|INFO|500||InvokeReturn 2022-10-07T04:08:38.277Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-10-07T04:08:38.277Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-10-07T04:08:38.282Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-10-07T04:08:38.282Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-10-07T04:08:38.283Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-10-07T04:08:38.283Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-10-07T04:08:38.285Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-07T04:08:38.285Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665115718282, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-07T04:08:38.385Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-07T04:08:38.386Z||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-10-07T04:08:38.386Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aq9NtIOJ9WitpuP6) ... 2022-10-07T04:08:38.406Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T04:08:38.406Z||pool-78-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-10-07T04:08:39.298Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-07T04:08:39.299Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|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-10-07T04:08:39.299Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|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 aq9NtIOJ9WitpuP6) ... 2022-10-07T04:08:39.860Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-07T04:08:39.861Z||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-10-07T04:08:39.861Z||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 aq9NtIOJ9WitpuP6) ... 2022-10-07T04:08:39.897Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T04:08:39.897Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-07T04:08:39.897Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "20c0a34d-0591-4c2a-9182-645035a6196e", "consumerID": "ves-openapi-manager", "timestamp": 1665115653413, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-07T04:08:39.899Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-07T04:08:39.940Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T04:08:39.941Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-07T04:08:39.941Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"8bb4b9e6-4b9c-426f-9a96-b8dd641ef206","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"77efe7db-932d-48d8-a93a-0068aa45c0f3","serviceDescription":"service","serviceInvariantUUID":"d93f5064-d73f-4239-8831-8d67ead2a91c","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1ad8e379-6ea7-469b-a22e-dee725266069","resourceInvariantUUID":"2c53cd17-0ba3-47aa-ae5e-e9e458e92879","resourceCustomizationUUID":"6ba8a65a-b462-4c0b-a70e-59ced232997c","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":"YWVjN2EwYTg2YjFmYzRjYzU1MzViZGM3MGZmMjY5ZWY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9f41efb1-08e5-4e2f-98e7-2b9fad31a0b7","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":"ZGU3NzFmNGExMDdhYmE2NmZkOWZmODBhNmQ3ODllMGU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a0a53d4d-6b7f-4ec4-a485-9f8a21e906d3","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":"3f620190-ad82-4f32-a67a-7866db901942","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":"1ae24f68-56ec-46a7-a265-85e4144500b9","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":"d5bfbff2-33c6-4304-8e50-2d2ea95eb003","artifactVersion":"2","generatedFromUUID":"d14fb67c-8d06-4aef-a24c-3e4b964f742d"},{"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":"32d31d05-1cfb-4bbf-8c33-9fe10f8e4e98","artifactVersion":"2","generatedFromUUID":"3f620190-ad82-4f32-a67a-7866db901942"},{"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":"d14fb67c-8d06-4aef-a24c-3e4b964f742d","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":"a54ad76e-dbe7-49d3-8b8e-4b5f36c8382b","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":"MjhiZGJjMDg0MTM0NzgzMjdjYWZmZmNkOWM4NzYxMGM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"923febd5-2190-45f6-ae42-fc964aad9609","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"ZWViNGJjYTM0ODRlYjNmOGU1OGI5MDhjYWRlYjQxYzM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a4a0d7db-fdf3-4473-8a79-e167148542d7","artifactVersion":"1"}],"workloadContext":"Production"} 2022-10-07T04:08:39.943Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-07T04:08:39.944Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-10-07T04:08:39.946Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-07T04:08:39.946Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "8bb4b9e6-4b9c-426f-9a96-b8dd641ef206", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665115719298, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-07T04:08:40.046Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-07T04:08:40.046Z||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-10-07T04:08:40.047Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aq9NtIOJ9WitpuP6) ... 2022-10-07T04:08:40.066Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T04:08:40.066Z||pool-79-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-10-07T04:08:40.946Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-07T04:08:40.947Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-10-07T04:08:40.949Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-07T04:08:40.949Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "8bb4b9e6-4b9c-426f-9a96-b8dd641ef206", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665115719298, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-10-07T04:08:41.050Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-07T04:08:41.050Z||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-10-07T04:08:41.050Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aq9NtIOJ9WitpuP6) ... 2022-10-07T04:08:41.070Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T04:08:41.070Z||pool-80-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-10-07T04:08:41.950Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-07T04:08:41.951Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-10-07T04:08:41.953Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-07T04:08:41.953Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "8bb4b9e6-4b9c-426f-9a96-b8dd641ef206", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665115719298, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-10-07T04:08:42.053Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-07T04:08:42.054Z||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-10-07T04:08:42.054Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aq9NtIOJ9WitpuP6) ... 2022-10-07T04:08:42.071Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T04:08:42.072Z||pool-81-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-10-07T04:08:42.953Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-07T04:08:42.954Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-10-07T04:08:42.956Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-07T04:08:42.956Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "8bb4b9e6-4b9c-426f-9a96-b8dd641ef206", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665115719298, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-07T04:08:43.056Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-07T04:08:43.057Z||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-10-07T04:08:43.057Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aq9NtIOJ9WitpuP6) ... 2022-10-07T04:08:43.072Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T04:08:43.072Z||pool-82-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-10-07T04:08:43.957Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-07T04:08:43.958Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-10-07T04:08:43.960Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-07T04:08:43.960Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "8bb4b9e6-4b9c-426f-9a96-b8dd641ef206", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665115719298, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-10-07T04:08:44.060Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-07T04:08:44.061Z||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-10-07T04:08:44.061Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aq9NtIOJ9WitpuP6) ... 2022-10-07T04:08:44.076Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T04:08:44.076Z||pool-83-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-10-07T04:08:44.961Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-07T04:08:44.962Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-10-07T04:08:44.964Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-07T04:08:44.964Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "8bb4b9e6-4b9c-426f-9a96-b8dd641ef206", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665115719298, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-10-07T04:08:45.064Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-07T04:08:45.065Z||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-10-07T04:08:45.065Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aq9NtIOJ9WitpuP6) ... 2022-10-07T04:08:45.087Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T04:08:45.087Z||pool-84-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-10-07T04:08:45.964Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-07T04:08:45.965Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-10-07T04:08:45.967Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-07T04:08:45.967Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "8bb4b9e6-4b9c-426f-9a96-b8dd641ef206", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665115719298, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-10-07T04:08:46.067Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-07T04:08:46.068Z||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-10-07T04:08:46.069Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aq9NtIOJ9WitpuP6) ... 2022-10-07T04:08:46.087Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T04:08:46.087Z||pool-85-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2022-10-07T04:08:46.968Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-07T04:08:46.969Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-10-07T04:08:46.971Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-07T04:08:46.971Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "8bb4b9e6-4b9c-426f-9a96-b8dd641ef206", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665115719298, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-07T04:08:47.071Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-07T04:08:47.072Z||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-10-07T04:08:47.072Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aq9NtIOJ9WitpuP6) ... 2022-10-07T04:08:47.091Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T04:08:47.091Z||pool-86-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-10-07T04:08:47.973Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-07T04:08:47.974Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-10-07T04:08:47.976Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-07T04:08:47.976Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "8bb4b9e6-4b9c-426f-9a96-b8dd641ef206", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665115719298, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-07T04:08:48.076Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-07T04:08:48.077Z||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-10-07T04:08:48.077Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aq9NtIOJ9WitpuP6) ... 2022-10-07T04:08:48.092Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T04:08:48.092Z||pool-87-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-10-07T04:08:48.977Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-07T04:08:48.978Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-10-07T04:08:48.979Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-07T04:08:48.979Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "8bb4b9e6-4b9c-426f-9a96-b8dd641ef206", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665115719298, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-10-07T04:08:49.080Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-07T04:08:49.080Z||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-10-07T04:08:49.080Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aq9NtIOJ9WitpuP6) ... 2022-10-07T04:08:49.103Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T04:08:49.103Z||pool-88-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-10-07T04:08:49.981Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "8bb4b9e6-4b9c-426f-9a96-b8dd641ef206", "serviceName": "basic_cnf_macro", "serviceVersion": "1.0", "serviceUUID": "77efe7db-932d-48d8-a93a-0068aa45c0f3", "serviceDescription": "service", "serviceInvariantUUID": "d93f5064-d73f-4239-8831-8d67ead2a91c", "resources": [ { "resourceInstanceName": "basic_cnf_macro 0", "resourceCustomizationUUID": "6ba8a65a-b462-4c0b-a70e-59ced232997c", "resourceName": "basic_cnf_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "1ad8e379-6ea7-469b-a22e-dee725266069", "resourceInvariantUUID": "2c53cd17-0ba3-47aa-ae5e-e9e458e92879", "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": "ZGU3NzFmNGExMDdhYmE2NmZkOWZmODBhNmQ3ODllMGU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a0a53d4d-6b7f-4ec4-a485-9f8a21e906d3", "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": "3f620190-ad82-4f32-a67a-7866db901942", "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": "32d31d05-1cfb-4bbf-8c33-9fe10f8e4e98", "generatedFromUUID": "3f620190-ad82-4f32-a67a-7866db901942" }, "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": "d5bfbff2-33c6-4304-8e50-2d2ea95eb003", "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": "32d31d05-1cfb-4bbf-8c33-9fe10f8e4e98", "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": "d14fb67c-8d06-4aef-a24c-3e4b964f742d", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "artifactChecksum": "ZWViNGJjYTM0ODRlYjNmOGU1OGI5MDhjYWRlYjQxYzM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a4a0d7db-fdf3-4473-8a79-e167148542d7" } ], "workloadContext": "Production" } 2022-10-07T04:08:49.981Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-10-07T04:08:49.981Z|19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 77efe7db-932d-48d8-a93a-0068aa45c0f3 ASDC 2022-10-07T04:08:49.982Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:8bb4b9e6-4b9c-426f-9a96-b8dd641ef206 ServiceName:basic_cnf_macro ServiceVersion:1.0 ServiceUUID:77efe7db-932d-48d8-a93a-0068aa45c0f3 ServiceInvariantUUID:d93f5064-d73f-4239-8831-8d67ead2a91c 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:a4a0d7db-fdf3-4473-8a79-e167148542d7 ArtifactChecksum:ZWViNGJjYTM0ODRlYjNmOGU1OGI5MDhjYWRlYjQxYzM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf_macro 0 ResourceCustomizationUUID:6ba8a65a-b462-4c0b-a70e-59ced232997c ResourceInvariantUUID:2c53cd17-0ba3-47aa-ae5e-e9e458e92879 ResourceName:basic_cnf_macro ResourceType:VF ResourceUUID:1ad8e379-6ea7-469b-a22e-dee725266069 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:a0a53d4d-6b7f-4ec4-a485-9f8a21e906d3 ArtifactChecksum:ZGU3NzFmNGExMDdhYmE2NmZkOWZmODBhNmQ3ODllMGU= 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:3f620190-ad82-4f32-a67a-7866db901942 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:32d31d05-1cfb-4bbf-8c33-9fe10f8e4e98 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:d5bfbff2-33c6-4304-8e50-2d2ea95eb003 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:32d31d05-1cfb-4bbf-8c33-9fe10f8e4e98 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:d14fb67c-8d06-4aef-a24c-3e4b964f742d ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-10-07T04:08:49.982Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 77efe7db-932d-48d8-a93a-0068aa45c0f3 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-10-07T04:08:50.014Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-07T04:08:50.014Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-10-07T04:08:50.014Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-10-07T04:08:50.015Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: a4a0d7db-fdf3-4473-8a79-e167148542d7 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-10-07T04:08:50.015Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-10-07T04:08:50.015Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-10-07T04:08:50.086Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-10-07T04:08:50.093Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar a4a0d7db-fdf3-4473-8a79-e167148542d7 158218 2022-10-07T04:08:50.093Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2022-10-07T04:08:50.093Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-10-07T04:08:50.093Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-07T04:08:50.094Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-10-07T04:08:50.096Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-07T04:08:50.096Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "8bb4b9e6-4b9c-426f-9a96-b8dd641ef206", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665115730093, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-07T04:08:50.196Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-07T04:08:50.197Z||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-10-07T04:08:50.197Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aq9NtIOJ9WitpuP6) ... 2022-10-07T04:08:50.214Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T04:08:50.214Z||pool-89-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-10-07T04:08:51.097Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-07T04:08:51.097Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-10-07T04:08:51.098Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: a4a0d7db-fdf3-4473-8a79-e167148542d7, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-10-07T04:08:51.098Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar 2022-10-07T04:08:51.099Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-10-07T04:08:51.099Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-10-07T04:08:51.206Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2666437430525918152/Definitions/service-BasicCnfMacro-template.yml 2022-10-07T04:08:52.265Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2022-10-07T04:08:52.266Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-10-07T04:08:52.266Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-10-07T04:08:52.266Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-10-07T04:08:52.266Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-10-07T04:08:52.266Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||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-10-07T04:08:52.266Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||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-10-07T04:08:52.266Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-10-07T04:08:52.267Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-10-07T04:08:52.267Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-07T04:08:52.267Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-10-07T04:08:52.267Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-10-07T04:08:52.267Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-10-07T04:08:52.267Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-07T04:08:52.267Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-07T04:08:52.268Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-10-07T04:08:52.268Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-10-07T04:08:52.268Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-10-07T04:08:52.268Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-07T04:08:52.268Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-07T04:08:52.268Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-07T04:08:52.268Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-07T04:08:52.269Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-10-07T04:08:52.269Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria 2022-10-07T04:08:52.269Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||DEBUG|500||Node template dummy_base is not matching search criteria 2022-10-07T04:08:52.269Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-10-07T04:08:52.269Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-07T04:08:52.269Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-10-07T04:08:52.269Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-07T04:08:52.270Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-10-07T04:08:52.270Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-07T04:08:52.270Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-07T04:08:52.270Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-10-07T04:08:52.270Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-07T04:08:52.270Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-07T04:08:52.271Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-10-07T04:08:52.271Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-07T04:08:52.271Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-07T04:08:52.271Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-10-07T04:08:52.271Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-07T04:08:52.271Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-07T04:08:52.271Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-10-07T04:08:52.271Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria 2022-10-07T04:08:52.272Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=3793da26-b9bf-4654-9b18-625c9c0841fb 2022-10-07T04:08:52.272Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-07T04:08:52.272Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-10-07T04:08:52.272Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-07T04:08:52.272Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-10-07T04:08:52.272Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-07T04:08:52.273Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-07T04:08:52.273Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-07T04:08:52.273Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-07T04:08:52.273Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf_macro Description:service Model UUID:77efe7db-932d-48d8-a93a-0068aa45c0f3 Model Version:NULL Model InvariantUuid:d93f5064-d73f-4239-8831-8d67ead2a91c Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf_macro Model UUID:0e8c7781-e311-4689-b093-221c609d6683 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:2c53cd17-0ba3-47aa-ae5e-e9e458e92879 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:6ba8a65a-b462-4c0b-a70e-59ced232997c NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:00f41662-7b64-49f8-8666-8e96a668e11f ModelName:BasicCnfMacro..helm_apache..module-1 ModelUuid:623bcc51-8fc3-482b-9b0a-f2fb6e0c5809 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL VF Module Properties: ModelInvariantUuid:01850c88-d605-4000-8465-6cc908d9de49 ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 ModelUuid:e739fc40-03e8-43f5-8a1c-8d629a02ae43 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:3793da26-b9bf-4654-9b18-625c9c0841fb ModelInvariantUuid:2559d528-ba97-40de-a55f-35845c62627f ModelName:basic_cnf_macro-nodes.dummy_baseCvfc ModelUuid:79a28742-afb5-488e-9154-b8354d7a6030 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy_base VNFC Properties: ModelCustomizationUuid:3062e485-fb5e-4c26-9a80-aba698ee78e3 ModelInvariantUuid:80ca18f2-4b9d-4d5c-a50d-900d0f18bda3 ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base ModelUuid:7e6a6d1b-f02c-4e3e-a4cb-0e0259c5e045 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-10-07T04:08:52.278Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 1ad8e379-6ea7-469b-a22e-dee725266069 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-10-07T04:08:52.281Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||INFO|500||basic_cnf_macro 0 2022-10-07T04:08:52.281Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 1ad8e379-6ea7-469b-a22e-dee725266069 2022-10-07T04:08:52.281Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: a0a53d4d-6b7f-4ec4-a485-9f8a21e906d3 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-10-07T04:08:52.281Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-10-07T04:08:52.281Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||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-10-07T04:08:52.329Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-10-07T04:08:52.330Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json a0a53d4d-6b7f-4ec4-a485-9f8a21e906d3 1565 2022-10-07T04:08:52.330Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||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-10-07T04:08:52.330Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||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-10-07T04:08:52.330Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-07T04:08:52.330Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-10-07T04:08:52.332Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-07T04:08:52.332Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "8bb4b9e6-4b9c-426f-9a96-b8dd641ef206", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665115732330, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-10-07T04:08:52.432Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-07T04:08:52.433Z||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-10-07T04:08:52.434Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aq9NtIOJ9WitpuP6) ... 2022-10-07T04:08:52.454Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T04:08:52.454Z||pool-90-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1} 2022-10-07T04:08:53.333Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "01850c88-d605-4000-8465-6cc908d9de49", "vfModuleModelVersion": "1", "vfModuleModelUUID": "e739fc40-03e8-43f5-8a1c-8d629a02ae43", "vfModuleModelCustomizationUUID": "529c7358-9080-4a6a-b753-8b9364da1581", "isBase": true, "artifacts": [ "3f620190-ad82-4f32-a67a-7866db901942", "32d31d05-1cfb-4bbf-8c33-9fe10f8e4e98" ], "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": "00f41662-7b64-49f8-8666-8e96a668e11f", "vfModuleModelVersion": "1", "vfModuleModelUUID": "623bcc51-8fc3-482b-9b0a-f2fb6e0c5809", "vfModuleModelCustomizationUUID": "3196e4e4-9d3a-4371-b900-33c9a831d998", "isBase": false, "artifacts": [ "d14fb67c-8d06-4aef-a24c-3e4b964f742d" ], "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-10-07T04:08:53.339Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:e739fc40-03e8-43f5-8a1c-8d629a02ae43 VfModuleModelInvariantUUID:01850c88-d605-4000-8465-6cc908d9de49 VfModuleModelDescription:NULL Artifacts UUID List:{ 3f620190-ad82-4f32-a67a-7866db901942 , 32d31d05-1cfb-4bbf-8c33-9fe10f8e4e98 } 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:623bcc51-8fc3-482b-9b0a-f2fb6e0c5809 VfModuleModelInvariantUUID:00f41662-7b64-49f8-8666-8e96a668e11f VfModuleModelDescription:NULL Artifacts UUID List:{ d14fb67c-8d06-4aef-a24c-3e4b964f742d } 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-10-07T04:08:53.342Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "01850c88-d605-4000-8465-6cc908d9de49", "vfModuleModelVersion": "1", "vfModuleModelUUID": "e739fc40-03e8-43f5-8a1c-8d629a02ae43", "vfModuleModelCustomizationUUID": "529c7358-9080-4a6a-b753-8b9364da1581", "isBase": true, "artifacts": [ "3f620190-ad82-4f32-a67a-7866db901942", "32d31d05-1cfb-4bbf-8c33-9fe10f8e4e98" ], "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": "00f41662-7b64-49f8-8666-8e96a668e11f", "vfModuleModelVersion": "1", "vfModuleModelUUID": "623bcc51-8fc3-482b-9b0a-f2fb6e0c5809", "vfModuleModelCustomizationUUID": "3196e4e4-9d3a-4371-b900-33c9a831d998", "isBase": false, "artifacts": [ "d14fb67c-8d06-4aef-a24c-3e4b964f742d" ], "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-10-07T04:08:53.342Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:e739fc40-03e8-43f5-8a1c-8d629a02ae43 VfModuleModelInvariantUUID:01850c88-d605-4000-8465-6cc908d9de49 VfModuleModelDescription:NULL Artifacts UUID List:{ 3f620190-ad82-4f32-a67a-7866db901942 , 32d31d05-1cfb-4bbf-8c33-9fe10f8e4e98 } 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:623bcc51-8fc3-482b-9b0a-f2fb6e0c5809 VfModuleModelInvariantUUID:00f41662-7b64-49f8-8666-8e96a668e11f VfModuleModelDescription:NULL Artifacts UUID List:{ d14fb67c-8d06-4aef-a24c-3e4b964f742d } 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-10-07T04:08:53.342Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 3f620190-ad82-4f32-a67a-7866db901942 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-10-07T04:08:53.342Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-10-07T04:08:53.342Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||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-10-07T04:08:53.415Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-10-07T04:08:53.416Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 3f620190-ad82-4f32-a67a-7866db901942 914 2022-10-07T04:08:53.416Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||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-10-07T04:08:53.416Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||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-10-07T04:08:53.416Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-07T04:08:53.417Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-10-07T04:08:53.418Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-07T04:08:53.419Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "8bb4b9e6-4b9c-426f-9a96-b8dd641ef206", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665115733416, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-10-07T04:08:53.519Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-07T04:08:53.520Z||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-10-07T04:08:53.520Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aq9NtIOJ9WitpuP6) ... 2022-10-07T04:08:53.537Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T04:08:53.538Z||pool-91-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-10-07T04:08:54.419Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: d5bfbff2-33c6-4304-8e50-2d2ea95eb003 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-10-07T04:08:54.420Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-10-07T04:08:54.420Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||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-10-07T04:08:54.477Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-10-07T04:08:54.477Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env d5bfbff2-33c6-4304-8e50-2d2ea95eb003 12 2022-10-07T04:08:54.478Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||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-10-07T04:08:54.478Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||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-10-07T04:08:54.478Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-07T04:08:54.478Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-10-07T04:08:54.480Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-07T04:08:54.480Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "8bb4b9e6-4b9c-426f-9a96-b8dd641ef206", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665115734478, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-10-07T04:08:54.580Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-07T04:08:54.581Z||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-10-07T04:08:54.581Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aq9NtIOJ9WitpuP6) ... 2022-10-07T04:08:54.606Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T04:08:54.607Z||pool-92-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1} 2022-10-07T04:08:55.480Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 32d31d05-1cfb-4bbf-8c33-9fe10f8e4e98 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-10-07T04:08:55.481Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-10-07T04:08:55.481Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||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-10-07T04:08:55.546Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-10-07T04:08:55.547Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 32d31d05-1cfb-4bbf-8c33-9fe10f8e4e98 96 2022-10-07T04:08:55.547Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||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-10-07T04:08:55.547Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||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-10-07T04:08:55.547Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-07T04:08:55.548Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-10-07T04:08:55.549Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-07T04:08:55.549Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "8bb4b9e6-4b9c-426f-9a96-b8dd641ef206", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665115735547, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-10-07T04:08:55.650Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-10-07T04:08:55.651Z||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-10-07T04:08:55.651Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aq9NtIOJ9WitpuP6) ... 2022-10-07T04:08:55.668Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T04:08:55.669Z||pool-93-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-10-07T04:08:56.552Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: d14fb67c-8d06-4aef-a24c-3e4b964f742d from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-10-07T04:08:56.553Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-10-07T04:08:56.553Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||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-10-07T04:08:56.599Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-10-07T04:08:56.600Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz d14fb67c-8d06-4aef-a24c-3e4b964f742d 20206 2022-10-07T04:08:56.600Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||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-10-07T04:08:56.600Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||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-10-07T04:08:56.600Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-07T04:08:56.601Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-10-07T04:08:56.602Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-07T04:08:56.603Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "8bb4b9e6-4b9c-426f-9a96-b8dd641ef206", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665115736600, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-10-07T04:08:56.703Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-07T04:08:56.704Z||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-10-07T04:08:56.704Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aq9NtIOJ9WitpuP6) ... 2022-10-07T04:08:56.727Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T04:08:56.727Z||pool-94-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1} 2022-10-07T04:08:57.606Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 77efe7db-932d-48d8-a93a-0068aa45c0f3 2022-10-07T04:08:57.607Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 1ad8e379-6ea7-469b-a22e-dee725266069 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-10-07T04:08:57.614Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@52f6215a, org.onap.sdc.toscaparser.api.parameters.Input@ece6c73, org.onap.sdc.toscaparser.api.parameters.Input@5fdda1c8, org.onap.sdc.toscaparser.api.parameters.Input@5896d72c, org.onap.sdc.toscaparser.api.parameters.Input@3b89d195] 2022-10-07T04:08:57.616Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-07T04:08:57.616Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-07T04:08:57.616Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 2022-10-07T04:08:57.616Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 6ba8a65a-b462-4c0b-a70e-59ced232997c 2022-10-07T04:08:57.616Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 6ba8a65a-b462-4c0b-a70e-59ced232997c matches Tosca VF Customization UUID: 6ba8a65a-b462-4c0b-a70e-59ced232997c 2022-10-07T04:08:57.617Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 6ba8a65a-b462-4c0b-a70e-59ced232997c 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-10-07T04:08:57.619Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-07T04:08:57.619Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-10-07T04:08:57.619Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 6ba8a65a-b462-4c0b-a70e-59ced232997c: {\"vf_module_id\":\"demo_module_id\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"demo_app\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"demo_vnf_ignore\",\"sdnc_model_name\":\"APACHE\"} 2022-10-07T04:08:57.620Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1af9239d 2022-10-07T04:08:57.620Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-07T04:08:57.620Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-10-07T04:08:57.620Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 3196e4e4-9d3a-4371-b900-33c9a831d998 2022-10-07T04:08:57.620Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 3196e4e4-9d3a-4371-b900-33c9a831d998 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-10-07T04:08:57.623Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-07T04:08:57.623Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-10-07T04:08:57.623Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-07T04:08:57.623Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-07T04:08:57.623Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-10-07T04:08:57.624Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-07T04:08:57.624Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-07T04:08:57.624Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-10-07T04:08:57.624Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=6ba8a65a-b462-4c0b-a70e-59ced232997c 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-10-07T04:08:57.626Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-07T04:08:57.626Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-10-07T04:08:57.626Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 77efe7db-932d-48d8-a93a-0068aa45c0f3: basic_cnf_macro 2022-10-07T04:08:57.627Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-07T04:08:57.627Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-07T04:08:57.627Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-07T04:08:57.627Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-10-07T04:08:57.628Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-07T04:08:57.628Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-10-07T04:08:57.628Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-07T04:08:57.628Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-10-07T04:08:57.628Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-07T04:08:57.629Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-10-07T04:08:57.629Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||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-10-07T04:08:57.666Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 1ad8e379-6ea7-469b-a22e-dee725266069 2 ASDC deployResourceStructure 2022-10-07T04:08:57.667Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||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-10-07T04:08:57.667Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||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-10-07T04:08:57.667Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-07T04:08:57.667Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-10-07T04:08:57.669Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-07T04:08:57.669Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "8bb4b9e6-4b9c-426f-9a96-b8dd641ef206", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665115737667, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-10-07T04:08:57.769Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-07T04:08:57.770Z||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-10-07T04:08:57.770Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aq9NtIOJ9WitpuP6) ... 2022-10-07T04:08:57.788Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T04:08:57.789Z||pool-95-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-10-07T04:08:58.672Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||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-10-07T04:08:58.672Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||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-10-07T04:08:58.672Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-07T04:08:58.673Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-10-07T04:08:58.675Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-07T04:08:58.675Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "8bb4b9e6-4b9c-426f-9a96-b8dd641ef206", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665115738672, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-10-07T04:08:58.775Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-07T04:08:58.776Z||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-10-07T04:08:58.776Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aq9NtIOJ9WitpuP6) ... 2022-10-07T04:08:58.798Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T04:08:58.798Z||pool-96-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1} 2022-10-07T04:08:59.676Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||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-10-07T04:08:59.676Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||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-10-07T04:08:59.677Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-10-07T04:08:59.677Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-10-07T04:08:59.679Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-07T04:08:59.679Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "8bb4b9e6-4b9c-426f-9a96-b8dd641ef206", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665115739676, "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-10-07T04:08:59.780Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-07T04:08:59.781Z||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-10-07T04:08:59.781Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aq9NtIOJ9WitpuP6) ... 2022-10-07T04:08:59.798Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T04:08:59.798Z||pool-97-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-10-07T04:09:00.681Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||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-10-07T04:09:00.681Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||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-10-07T04:09:00.681Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-07T04:09:00.682Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-10-07T04:09:00.684Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-07T04:09:00.684Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "8bb4b9e6-4b9c-426f-9a96-b8dd641ef206", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665115740681, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-10-07T04:09:00.784Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-07T04:09:00.785Z||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-10-07T04:09:00.785Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aq9NtIOJ9WitpuP6) ... 2022-10-07T04:09:00.802Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T04:09:00.802Z||pool-98-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-10-07T04:09:01.685Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||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-10-07T04:09:01.686Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||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-10-07T04:09:01.686Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-10-07T04:09:01.686Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-10-07T04:09:01.688Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-07T04:09:01.688Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "8bb4b9e6-4b9c-426f-9a96-b8dd641ef206", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665115741685, "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-10-07T04:09:01.788Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-07T04:09:01.789Z||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-10-07T04:09:01.789Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aq9NtIOJ9WitpuP6) ... 2022-10-07T04:09:01.807Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T04:09:01.807Z||pool-99-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2022-10-07T04:09:02.689Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2022-10-07T04:09:02.689Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-10-07T04:09:02.689Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-07T04:09:02.690Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-10-07T04:09:02.691Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-07T04:09:02.692Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "8bb4b9e6-4b9c-426f-9a96-b8dd641ef206", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665115742689, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-10-07T04:09:02.792Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-07T04:09:02.793Z||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-10-07T04:09:02.793Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aq9NtIOJ9WitpuP6) ... 2022-10-07T04:09:02.808Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T04:09:02.808Z||pool-100-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-10-07T04:09:03.692Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8bb4b9e6-4b9c-426f-9a96-b8dd641ef206 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-07T04:09:03.702Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8bb4b9e6-4b9c-426f-9a96-b8dd641ef206 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10-07T04:09:03.704Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-07T04:09:03.704Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-10-07T04:09:03.704Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-10-07T04:09:33.704Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8bb4b9e6-4b9c-426f-9a96-b8dd641ef206 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-07T04:09:33.714Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8bb4b9e6-4b9c-426f-9a96-b8dd641ef206 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10-07T04:09:33.716Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-07T04:09:33.717Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-10-07T04:09:33.717Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-10-07T04:09:39.861Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-07T04:09:39.861Z||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-10-07T04:09:39.862Z||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 aq9NtIOJ9WitpuP6) ... 2022-10-07T04:09:39.901Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T04:09:39.902Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-07T04:09:39.902Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "20c0a34d-0591-4c2a-9182-645035a6196e", "consumerID": "cds", "timestamp": 1665115649950, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-07T04:09:39.902Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-07T04:10:03.717Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8bb4b9e6-4b9c-426f-9a96-b8dd641ef206 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-07T04:10:03.727Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8bb4b9e6-4b9c-426f-9a96-b8dd641ef206 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10-07T04:10:03.730Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-07T04:10:03.730Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-10-07T04:10:03.730Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-10-07T04:10:33.731Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8bb4b9e6-4b9c-426f-9a96-b8dd641ef206 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-07T04:10:33.739Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8bb4b9e6-4b9c-426f-9a96-b8dd641ef206 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10-07T04:10:33.742Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-07T04:10:33.742Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-10-07T04:10:33.742Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-10-07T04:10:39.860Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-07T04:10:39.861Z||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-10-07T04:10:39.862Z||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 aq9NtIOJ9WitpuP6) ... 2022-10-07T04:10:39.920Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T04:10:39.921Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-07T04:10:39.921Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "20c0a34d-0591-4c2a-9182-645035a6196e", "consumerID": "policy-id", "timestamp": 1665115659129, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-10-07T04:10:39.922Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-07T04:10:39.922Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-07T04:10:39.923Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bb4b9e6-4b9c-426f-9a96-b8dd641ef206", "consumerID": "clamp", "timestamp": 1665115661306, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-10-07T04:10:39.923Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-07T04:10:39.923Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-07T04:10:39.923Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "20c0a34d-0591-4c2a-9182-645035a6196e", "consumerID": "ves-openapi-manager", "timestamp": 1665115653413, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-10-07T04:10:39.923Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-07T04:10:39.923Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-07T04:10:39.923Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "20c0a34d-0591-4c2a-9182-645035a6196e", "consumerID": "cds", "timestamp": 1665115649950, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-10-07T04:10:39.924Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-07T04:10:39.924Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-07T04:10:39.924Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "20c0a34d-0591-4c2a-9182-645035a6196e", "consumerID": "policy-id", "timestamp": 1665115659129, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-07T04:10:39.924Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-07T04:10:39.924Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-07T04:10:39.924Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bb4b9e6-4b9c-426f-9a96-b8dd641ef206", "consumerID": "clamp", "timestamp": 1665115662310, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-07T04:10:39.932Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 8bb4b9e6-4b9c-426f-9a96-b8dd641ef206 2022-10-07T04:10:39.933Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8bb4b9e6-4b9c-426f-9a96-b8dd641ef206 and ComponentName clamp 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-10-07T04:10:39.940Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-07T04:10:39.940Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bb4b9e6-4b9c-426f-9a96-b8dd641ef206", "consumerID": "aai-ml", "timestamp": 1665115663262, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-10-07T04:10:39.940Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-07T04:10:39.940Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-07T04:10:39.941Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "20c0a34d-0591-4c2a-9182-645035a6196e", "consumerID": "ves-openapi-manager", "timestamp": 1665115653413, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-10-07T04:10:39.941Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-07T04:10:39.941Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-07T04:10:39.941Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "20c0a34d-0591-4c2a-9182-645035a6196e", "consumerID": "cds", "timestamp": 1665115649950, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-10-07T04:10:39.941Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-07T04:10:39.942Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-07T04:10:39.942Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "20c0a34d-0591-4c2a-9182-645035a6196e", "consumerID": "policy-id", "timestamp": 1665115659129, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-07T04:10:39.942Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-07T04:10:39.942Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-07T04:10:39.942Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bb4b9e6-4b9c-426f-9a96-b8dd641ef206", "consumerID": "aai-ml", "timestamp": 1665115664266, "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-10-07T04:10:39.946Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8bb4b9e6-4b9c-426f-9a96-b8dd641ef206 2022-10-07T04:10:39.946Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8bb4b9e6-4b9c-426f-9a96-b8dd641ef206 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-10-07T04:10:39.952Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-07T04:10:39.952Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "20c0a34d-0591-4c2a-9182-645035a6196e", "consumerID": "ves-openapi-manager", "timestamp": 1665115653413, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-07T04:10:39.953Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-07T04:10:39.953Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-07T04:10:39.953Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "20c0a34d-0591-4c2a-9182-645035a6196e", "consumerID": "cds", "timestamp": 1665115649950, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-07T04:10:39.953Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-07T04:10:39.953Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-07T04:10:39.953Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "20c0a34d-0591-4c2a-9182-645035a6196e", "consumerID": "policy-id", "timestamp": 1665115659129, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-10-07T04:10:39.954Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-07T04:10:39.954Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-07T04:10:39.954Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "20c0a34d-0591-4c2a-9182-645035a6196e", "consumerID": "ves-openapi-manager", "timestamp": 1665115653413, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-10-07T04:10:39.954Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-07T04:10:39.954Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-07T04:10:39.954Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "20c0a34d-0591-4c2a-9182-645035a6196e", "consumerID": "cds", "timestamp": 1665115649950, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-10-07T04:10:39.954Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-07T04:10:39.955Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-07T04:10:39.955Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "20c0a34d-0591-4c2a-9182-645035a6196e", "consumerID": "policy-id", "timestamp": 1665115659129, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-10-07T04:10:39.955Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-07T04:10:39.955Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-07T04:10:39.955Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "20c0a34d-0591-4c2a-9182-645035a6196e", "consumerID": "aai-ml", "timestamp": 1665115665274, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-07T04:10:39.955Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-07T04:10:39.955Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-07T04:10:39.956Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "20c0a34d-0591-4c2a-9182-645035a6196e", "consumerID": "ves-openapi-manager", "timestamp": 1665115665977, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-10-07T04:10:39.956Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-07T04:10:39.956Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-07T04:10:39.956Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "20c0a34d-0591-4c2a-9182-645035a6196e", "consumerID": "cds", "timestamp": 1665115666461, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-07T04:10:39.956Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-07T04:10:39.956Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-07T04:10:39.956Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "20c0a34d-0591-4c2a-9182-645035a6196e", "consumerID": "policy-id", "timestamp": 1665115659129, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-07T04:10:39.957Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-07T04:10:39.957Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-07T04:10:39.957Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "20c0a34d-0591-4c2a-9182-645035a6196e", "consumerID": "aai-ml", "timestamp": 1665115665274, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-10-07T04:10:39.957Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-07T04:10:39.957Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-07T04:10:39.957Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "20c0a34d-0591-4c2a-9182-645035a6196e", "consumerID": "multicloud-k8s-id", "timestamp": 1665115665381, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-07T04:10:39.958Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-07T04:10:39.958Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-07T04:10:39.958Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "20c0a34d-0591-4c2a-9182-645035a6196e", "consumerID": "ves-openapi-manager", "timestamp": 1665115667159, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-10-07T04:10:39.958Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-07T04:10:39.958Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-07T04:10:39.958Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "20c0a34d-0591-4c2a-9182-645035a6196e", "consumerID": "cds", "timestamp": 1665115667720, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-10-07T04:10:39.968Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 20c0a34d-0591-4c2a-9182-645035a6196e 2022-10-07T04:10:39.968Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 20c0a34d-0591-4c2a-9182-645035a6196e 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-10-07T04:10:39.975Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-07T04:10:39.975Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "20c0a34d-0591-4c2a-9182-645035a6196e", "consumerID": "policy-id", "timestamp": 1665115659129, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-10-07T04:10:39.976Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-07T04:10:39.976Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-07T04:10:39.976Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "20c0a34d-0591-4c2a-9182-645035a6196e", "consumerID": "aai-ml", "timestamp": 1665115665274, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-10-07T04:10:39.976Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-07T04:10:39.976Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-07T04:10:39.976Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "20c0a34d-0591-4c2a-9182-645035a6196e", "consumerID": "multicloud-k8s-id", "timestamp": 1665115665381, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-10-07T04:10:39.976Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-07T04:10:39.976Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-07T04:10:39.976Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "20c0a34d-0591-4c2a-9182-645035a6196e", "consumerID": "clamp", "timestamp": 1665115667096, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-07T04:10:39.977Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-07T04:10:39.977Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-07T04:10:39.977Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "20c0a34d-0591-4c2a-9182-645035a6196e", "consumerID": "ves-openapi-manager", "timestamp": 1665115668163, "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-10-07T04:10:39.981Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 20c0a34d-0591-4c2a-9182-645035a6196e 2022-10-07T04:10:39.981Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 20c0a34d-0591-4c2a-9182-645035a6196e 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-10-07T04:10:39.988Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-07T04:10:39.988Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "20c0a34d-0591-4c2a-9182-645035a6196e", "consumerID": "policy-id", "timestamp": 1665115668872, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-07T04:10:39.988Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-07T04:10:39.988Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-07T04:10:39.988Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "20c0a34d-0591-4c2a-9182-645035a6196e", "consumerID": "aai-ml", "timestamp": 1665115665274, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-07T04:10:39.989Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-07T04:10:39.989Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-07T04:10:39.989Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "20c0a34d-0591-4c2a-9182-645035a6196e", "consumerID": "multicloud-k8s-id", "timestamp": 1665115665381, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-10-07T04:10:39.989Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-07T04:10:39.989Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-07T04:10:39.989Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "20c0a34d-0591-4c2a-9182-645035a6196e", "consumerID": "clamp", "timestamp": 1665115667096, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-10-07T04:10:39.990Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-07T04:10:39.990Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-07T04:10:39.990Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "20c0a34d-0591-4c2a-9182-645035a6196e", "consumerID": "policy-id", "timestamp": 1665115669878, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-10-07T04:10:39.990Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-07T04:10:39.990Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-07T04:10:39.990Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "20c0a34d-0591-4c2a-9182-645035a6196e", "consumerID": "aai-ml", "timestamp": 1665115665274, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-07T04:10:39.991Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-07T04:10:39.991Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-07T04:10:39.991Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "20c0a34d-0591-4c2a-9182-645035a6196e", "consumerID": "multicloud-k8s-id", "timestamp": 1665115665381, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-07T04:10:39.991Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-07T04:10:39.991Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-07T04:10:39.991Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "20c0a34d-0591-4c2a-9182-645035a6196e", "consumerID": "clamp", "timestamp": 1665115667096, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-10-07T04:10:39.992Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-07T04:10:39.992Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-07T04:10:39.992Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "20c0a34d-0591-4c2a-9182-645035a6196e", "consumerID": "policy-id", "timestamp": 1665115670882, "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-10-07T04:10:39.995Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 20c0a34d-0591-4c2a-9182-645035a6196e 2022-10-07T04:10:39.995Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 20c0a34d-0591-4c2a-9182-645035a6196e 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-10-07T04:10:40.002Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-07T04:10:40.002Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "20c0a34d-0591-4c2a-9182-645035a6196e", "consumerID": "aai-ml", "timestamp": 1665115665274, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-10-07T04:10:40.002Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-07T04:10:40.002Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-07T04:10:40.002Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "20c0a34d-0591-4c2a-9182-645035a6196e", "consumerID": "multicloud-k8s-id", "timestamp": 1665115665381, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-07T04:10:40.002Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-07T04:10:40.002Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-07T04:10:40.003Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "20c0a34d-0591-4c2a-9182-645035a6196e", "consumerID": "clamp", "timestamp": 1665115667096, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-07T04:10:40.003Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-07T04:10:40.003Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-07T04:10:40.003Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "20c0a34d-0591-4c2a-9182-645035a6196e", "consumerID": "aai-ml", "timestamp": 1665115665274, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-10-07T04:10:40.003Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-07T04:10:40.003Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-07T04:10:40.003Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "20c0a34d-0591-4c2a-9182-645035a6196e", "consumerID": "multicloud-k8s-id", "timestamp": 1665115665381, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-10-07T04:10:40.004Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-07T04:10:40.004Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-07T04:10:40.004Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "20c0a34d-0591-4c2a-9182-645035a6196e", "consumerID": "clamp", "timestamp": 1665115667096, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-07T04:10:40.004Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-07T04:10:40.004Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-07T04:10:40.004Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "20c0a34d-0591-4c2a-9182-645035a6196e", "consumerID": "aai-ml", "timestamp": 1665115665274, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-07T04:10:40.004Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-07T04:10:40.004Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-07T04:10:40.005Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "20c0a34d-0591-4c2a-9182-645035a6196e", "consumerID": "multicloud-k8s-id", "timestamp": 1665115665381, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-10-07T04:10:40.005Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-07T04:10:40.005Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-07T04:10:40.005Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "20c0a34d-0591-4c2a-9182-645035a6196e", "consumerID": "clamp", "timestamp": 1665115667096, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-10-07T04:10:40.005Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-07T04:10:40.005Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-07T04:10:40.006Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "20c0a34d-0591-4c2a-9182-645035a6196e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665115673092, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-07T04:10:40.006Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-07T04:10:40.006Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-07T04:10:40.006Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "20c0a34d-0591-4c2a-9182-645035a6196e", "consumerID": "aai-ml", "timestamp": 1665115665274, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-10-07T04:10:40.006Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-07T04:10:40.006Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-07T04:10:40.006Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "20c0a34d-0591-4c2a-9182-645035a6196e", "consumerID": "multicloud-k8s-id", "timestamp": 1665115665381, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-07T04:10:40.006Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-07T04:10:40.007Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-07T04:10:40.007Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "20c0a34d-0591-4c2a-9182-645035a6196e", "consumerID": "clamp", "timestamp": 1665115667096, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-10-07T04:10:40.007Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-07T04:10:40.007Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-07T04:10:40.007Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "20c0a34d-0591-4c2a-9182-645035a6196e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665115673092, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-10-07T04:10:40.007Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-07T04:10:40.007Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-07T04:10:40.008Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "20c0a34d-0591-4c2a-9182-645035a6196e", "consumerID": "aai-ml", "timestamp": 1665115675019, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-07T04:10:40.008Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-07T04:10:40.008Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-07T04:10:40.008Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "20c0a34d-0591-4c2a-9182-645035a6196e", "consumerID": "multicloud-k8s-id", "timestamp": 1665115665381, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-10-07T04:10:40.008Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-07T04:10:40.008Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-07T04:10:40.008Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "20c0a34d-0591-4c2a-9182-645035a6196e", "consumerID": "clamp", "timestamp": 1665115667096, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-07T04:10:40.009Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-07T04:10:40.009Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-07T04:10:40.009Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "20c0a34d-0591-4c2a-9182-645035a6196e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665115673092, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-10-07T04:10:40.009Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-07T04:10:40.009Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-07T04:10:40.009Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "20c0a34d-0591-4c2a-9182-645035a6196e", "consumerID": "clamp", "timestamp": 1665115667096, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-10-07T04:10:40.010Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-07T04:10:40.010Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-07T04:10:40.010Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "20c0a34d-0591-4c2a-9182-645035a6196e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665115673092, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-07T04:10:40.010Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-07T04:10:40.010Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-07T04:10:40.010Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "20c0a34d-0591-4c2a-9182-645035a6196e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665115673092, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-07T04:10:40.011Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-07T04:10:40.011Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-07T04:10:40.011Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "20c0a34d-0591-4c2a-9182-645035a6196e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665115673092, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-10-07T04:10:40.011Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-07T04:10:40.011Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-07T04:10:40.011Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "20c0a34d-0591-4c2a-9182-645035a6196e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665115673092, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-10-07T04:10:40.011Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-07T04:10:40.011Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-07T04:10:40.012Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "20c0a34d-0591-4c2a-9182-645035a6196e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665115673092, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-07T04:10:40.012Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-07T04:10:40.012Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-07T04:10:40.012Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "20c0a34d-0591-4c2a-9182-645035a6196e", "consumerID": "aai-ml", "timestamp": 1665115680856, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-10-07T04:10:40.012Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-07T04:10:40.012Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-07T04:10:40.012Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "20c0a34d-0591-4c2a-9182-645035a6196e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665115673092, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-10-07T04:10:40.013Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-07T04:10:40.013Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-07T04:10:40.013Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "20c0a34d-0591-4c2a-9182-645035a6196e", "consumerID": "aai-ml", "timestamp": 1665115681860, "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-10-07T04:10:40.017Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 20c0a34d-0591-4c2a-9182-645035a6196e 2022-10-07T04:10:40.017Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 20c0a34d-0591-4c2a-9182-645035a6196e 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-10-07T04:10:40.024Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-07T04:10:40.024Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "20c0a34d-0591-4c2a-9182-645035a6196e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665115682851, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-07T04:10:40.024Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-07T04:10:40.024Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-07T04:10:40.024Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "20c0a34d-0591-4c2a-9182-645035a6196e", "consumerID": "clamp", "timestamp": 1665115682307, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-07T04:10:40.025Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-07T04:10:40.025Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-07T04:10:40.025Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "20c0a34d-0591-4c2a-9182-645035a6196e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665115684635, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-10-07T04:10:40.025Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-07T04:10:40.025Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-07T04:10:40.026Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "20c0a34d-0591-4c2a-9182-645035a6196e", "consumerID": "clamp", "timestamp": 1665115684308, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-10-07T04:10:40.026Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-07T04:10:40.026Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-07T04:10:40.026Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "20c0a34d-0591-4c2a-9182-645035a6196e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665115685639, "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-10-07T04:10:40.030Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 20c0a34d-0591-4c2a-9182-645035a6196e 2022-10-07T04:10:40.030Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 20c0a34d-0591-4c2a-9182-645035a6196e 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-10-07T04:10:40.037Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-07T04:10:40.037Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "20c0a34d-0591-4c2a-9182-645035a6196e", "consumerID": "clamp", "timestamp": 1665115685312, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-07T04:10:40.041Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 20c0a34d-0591-4c2a-9182-645035a6196e 2022-10-07T04:10:40.041Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 20c0a34d-0591-4c2a-9182-645035a6196e and ComponentName clamp 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-10-07T04:10:40.049Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-07T04:10:40.049Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "19b6b6c9-4141-4e42-a2e9-6db8d53a3b5d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665115718282, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-07T04:10:40.049Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-07T04:11:03.743Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8bb4b9e6-4b9c-426f-9a96-b8dd641ef206 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-07T04:11:03.760Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8bb4b9e6-4b9c-426f-9a96-b8dd641ef206 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10-07T04:11:03.763Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-07T04:11:03.763Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-10-07T04:11:03.763Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-10-07T04:11:03.763Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-10-07T04:11:03.763Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-07T04:11:03.763Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-07T04:11:03.763Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-07T04:11:03.763Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-07T04:11:03.763Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-07T04:11:03.763Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-07T04:11:03.763Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-10-07T04:11:03.773Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-10-07T04:11:33.773Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8bb4b9e6-4b9c-426f-9a96-b8dd641ef206 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-10-07T04:11:33.778Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8bb4b9e6-4b9c-426f-9a96-b8dd641ef206 and serviceModelVersionId: 77efe7db-932d-48d8-a93a-0068aa45c0f3 2022-10-07T04:11:33.778Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d93f5064-d73f-4239-8831-8d67ead2a91c 2022-10-07T04:11:33.778Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d93f5064-d73f-4239-8831-8d67ead2a91c/model-vers/model-ver/77efe7db-932d-48d8-a93a-0068aa45c0f3?depth=0 2022-10-07T04:11:33.782Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2022-10-07T04:11:33.821Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d93f5064-d73f-4239-8831-8d67ead2a91c/model-vers/model-ver/77efe7db-932d-48d8-a93a-0068aa45c0f3?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-10-07T04:11:33.822Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d93f5064-d73f-4239-8831-8d67ead2a91c/model-vers/model-ver/77efe7db-932d-48d8-a93a-0068aa45c0f3?depth=0|INFO|500||Invoke 2022-10-07T04:11:33.841Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d93f5064-d73f-4239-8831-8d67ead2a91c/model-vers/model-ver/77efe7db-932d-48d8-a93a-0068aa45c0f3?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-10-07T04:11:33.917Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d93f5064-d73f-4239-8831-8d67ead2a91c/model-vers/model-ver/77efe7db-932d-48d8-a93a-0068aa45c0f3?depth=0|INFO|500||InvokeReturn 2022-10-07T04:11:33.918Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d93f5064-d73f-4239-8831-8d67ead2a91c/model-vers/model-ver/77efe7db-932d-48d8-a93a-0068aa45c0f3?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221007-04:11:35:306-84100], vertex-id=[196776], Content-Length=[0], Date=[Fri, 07 Oct 2022 04:11:35 GMT], Content-Type=[application/json]} 2022-10-07T04:11:33.918Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity. 2022-10-07T04:11:33.919Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-10-07T04:11:33.919Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-10-07T04:11:33.924Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-10-07T04:11:33.925Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8bb4b9e6-4b9c-426f-9a96-b8dd641ef206 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-10-07T04:11:33.925Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-10-07T04:11:33.925Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-10-07T04:11:33.927Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-07T04:11:33.927Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "8bb4b9e6-4b9c-426f-9a96-b8dd641ef206", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665115893925, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-07T04:11:34.027Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-07T04:11:34.028Z||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-10-07T04:11:34.028Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aq9NtIOJ9WitpuP6) ... 2022-10-07T04:11:34.057Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T04:11:34.058Z||pool-101-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-10-07T04:11:34.937Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-07T04:11:34.937Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"20c0a34d-0591-4c2a-9182-645035a6196e","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"76477b1a-fcb7-48ea-9901-81bd1cb5ab62","serviceDescription":"service","serviceInvariantUUID":"234731eb-9f21-476b-841f-07a5e26ad252","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"795354b6-dcf7-4b5c-98d5-73ead5380142","resourceInvariantUUID":"f2f5afc8-00f1-4956-bba8-17061b60afd0","resourceCustomizationUUID":"86b33c0f-ebd1-4ce3-a478-f9cf7e006d69","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":"YWIyZWExMmZkOTYyNDJjMTY0OTEwY2IwZjI3NTE4NzU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d5b57da8-6f1b-4f80-a437-975a2be2b93d","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":"aa6fc653-65dc-4682-8a07-805dc5cd19b2","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":"189ab097-dac5-429e-b389-52ec77fabc1a","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":"NDY0NjM0Y2IwN2M3MDRmZTA0OTc0MGU1MWViNzIzOGQ\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"5aebd9fc-f8d0-4bf2-9af8-bfd7dbd3b5fe","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":"d0802756-1f0e-485a-8640-e805be937900","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":"9200ddf2-b167-46a6-a5f0-b97938102f3e","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":"2411079c-2fc1-4435-b66e-3454a06a4992","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":"OWQyYzYzYjk1ODNjMTYyYjdiM2JmNjNiZWZjOGRhYTY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e6cc479a-000c-48df-861e-801de0386ae8","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"M2NjNzAyNmEyNGM5N2I0ZDljZTdiYWYyNDAxZGQ5Y2U\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9c0f40af-2deb-4290-8eeb-d62861cc6b66","artifactVersion":"1"}],"workloadContext":"Production"} 2022-10-07T04:11:34.938Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-07T04:11:34.938Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-10-07T04:11:34.939Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-07T04:11:34.940Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "20c0a34d-0591-4c2a-9182-645035a6196e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665115719298, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-07T04:11:35.040Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-07T04:11:35.040Z||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-10-07T04:11:35.041Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aq9NtIOJ9WitpuP6) ... 2022-10-07T04:11:35.065Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T04:11:35.065Z||pool-102-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-10-07T04:11:35.940Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-07T04:11:35.940Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-10-07T04:11:35.942Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-07T04:11:35.942Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "20c0a34d-0591-4c2a-9182-645035a6196e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665115719298, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-10-07T04:11:36.042Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-07T04:11:36.043Z||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-10-07T04:11:36.043Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aq9NtIOJ9WitpuP6) ... 2022-10-07T04:11:36.060Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T04:11:36.061Z||pool-103-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-10-07T04:11:36.943Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-07T04:11:36.943Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-10-07T04:11:36.945Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-07T04:11:36.946Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "20c0a34d-0591-4c2a-9182-645035a6196e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665115719298, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-10-07T04:11:37.046Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-07T04:11:37.047Z||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-10-07T04:11:37.047Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aq9NtIOJ9WitpuP6) ... 2022-10-07T04:11:37.063Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T04:11:37.063Z||pool-104-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-10-07T04:11:37.946Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-07T04:11:37.947Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-10-07T04:11:37.949Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-07T04:11:37.949Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "20c0a34d-0591-4c2a-9182-645035a6196e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665115719298, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-07T04:11:38.049Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-07T04:11:38.050Z||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-10-07T04:11:38.050Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aq9NtIOJ9WitpuP6) ... 2022-10-07T04:11:38.064Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T04:11:38.065Z||pool-105-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-10-07T04:11:38.949Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-07T04:11:38.950Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-10-07T04:11:38.952Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-07T04:11:38.952Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "20c0a34d-0591-4c2a-9182-645035a6196e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665115719298, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-07T04:11:39.052Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-07T04:11:39.053Z||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-10-07T04:11:39.053Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aq9NtIOJ9WitpuP6) ... 2022-10-07T04:11:39.068Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T04:11:39.068Z||pool-106-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-10-07T04:11:39.860Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-07T04:11:39.861Z||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-10-07T04:11:39.862Z||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 aq9NtIOJ9WitpuP6) ... 2022-10-07T04:11:39.928Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T04:11:39.928Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-07T04:11:39.928Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bb4b9e6-4b9c-426f-9a96-b8dd641ef206", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665115719298, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-07T04:11:39.929Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-07T04:11:39.929Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-07T04:11:39.929Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bb4b9e6-4b9c-426f-9a96-b8dd641ef206", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665115719298, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-10-07T04:11:39.929Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-07T04:11:39.929Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-07T04:11:39.929Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bb4b9e6-4b9c-426f-9a96-b8dd641ef206", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665115719298, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-10-07T04:11:39.930Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-07T04:11:39.930Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-07T04:11:39.930Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bb4b9e6-4b9c-426f-9a96-b8dd641ef206", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665115719298, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-07T04:11:39.930Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-07T04:11:39.930Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-07T04:11:39.930Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bb4b9e6-4b9c-426f-9a96-b8dd641ef206", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665115719298, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-10-07T04:11:39.930Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-07T04:11:39.930Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-07T04:11:39.930Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bb4b9e6-4b9c-426f-9a96-b8dd641ef206", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665115719298, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-10-07T04:11:39.930Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-07T04:11:39.930Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-07T04:11:39.930Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bb4b9e6-4b9c-426f-9a96-b8dd641ef206", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665115719298, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-10-07T04:11:39.930Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-07T04:11:39.931Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-07T04:11:39.931Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bb4b9e6-4b9c-426f-9a96-b8dd641ef206", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665115719298, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-07T04:11:39.931Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-07T04:11:39.931Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-07T04:11:39.931Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bb4b9e6-4b9c-426f-9a96-b8dd641ef206", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665115719298, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-07T04:11:39.931Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-07T04:11:39.931Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-07T04:11:39.931Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bb4b9e6-4b9c-426f-9a96-b8dd641ef206", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665115719298, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-10-07T04:11:39.931Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-07T04:11:39.931Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-07T04:11:39.931Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bb4b9e6-4b9c-426f-9a96-b8dd641ef206", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665115730093, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-07T04:11:39.931Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-07T04:11:39.932Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-07T04:11:39.932Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bb4b9e6-4b9c-426f-9a96-b8dd641ef206", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665115732330, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-10-07T04:11:39.932Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-07T04:11:39.932Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-07T04:11:39.932Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bb4b9e6-4b9c-426f-9a96-b8dd641ef206", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665115733416, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-10-07T04:11:39.932Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-07T04:11:39.932Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-07T04:11:39.932Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bb4b9e6-4b9c-426f-9a96-b8dd641ef206", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665115734478, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-10-07T04:11:39.932Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-07T04:11:39.932Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-07T04:11:39.932Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bb4b9e6-4b9c-426f-9a96-b8dd641ef206", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665115735547, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-10-07T04:11:39.933Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-07T04:11:39.933Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-07T04:11:39.933Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bb4b9e6-4b9c-426f-9a96-b8dd641ef206", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665115736600, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-10-07T04:11:39.933Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-07T04:11:39.933Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-07T04:11:39.933Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bb4b9e6-4b9c-426f-9a96-b8dd641ef206", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665115737667, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-10-07T04:11:39.933Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-07T04:11:39.933Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-07T04:11:39.933Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bb4b9e6-4b9c-426f-9a96-b8dd641ef206", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665115738672, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-10-07T04:11:39.933Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-07T04:11:39.933Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-07T04:11:39.933Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bb4b9e6-4b9c-426f-9a96-b8dd641ef206", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665115739676, "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-10-07T04:11:39.934Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-07T04:11:39.934Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-07T04:11:39.934Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bb4b9e6-4b9c-426f-9a96-b8dd641ef206", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665115740681, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-10-07T04:11:39.934Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-07T04:11:39.934Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-07T04:11:39.934Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bb4b9e6-4b9c-426f-9a96-b8dd641ef206", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665115741685, "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-10-07T04:11:39.934Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-07T04:11:39.934Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-07T04:11:39.934Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bb4b9e6-4b9c-426f-9a96-b8dd641ef206", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665115742689, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-10-07T04:11:39.934Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-07T04:11:39.952Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-07T04:11:39.952Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-10-07T04:11:39.954Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-07T04:11:39.954Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "20c0a34d-0591-4c2a-9182-645035a6196e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665115719298, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-10-07T04:11:40.054Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-07T04:11:40.055Z||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-10-07T04:11:40.055Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aq9NtIOJ9WitpuP6) ... 2022-10-07T04:11:40.069Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T04:11:40.070Z||pool-107-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-10-07T04:11:40.954Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-07T04:11:40.955Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-10-07T04:11:40.957Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-07T04:11:40.957Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "20c0a34d-0591-4c2a-9182-645035a6196e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665115719298, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-10-07T04:11:41.057Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-07T04:11:41.059Z||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-10-07T04:11:41.059Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aq9NtIOJ9WitpuP6) ... 2022-10-07T04:11:41.079Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T04:11:41.079Z||pool-108-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-10-07T04:11:41.957Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-07T04:11:41.958Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-10-07T04:11:41.959Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-07T04:11:41.959Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "20c0a34d-0591-4c2a-9182-645035a6196e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665115719298, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-07T04:11:42.060Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-07T04:11:42.061Z||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-10-07T04:11:42.061Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aq9NtIOJ9WitpuP6) ... 2022-10-07T04:11:42.076Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T04:11:42.076Z||pool-109-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-10-07T04:11:42.960Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-07T04:11:42.960Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-10-07T04:11:42.962Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-07T04:11:42.962Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "20c0a34d-0591-4c2a-9182-645035a6196e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665115719298, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-10-07T04:11:43.062Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-07T04:11:43.063Z||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-10-07T04:11:43.063Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aq9NtIOJ9WitpuP6) ... 2022-10-07T04:11:43.082Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T04:11:43.083Z||pool-110-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-10-07T04:11:43.963Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "20c0a34d-0591-4c2a-9182-645035a6196e", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "76477b1a-fcb7-48ea-9901-81bd1cb5ab62", "serviceDescription": "service", "serviceInvariantUUID": "234731eb-9f21-476b-841f-07a5e26ad252", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "86b33c0f-ebd1-4ce3-a478-f9cf7e006d69", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "795354b6-dcf7-4b5c-98d5-73ead5380142", "resourceInvariantUUID": "f2f5afc8-00f1-4956-bba8-17061b60afd0", "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": "M2NjNzAyNmEyNGM5N2I0ZDljZTdiYWYyNDAxZGQ5Y2U\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "9c0f40af-2deb-4290-8eeb-d62861cc6b66" } ], "workloadContext": "Production" } 2022-10-07T04:11:43.963Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-10-07T04:11:43.964Z|8bb4b9e6-4b9c-426f-9a96-b8dd641ef206|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 76477b1a-fcb7-48ea-9901-81bd1cb5ab62 ASDC 2022-10-07T04:11:43.964Z|20c0a34d-0591-4c2a-9182-645035a6196e|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:20c0a34d-0591-4c2a-9182-645035a6196e ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:76477b1a-fcb7-48ea-9901-81bd1cb5ab62 ServiceInvariantUUID:234731eb-9f21-476b-841f-07a5e26ad252 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:9c0f40af-2deb-4290-8eeb-d62861cc6b66 ArtifactChecksum:M2NjNzAyNmEyNGM5N2I0ZDljZTdiYWYyNDAxZGQ5Y2U= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:86b33c0f-ebd1-4ce3-a478-f9cf7e006d69 ResourceInvariantUUID:f2f5afc8-00f1-4956-bba8-17061b60afd0 ResourceName:test-pnf ResourceType:PNF ResourceUUID:795354b6-dcf7-4b5c-98d5-73ead5380142 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-10-07T04:11:43.964Z|20c0a34d-0591-4c2a-9182-645035a6196e|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 76477b1a-fcb7-48ea-9901-81bd1cb5ab62 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-10-07T04:11:43.988Z|20c0a34d-0591-4c2a-9182-645035a6196e|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-07T04:11:43.988Z|20c0a34d-0591-4c2a-9182-645035a6196e|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-10-07T04:11:43.988Z|20c0a34d-0591-4c2a-9182-645035a6196e|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-10-07T04:11:43.989Z|20c0a34d-0591-4c2a-9182-645035a6196e|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 9c0f40af-2deb-4290-8eeb-d62861cc6b66 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-10-07T04:11:43.989Z|20c0a34d-0591-4c2a-9182-645035a6196e|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-10-07T04:11:43.989Z|20c0a34d-0591-4c2a-9182-645035a6196e|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-10-07T04:11:44.103Z|20c0a34d-0591-4c2a-9182-645035a6196e|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-10-07T04:11:44.111Z|20c0a34d-0591-4c2a-9182-645035a6196e|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 9c0f40af-2deb-4290-8eeb-d62861cc6b66 105677 2022-10-07T04:11:44.111Z|20c0a34d-0591-4c2a-9182-645035a6196e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-10-07T04:11:44.111Z|20c0a34d-0591-4c2a-9182-645035a6196e|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-10-07T04:11:44.111Z|20c0a34d-0591-4c2a-9182-645035a6196e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-07T04:11:44.111Z|20c0a34d-0591-4c2a-9182-645035a6196e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-10-07T04:11:44.113Z|20c0a34d-0591-4c2a-9182-645035a6196e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-07T04:11:44.113Z|20c0a34d-0591-4c2a-9182-645035a6196e|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "20c0a34d-0591-4c2a-9182-645035a6196e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665115904111, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-07T04:11:44.214Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-07T04:11:44.214Z||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-10-07T04:11:44.215Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aq9NtIOJ9WitpuP6) ... 2022-10-07T04:11:44.234Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T04:11:44.234Z||pool-111-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-10-07T04:11:45.114Z|20c0a34d-0591-4c2a-9182-645035a6196e|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-07T04:11:45.115Z|20c0a34d-0591-4c2a-9182-645035a6196e|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-10-07T04:11:45.115Z|20c0a34d-0591-4c2a-9182-645035a6196e|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 9c0f40af-2deb-4290-8eeb-d62861cc6b66, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-10-07T04:11:45.116Z|20c0a34d-0591-4c2a-9182-645035a6196e|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2022-10-07T04:11:45.116Z|20c0a34d-0591-4c2a-9182-645035a6196e|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-10-07T04:11:45.116Z|20c0a34d-0591-4c2a-9182-645035a6196e|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-10-07T04:11:45.258Z|20c0a34d-0591-4c2a-9182-645035a6196e|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13964376685723781754/Definitions/service-TestPnfMacro-template.yml 2022-10-07T04:11:45.935Z|20c0a34d-0591-4c2a-9182-645035a6196e|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2022-10-07T04:11:45.936Z|20c0a34d-0591-4c2a-9182-645035a6196e|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-10-07T04:11:45.936Z|20c0a34d-0591-4c2a-9182-645035a6196e|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-10-07T04:11:45.936Z|20c0a34d-0591-4c2a-9182-645035a6196e|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-10-07T04:11:45.936Z|20c0a34d-0591-4c2a-9182-645035a6196e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-10-07T04:11:45.936Z|20c0a34d-0591-4c2a-9182-645035a6196e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-10-07T04:11:45.936Z|20c0a34d-0591-4c2a-9182-645035a6196e|pool-2-thread-9|||||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-10-07T04:11:45.936Z|20c0a34d-0591-4c2a-9182-645035a6196e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-10-07T04:11:45.936Z|20c0a34d-0591-4c2a-9182-645035a6196e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-10-07T04:11:45.936Z|20c0a34d-0591-4c2a-9182-645035a6196e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-10-07T04:11:45.936Z|20c0a34d-0591-4c2a-9182-645035a6196e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-10-07T04:11:45.936Z|20c0a34d-0591-4c2a-9182-645035a6196e|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-10-07T04:11:45.937Z|20c0a34d-0591-4c2a-9182-645035a6196e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-07T04:11:45.937Z|20c0a34d-0591-4c2a-9182-645035a6196e|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-10-07T04:11:45.937Z|20c0a34d-0591-4c2a-9182-645035a6196e|pool-2-thread-9|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-10-07T04:11:45.937Z|20c0a34d-0591-4c2a-9182-645035a6196e|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-10-07T04:11:45.937Z|20c0a34d-0591-4c2a-9182-645035a6196e|pool-2-thread-9|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-07T04:11:45.938Z|20c0a34d-0591-4c2a-9182-645035a6196e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-07T04:11:45.938Z|20c0a34d-0591-4c2a-9182-645035a6196e|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-10-07T04:11:45.938Z|20c0a34d-0591-4c2a-9182-645035a6196e|pool-2-thread-9|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-10-07T04:11:45.938Z|20c0a34d-0591-4c2a-9182-645035a6196e|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-10-07T04:11:45.938Z|20c0a34d-0591-4c2a-9182-645035a6196e|pool-2-thread-9|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-07T04:11:45.938Z|20c0a34d-0591-4c2a-9182-645035a6196e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-07T04:11:45.938Z|20c0a34d-0591-4c2a-9182-645035a6196e|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-07T04:11:45.939Z|20c0a34d-0591-4c2a-9182-645035a6196e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-07T04:11:45.939Z|20c0a34d-0591-4c2a-9182-645035a6196e|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-10-07T04:11:45.939Z|20c0a34d-0591-4c2a-9182-645035a6196e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-07T04:11:45.939Z|20c0a34d-0591-4c2a-9182-645035a6196e|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-10-07T04:11:45.939Z|20c0a34d-0591-4c2a-9182-645035a6196e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-07T04:11:45.939Z|20c0a34d-0591-4c2a-9182-645035a6196e|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-07T04:11:45.939Z|20c0a34d-0591-4c2a-9182-645035a6196e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-07T04:11:45.940Z|20c0a34d-0591-4c2a-9182-645035a6196e|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-07T04:11:45.940Z|20c0a34d-0591-4c2a-9182-645035a6196e|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:76477b1a-fcb7-48ea-9901-81bd1cb5ab62 Model Version:NULL Model InvariantUuid:234731eb-9f21-476b-841f-07a5e26ad252 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-10-07T04:11:45.946Z|20c0a34d-0591-4c2a-9182-645035a6196e|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: 795354b6-dcf7-4b5c-98d5-73ead5380142 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-10-07T04:11:45.949Z|20c0a34d-0591-4c2a-9182-645035a6196e|pool-2-thread-9|||||INFO|500||test-pnf 0 2022-10-07T04:11:45.949Z|20c0a34d-0591-4c2a-9182-645035a6196e|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 795354b6-dcf7-4b5c-98d5-73ead5380142 2022-10-07T04:11:45.949Z|20c0a34d-0591-4c2a-9182-645035a6196e|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 76477b1a-fcb7-48ea-9901-81bd1cb5ab62 2022-10-07T04:11:45.949Z|20c0a34d-0591-4c2a-9182-645035a6196e|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 76477b1a-fcb7-48ea-9901-81bd1cb5ab62 2022-10-07T04:11:45.949Z|20c0a34d-0591-4c2a-9182-645035a6196e|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 795354b6-dcf7-4b5c-98d5-73ead5380142 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-10-07T04:11:45.953Z|20c0a34d-0591-4c2a-9182-645035a6196e|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5e234196, org.onap.sdc.toscaparser.api.parameters.Input@7e0a567d, org.onap.sdc.toscaparser.api.parameters.Input@736dea1c, org.onap.sdc.toscaparser.api.parameters.Input@1c5dc058, org.onap.sdc.toscaparser.api.parameters.Input@58b60db4] 2022-10-07T04:11:45.953Z|20c0a34d-0591-4c2a-9182-645035a6196e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-07T04:11:45.953Z|20c0a34d-0591-4c2a-9182-645035a6196e|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-10-07T04:11:45.953Z|20c0a34d-0591-4c2a-9182-645035a6196e|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 76477b1a-fcb7-48ea-9901-81bd1cb5ab62: test-pnf 2022-10-07T04:11:45.954Z|20c0a34d-0591-4c2a-9182-645035a6196e|pool-2-thread-9|||||INFO|500||Processing PNF resource: 795354b6-dcf7-4b5c-98d5-73ead5380142 2022-10-07T04:11:45.954Z|20c0a34d-0591-4c2a-9182-645035a6196e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-07T04:11:45.954Z|20c0a34d-0591-4c2a-9182-645035a6196e|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-07T04:11:45.954Z|20c0a34d-0591-4c2a-9182-645035a6196e|pool-2-thread-9|||||INFO|500||Resource customization UUID: 86b33c0f-ebd1-4ce3-a478-f9cf7e006d69 is the same as notified resource customizationUUID: 86b33c0f-ebd1-4ce3-a478-f9cf7e006d69 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-10-07T04:11:46.009Z|20c0a34d-0591-4c2a-9182-645035a6196e|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 795354b6-dcf7-4b5c-98d5-73ead5380142 0 ASDC deployResourceStructure 2022-10-07T04:11:46.009Z|20c0a34d-0591-4c2a-9182-645035a6196e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-10-07T04:11:46.010Z|20c0a34d-0591-4c2a-9182-645035a6196e|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-10-07T04:11:46.010Z|20c0a34d-0591-4c2a-9182-645035a6196e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-07T04:11:46.010Z|20c0a34d-0591-4c2a-9182-645035a6196e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-10-07T04:11:46.012Z|20c0a34d-0591-4c2a-9182-645035a6196e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-07T04:11:46.012Z|20c0a34d-0591-4c2a-9182-645035a6196e|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "20c0a34d-0591-4c2a-9182-645035a6196e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665115906009, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-10-07T04:11:46.112Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-07T04:11:46.113Z||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-10-07T04:11:46.113Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aq9NtIOJ9WitpuP6) ... 2022-10-07T04:11:46.128Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T04:11:46.128Z||pool-112-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-10-07T04:11:47.012Z|20c0a34d-0591-4c2a-9182-645035a6196e|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 20c0a34d-0591-4c2a-9182-645035a6196e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-07T04:11:47.022Z|20c0a34d-0591-4c2a-9182-645035a6196e|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 20c0a34d-0591-4c2a-9182-645035a6196e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10-07T04:11:47.024Z|20c0a34d-0591-4c2a-9182-645035a6196e|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-07T04:11:47.025Z|20c0a34d-0591-4c2a-9182-645035a6196e|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-10-07T04:11:47.025Z|20c0a34d-0591-4c2a-9182-645035a6196e|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-10-07T04:11:47.025Z|20c0a34d-0591-4c2a-9182-645035a6196e|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-10-07T04:11:47.025Z|20c0a34d-0591-4c2a-9182-645035a6196e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-07T04:11:47.026Z|20c0a34d-0591-4c2a-9182-645035a6196e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-07T04:11:47.026Z|20c0a34d-0591-4c2a-9182-645035a6196e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-07T04:11:47.026Z|20c0a34d-0591-4c2a-9182-645035a6196e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-07T04:11:47.026Z|20c0a34d-0591-4c2a-9182-645035a6196e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-07T04:11:47.026Z|20c0a34d-0591-4c2a-9182-645035a6196e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-07T04:11:47.027Z|20c0a34d-0591-4c2a-9182-645035a6196e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-07T04:11:47.027Z|20c0a34d-0591-4c2a-9182-645035a6196e|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-10-07T04:11:47.033Z|20c0a34d-0591-4c2a-9182-645035a6196e|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-10-07T04:12:17.033Z|20c0a34d-0591-4c2a-9182-645035a6196e|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 20c0a34d-0591-4c2a-9182-645035a6196e 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-10-07T04:12:17.040Z|20c0a34d-0591-4c2a-9182-645035a6196e|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 20c0a34d-0591-4c2a-9182-645035a6196e and serviceModelVersionId: 76477b1a-fcb7-48ea-9901-81bd1cb5ab62 2022-10-07T04:12:17.040Z|20c0a34d-0591-4c2a-9182-645035a6196e|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 234731eb-9f21-476b-841f-07a5e26ad252 2022-10-07T04:12:17.041Z|20c0a34d-0591-4c2a-9182-645035a6196e|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/234731eb-9f21-476b-841f-07a5e26ad252/model-vers/model-ver/76477b1a-fcb7-48ea-9901-81bd1cb5ab62?depth=0 2022-10-07T04:12:17.045Z|20c0a34d-0591-4c2a-9182-645035a6196e|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2022-10-07T04:12:17.095Z|20c0a34d-0591-4c2a-9182-645035a6196e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/234731eb-9f21-476b-841f-07a5e26ad252/model-vers/model-ver/76477b1a-fcb7-48ea-9901-81bd1cb5ab62?depth=0|INFO|500||Invoke 2022-10-07T04:12:17.095Z|20c0a34d-0591-4c2a-9182-645035a6196e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/234731eb-9f21-476b-841f-07a5e26ad252/model-vers/model-ver/76477b1a-fcb7-48ea-9901-81bd1cb5ab62?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/234731eb-9f21-476b-841f-07a5e26ad252/model-vers/model-ver/76477b1a-fcb7-48ea-9901-81bd1cb5ab62?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[20c0a34d-0591-4c2a-9182-645035a6196e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[18f72274-7402-4420-acc5-705ada12f4b4], X-ECOMP-RequestID=[20c0a34d-0591-4c2a-9182-645035a6196e], X-TransactionId=[], X-ONAP-RequestID=[20c0a34d-0591-4c2a-9182-645035a6196e], Content-Type=[application/merge-patch+json]} 2022-10-07T04:12:17.116Z|20c0a34d-0591-4c2a-9182-645035a6196e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/234731eb-9f21-476b-841f-07a5e26ad252/model-vers/model-ver/76477b1a-fcb7-48ea-9901-81bd1cb5ab62?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-10-07T04:12:17.241Z|20c0a34d-0591-4c2a-9182-645035a6196e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/234731eb-9f21-476b-841f-07a5e26ad252/model-vers/model-ver/76477b1a-fcb7-48ea-9901-81bd1cb5ab62?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/234731eb-9f21-476b-841f-07a5e26ad252/model-vers/model-ver/76477b1a-fcb7-48ea-9901-81bd1cb5ab62?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221007-04:12:18:589-77962], vertex-id=[278632], Content-Length=[0], Date=[Fri, 07 Oct 2022 04:12:18 GMT], Content-Type=[application/json]} 2022-10-07T04:12:17.241Z|20c0a34d-0591-4c2a-9182-645035a6196e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/234731eb-9f21-476b-841f-07a5e26ad252/model-vers/model-ver/76477b1a-fcb7-48ea-9901-81bd1cb5ab62?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-10-07T04:12:17.242Z|20c0a34d-0591-4c2a-9182-645035a6196e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/234731eb-9f21-476b-841f-07a5e26ad252/model-vers/model-ver/76477b1a-fcb7-48ea-9901-81bd1cb5ab62?depth=0|INFO|500||InvokeReturn 2022-10-07T04:12:17.242Z|20c0a34d-0591-4c2a-9182-645035a6196e|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-10-07T04:12:17.242Z|20c0a34d-0591-4c2a-9182-645035a6196e|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-10-07T04:12:17.247Z|20c0a34d-0591-4c2a-9182-645035a6196e|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-10-07T04:12:17.247Z|20c0a34d-0591-4c2a-9182-645035a6196e|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 20c0a34d-0591-4c2a-9182-645035a6196e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-10-07T04:12:17.247Z|20c0a34d-0591-4c2a-9182-645035a6196e|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-10-07T04:12:17.248Z|20c0a34d-0591-4c2a-9182-645035a6196e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-10-07T04:12:17.249Z|20c0a34d-0591-4c2a-9182-645035a6196e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-07T04:12:17.249Z|20c0a34d-0591-4c2a-9182-645035a6196e|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "20c0a34d-0591-4c2a-9182-645035a6196e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665115937247, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-07T04:12:17.350Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-07T04:12:17.351Z||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-10-07T04:12:17.351Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aq9NtIOJ9WitpuP6) ... 2022-10-07T04:12:17.372Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T04:12:17.372Z||pool-113-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-10-07T04:12:18.261Z|20c0a34d-0591-4c2a-9182-645035a6196e|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-07T04:12:18.262Z|20c0a34d-0591-4c2a-9182-645035a6196e|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-10-07T04:12:18.262Z|20c0a34d-0591-4c2a-9182-645035a6196e|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 aq9NtIOJ9WitpuP6) ... 2022-10-07T04:12:28.594Z|20c0a34d-0591-4c2a-9182-645035a6196e|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T04:12:28.595Z|20c0a34d-0591-4c2a-9182-645035a6196e|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-07T04:12:28.595Z|20c0a34d-0591-4c2a-9182-645035a6196e|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-10-07T04:12:28.595Z|20c0a34d-0591-4c2a-9182-645035a6196e|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 aq9NtIOJ9WitpuP6) ... 2022-10-07T04:12:38.149Z|20c0a34d-0591-4c2a-9182-645035a6196e|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T04:12:38.150Z|20c0a34d-0591-4c2a-9182-645035a6196e|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-07T04:12:38.151Z|20c0a34d-0591-4c2a-9182-645035a6196e|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-10-07T04:12:38.151Z|20c0a34d-0591-4c2a-9182-645035a6196e|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 aq9NtIOJ9WitpuP6) ... 2022-10-07T04:12:39.861Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-07T04:12:39.862Z||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-10-07T04:12:39.862Z||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 aq9NtIOJ9WitpuP6) ... 2022-10-07T04:12:39.892Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T04:12:39.892Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-07T04:12:39.892Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bb4b9e6-4b9c-426f-9a96-b8dd641ef206", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665115893925, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-07T04:12:39.893Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-07T04:12:39.893Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-07T04:12:39.893Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "20c0a34d-0591-4c2a-9182-645035a6196e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665115719298, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-07T04:12:39.893Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-07T04:12:39.893Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-07T04:12:39.893Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "20c0a34d-0591-4c2a-9182-645035a6196e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665115719298, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-10-07T04:12:39.894Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-07T04:12:39.894Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-07T04:12:39.894Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "20c0a34d-0591-4c2a-9182-645035a6196e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665115719298, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-10-07T04:12:39.894Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-07T04:12:39.894Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-07T04:12:39.894Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "20c0a34d-0591-4c2a-9182-645035a6196e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665115719298, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-07T04:12:39.894Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-07T04:12:39.894Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-07T04:12:39.894Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "20c0a34d-0591-4c2a-9182-645035a6196e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665115719298, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-07T04:12:39.894Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-07T04:12:47.696Z|20c0a34d-0591-4c2a-9182-645035a6196e|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T04:12:47.696Z|20c0a34d-0591-4c2a-9182-645035a6196e|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-07T04:12:47.697Z|20c0a34d-0591-4c2a-9182-645035a6196e|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-10-07T04:12:47.697Z|20c0a34d-0591-4c2a-9182-645035a6196e|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 aq9NtIOJ9WitpuP6) ... 2022-10-07T04:12:57.257Z|20c0a34d-0591-4c2a-9182-645035a6196e|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T04:12:57.259Z|20c0a34d-0591-4c2a-9182-645035a6196e|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-07T04:12:57.260Z|20c0a34d-0591-4c2a-9182-645035a6196e|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-10-07T04:12:57.260Z|20c0a34d-0591-4c2a-9182-645035a6196e|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 aq9NtIOJ9WitpuP6) ... 2022-10-07T04:13:06.814Z|20c0a34d-0591-4c2a-9182-645035a6196e|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T04:13:39.858Z|20c0a34d-0591-4c2a-9182-645035a6196e|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-07T04:13:39.859Z|20c0a34d-0591-4c2a-9182-645035a6196e|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-10-07T04:13:39.860Z|20c0a34d-0591-4c2a-9182-645035a6196e|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 aq9NtIOJ9WitpuP6) ... 2022-10-07T04:13:39.860Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-07T04:13:39.861Z||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-10-07T04:13:39.861Z||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 aq9NtIOJ9WitpuP6) ... 2022-10-07T04:13:39.895Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T04:13:39.896Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-07T04:13:39.896Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "20c0a34d-0591-4c2a-9182-645035a6196e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665115719298, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-10-07T04:13:39.898Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-07T04:13:49.438Z|20c0a34d-0591-4c2a-9182-645035a6196e|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T04:14:39.857Z|20c0a34d-0591-4c2a-9182-645035a6196e|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-07T04:14:39.858Z|20c0a34d-0591-4c2a-9182-645035a6196e|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-10-07T04:14:39.858Z|20c0a34d-0591-4c2a-9182-645035a6196e|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 aq9NtIOJ9WitpuP6) ... 2022-10-07T04:14:39.860Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-07T04:14:39.861Z||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-10-07T04:14:39.861Z||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 aq9NtIOJ9WitpuP6) ... 2022-10-07T04:14:40.408Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T04:14:40.409Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-07T04:14:40.409Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "20c0a34d-0591-4c2a-9182-645035a6196e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665115719298, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-10-07T04:14:40.410Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-07T04:14:40.410Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-07T04:14:40.410Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "20c0a34d-0591-4c2a-9182-645035a6196e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665115719298, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-07T04:14:40.410Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-07T04:14:40.410Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-07T04:14:40.410Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "20c0a34d-0591-4c2a-9182-645035a6196e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665115719298, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-10-07T04:14:40.411Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-07T04:14:40.411Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-07T04:14:40.411Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "20c0a34d-0591-4c2a-9182-645035a6196e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665115904111, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-07T04:14:40.411Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-07T04:14:40.411Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-07T04:14:40.411Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "20c0a34d-0591-4c2a-9182-645035a6196e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665115906009, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-10-07T04:14:40.411Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-07T04:14:40.412Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-07T04:14:40.412Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "20c0a34d-0591-4c2a-9182-645035a6196e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665115937247, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-07T04:14:40.412Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-07T04:14:49.431Z|20c0a34d-0591-4c2a-9182-645035a6196e|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T04:15:39.858Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-07T04:15:39.858Z||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-10-07T04:15:39.859Z||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 aq9NtIOJ9WitpuP6) ... 2022-10-07T04:15:39.860Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-07T04:15:39.861Z||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-10-07T04:15:39.861Z||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 aq9NtIOJ9WitpuP6) ... 2022-10-07T04:15:49.419Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T04:15:49.485Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T04:16:39.857Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-07T04:16:39.858Z||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-10-07T04:16:39.859Z||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 aq9NtIOJ9WitpuP6) ... 2022-10-07T04:16:39.860Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-07T04:16:39.861Z||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-10-07T04:16:39.861Z||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 aq9NtIOJ9WitpuP6) ... 2022-10-07T04:16:49.416Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T04:16:49.432Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T04:17:39.857Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-07T04:17:39.858Z||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-10-07T04:17:39.858Z||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 aq9NtIOJ9WitpuP6) ... 2022-10-07T04:17:39.860Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-07T04:17:39.861Z||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-10-07T04:17:39.861Z||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 aq9NtIOJ9WitpuP6) ... 2022-10-07T04:17:49.427Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T04:17:49.434Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T04:18:39.857Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-07T04:18:39.859Z||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-10-07T04:18:39.859Z||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 aq9NtIOJ9WitpuP6) ... 2022-10-07T04:18:39.860Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-07T04:18:39.861Z||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-10-07T04:18:39.861Z||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 aq9NtIOJ9WitpuP6) ... 2022-10-07T04:18:49.433Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T04:18:49.434Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T04:19:39.859Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-07T04:19:39.860Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-07T04:19:39.864Z||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-10-07T04:19:39.864Z||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-10-07T04:19:39.865Z||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 aq9NtIOJ9WitpuP6) ... 2022-10-07T04:19:39.865Z||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 aq9NtIOJ9WitpuP6) ... 2022-10-07T04:19:49.441Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T04:19:49.441Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T04:20:39.857Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-07T04:20:39.858Z||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-10-07T04:20:39.858Z||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 aq9NtIOJ9WitpuP6) ... 2022-10-07T04:20:39.861Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-07T04:20:39.861Z||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-10-07T04:20:39.861Z||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 aq9NtIOJ9WitpuP6) ... 2022-10-07T04:20:49.412Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T04:20:49.418Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T04:21:39.857Z|20c0a34d-0591-4c2a-9182-645035a6196e|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-07T04:21:39.859Z|20c0a34d-0591-4c2a-9182-645035a6196e|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-10-07T04:21:39.859Z|20c0a34d-0591-4c2a-9182-645035a6196e|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 aq9NtIOJ9WitpuP6) ... 2022-10-07T04:21:39.861Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-07T04:21:39.861Z||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-10-07T04:21:39.861Z||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 aq9NtIOJ9WitpuP6) ... 2022-10-07T04:21:49.426Z|20c0a34d-0591-4c2a-9182-645035a6196e|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T04:21:49.429Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T04:22:39.857Z|20c0a34d-0591-4c2a-9182-645035a6196e|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-07T04:22:39.859Z|20c0a34d-0591-4c2a-9182-645035a6196e|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-10-07T04:22:39.859Z|20c0a34d-0591-4c2a-9182-645035a6196e|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 aq9NtIOJ9WitpuP6) ... 2022-10-07T04:22:39.861Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-07T04:22:39.861Z||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-10-07T04:22:39.862Z||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 aq9NtIOJ9WitpuP6) ... 2022-10-07T04:22:49.421Z|20c0a34d-0591-4c2a-9182-645035a6196e|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T04:22:49.425Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T04:23:39.857Z|20c0a34d-0591-4c2a-9182-645035a6196e|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-07T04:23:39.858Z|20c0a34d-0591-4c2a-9182-645035a6196e|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-10-07T04:23:39.858Z|20c0a34d-0591-4c2a-9182-645035a6196e|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 aq9NtIOJ9WitpuP6) ... 2022-10-07T04:23:39.861Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-07T04:23:39.861Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|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-10-07T04:23:39.861Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|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 aq9NtIOJ9WitpuP6) ... 2022-10-07T04:23:49.435Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T04:23:49.436Z|20c0a34d-0591-4c2a-9182-645035a6196e|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T04:24:39.857Z|20c0a34d-0591-4c2a-9182-645035a6196e|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-07T04:24:39.858Z|20c0a34d-0591-4c2a-9182-645035a6196e|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-10-07T04:24:39.858Z|20c0a34d-0591-4c2a-9182-645035a6196e|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 aq9NtIOJ9WitpuP6) ... 2022-10-07T04:24:39.860Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-07T04:24:39.861Z||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-10-07T04:24:39.861Z||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 aq9NtIOJ9WitpuP6) ... 2022-10-07T04:24:49.429Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T04:24:49.430Z|20c0a34d-0591-4c2a-9182-645035a6196e|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T04:25:39.858Z|20c0a34d-0591-4c2a-9182-645035a6196e|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-07T04:25:39.859Z|20c0a34d-0591-4c2a-9182-645035a6196e|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-10-07T04:25:39.860Z|20c0a34d-0591-4c2a-9182-645035a6196e|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 aq9NtIOJ9WitpuP6) ... 2022-10-07T04:25:39.861Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-07T04:25:39.862Z||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-10-07T04:25:39.862Z||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 aq9NtIOJ9WitpuP6) ... 2022-10-07T04:25:49.427Z|20c0a34d-0591-4c2a-9182-645035a6196e|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T04:25:49.431Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T04:26:39.858Z|20c0a34d-0591-4c2a-9182-645035a6196e|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-07T04:26:39.861Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-07T04:26:39.861Z|20c0a34d-0591-4c2a-9182-645035a6196e|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-10-07T04:26:39.861Z||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-10-07T04:26:39.861Z|20c0a34d-0591-4c2a-9182-645035a6196e|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 aq9NtIOJ9WitpuP6) ... 2022-10-07T04:26:39.861Z||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 aq9NtIOJ9WitpuP6) ... 2022-10-07T04:26:49.424Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T04:26:49.426Z|20c0a34d-0591-4c2a-9182-645035a6196e|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T04:27:39.857Z|20c0a34d-0591-4c2a-9182-645035a6196e|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-07T04:27:39.858Z|20c0a34d-0591-4c2a-9182-645035a6196e|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-10-07T04:27:39.858Z|20c0a34d-0591-4c2a-9182-645035a6196e|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 aq9NtIOJ9WitpuP6) ... 2022-10-07T04:27:39.860Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-07T04:27:39.861Z||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-10-07T04:27:39.861Z||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 aq9NtIOJ9WitpuP6) ... 2022-10-07T04:27:49.424Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T04:27:49.427Z|20c0a34d-0591-4c2a-9182-645035a6196e|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T04:28:39.857Z|20c0a34d-0591-4c2a-9182-645035a6196e|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-07T04:28:39.858Z|20c0a34d-0591-4c2a-9182-645035a6196e|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-10-07T04:28:39.858Z|20c0a34d-0591-4c2a-9182-645035a6196e|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 aq9NtIOJ9WitpuP6) ... 2022-10-07T04:28:39.866Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-07T04:28:39.867Z||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-10-07T04:28:39.867Z||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 aq9NtIOJ9WitpuP6) ... 2022-10-07T04:28:49.428Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T04:28:49.429Z|20c0a34d-0591-4c2a-9182-645035a6196e|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T04:29:39.857Z|20c0a34d-0591-4c2a-9182-645035a6196e|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-07T04:29:39.858Z|20c0a34d-0591-4c2a-9182-645035a6196e|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-10-07T04:29:39.858Z|20c0a34d-0591-4c2a-9182-645035a6196e|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 aq9NtIOJ9WitpuP6) ... 2022-10-07T04:29:39.861Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-07T04:29:39.861Z||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-10-07T04:29:39.861Z||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 aq9NtIOJ9WitpuP6) ... 2022-10-07T04:29:49.425Z|20c0a34d-0591-4c2a-9182-645035a6196e|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T04:29:49.426Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T04:30:39.857Z|20c0a34d-0591-4c2a-9182-645035a6196e|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-07T04:30:39.858Z|20c0a34d-0591-4c2a-9182-645035a6196e|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-10-07T04:30:39.858Z|20c0a34d-0591-4c2a-9182-645035a6196e|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 aq9NtIOJ9WitpuP6) ... 2022-10-07T04:30:39.860Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-07T04:30:39.861Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|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-10-07T04:30:39.861Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|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 aq9NtIOJ9WitpuP6) ... 2022-10-07T04:30:49.435Z|b5eaefb4-2e90-4059-ae57-d181494b94f2|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-07T04:30:49.467Z|20c0a34d-0591-4c2a-9182-645035a6196e|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK