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-28T03:40:31.226Z||main|||||INFO|500||The following profiles are active: basic 2022-10-28T03:40:41.363Z||main|||||INFO|500||Starting service [Tomcat] 2022-10-28T03:40:41.364Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2022-10-28T03:40:41.486Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2022-10-28T03:40:45.410Z||main|||||INFO|500||catdb-pool - Starting... 2022-10-28T03:40:45.861Z||main|||||INFO|500||catdb-pool - Start completed. 2022-10-28T03:40:46.367Z||main|||||INFO|500||reqdb-pool - Starting... 2022-10-28T03:40:46.376Z||main|||||INFO|500||reqdb-pool - Start completed. 2022-10-28T03:40:46.553Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2022-10-28T03:40:46.835Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2022-10-28T03:40:47.531Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2022-10-28T03:40:49.693Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-10-28T03:40:51.592Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-10-28T03:40:51.638Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2022-10-28T03:40:52.163Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-10-28T03:40:52.336Z||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-28T03:40:53.142Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-10-28T03:40:54.063Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2022-10-28T03:40:54.094Z||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$$7b5c92.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-28T03:40:54.095Z||main|||||WARN|500||The sdc end point is not alive 2022-10-28T03:40:56.470Z||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-28T03:40:58.927Z||main|||||WARN|500||--- 2022-10-28T03:40:58.928Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2022-10-28T03:40:58.928Z||main|||||WARN|500||--- 2022-10-28T03:40:59.396Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2022-10-28T03:41:04.318Z||main|||||INFO|500||Started Application in 36.058 seconds (JVM running for 38.113) 2022-10-28T03:41:04.332Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-10-28T03:41:04.334Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-10-28T03:41:04.344Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-10-28T03:41:04.363Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-10-28T03:41:04.406Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 76f68cfc-b9c9-444e-886b-a1682591540c url= /sdc/v1/artifactTypes 2022-10-28T03:41:04.406Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-10-28T03:41:04.680Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2022-10-28T03:41:04.704Z||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-28T03:41:04.732Z||scheduling-1|||||DEBUG|500||create keys 2022-10-28T03:41:04.741Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2022-10-28T03:41:04.785Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T03:41:04.799Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 5883ff5a-9602-4e61-9e9a-1ddeec4106ff url= /sdc/v1/registerForDistribution 2022-10-28T03:41:04.922Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 5883ff5a-9602-4e61-9e9a-1ddeec4106ff url= /sdc/v1/registerForDistribution 2022-10-28T03:41:04.922Z||scheduling-1|||||INFO|500||start DistributionClient 2022-10-28T03:41:04.933Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T03:41:04.933Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T03:41:04.938Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2022-10-28T03:41:04.946Z||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-28T03:41:04.946Z||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 OqCvdRHX32zc8Jsc) ... 2022-10-28T03:41:04.946Z||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-28T03:41:04.946Z||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 OqCvdRHX32zc8Jsc) ... 2022-10-28T03:41:15.275Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T03:41:15.280Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T03:42:04.930Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T03:42:04.932Z||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-28T03:42:04.932Z||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 OqCvdRHX32zc8Jsc) ... 2022-10-28T03:42:04.933Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T03:42:04.935Z||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-28T03:42:04.935Z||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 OqCvdRHX32zc8Jsc) ... 2022-10-28T03:42:14.487Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T03:42:14.490Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T03:43:04.930Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T03:43:04.932Z||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-28T03:43:04.933Z||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 OqCvdRHX32zc8Jsc) ... 2022-10-28T03:43:04.933Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T03:43:04.933Z||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-28T03:43:04.934Z||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 OqCvdRHX32zc8Jsc) ... 2022-10-28T03:43:14.484Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T03:43:14.491Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T03:44:04.930Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T03:44:04.932Z||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-28T03:44:04.932Z||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 OqCvdRHX32zc8Jsc) ... 2022-10-28T03:44:04.933Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T03:44:04.940Z||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-28T03:44:04.941Z||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 OqCvdRHX32zc8Jsc) ... 2022-10-28T03:44:14.490Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T03:44:14.490Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T03:45:04.930Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T03:45:04.931Z||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-28T03:45:04.931Z||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 OqCvdRHX32zc8Jsc) ... 2022-10-28T03:45:04.933Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T03:45:04.933Z||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-28T03:45:04.934Z||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 OqCvdRHX32zc8Jsc) ... 2022-10-28T03:45:14.483Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T03:45:14.484Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T03:46:04.930Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T03:46:04.931Z||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-28T03:46:04.931Z||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 OqCvdRHX32zc8Jsc) ... 2022-10-28T03:46:04.934Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T03:46:04.935Z||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-28T03:46:04.935Z||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 OqCvdRHX32zc8Jsc) ... 2022-10-28T03:46:14.488Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T03:46:14.493Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T03:47:04.930Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T03:47:04.931Z||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-28T03:47:04.932Z||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 OqCvdRHX32zc8Jsc) ... 2022-10-28T03:47:04.933Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T03:47:04.934Z||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-28T03:47:04.934Z||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 OqCvdRHX32zc8Jsc) ... 2022-10-28T03:47:14.483Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T03:47:14.489Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T03:48:04.930Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T03:48:04.931Z||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-28T03:48:04.931Z||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 OqCvdRHX32zc8Jsc) ... 2022-10-28T03:48:04.933Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T03:48:04.933Z||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-28T03:48:04.934Z||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 OqCvdRHX32zc8Jsc) ... 2022-10-28T03:48:14.482Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T03:48:14.485Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T03:49:04.931Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T03:49:04.933Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T03:49:04.937Z||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-28T03:49:04.937Z||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-28T03:49:04.938Z||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 OqCvdRHX32zc8Jsc) ... 2022-10-28T03:49:04.938Z||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 OqCvdRHX32zc8Jsc) ... 2022-10-28T03:49:14.491Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T03:49:14.492Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T03:50:04.930Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T03:50:04.931Z||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-28T03:50:04.931Z||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 OqCvdRHX32zc8Jsc) ... 2022-10-28T03:50:04.933Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T03:50:04.934Z||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-28T03:50:04.934Z||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 OqCvdRHX32zc8Jsc) ... 2022-10-28T03:50:14.483Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T03:50:14.485Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T03:51:01.529Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2022-10-28T03:51:04.930Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T03:51:04.931Z||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-28T03:51:04.931Z||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 OqCvdRHX32zc8Jsc) ... 2022-10-28T03:51:04.933Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T03:51:04.934Z||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-28T03:51:04.934Z||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 OqCvdRHX32zc8Jsc) ... 2022-10-28T03:51:14.489Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T03:51:14.500Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T03:52:04.930Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T03:52:04.931Z||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-28T03:52:04.931Z||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 OqCvdRHX32zc8Jsc) ... 2022-10-28T03:52:04.933Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T03:52:04.934Z||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-28T03:52:04.934Z||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 OqCvdRHX32zc8Jsc) ... 2022-10-28T03:52:14.486Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T03:52:14.486Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T03:53:04.930Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T03:53:04.931Z||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-28T03:53:04.931Z||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 OqCvdRHX32zc8Jsc) ... 2022-10-28T03:53:04.933Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T03:53:04.934Z||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-28T03:53:04.934Z||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 OqCvdRHX32zc8Jsc) ... 2022-10-28T03:53:14.479Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T03:53:14.505Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T03:54:04.930Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T03:54:04.931Z||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-28T03:54:04.931Z||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 OqCvdRHX32zc8Jsc) ... 2022-10-28T03:54:04.933Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T03:54:04.934Z||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-28T03:54:04.934Z||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 OqCvdRHX32zc8Jsc) ... 2022-10-28T03:54:14.487Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T03:54:14.487Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T03:55:04.930Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T03:55:04.931Z||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-28T03:55:04.931Z||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 OqCvdRHX32zc8Jsc) ... 2022-10-28T03:55:04.933Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T03:55:04.933Z||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-28T03:55:04.934Z||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 OqCvdRHX32zc8Jsc) ... 2022-10-28T03:55:14.486Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T03:55:14.486Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T03:56:04.930Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T03:56:04.932Z||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-28T03:56:04.933Z||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 OqCvdRHX32zc8Jsc) ... 2022-10-28T03:56:04.933Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T03:56:04.933Z||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-28T03:56:04.933Z||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 OqCvdRHX32zc8Jsc) ... 2022-10-28T03:56:14.484Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T03:56:14.485Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T03:57:04.930Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T03:57:04.931Z||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-28T03:57:04.932Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as OqCvdRHX32zc8Jsc) ... 2022-10-28T03:57:04.933Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T03:57:04.934Z||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-28T03:57:04.934Z||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 OqCvdRHX32zc8Jsc) ... 2022-10-28T03:57:14.479Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T03:57:14.485Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T03:58:04.930Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T03:58:04.931Z||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-28T03:58:04.931Z||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 OqCvdRHX32zc8Jsc) ... 2022-10-28T03:58:04.933Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T03:58:04.934Z||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-28T03:58:04.934Z||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 OqCvdRHX32zc8Jsc) ... 2022-10-28T03:58:14.482Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T03:58:14.482Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T03:59:04.930Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T03:59:04.931Z||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-28T03:59:04.931Z||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 OqCvdRHX32zc8Jsc) ... 2022-10-28T03:59:04.933Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T03:59:04.933Z||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-28T03:59:04.934Z||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 OqCvdRHX32zc8Jsc) ... 2022-10-28T03:59:14.484Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T03:59:14.484Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:00:04.930Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T04:00:04.931Z||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-28T04:00:04.931Z||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 OqCvdRHX32zc8Jsc) ... 2022-10-28T04:00:04.933Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T04:00:04.934Z||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-28T04:00:04.934Z||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 OqCvdRHX32zc8Jsc) ... 2022-10-28T04:00:14.485Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:00:14.493Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:01:04.930Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T04:01:04.931Z||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-28T04:01:04.932Z||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 OqCvdRHX32zc8Jsc) ... 2022-10-28T04:01:04.933Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T04:01:04.933Z||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-28T04:01:04.934Z||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 OqCvdRHX32zc8Jsc) ... 2022-10-28T04:01:14.486Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:01:14.490Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:02:04.930Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T04:02:04.931Z||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-28T04:02:04.931Z||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 OqCvdRHX32zc8Jsc) ... 2022-10-28T04:02:04.933Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T04:02:04.933Z||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-28T04:02:04.934Z||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 OqCvdRHX32zc8Jsc) ... 2022-10-28T04:02:14.483Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:02:14.535Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:03:04.930Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T04:03:04.931Z||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-28T04:03:04.931Z||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 OqCvdRHX32zc8Jsc) ... 2022-10-28T04:03:04.933Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T04:03:04.934Z||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-28T04:03:04.934Z||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 OqCvdRHX32zc8Jsc) ... 2022-10-28T04:03:14.480Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:03:14.481Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:04:04.930Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T04:04:04.931Z||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-28T04:04:04.931Z||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 OqCvdRHX32zc8Jsc) ... 2022-10-28T04:04:04.933Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T04:04:04.933Z||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-28T04:04:04.934Z||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 OqCvdRHX32zc8Jsc) ... 2022-10-28T04:04:14.481Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:04:14.485Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:05:04.930Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T04:05:04.931Z||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-28T04:05:04.931Z||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 OqCvdRHX32zc8Jsc) ... 2022-10-28T04:05:04.933Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T04:05:04.933Z||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-28T04:05:04.934Z||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 OqCvdRHX32zc8Jsc) ... 2022-10-28T04:05:14.477Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:05:14.480Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:06:04.931Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T04:06:04.932Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-28T04:06:04.933Z||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 OqCvdRHX32zc8Jsc) ... 2022-10-28T04:06:04.933Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T04:06:04.934Z||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-28T04:06:04.935Z||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 OqCvdRHX32zc8Jsc) ... 2022-10-28T04:06:14.485Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:06:14.485Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:07:04.930Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T04:07:04.931Z||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-28T04:07:04.931Z||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 OqCvdRHX32zc8Jsc) ... 2022-10-28T04:07:04.933Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T04:07:04.934Z||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-28T04:07:04.935Z||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 OqCvdRHX32zc8Jsc) ... 2022-10-28T04:07:14.484Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:07:14.484Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:08:04.930Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T04:08:04.931Z||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-28T04:08:04.931Z||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 OqCvdRHX32zc8Jsc) ... 2022-10-28T04:08:04.934Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T04:08:04.934Z||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-28T04:08:04.935Z||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 OqCvdRHX32zc8Jsc) ... 2022-10-28T04:08:14.480Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:08:14.484Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:09:04.930Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T04:09:04.931Z||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-28T04:09:04.931Z||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 OqCvdRHX32zc8Jsc) ... 2022-10-28T04:09:04.933Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T04:09:04.933Z||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-28T04:09:04.934Z||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 OqCvdRHX32zc8Jsc) ... 2022-10-28T04:09:14.482Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:09:14.483Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:10:04.930Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T04:10:04.931Z||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-28T04:10:04.931Z||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 OqCvdRHX32zc8Jsc) ... 2022-10-28T04:10:04.933Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T04:10:04.933Z||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-28T04:10:04.934Z||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 OqCvdRHX32zc8Jsc) ... 2022-10-28T04:10:14.481Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:10:14.483Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:11:04.930Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T04:11:04.931Z||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-28T04:11:04.931Z||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 OqCvdRHX32zc8Jsc) ... 2022-10-28T04:11:04.933Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T04:11:04.934Z||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-28T04:11:04.934Z||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 OqCvdRHX32zc8Jsc) ... 2022-10-28T04:11:14.483Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:11:14.492Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:12:04.930Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T04:12:04.932Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-28T04:12:04.933Z||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 OqCvdRHX32zc8Jsc) ... 2022-10-28T04:12:04.933Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T04:12:04.933Z||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-28T04:12:04.934Z||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 OqCvdRHX32zc8Jsc) ... 2022-10-28T04:12:14.479Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:12:14.484Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:13:04.930Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T04:13:04.931Z||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-28T04:13:04.931Z||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 OqCvdRHX32zc8Jsc) ... 2022-10-28T04:13:04.933Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T04:13:04.933Z||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-28T04:13:04.934Z||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 OqCvdRHX32zc8Jsc) ... 2022-10-28T04:13:14.487Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:13:14.489Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:14:04.930Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T04:14:04.930Z||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-28T04:14:04.931Z||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 OqCvdRHX32zc8Jsc) ... 2022-10-28T04:14:04.933Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T04:14:04.934Z||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-28T04:14:04.934Z||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 OqCvdRHX32zc8Jsc) ... 2022-10-28T04:14:14.477Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:14:14.477Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:15:04.930Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T04:15:04.931Z||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-28T04:15:04.931Z||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 OqCvdRHX32zc8Jsc) ... 2022-10-28T04:15:04.933Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T04:15:04.934Z||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-28T04:15:04.934Z||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 OqCvdRHX32zc8Jsc) ... 2022-10-28T04:15:14.489Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:15:14.494Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:16:04.930Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T04:16:04.931Z||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-28T04:16:04.931Z||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 OqCvdRHX32zc8Jsc) ... 2022-10-28T04:16:04.933Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T04:16:04.933Z||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-28T04:16:04.934Z||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 OqCvdRHX32zc8Jsc) ... 2022-10-28T04:16:14.480Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:16:14.481Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:17:04.930Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T04:17:04.930Z||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-28T04:17:04.931Z||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 OqCvdRHX32zc8Jsc) ... 2022-10-28T04:17:04.933Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T04:17:04.934Z||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-28T04:17:04.934Z||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 OqCvdRHX32zc8Jsc) ... 2022-10-28T04:17:14.481Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:17:14.481Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:18:04.930Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T04:18:04.931Z||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-28T04:18:04.931Z||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 OqCvdRHX32zc8Jsc) ... 2022-10-28T04:18:04.933Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T04:18:04.933Z||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-28T04:18:04.934Z||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 OqCvdRHX32zc8Jsc) ... 2022-10-28T04:18:14.477Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:18:14.484Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:19:04.930Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T04:19:04.931Z||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-28T04:19:04.931Z||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 OqCvdRHX32zc8Jsc) ... 2022-10-28T04:19:04.933Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T04:19:04.933Z||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-28T04:19:04.934Z||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 OqCvdRHX32zc8Jsc) ... 2022-10-28T04:19:05.564Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:19:05.566Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-28T04:19:05.566Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"1ccad948-f19f-4374-8a25-b84f15ebeb38","serviceName":"vFW 2022-10-28 04-17-29","serviceVersion":"1.0","serviceUUID":"8f45ec73-3a7e-4056-8904-eda35d41b0b6","serviceDescription":"catalog service description","serviceInvariantUUID":"fdda3720-77c8-4965-a5b4-4d5e0c6fbea0","resources":[{"resourceInstanceName":"vFW c7ce3820-4375 0","resourceName":"vFW c7ce3820-4375","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"728c87d9-83d7-4c02-b813-47394d67f7cf","resourceInvariantUUID":"f3705608-528e-4e30-adfd-84951cf9f9b9","resourceCustomizationUUID":"62b21ac9-1838-4f62-a5ba-59c1e8f632dd","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221028041729/1.0/resourceInstances/vfwc7ce382043750/artifacts/vf-license-model.xml","artifactChecksum":"ZjhiMzc3ZjRkYjA3YTdkOWMxMTI0NGZhYzE0NmM3NmQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"81c17c4e-1c7c-4bac-8c30-dddcf75dc2fc","artifactVersion":"1"},{"artifactName":"vfwc7ce382043750_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20221028041729/1.0/resourceInstances/vfwc7ce382043750/artifacts/vfwc7ce382043750_modules.json","artifactChecksum":"ZWQ0M2UwZmFiN2U3ZTliY2RmM2M3ZDZlNjBmYmZjOGE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f5330247-9403-488e-b171-77d415212ecc","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20221028041729/1.0/resourceInstances/vfwc7ce382043750/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"868946d3-81a0-4fb4-bffa-49ff5bce63fa","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221028041729/1.0/resourceInstances/vfwc7ce382043750/artifacts/vendor-license-model.xml","artifactChecksum":"ODE3ZGQ3OTY2YTI1N2RhOTc4MzRhNDE4YTVmZjE1ZWQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c4a24d46-1a35-475b-9e78-cff988868165","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20221028041729/1.0/resourceInstances/vfwc7ce382043750/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"5ad5dcca-66cf-48a3-90e0-76cc2d6597cb","artifactVersion":"2","generatedFromUUID":"868946d3-81a0-4fb4-bffa-49ff5bce63fa"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20221028041729-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20221028041729/1.0/artifacts/service-Vfw20221028041729-template.yml","artifactChecksum":"NjI0OTIwMGFkNTdlNzMwYjgwZTcwMmIxZDkxNWJkYjk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3fec6b54-136c-415f-8ebc-7c7726c716b5","artifactVersion":"1"},{"artifactName":"service-Vfw20221028041729-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20221028041729/1.0/artifacts/service-Vfw20221028041729-csar.csar","artifactChecksum":"ODEyNGY1MTVjYWY0NzE3Y2YxMDg2ZDkzNjUxM2U1NGM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"aeb0bfd7-d9ce-439a-8fa9-69213f4b40f4","artifactVersion":"1"}],"workloadContext":"Production"} 2022-10-28T04:19:05.568Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:19:05.572Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:19:05.572Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38", "consumerID": "ves-openapi-manager", "timestamp": 1666930698307, "artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/resourceInstances/vfwc7ce382043750/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-28T04:19:05.576Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-28T04:19:05.581Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-28T04:19:05.587Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:19:05.588Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:19:05.588Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38", "consumerID": "clamp", "timestamp": 1666930705423, "artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/resourceInstances/vfwc7ce382043750/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-28T04:19:05.588Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:19:05.588Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:19:05.588Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666930698915, "artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/resourceInstances/vfwc7ce382043750/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-28T04:19:05.589Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:19:05.589Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:19:05.589Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38", "consumerID": "ves-openapi-manager", "timestamp": 1666930698307, "artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/resourceInstances/vfwc7ce382043750/artifacts/vfwc7ce382043750_modules.json", "status": "NOT_NOTIFIED" } 2022-10-28T04:19:05.589Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:19:05.589Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:19:05.589Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38", "consumerID": "clamp", "timestamp": 1666930705423, "artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/resourceInstances/vfwc7ce382043750/artifacts/vfwc7ce382043750_modules.json", "status": "NOTIFIED" } 2022-10-28T04:19:05.589Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:19:05.589Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:19:05.589Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666930698915, "artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/resourceInstances/vfwc7ce382043750/artifacts/vfwc7ce382043750_modules.json", "status": "NOT_NOTIFIED" } 2022-10-28T04:19:05.590Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:19:05.590Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:19:05.590Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38", "consumerID": "cds", "timestamp": 1666930706793, "artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/resourceInstances/vfwc7ce382043750/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-28T04:19:05.591Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:19:05.591Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:19:05.591Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38", "consumerID": "ves-openapi-manager", "timestamp": 1666930698307, "artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/resourceInstances/vfwc7ce382043750/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-10-28T04:19:05.592Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:19:05.592Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:19:05.593Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38", "consumerID": "clamp", "timestamp": 1666930705423, "artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/resourceInstances/vfwc7ce382043750/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-10-28T04:19:05.593Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:19:05.593Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:19:05.593Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666930698915, "artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/resourceInstances/vfwc7ce382043750/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-10-28T04:19:05.593Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:19:05.593Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:19:05.593Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38", "consumerID": "cds", "timestamp": 1666930706793, "artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/resourceInstances/vfwc7ce382043750/artifacts/vfwc7ce382043750_modules.json", "status": "NOT_NOTIFIED" } 2022-10-28T04:19:05.593Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:19:05.593Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:19:05.593Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38", "consumerID": "ves-openapi-manager", "timestamp": 1666930698307, "artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/resourceInstances/vfwc7ce382043750/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-28T04:19:05.594Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:19:05.594Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:19:05.594Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38", "consumerID": "clamp", "timestamp": 1666930705423, "artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/resourceInstances/vfwc7ce382043750/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-28T04:19:05.594Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:19:05.594Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:19:05.594Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666930698915, "artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/resourceInstances/vfwc7ce382043750/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-28T04:19:05.594Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:19:05.594Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:19:05.594Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38", "consumerID": "cds", "timestamp": 1666930706793, "artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/resourceInstances/vfwc7ce382043750/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-10-28T04:19:05.594Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:19:05.594Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-28T04:19:05.594Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:19:05.594Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666930744930, "artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/resourceInstances/vfwc7ce382043750/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-28T04:19:05.594Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38", "consumerID": "ves-openapi-manager", "timestamp": 1666930698307, "artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/resourceInstances/vfwc7ce382043750/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-10-28T04:19:05.596Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:19:05.596Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:19:05.596Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38", "consumerID": "clamp", "timestamp": 1666930705423, "artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/resourceInstances/vfwc7ce382043750/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-10-28T04:19:05.596Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:19:05.596Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:19:05.596Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666930698915, "artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/resourceInstances/vfwc7ce382043750/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-10-28T04:19:05.596Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:19:05.597Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:19:05.597Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38", "consumerID": "cds", "timestamp": 1666930706793, "artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/resourceInstances/vfwc7ce382043750/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-28T04:19:05.597Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:19:05.597Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:19:05.597Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38", "consumerID": "ves-openapi-manager", "timestamp": 1666930698307, "artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/artifacts/service-Vfw20221028041729-template.yml", "status": "NOT_NOTIFIED" } 2022-10-28T04:19:05.597Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:19:05.597Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:19:05.597Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38", "consumerID": "clamp", "timestamp": 1666930705423, "artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/artifacts/service-Vfw20221028041729-template.yml", "status": "NOT_NOTIFIED" } 2022-10-28T04:19:05.597Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:19:05.597Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:19:05.597Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666930698915, "artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/artifacts/service-Vfw20221028041729-template.yml", "status": "NOT_NOTIFIED" } 2022-10-28T04:19:05.597Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:19:05.597Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:19:05.597Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38", "consumerID": "multicloud-k8s-id", "timestamp": 1666930710985, "artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/resourceInstances/vfwc7ce382043750/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-28T04:19:05.597Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:19:05.597Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:19:05.597Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38", "consumerID": "cds", "timestamp": 1666930706793, "artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/resourceInstances/vfwc7ce382043750/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-10-28T04:19:05.598Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:19:05.598Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:19:05.598Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38", "consumerID": "ves-openapi-manager", "timestamp": 1666930698307, "artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/artifacts/service-Vfw20221028041729-csar.csar", "status": "NOT_NOTIFIED" } 2022-10-28T04:19:05.598Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:19:05.598Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:19:05.598Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38", "consumerID": "clamp", "timestamp": 1666930705423, "artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/artifacts/service-Vfw20221028041729-csar.csar", "status": "NOTIFIED" } 2022-10-28T04:19:05.598Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:19:05.598Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:19:05.598Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666930698915, "artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/artifacts/service-Vfw20221028041729-csar.csar", "status": "NOTIFIED" } 2022-10-28T04:19:05.598Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:19:05.598Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:19:05.598Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38", "consumerID": "multicloud-k8s-id", "timestamp": 1666930710985, "artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/resourceInstances/vfwc7ce382043750/artifacts/vfwc7ce382043750_modules.json", "status": "NOTIFIED" } 2022-10-28T04:19:05.598Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:19:05.598Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:19:05.598Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38", "consumerID": "cds", "timestamp": 1666930706793, "artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/artifacts/service-Vfw20221028041729-template.yml", "status": "NOT_NOTIFIED" } 2022-10-28T04:19:05.598Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:19:05.598Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:19:05.599Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38", "consumerID": "multicloud-k8s-id", "timestamp": 1666930710985, "artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/resourceInstances/vfwc7ce382043750/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-10-28T04:19:05.599Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:19:05.599Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:19:05.599Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666930714063, "artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/artifacts/service-Vfw20221028041729-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-28T04:19:05.599Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-28T04:19:05.599Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:19:05.599Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38", "consumerID": "cds", "timestamp": 1666930706793, "artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/artifacts/service-Vfw20221028041729-csar.csar", "status": "NOTIFIED" } 2022-10-28T04:19:05.599Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:19:05.599Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:19:05.599Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38", "consumerID": "policy-id", "timestamp": 1666930713981, "artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/resourceInstances/vfwc7ce382043750/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-28T04:19:05.599Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:19:05.599Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:19:05.599Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38", "consumerID": "multicloud-k8s-id", "timestamp": 1666930710985, "artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/resourceInstances/vfwc7ce382043750/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-28T04:19:05.599Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:19:05.599Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:19:05.600Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38", "consumerID": "cds", "timestamp": 1666930714605, "artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/artifacts/service-Vfw20221028041729-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-28T04:19:05.600Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-28T04:19:05.600Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:19:05.600Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38", "consumerID": "policy-id", "timestamp": 1666930713981, "artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/resourceInstances/vfwc7ce382043750/artifacts/vfwc7ce382043750_modules.json", "status": "NOT_NOTIFIED" } 2022-10-28T04:19:05.600Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:19:05.600Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:19:05.600Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38", "consumerID": "multicloud-k8s-id", "timestamp": 1666930710985, "artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/resourceInstances/vfwc7ce382043750/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-10-28T04:19:05.600Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:19:05.600Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:19:05.600Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38", "consumerID": "cds", "timestamp": 1666930715627, "artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/artifacts/service-Vfw20221028041729-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-28T04:19:05.695Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2022-10-28T04:19:05.699Z||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-28T04:19:05.699Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OqCvdRHX32zc8Jsc) ... Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-28T04:19:05.734Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:19:05.735Z||pool-3-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1} Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-10-28T04:19:05.786Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1ccad948-f19f-4374-8a25-b84f15ebeb38 2022-10-28T04:19:05.802Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1ccad948-f19f-4374-8a25-b84f15ebeb38 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-28T04:19:05.827Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:19:05.828Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38", "consumerID": "policy-id", "timestamp": 1666930713981, "artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/resourceInstances/vfwc7ce382043750/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-10-28T04:19:05.828Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:19:05.828Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:19:05.828Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38", "consumerID": "multicloud-k8s-id", "timestamp": 1666930710985, "artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/artifacts/service-Vfw20221028041729-template.yml", "status": "NOT_NOTIFIED" } 2022-10-28T04:19:05.828Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:19:05.829Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:19:05.829Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38", "consumerID": "policy-id", "timestamp": 1666930713981, "artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/resourceInstances/vfwc7ce382043750/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-28T04:19:05.829Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:19:05.829Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:19:05.829Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38", "consumerID": "multicloud-k8s-id", "timestamp": 1666930710985, "artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/artifacts/service-Vfw20221028041729-csar.csar", "status": "NOTIFIED" } 2022-10-28T04:19:05.829Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:19:05.829Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:19:05.829Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38", "consumerID": "policy-id", "timestamp": 1666930713981, "artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/resourceInstances/vfwc7ce382043750/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-10-28T04:19:05.829Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:19:05.829Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:19:05.829Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666930719177, "artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/artifacts/service-Vfw20221028041729-csar.csar", "status": "DEPLOY_OK" } 2022-10-28T04:19:05.829Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-28T04:19:05.829Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:19:05.829Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38", "consumerID": "multicloud-k8s-id", "timestamp": 1666930718791, "artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/resourceInstances/vfwc7ce382043750/artifacts/vfwc7ce382043750_modules.json", "status": "DOWNLOAD_OK" } 2022-10-28T04:19:05.830Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-28T04:19:05.830Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:19:05.830Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38", "consumerID": "policy-id", "timestamp": 1666930713981, "artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/artifacts/service-Vfw20221028041729-template.yml", "status": "NOT_NOTIFIED" } 2022-10-28T04:19:05.830Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:19:05.830Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:19:05.830Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666930720186, "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-28T04:19:05.846Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1ccad948-f19f-4374-8a25-b84f15ebeb38 2022-10-28T04:19:05.846Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1ccad948-f19f-4374-8a25-b84f15ebeb38 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-28T04:19:05.856Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:19:05.857Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38", "consumerID": "multicloud-k8s-id", "timestamp": 1666930719870, "artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/resourceInstances/vfwc7ce382043750/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-10-28T04:19:05.857Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-28T04:19:05.857Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:19:05.857Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38", "consumerID": "policy-id", "timestamp": 1666930713981, "artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/artifacts/service-Vfw20221028041729-csar.csar", "status": "NOTIFIED" } 2022-10-28T04:19:05.858Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:19:05.858Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:19:05.858Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38", "consumerID": "multicloud-k8s-id", "timestamp": 1666930720932, "artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/resourceInstances/vfwc7ce382043750/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-10-28T04:19:05.858Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-28T04:19:05.858Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:19:05.858Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38", "consumerID": "policy-id", "timestamp": 1666930721823, "artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/artifacts/service-Vfw20221028041729-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-28T04:19:05.858Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-28T04:19:05.858Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:19:05.858Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38", "consumerID": "multicloud-k8s-id", "timestamp": 1666930722006, "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-28T04:19:05.864Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1ccad948-f19f-4374-8a25-b84f15ebeb38 2022-10-28T04:19:05.864Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1ccad948-f19f-4374-8a25-b84f15ebeb38 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-28T04:19:05.874Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:19:05.874Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38", "consumerID": "policy-id", "timestamp": 1666930722860, "artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/artifacts/service-Vfw20221028041729-csar.csar", "status": "DEPLOY_OK" } 2022-10-28T04:19:05.875Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-28T04:19:05.875Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:19:05.875Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38", "consumerID": "multicloud-k8s-id", "timestamp": 1666930723012, "artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/resourceInstances/vfwc7ce382043750/artifacts/vfwc7ce382043750_modules.json", "status": "DEPLOY_OK" } 2022-10-28T04:19:05.875Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-28T04:19:05.875Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:19:05.875Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38", "consumerID": "aai-ml", "timestamp": 1666930722359, "artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/resourceInstances/vfwc7ce382043750/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-28T04:19:05.876Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:19:05.876Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:19:05.876Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38", "consumerID": "policy-id", "timestamp": 1666930723874, "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-28T04:19:05.882Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1ccad948-f19f-4374-8a25-b84f15ebeb38 2022-10-28T04:19:05.882Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1ccad948-f19f-4374-8a25-b84f15ebeb38 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-28T04:19:05.893Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:19:05.893Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38", "consumerID": "aai-ml", "timestamp": 1666930722359, "artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/resourceInstances/vfwc7ce382043750/artifacts/vfwc7ce382043750_modules.json", "status": "NOT_NOTIFIED" } 2022-10-28T04:19:05.894Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:19:05.894Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:19:05.894Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38", "consumerID": "clamp", "timestamp": 1666930725082, "artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/artifacts/service-Vfw20221028041729-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-28T04:19:05.894Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-28T04:19:05.894Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:19:05.894Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38", "consumerID": "aai-ml", "timestamp": 1666930722359, "artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/resourceInstances/vfwc7ce382043750/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-10-28T04:19:05.894Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:19:05.895Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:19:05.895Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38", "consumerID": "aai-ml", "timestamp": 1666930722359, "artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/resourceInstances/vfwc7ce382043750/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-28T04:19:05.896Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:19:05.896Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:19:05.896Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38", "consumerID": "clamp", "timestamp": 1666930727096, "artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/artifacts/service-Vfw20221028041729-csar.csar", "status": "DEPLOY_OK" } 2022-10-28T04:19:05.896Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-28T04:19:05.896Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:19:05.896Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38", "consumerID": "aai-ml", "timestamp": 1666930722359, "artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/resourceInstances/vfwc7ce382043750/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-10-28T04:19:05.897Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:19:05.897Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:19:05.897Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38", "consumerID": "clamp", "timestamp": 1666930728102, "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-28T04:19:05.902Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 1ccad948-f19f-4374-8a25-b84f15ebeb38 2022-10-28T04:19:05.902Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1ccad948-f19f-4374-8a25-b84f15ebeb38 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-28T04:19:05.913Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:19:05.913Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38", "consumerID": "aai-ml", "timestamp": 1666930722359, "artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/artifacts/service-Vfw20221028041729-template.yml", "status": "NOT_NOTIFIED" } 2022-10-28T04:19:05.914Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:19:05.914Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:19:05.914Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38", "consumerID": "aai-ml", "timestamp": 1666930722359, "artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/artifacts/service-Vfw20221028041729-csar.csar", "status": "NOTIFIED" } 2022-10-28T04:19:05.914Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:19:05.914Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:19:05.914Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38", "consumerID": "aai-ml", "timestamp": 1666930730228, "artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/artifacts/service-Vfw20221028041729-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-28T04:19:05.915Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-28T04:19:06.600Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-28T04:19:06.601Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-28T04:19:06.603Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-28T04:19:06.603Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666930744930, "artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/resourceInstances/vfwc7ce382043750/artifacts/vfwc7ce382043750_modules.json", "status": "NOTIFIED" } 2022-10-28T04:19:06.703Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-28T04:19:06.704Z||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-28T04:19:06.704Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OqCvdRHX32zc8Jsc) ... 2022-10-28T04:19:06.726Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:19:06.727Z||pool-4-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-10-28T04:19:07.603Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-28T04:19:07.604Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-28T04:19:07.606Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-28T04:19:07.606Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666930744930, "artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/resourceInstances/vfwc7ce382043750/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-10-28T04:19:07.707Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-10-28T04:19:07.708Z||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-28T04:19:07.708Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OqCvdRHX32zc8Jsc) ... 2022-10-28T04:19:07.728Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:19:07.729Z||pool-5-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-10-28T04:19:08.607Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-28T04:19:08.608Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-28T04:19:08.609Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-28T04:19:08.609Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666930744930, "artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/resourceInstances/vfwc7ce382043750/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-28T04:19:08.710Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-28T04:19:08.711Z||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-28T04:19:08.711Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OqCvdRHX32zc8Jsc) ... 2022-10-28T04:19:08.728Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:19:08.729Z||pool-6-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-10-28T04:19:09.610Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-28T04:19:09.611Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-28T04:19:09.612Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-28T04:19:09.613Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666930744930, "artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/resourceInstances/vfwc7ce382043750/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-10-28T04:19:09.720Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms 2022-10-28T04:19:09.721Z||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-28T04:19:09.721Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OqCvdRHX32zc8Jsc) ... 2022-10-28T04:19:09.737Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:19:09.738Z||pool-7-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-10-28T04:19:10.613Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-28T04:19:10.614Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-28T04:19:10.616Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-28T04:19:10.616Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666930744930, "artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/artifacts/service-Vfw20221028041729-template.yml", "status": "NOT_NOTIFIED" } 2022-10-28T04:19:10.716Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-28T04:19:10.717Z||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-28T04:19:10.717Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OqCvdRHX32zc8Jsc) ... 2022-10-28T04:19:10.734Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:19:10.734Z||pool-8-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-10-28T04:19:11.617Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-28T04:19:11.618Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-28T04:19:11.620Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-28T04:19:11.620Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666930744930, "artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/artifacts/service-Vfw20221028041729-csar.csar", "status": "NOTIFIED" } 2022-10-28T04:19:11.720Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-28T04:19:11.721Z||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-28T04:19:11.721Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OqCvdRHX32zc8Jsc) ... 2022-10-28T04:19:11.736Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:19:11.736Z||pool-9-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-10-28T04:19:12.621Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38", "serviceName": "vFW 2022-10-28 04-17-29", "serviceVersion": "1.0", "serviceUUID": "8f45ec73-3a7e-4056-8904-eda35d41b0b6", "serviceDescription": "catalog service description", "serviceInvariantUUID": "fdda3720-77c8-4965-a5b4-4d5e0c6fbea0", "resources": [ { "resourceInstanceName": "vFW c7ce3820-4375 0", "resourceCustomizationUUID": "62b21ac9-1838-4f62-a5ba-59c1e8f632dd", "resourceName": "vFW c7ce3820-4375", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "728c87d9-83d7-4c02-b813-47394d67f7cf", "resourceInvariantUUID": "f3705608-528e-4e30-adfd-84951cf9f9b9", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfwc7ce382043750_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/resourceInstances/vfwc7ce382043750/artifacts/vfwc7ce382043750_modules.json", "artifactChecksum": "ZWQ0M2UwZmFiN2U3ZTliY2RmM2M3ZDZlNjBmYmZjOGE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f5330247-9403-488e-b171-77d415212ecc", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/resourceInstances/vfwc7ce382043750/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "868946d3-81a0-4fb4-bffa-49ff5bce63fa", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/resourceInstances/vfwc7ce382043750/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "5ad5dcca-66cf-48a3-90e0-76cc2d6597cb", "generatedFromUUID": "868946d3-81a0-4fb4-bffa-49ff5bce63fa" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/resourceInstances/vfwc7ce382043750/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "5ad5dcca-66cf-48a3-90e0-76cc2d6597cb", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20221028041729-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/artifacts/service-Vfw20221028041729-csar.csar", "artifactChecksum": "ODEyNGY1MTVjYWY0NzE3Y2YxMDg2ZDkzNjUxM2U1NGM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "aeb0bfd7-d9ce-439a-8fa9-69213f4b40f4" } ], "workloadContext": "Production" } 2022-10-28T04:19:12.622Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-10-28T04:19:12.623Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 8f45ec73-3a7e-4056-8904-eda35d41b0b6 ASDC 2022-10-28T04:19:12.692Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:1ccad948-f19f-4374-8a25-b84f15ebeb38 ServiceName:vFW 2022-10-28 04-17-29 ServiceVersion:1.0 ServiceUUID:8f45ec73-3a7e-4056-8904-eda35d41b0b6 ServiceInvariantUUID:fdda3720-77c8-4965-a5b4-4d5e0c6fbea0 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20221028041729-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20221028041729/1.0/artifacts/service-Vfw20221028041729-csar.csar ArtifactUUID:aeb0bfd7-d9ce-439a-8fa9-69213f4b40f4 ArtifactChecksum:ODEyNGY1MTVjYWY0NzE3Y2YxMDg2ZDkzNjUxM2U1NGM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW c7ce3820-4375 0 ResourceCustomizationUUID:62b21ac9-1838-4f62-a5ba-59c1e8f632dd ResourceInvariantUUID:f3705608-528e-4e30-adfd-84951cf9f9b9 ResourceName:vFW c7ce3820-4375 ResourceType:VF ResourceUUID:728c87d9-83d7-4c02-b813-47394d67f7cf ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfwc7ce382043750_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20221028041729/1.0/resourceInstances/vfwc7ce382043750/artifacts/vfwc7ce382043750_modules.json ArtifactUUID:f5330247-9403-488e-b171-77d415212ecc ArtifactChecksum:ZWQ0M2UwZmFiN2U3ZTliY2RmM2M3ZDZlNjBmYmZjOGE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_vfw.yaml ArtifactVersion:1 ArtifactType:HEAT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/Vfw20221028041729/1.0/resourceInstances/vfwc7ce382043750/artifacts/base_vfw.yaml ArtifactUUID:868946d3-81a0-4fb4-bffa-49ff5bce63fa ArtifactChecksum:ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_vfw.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20221028041729/1.0/resourceInstances/vfwc7ce382043750/artifacts/base_vfw.env ArtifactUUID:5ad5dcca-66cf-48a3-90e0-76cc2d6597cb ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_vfw.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20221028041729/1.0/resourceInstances/vfwc7ce382043750/artifacts/base_vfw.env ArtifactUUID:5ad5dcca-66cf-48a3-90e0-76cc2d6597cb ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-10-28T04:19:12.693Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8f45ec73-3a7e-4056-8904-eda35d41b0b6 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-28T04:19:12.743Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-28T04:19:12.744Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-10-28T04:19:12.745Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-10-28T04:19:12.745Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: aeb0bfd7-d9ce-439a-8fa9-69213f4b40f4 from URL: /sdc/v1/catalog/services/Vfw20221028041729/1.0/artifacts/service-Vfw20221028041729-csar.csar 2022-10-28T04:19:12.745Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-10-28T04:19:12.747Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221028041729/1.0/artifacts/service-Vfw20221028041729-csar.csar 2022-10-28T04:19:12.857Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-10-28T04:19:12.870Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221028041729/1.0/artifacts/service-Vfw20221028041729-csar.csar aeb0bfd7-d9ce-439a-8fa9-69213f4b40f4 99030 2022-10-28T04:19:12.871Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221028041729/1.0/artifacts/service-Vfw20221028041729-csar.csar ASDC sendASDCNotification 2022-10-28T04:19:12.872Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221028041729/1.0/artifacts/service-Vfw20221028041729-csar.csar 2022-10-28T04:19:12.873Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-28T04:19:12.874Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-28T04:19:12.875Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-28T04:19:12.876Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666930752870, "artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/artifacts/service-Vfw20221028041729-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-28T04:19:12.976Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-28T04:19:12.977Z||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-28T04:19:12.977Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OqCvdRHX32zc8Jsc) ... 2022-10-28T04:19:12.994Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:19:12.995Z||pool-10-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-10-28T04:19:13.877Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-28T04:19:13.878Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-10-28T04:19:13.879Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: aeb0bfd7-d9ce-439a-8fa9-69213f4b40f4, URL: /sdc/v1/catalog/services/Vfw20221028041729/1.0/artifacts/service-Vfw20221028041729-csar.csar to file: /app/ASDC/1/service-Vfw20221028041729-csar.csar 2022-10-28T04:19:13.879Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20221028041729-csar.csar 2022-10-28T04:19:13.954Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20221028041729-csar.csar 2022-10-28T04:19:13.955Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20221028041729-csar.csar 2022-10-28T04:19:14.423Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10788432702820945701/Definitions/service-Vfw20221028041729-template.yml Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided 2022-10-28T04:19:16.696Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2022-10-28T04:19:16.701Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-10-28T04:19:16.702Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20221028041729-csar.csar 2022-10-28T04:19:16.702Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-10-28T04:19:16.702Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20221028041729-csar.csar 2022-10-28T04:19:16.702Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20221028041729-csar.csar 2022-10-28T04:19:16.703Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221028041729-csar.csar 2022-10-28T04:19:16.703Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221028041729-csar.csar 2022-10-28T04:19:16.703Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221028041729-csar.csar 2022-10-28T04:19:16.703Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20221028041729-csar.csar 2022-10-28T04:19:16.703Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221028041729-csar.csar 2022-10-28T04:19:16.703Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||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-Vfw20221028041729-csar.csar 2022-10-28T04:19:16.703Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20221028041729-csar.csar 2022-10-28T04:19:16.703Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20221028041729-csar.csar 2022-10-28T04:19:16.703Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW c7ce3820-4375 0" are missing field(s): [nf_type, nf_naming_code, sdnc_artifact_name, max_instances, sdnc_model_version, min_instances, nf_function, nf_role, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Vfw20221028041729-csar.csar 2022-10-28T04:19:16.703Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221028041729-csar.csar 2022-10-28T04:19:16.703Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221028041729-csar.csar 2022-10-28T04:19:16.703Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-10-28T04:19:16.709Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:19:16.711Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-10-28 04-17-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-10-28T04:19:16.714Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template vFW c7ce3820-4375 0 is matching search criteria 2022-10-28T04:19:16.715Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-10-28T04:19:16.716Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW c7ce3820-4375 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-28T04:19:16.717Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:19:16.718Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-10-28 04-17-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-10-28T04:19:16.718Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template vFW c7ce3820-4375 0 is matching search criteria 2022-10-28T04:19:16.718Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-10-28T04:19:16.718Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW c7ce3820-4375 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-28T04:19:16.718Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:19:16.718Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-10-28 04-17-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-28T04:19:16.721Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:19:16.722Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template vFW c7ce3820-4375 0 is not matching search criteria 2022-10-28T04:19:16.722Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-10-28T04:19:16.722Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-10-28T04:19:16.722Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-10-28T04:19:16.723Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-10-28T04:19:16.723Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-10-28T04:19:16.723Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria 2022-10-28T04:19:16.723Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-10-28T04:19:16.723Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-10-28T04:19:16.723Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria 2022-10-28T04:19:16.723Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-10-28T04:19:16.723Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-10-28T04:19:16.724Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-10-28T04:19:16.724Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-10-28T04:19:16.724Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria 2022-10-28T04:19:16.724Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-10-28T04:19:16.724Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-10-28T04:19:16.724Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:19:16.724Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-10-28 04-17-29 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-10-28T04:19:16.726Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:19:16.726Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template vFW c7ce3820-4375 0 is matching search criteria 2022-10-28T04:19:16.726Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW c7ce3820-4375 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-28T04:19:16.727Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:19:16.727Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template vFW c7ce3820-4375 0 is matching search criteria 2022-10-28T04:19:16.727Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW c7ce3820-4375 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-28T04:19:16.727Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:19:16.727Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template vFW c7ce3820-4375 0 is matching search criteria 2022-10-28T04:19:16.727Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW c7ce3820-4375 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-28T04:19:16.728Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:19:16.728Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template vFW c7ce3820-4375 0 is not matching search criteria 2022-10-28T04:19:16.728Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-10-28T04:19:16.728Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-10-28T04:19:16.728Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-10-28T04:19:16.728Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-10-28T04:19:16.728Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria 2022-10-28T04:19:16.728Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-10-28T04:19:16.729Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-10-28T04:19:16.729Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-10-28T04:19:16.729Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-10-28T04:19:16.730Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria 2022-10-28T04:19:16.730Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-10-28T04:19:16.730Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=ee633636-c36e-4666-8818-54e319535f1f 2022-10-28T04:19:16.730Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:19:16.730Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template vFW c7ce3820-4375 0 is not matching search criteria 2022-10-28T04:19:16.730Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-10-28T04:19:16.730Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-10-28T04:19:16.731Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-10-28T04:19:16.731Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-10-28T04:19:16.731Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-10-28T04:19:16.731Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria 2022-10-28T04:19:16.731Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-10-28T04:19:16.731Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-10-28T04:19:16.731Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-10-28T04:19:16.732Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-10-28T04:19:16.732Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria 2022-10-28T04:19:16.732Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-10-28T04:19:16.732Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=61063e65-39ac-42c4-be0a-202f84e5e516 2022-10-28T04:19:16.732Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:19:16.732Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template vFW c7ce3820-4375 0 is not matching search criteria 2022-10-28T04:19:16.732Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-10-28T04:19:16.733Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-10-28T04:19:16.733Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-10-28T04:19:16.733Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-10-28T04:19:16.733Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-10-28T04:19:16.733Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria 2022-10-28T04:19:16.733Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-10-28T04:19:16.733Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-10-28T04:19:16.733Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria 2022-10-28T04:19:16.734Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-10-28T04:19:16.734Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-10-28T04:19:16.734Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-10-28T04:19:16.734Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=c307d76a-7b27-4af6-940f-511f301a1176 2022-10-28T04:19:16.734Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:19:16.734Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-10-28 04-17-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-10-28T04:19:16.734Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:19:16.734Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-10-28 04-17-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-10-28T04:19:16.734Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:19:16.734Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-10-28 04-17-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-28T04:19:16.734Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:19:16.735Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-10-28 04-17-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-28T04:19:16.735Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-10-28 04-17-29 Description:catalog service description Model UUID:8f45ec73-3a7e-4056-8904-eda35d41b0b6 Model Version:NULL Model InvariantUuid:fdda3720-77c8-4965-a5b4-4d5e0c6fbea0 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW c7ce3820-4375 Model UUID:2b0f8444-6011-4d51-a910-6e315a832265 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:f3705608-528e-4e30-adfd-84951cf9f9b9 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:62b21ac9-1838-4f62-a5ba-59c1e8f632dd NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:6c5fc470-00ad-41a9-a6b3-6698db1dcf83 ModelName:VfwC7ce38204375..base_vfw..module-0 ModelUuid:38e65de1-9148-4a6f-96f2-262b726353d0 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:ee633636-c36e-4666-8818-54e319535f1f ModelInvariantUuid:c55f60f1-980d-4bf5-a316-47c3dfa6f021 ModelName:vFW c7ce3820-4375-nodes.vfwCvfc ModelUuid:71acf8b1-200f-4f3f-b5d0-10339941616d ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:2469fdc7-a3bb-4455-b31b-f12a350024a6 ModelInvariantUuid:f60a01df-3f40-4259-a949-14099552c2e2 ModelName:VfwC7ce38204375.compute.nodes.heat.vfw ModelUuid:60568394-e67a-4514-b7dc-9cbf746a1bd5 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:61063e65-39ac-42c4-be0a-202f84e5e516 ModelInvariantUuid:60869bb1-a7b4-4418-aef1-90aea2c5e5ce ModelName:vFW c7ce3820-4375-nodes.vsnCvfc ModelUuid:360c3434-d92d-4506-b445-f97ae1efa3ee ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:dfb3379b-7ec9-47a0-96f6-186712a4567d ModelInvariantUuid:0ddf498f-4265-4278-bc2a-151b40d8baf3 ModelName:VfwC7ce38204375.compute.nodes.heat.vsn ModelUuid:aa591f1e-91d5-43bb-bf12-689c7e1fcf84 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:c307d76a-7b27-4af6-940f-511f301a1176 ModelInvariantUuid:a3398622-8a3c-407a-a54e-4feb99c3fed6 ModelName:vFW c7ce3820-4375-nodes.vpgCvfc ModelUuid:be3f8964-a857-421a-9088-a1a95e3c26d0 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:f460055d-c094-4f17-92db-1d421b79ea31 ModelInvariantUuid:bd50ee27-322d-45fd-a04b-56852cfc1980 ModelName:VfwC7ce38204375.compute.nodes.heat.vpg ModelUuid:5f1d6bd0-a0fd-4329-a830-2035c9f177c4 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-28T04:19:16.747Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 728c87d9-83d7-4c02-b813-47394d67f7cf 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-28T04:19:16.834Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||INFO|500||vFW c7ce3820-4375 0 2022-10-28T04:19:16.840Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 728c87d9-83d7-4c02-b813-47394d67f7cf 2022-10-28T04:19:16.840Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: f5330247-9403-488e-b171-77d415212ecc from URL: /sdc/v1/catalog/services/Vfw20221028041729/1.0/resourceInstances/vfwc7ce382043750/artifacts/vfwc7ce382043750_modules.json 2022-10-28T04:19:16.840Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-10-28T04:19:16.841Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221028041729/1.0/resourceInstances/vfwc7ce382043750/artifacts/vfwc7ce382043750_modules.json 2022-10-28T04:19:16.900Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-10-28T04:19:16.901Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221028041729/1.0/resourceInstances/vfwc7ce382043750/artifacts/vfwc7ce382043750_modules.json f5330247-9403-488e-b171-77d415212ecc 785 2022-10-28T04:19:16.901Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221028041729/1.0/resourceInstances/vfwc7ce382043750/artifacts/vfwc7ce382043750_modules.json ASDC sendASDCNotification 2022-10-28T04:19:16.901Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221028041729/1.0/resourceInstances/vfwc7ce382043750/artifacts/vfwc7ce382043750_modules.json 2022-10-28T04:19:16.901Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-28T04:19:16.902Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-28T04:19:16.905Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-28T04:19:16.905Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666930756901, "artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/resourceInstances/vfwc7ce382043750/artifacts/vfwc7ce382043750_modules.json", "status": "DOWNLOAD_OK" } 2022-10-28T04:19:17.005Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-28T04:19:17.007Z||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-28T04:19:17.007Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OqCvdRHX32zc8Jsc) ... 2022-10-28T04:19:17.025Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:19:17.026Z||pool-11-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-10-28T04:19:17.907Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwC7ce38204375..base_vfw..module-0", "vfModuleModelInvariantUUID": "6c5fc470-00ad-41a9-a6b3-6698db1dcf83", "vfModuleModelVersion": "1", "vfModuleModelUUID": "38e65de1-9148-4a6f-96f2-262b726353d0", "vfModuleModelCustomizationUUID": "fd096275-2b75-4251-af18-abdd57e97486", "isBase": true, "artifacts": [ "868946d3-81a0-4fb4-bffa-49ff5bce63fa", "5ad5dcca-66cf-48a3-90e0-76cc2d6597cb" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-10-28T04:19:17.920Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwC7ce38204375..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:38e65de1-9148-4a6f-96f2-262b726353d0 VfModuleModelInvariantUUID:6c5fc470-00ad-41a9-a6b3-6698db1dcf83 VfModuleModelDescription:NULL Artifacts UUID List:{ 868946d3-81a0-4fb4-bffa-49ff5bce63fa , 5ad5dcca-66cf-48a3-90e0-76cc2d6597cb } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-10-28T04:19:17.922Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwC7ce38204375..base_vfw..module-0", "vfModuleModelInvariantUUID": "6c5fc470-00ad-41a9-a6b3-6698db1dcf83", "vfModuleModelVersion": "1", "vfModuleModelUUID": "38e65de1-9148-4a6f-96f2-262b726353d0", "vfModuleModelCustomizationUUID": "fd096275-2b75-4251-af18-abdd57e97486", "isBase": true, "artifacts": [ "868946d3-81a0-4fb4-bffa-49ff5bce63fa", "5ad5dcca-66cf-48a3-90e0-76cc2d6597cb" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-10-28T04:19:17.923Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwC7ce38204375..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:38e65de1-9148-4a6f-96f2-262b726353d0 VfModuleModelInvariantUUID:6c5fc470-00ad-41a9-a6b3-6698db1dcf83 VfModuleModelDescription:NULL Artifacts UUID List:{ 868946d3-81a0-4fb4-bffa-49ff5bce63fa , 5ad5dcca-66cf-48a3-90e0-76cc2d6597cb } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-10-28T04:19:17.923Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 868946d3-81a0-4fb4-bffa-49ff5bce63fa from URL: /sdc/v1/catalog/services/Vfw20221028041729/1.0/resourceInstances/vfwc7ce382043750/artifacts/base_vfw.yaml 2022-10-28T04:19:17.923Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-10-28T04:19:17.923Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221028041729/1.0/resourceInstances/vfwc7ce382043750/artifacts/base_vfw.yaml 2022-10-28T04:19:17.982Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-10-28T04:19:17.984Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221028041729/1.0/resourceInstances/vfwc7ce382043750/artifacts/base_vfw.yaml 868946d3-81a0-4fb4-bffa-49ff5bce63fa 20368 2022-10-28T04:19:17.984Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221028041729/1.0/resourceInstances/vfwc7ce382043750/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-10-28T04:19:17.984Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221028041729/1.0/resourceInstances/vfwc7ce382043750/artifacts/base_vfw.yaml 2022-10-28T04:19:17.984Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-28T04:19:17.985Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-28T04:19:17.987Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-28T04:19:17.987Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666930757984, "artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/resourceInstances/vfwc7ce382043750/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-10-28T04:19:18.088Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-28T04:19:18.090Z||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-28T04:19:18.090Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OqCvdRHX32zc8Jsc) ... 2022-10-28T04:19:18.110Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:19:18.111Z||pool-12-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-10-28T04:19:18.988Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 5ad5dcca-66cf-48a3-90e0-76cc2d6597cb from URL: /sdc/v1/catalog/services/Vfw20221028041729/1.0/resourceInstances/vfwc7ce382043750/artifacts/base_vfw.env 2022-10-28T04:19:18.989Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-10-28T04:19:18.989Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221028041729/1.0/resourceInstances/vfwc7ce382043750/artifacts/base_vfw.env 2022-10-28T04:19:19.042Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-10-28T04:19:19.043Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221028041729/1.0/resourceInstances/vfwc7ce382043750/artifacts/base_vfw.env 5ad5dcca-66cf-48a3-90e0-76cc2d6597cb 2098 2022-10-28T04:19:19.044Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221028041729/1.0/resourceInstances/vfwc7ce382043750/artifacts/base_vfw.env ASDC sendASDCNotification 2022-10-28T04:19:19.044Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221028041729/1.0/resourceInstances/vfwc7ce382043750/artifacts/base_vfw.env 2022-10-28T04:19:19.044Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-28T04:19:19.044Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-28T04:19:19.047Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-28T04:19:19.047Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666930759044, "artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/resourceInstances/vfwc7ce382043750/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-10-28T04:19:19.147Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-28T04:19:19.148Z||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-28T04:19:19.149Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OqCvdRHX32zc8Jsc) ... 2022-10-28T04:19:19.176Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:19:19.176Z||pool-13-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2022-10-28T04:19:20.047Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 8f45ec73-3a7e-4056-8904-eda35d41b0b6 2022-10-28T04:19:20.048Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW c7ce3820-4375 0 728c87d9-83d7-4c02-b813-47394d67f7cf 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-28T04:19:20.087Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6314d84c, org.onap.sdc.toscaparser.api.parameters.Input@3391ecf9, org.onap.sdc.toscaparser.api.parameters.Input@5221865d, org.onap.sdc.toscaparser.api.parameters.Input@108c4ef, org.onap.sdc.toscaparser.api.parameters.Input@441baa3a] 2022-10-28T04:19:20.092Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:19:20.092Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-10-28 04-17-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-28T04:19:20.092Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 2022-10-28T04:19:20.092Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 62b21ac9-1838-4f62-a5ba-59c1e8f632dd 2022-10-28T04:19:20.092Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 62b21ac9-1838-4f62-a5ba-59c1e8f632dd matches Tosca VF Customization UUID: 62b21ac9-1838-4f62-a5ba-59c1e8f632dd 2022-10-28T04:19:20.093Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 62b21ac9-1838-4f62-a5ba-59c1e8f632dd 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-28T04:19:20.101Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:19:20.102Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-10-28 04-17-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-10-28T04:19:20.126Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 62b21ac9-1838-4f62-a5ba-59c1e8f632dd: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"} 2022-10-28T04:19:20.127Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@738b57f1 2022-10-28T04:19:20.127Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:19:20.127Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-10-28 04-17-29 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-10-28T04:19:20.128Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : fd096275-2b75-4251-af18-abdd57e97486 2022-10-28T04:19:20.129Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID fd096275-2b75-4251-af18-abdd57e97486 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-28T04:19:20.135Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:19:20.136Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template vFW c7ce3820-4375 0 is matching search criteria 2022-10-28T04:19:20.136Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW c7ce3820-4375 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-28T04:19:20.137Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:19:20.137Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template vFW c7ce3820-4375 0 is matching search criteria 2022-10-28T04:19:20.138Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW c7ce3820-4375 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-28T04:19:20.138Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:19:20.138Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template vFW c7ce3820-4375 0 is not matching search criteria 2022-10-28T04:19:20.138Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-10-28T04:19:20.138Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-10-28T04:19:20.139Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-10-28T04:19:20.139Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-10-28T04:19:20.139Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria 2022-10-28T04:19:20.139Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-10-28T04:19:20.139Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-10-28T04:19:20.139Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-10-28T04:19:20.139Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-10-28T04:19:20.139Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria 2022-10-28T04:19:20.139Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-10-28T04:19:20.139Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=ee633636-c36e-4666-8818-54e319535f1f 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-28T04:19:20.151Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:19:20.152Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template vFW c7ce3820-4375 0 is matching search criteria 2022-10-28T04:19:20.152Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW c7ce3820-4375 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-28T04:19:20.152Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:19:20.153Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template vFW c7ce3820-4375 0 is not matching search criteria 2022-10-28T04:19:20.153Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-10-28T04:19:20.153Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-10-28T04:19:20.153Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-10-28T04:19:20.153Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-10-28T04:19:20.153Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-10-28T04:19:20.153Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria 2022-10-28T04:19:20.153Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-10-28T04:19:20.153Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-10-28T04:19:20.154Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-10-28T04:19:20.154Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-10-28T04:19:20.154Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria 2022-10-28T04:19:20.154Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-10-28T04:19:20.154Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=61063e65-39ac-42c4-be0a-202f84e5e516 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-28T04:19:20.158Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:19:20.158Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template vFW c7ce3820-4375 0 is matching search criteria 2022-10-28T04:19:20.158Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW c7ce3820-4375 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-28T04:19:20.162Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:19:20.162Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template vFW c7ce3820-4375 0 is not matching search criteria 2022-10-28T04:19:20.163Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-10-28T04:19:20.163Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-10-28T04:19:20.163Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-10-28T04:19:20.163Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-10-28T04:19:20.163Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-10-28T04:19:20.163Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria 2022-10-28T04:19:20.163Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-10-28T04:19:20.164Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-10-28T04:19:20.164Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria 2022-10-28T04:19:20.164Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-10-28T04:19:20.164Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-10-28T04:19:20.164Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-10-28T04:19:20.164Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=c307d76a-7b27-4af6-940f-511f301a1176 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-28T04:19:20.168Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:19:20.169Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template vFW c7ce3820-4375 0 is matching search criteria 2022-10-28T04:19:20.169Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW c7ce3820-4375 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-28T04:19:20.169Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:19:20.169Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template vFW c7ce3820-4375 0 is matching search criteria 2022-10-28T04:19:20.169Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW c7ce3820-4375 0] matching following query criteria: sdcType=VF, customizationUUID=62b21ac9-1838-4f62-a5ba-59c1e8f632dd 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-28T04:19:20.173Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:19:20.174Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-10-28 04-17-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-10-28T04:19:20.174Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 8f45ec73-3a7e-4056-8904-eda35d41b0b6: vFW c7ce3820-4375 2022-10-28T04:19:20.174Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:19:20.175Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-10-28 04-17-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-28T04:19:20.175Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:19:20.175Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-10-28 04-17-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-10-28T04:19:20.175Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:19:20.175Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-10-28 04-17-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-10-28T04:19:20.175Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:19:20.175Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-10-28 04-17-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-10-28T04:19:20.175Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:19:20.176Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-10-28 04-17-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-10-28T04:19:20.176Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||INFO|500||Saving Service: vFW 2022-10-28 04-17-29 Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-10-28T04:19:20.438Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW c7ce3820-4375 728c87d9-83d7-4c02-b813-47394d67f7cf 1 ASDC deployResourceStructure 2022-10-28T04:19:20.439Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221028041729/1.0/resourceInstances/vfwc7ce382043750/artifacts/vfwc7ce382043750_modules.json ASDC sendASDCNotification 2022-10-28T04:19:20.439Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221028041729/1.0/resourceInstances/vfwc7ce382043750/artifacts/vfwc7ce382043750_modules.json 2022-10-28T04:19:20.440Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-28T04:19:20.440Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-28T04:19:20.444Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-28T04:19:20.444Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666930760438, "artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/resourceInstances/vfwc7ce382043750/artifacts/vfwc7ce382043750_modules.json", "status": "DEPLOY_OK" } 2022-10-28T04:19:20.544Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-28T04:19:20.545Z||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-28T04:19:20.545Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OqCvdRHX32zc8Jsc) ... 2022-10-28T04:19:20.560Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:19:20.561Z||pool-14-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-10-28T04:19:21.444Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221028041729/1.0/resourceInstances/vfwc7ce382043750/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-10-28T04:19:21.445Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221028041729/1.0/resourceInstances/vfwc7ce382043750/artifacts/base_vfw.yaml 2022-10-28T04:19:21.445Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-28T04:19:21.445Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-28T04:19:21.447Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-28T04:19:21.447Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666930761444, "artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/resourceInstances/vfwc7ce382043750/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-10-28T04:19:21.547Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-28T04:19:21.548Z||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-28T04:19:21.548Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OqCvdRHX32zc8Jsc) ... 2022-10-28T04:19:21.562Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:19:21.563Z||pool-15-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-10-28T04:19:22.448Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221028041729/1.0/resourceInstances/vfwc7ce382043750/artifacts/base_vfw.env ASDC sendASDCNotification 2022-10-28T04:19:22.448Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221028041729/1.0/resourceInstances/vfwc7ce382043750/artifacts/base_vfw.env 2022-10-28T04:19:22.448Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-28T04:19:22.449Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-28T04:19:22.451Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-28T04:19:22.452Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666930762448, "artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/resourceInstances/vfwc7ce382043750/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-10-28T04:19:22.552Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-28T04:19:22.553Z||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-28T04:19:22.553Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OqCvdRHX32zc8Jsc) ... 2022-10-28T04:19:22.566Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:19:22.566Z||pool-16-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-10-28T04:19:23.453Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221028041729/1.0/artifacts/service-Vfw20221028041729-csar.csar ASDC sendASDCNotification 2022-10-28T04:19:23.453Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221028041729/1.0/artifacts/service-Vfw20221028041729-csar.csar 2022-10-28T04:19:23.453Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-28T04:19:23.454Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-28T04:19:23.456Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-28T04:19:23.457Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666930763453, "artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/artifacts/service-Vfw20221028041729-csar.csar", "status": "DEPLOY_OK" } 2022-10-28T04:19:23.556Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-28T04:19:23.557Z||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-28T04:19:23.557Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OqCvdRHX32zc8Jsc) ... 2022-10-28T04:19:23.573Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:19:23.573Z||pool-17-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-10-28T04:19:24.457Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1ccad948-f19f-4374-8a25-b84f15ebeb38 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-28T04:19:24.481Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1ccad948-f19f-4374-8a25-b84f15ebeb38 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-28T04:19:24.488Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-28T04:19:24.488Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-10-28T04:19:24.488Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-10-28T04:19:54.490Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1ccad948-f19f-4374-8a25-b84f15ebeb38 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-28T04:19:54.509Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1ccad948-f19f-4374-8a25-b84f15ebeb38 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-28T04:19:54.515Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-28T04:19:54.515Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-10-28T04:19:54.516Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-10-28T04:20:04.933Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T04:20:04.935Z||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-28T04:20:04.935Z||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 OqCvdRHX32zc8Jsc) ... 2022-10-28T04:20:05.063Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:20:05.064Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:20:05.064Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666930744930, "artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/resourceInstances/vfwc7ce382043750/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-28T04:20:05.065Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:20:24.516Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1ccad948-f19f-4374-8a25-b84f15ebeb38 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-28T04:20:24.540Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1ccad948-f19f-4374-8a25-b84f15ebeb38 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-28T04:20:24.545Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-28T04:20:24.545Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-10-28T04:20:24.545Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-10-28T04:20:54.545Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1ccad948-f19f-4374-8a25-b84f15ebeb38 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-28T04:20:54.561Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1ccad948-f19f-4374-8a25-b84f15ebeb38 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-28T04:20:54.564Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-28T04:20:54.564Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-10-28T04:20:54.565Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-10-28T04:21:04.933Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T04:21:04.934Z||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-28T04:21:04.934Z||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 OqCvdRHX32zc8Jsc) ... 2022-10-28T04:21:05.471Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:21:05.476Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:21:05.476Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666930744930, "artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/resourceInstances/vfwc7ce382043750/artifacts/vfwc7ce382043750_modules.json", "status": "NOTIFIED" } 2022-10-28T04:21:05.477Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:21:05.478Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:21:05.478Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666930744930, "artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/resourceInstances/vfwc7ce382043750/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-10-28T04:21:05.478Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:21:05.478Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:21:05.478Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38", "consumerID": "aai-ml", "timestamp": 1666930747418, "artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/artifacts/service-Vfw20221028041729-csar.csar", "status": "DEPLOY_OK" } 2022-10-28T04:21:05.478Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-28T04:21:05.478Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:21:05.478Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666930744930, "artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/resourceInstances/vfwc7ce382043750/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-28T04:21:05.478Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:21:05.478Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:21:05.478Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38", "consumerID": "aai-ml", "timestamp": 1666930748423, "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-28T04:21:05.488Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1ccad948-f19f-4374-8a25-b84f15ebeb38 2022-10-28T04:21:05.488Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1ccad948-f19f-4374-8a25-b84f15ebeb38 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-28T04:21:05.500Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:21:05.500Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666930744930, "artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/resourceInstances/vfwc7ce382043750/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-10-28T04:21:05.501Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:21:05.501Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:21:05.501Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666930744930, "artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/artifacts/service-Vfw20221028041729-template.yml", "status": "NOT_NOTIFIED" } 2022-10-28T04:21:05.501Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:21:05.501Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:21:05.501Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666930744930, "artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/artifacts/service-Vfw20221028041729-csar.csar", "status": "NOTIFIED" } 2022-10-28T04:21:05.501Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:21:05.501Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:21:05.501Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4", "consumerID": "multicloud-k8s-id", "timestamp": 1666930750985, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/resourceInstances/basic_onboard_snadmm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-28T04:21:05.502Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:21:05.502Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:21:05.502Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666930752870, "artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/artifacts/service-Vfw20221028041729-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-28T04:21:05.502Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-28T04:21:05.502Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:21:05.502Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4", "consumerID": "multicloud-k8s-id", "timestamp": 1666930750985, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/resourceInstances/basic_onboard_snadmm0/artifacts/basic_onboard_snadmm0_modules.json", "status": "NOTIFIED" } 2022-10-28T04:21:05.503Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:21:05.503Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:21:05.503Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4", "consumerID": "cds", "timestamp": 1666930751793, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/resourceInstances/basic_onboard_snadmm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-28T04:21:05.503Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:21:05.503Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:21:05.503Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4", "consumerID": "aai-ml", "timestamp": 1666930752358, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/resourceInstances/basic_onboard_snadmm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-28T04:21:05.503Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:21:05.503Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:21:05.503Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4", "consumerID": "multicloud-k8s-id", "timestamp": 1666930750985, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/resourceInstances/basic_onboard_snadmm0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-10-28T04:21:05.503Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:21:05.503Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:21:05.503Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4", "consumerID": "cds", "timestamp": 1666930751793, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/resourceInstances/basic_onboard_snadmm0/artifacts/basic_onboard_snadmm0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-28T04:21:05.503Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:21:05.503Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:21:05.503Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4", "consumerID": "aai-ml", "timestamp": 1666930752358, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/resourceInstances/basic_onboard_snadmm0/artifacts/basic_onboard_snadmm0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-28T04:21:05.504Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:21:05.504Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:21:05.504Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4", "consumerID": "policy-id", "timestamp": 1666930753981, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/resourceInstances/basic_onboard_snadmm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-28T04:21:05.504Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:21:05.504Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:21:05.504Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4", "consumerID": "multicloud-k8s-id", "timestamp": 1666930750985, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/resourceInstances/basic_onboard_snadmm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-28T04:21:05.504Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:21:05.504Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:21:05.504Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4", "consumerID": "cds", "timestamp": 1666930751793, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/resourceInstances/basic_onboard_snadmm0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-10-28T04:21:05.504Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:21:05.504Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:21:05.504Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4", "consumerID": "aai-ml", "timestamp": 1666930752358, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/resourceInstances/basic_onboard_snadmm0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-10-28T04:21:05.504Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:21:05.504Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:21:05.504Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4", "consumerID": "policy-id", "timestamp": 1666930753981, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/resourceInstances/basic_onboard_snadmm0/artifacts/basic_onboard_snadmm0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-28T04:21:05.504Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:21:05.504Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:21:05.504Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4", "consumerID": "multicloud-k8s-id", "timestamp": 1666930750985, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/resourceInstances/basic_onboard_snadmm0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-10-28T04:21:05.505Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:21:05.505Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:21:05.505Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4", "consumerID": "cds", "timestamp": 1666930751793, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/resourceInstances/basic_onboard_snadmm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-28T04:21:05.505Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:21:05.505Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:21:05.505Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4", "consumerID": "aai-ml", "timestamp": 1666930752358, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/resourceInstances/basic_onboard_snadmm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-28T04:21:05.505Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:21:05.505Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:21:05.505Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4", "consumerID": "policy-id", "timestamp": 1666930753981, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/resourceInstances/basic_onboard_snadmm0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-10-28T04:21:05.505Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:21:05.505Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:21:05.505Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666930756901, "artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/resourceInstances/vfwc7ce382043750/artifacts/vfwc7ce382043750_modules.json", "status": "DOWNLOAD_OK" } 2022-10-28T04:21:05.505Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-28T04:21:05.505Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:21:05.505Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4", "consumerID": "multicloud-k8s-id", "timestamp": 1666930750985, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/artifacts/service-BasicOnboardSnadmm-template.yml", "status": "NOT_NOTIFIED" } 2022-10-28T04:21:05.506Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:21:05.506Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:21:05.506Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4", "consumerID": "cds", "timestamp": 1666930751793, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/resourceInstances/basic_onboard_snadmm0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-10-28T04:21:05.506Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:21:05.506Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:21:05.506Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4", "consumerID": "aai-ml", "timestamp": 1666930752358, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/resourceInstances/basic_onboard_snadmm0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-10-28T04:21:05.506Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:21:05.506Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:21:05.506Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4", "consumerID": "policy-id", "timestamp": 1666930753981, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/resourceInstances/basic_onboard_snadmm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-28T04:21:05.506Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:21:05.506Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:21:05.506Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666930757984, "artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/resourceInstances/vfwc7ce382043750/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-10-28T04:21:05.506Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-28T04:21:05.506Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:21:05.506Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4", "consumerID": "multicloud-k8s-id", "timestamp": 1666930750985, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/artifacts/service-BasicOnboardSnadmm-csar.csar", "status": "NOTIFIED" } 2022-10-28T04:21:05.507Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:21:05.507Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:21:05.507Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4", "consumerID": "cds", "timestamp": 1666930751793, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/artifacts/service-BasicOnboardSnadmm-template.yml", "status": "NOT_NOTIFIED" } 2022-10-28T04:21:05.507Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:21:05.507Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:21:05.507Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4", "consumerID": "aai-ml", "timestamp": 1666930752358, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/artifacts/service-BasicOnboardSnadmm-template.yml", "status": "NOT_NOTIFIED" } 2022-10-28T04:21:05.507Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:21:05.507Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:21:05.507Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4", "consumerID": "policy-id", "timestamp": 1666930753981, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/resourceInstances/basic_onboard_snadmm0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-10-28T04:21:05.507Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:21:05.507Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:21:05.507Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4", "consumerID": "ves-openapi-manager", "timestamp": 1666930758307, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/resourceInstances/basic_onboard_snadmm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-28T04:21:05.507Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:21:05.507Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:21:05.507Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666930759044, "artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/resourceInstances/vfwc7ce382043750/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-10-28T04:21:05.507Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-28T04:21:05.507Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:21:05.507Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4", "consumerID": "multicloud-k8s-id", "timestamp": 1666930758764, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/resourceInstances/basic_onboard_snadmm0/artifacts/basic_onboard_snadmm0_modules.json", "status": "DOWNLOAD_OK" } 2022-10-28T04:21:05.507Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-28T04:21:05.507Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:21:05.507Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4", "consumerID": "cds", "timestamp": 1666930751793, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/artifacts/service-BasicOnboardSnadmm-csar.csar", "status": "NOTIFIED" } 2022-10-28T04:21:05.508Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:21:05.508Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:21:05.508Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4", "consumerID": "aai-ml", "timestamp": 1666930752358, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/artifacts/service-BasicOnboardSnadmm-csar.csar", "status": "NOTIFIED" } 2022-10-28T04:21:05.508Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:21:05.508Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:21:05.508Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666930758915, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/resourceInstances/basic_onboard_snadmm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-28T04:21:05.508Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:21:05.508Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:21:05.508Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4", "consumerID": "policy-id", "timestamp": 1666930753981, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/artifacts/service-BasicOnboardSnadmm-template.yml", "status": "NOT_NOTIFIED" } 2022-10-28T04:21:05.508Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:21:05.508Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:21:05.508Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4", "consumerID": "ves-openapi-manager", "timestamp": 1666930758307, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/resourceInstances/basic_onboard_snadmm0/artifacts/basic_onboard_snadmm0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-28T04:21:05.509Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:21:05.509Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:21:05.509Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4", "consumerID": "multicloud-k8s-id", "timestamp": 1666930759837, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/resourceInstances/basic_onboard_snadmm0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-10-28T04:21:05.509Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-28T04:21:05.509Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:21:05.509Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4", "consumerID": "cds", "timestamp": 1666930759530, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/artifacts/service-BasicOnboardSnadmm-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-28T04:21:05.509Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-28T04:21:05.509Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:21:05.509Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666930760438, "artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/resourceInstances/vfwc7ce382043750/artifacts/vfwc7ce382043750_modules.json", "status": "DEPLOY_OK" } 2022-10-28T04:21:05.509Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-28T04:21:05.509Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:21:05.509Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4", "consumerID": "aai-ml", "timestamp": 1666930760085, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/artifacts/service-BasicOnboardSnadmm-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-28T04:21:05.509Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-28T04:21:05.509Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:21:05.509Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666930758915, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/resourceInstances/basic_onboard_snadmm0/artifacts/basic_onboard_snadmm0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-28T04:21:05.509Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:21:05.509Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:21:05.509Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4", "consumerID": "policy-id", "timestamp": 1666930753981, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/artifacts/service-BasicOnboardSnadmm-csar.csar", "status": "NOTIFIED" } 2022-10-28T04:21:05.509Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:21:05.509Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:21:05.509Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4", "consumerID": "ves-openapi-manager", "timestamp": 1666930758307, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/resourceInstances/basic_onboard_snadmm0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-10-28T04:21:05.510Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:21:05.510Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:21:05.510Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4", "consumerID": "multicloud-k8s-id", "timestamp": 1666930760895, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/resourceInstances/basic_onboard_snadmm0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-10-28T04:21:05.510Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-28T04:21:05.510Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:21:05.510Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4", "consumerID": "cds", "timestamp": 1666930760536, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/artifacts/service-BasicOnboardSnadmm-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-28T04:21:05.527Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of decd267f-1d7b-4d64-b918-77213de36ad4 2022-10-28T04:21:05.528Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId decd267f-1d7b-4d64-b918-77213de36ad4 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-28T04:21:05.539Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:21:05.540Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666930761444, "artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/resourceInstances/vfwc7ce382043750/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-10-28T04:21:05.540Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-28T04:21:05.540Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:21:05.540Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666930758915, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/resourceInstances/basic_onboard_snadmm0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-10-28T04:21:05.540Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:21:05.540Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:21:05.540Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4", "consumerID": "policy-id", "timestamp": 1666930761723, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/artifacts/service-BasicOnboardSnadmm-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-28T04:21:05.540Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-28T04:21:05.541Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:21:05.541Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4", "consumerID": "ves-openapi-manager", "timestamp": 1666930758307, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/resourceInstances/basic_onboard_snadmm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-28T04:21:05.541Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:21:05.541Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:21:05.541Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4", "consumerID": "multicloud-k8s-id", "timestamp": 1666930761922, "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-28T04:21:05.547Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of decd267f-1d7b-4d64-b918-77213de36ad4 2022-10-28T04:21:05.548Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId decd267f-1d7b-4d64-b918-77213de36ad4 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-28T04:21:05.565Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:21:05.565Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666930762448, "artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/resourceInstances/vfwc7ce382043750/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-10-28T04:21:05.565Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-28T04:21:05.565Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:21:05.565Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666930758915, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/resourceInstances/basic_onboard_snadmm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-28T04:21:05.566Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:21:05.566Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:21:05.566Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4", "consumerID": "policy-id", "timestamp": 1666930762728, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/artifacts/service-BasicOnboardSnadmm-csar.csar", "status": "DEPLOY_OK" } 2022-10-28T04:21:05.566Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-28T04:21:05.566Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:21:05.566Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4", "consumerID": "ves-openapi-manager", "timestamp": 1666930758307, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/resourceInstances/basic_onboard_snadmm0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-10-28T04:21:05.566Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:21:05.566Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:21:05.566Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4", "consumerID": "multicloud-k8s-id", "timestamp": 1666930762927, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/resourceInstances/basic_onboard_snadmm0/artifacts/basic_onboard_snadmm0_modules.json", "status": "DEPLOY_OK" } 2022-10-28T04:21:05.566Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-28T04:21:05.566Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:21:05.566Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666930763453, "artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/artifacts/service-Vfw20221028041729-csar.csar", "status": "DEPLOY_OK" } 2022-10-28T04:21:05.566Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-28T04:21:05.567Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:21:05.567Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666930758915, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/resourceInstances/basic_onboard_snadmm0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-10-28T04:21:05.567Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:21:05.567Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:21:05.567Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4", "consumerID": "policy-id", "timestamp": 1666930763738, "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-28T04:21:05.572Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of decd267f-1d7b-4d64-b918-77213de36ad4 2022-10-28T04:21:05.573Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId decd267f-1d7b-4d64-b918-77213de36ad4 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-28T04:21:05.580Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:21:05.580Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4", "consumerID": "ves-openapi-manager", "timestamp": 1666930758307, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/artifacts/service-BasicOnboardSnadmm-template.yml", "status": "NOT_NOTIFIED" } 2022-10-28T04:21:05.580Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:21:05.580Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:21:05.580Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666930758915, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/artifacts/service-BasicOnboardSnadmm-template.yml", "status": "NOT_NOTIFIED" } 2022-10-28T04:21:05.580Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:21:05.580Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:21:05.581Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4", "consumerID": "ves-openapi-manager", "timestamp": 1666930758307, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/artifacts/service-BasicOnboardSnadmm-csar.csar", "status": "NOT_NOTIFIED" } 2022-10-28T04:21:05.581Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:21:05.581Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:21:05.581Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666930758915, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/artifacts/service-BasicOnboardSnadmm-csar.csar", "status": "NOTIFIED" } 2022-10-28T04:21:05.581Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:21:05.581Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:21:05.581Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4", "consumerID": "clamp", "timestamp": 1666930765420, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/resourceInstances/basic_onboard_snadmm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-28T04:21:05.581Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:21:05.581Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:21:05.581Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666930766669, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/artifacts/service-BasicOnboardSnadmm-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-28T04:21:05.581Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-28T04:21:05.581Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:21:05.581Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4", "consumerID": "clamp", "timestamp": 1666930765420, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/resourceInstances/basic_onboard_snadmm0/artifacts/basic_onboard_snadmm0_modules.json", "status": "NOTIFIED" } 2022-10-28T04:21:05.581Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:21:05.581Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:21:05.581Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4", "consumerID": "clamp", "timestamp": 1666930765420, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/resourceInstances/basic_onboard_snadmm0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-10-28T04:21:05.581Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:21:05.581Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:21:05.581Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4", "consumerID": "aai-ml", "timestamp": 1666930767608, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/artifacts/service-BasicOnboardSnadmm-csar.csar", "status": "DEPLOY_OK" } 2022-10-28T04:21:05.581Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-28T04:21:05.581Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:21:05.581Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666930768928, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/artifacts/service-BasicOnboardSnadmm-csar.csar", "status": "DEPLOY_OK" } 2022-10-28T04:21:05.582Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-28T04:21:05.582Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:21:05.582Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4", "consumerID": "clamp", "timestamp": 1666930765420, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/resourceInstances/basic_onboard_snadmm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-28T04:21:05.582Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:21:05.582Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:21:05.582Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4", "consumerID": "aai-ml", "timestamp": 1666930768612, "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-28T04:21:05.590Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of decd267f-1d7b-4d64-b918-77213de36ad4 2022-10-28T04:21:05.591Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId decd267f-1d7b-4d64-b918-77213de36ad4 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-28T04:21:05.601Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:21:05.601Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666930769933, "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-28T04:21:05.608Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of decd267f-1d7b-4d64-b918-77213de36ad4 2022-10-28T04:21:05.608Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId decd267f-1d7b-4d64-b918-77213de36ad4 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-28T04:21:05.618Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:21:05.618Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4", "consumerID": "clamp", "timestamp": 1666930765420, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/resourceInstances/basic_onboard_snadmm0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-10-28T04:21:05.618Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:21:05.618Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:21:05.618Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4", "consumerID": "clamp", "timestamp": 1666930765420, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/artifacts/service-BasicOnboardSnadmm-template.yml", "status": "NOT_NOTIFIED" } 2022-10-28T04:21:05.618Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:21:05.619Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:21:05.619Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4", "consumerID": "clamp", "timestamp": 1666930765420, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/artifacts/service-BasicOnboardSnadmm-csar.csar", "status": "NOTIFIED" } 2022-10-28T04:21:05.619Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:21:05.619Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:21:05.619Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4", "consumerID": "clamp", "timestamp": 1666930777083, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/artifacts/service-BasicOnboardSnadmm-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-28T04:21:05.619Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-28T04:21:05.619Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:21:05.619Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4", "consumerID": "clamp", "timestamp": 1666930780085, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/artifacts/service-BasicOnboardSnadmm-csar.csar", "status": "DEPLOY_OK" } 2022-10-28T04:21:05.619Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-28T04:21:05.619Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:21:05.619Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4", "consumerID": "clamp", "timestamp": 1666930781088, "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-28T04:21:05.625Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of decd267f-1d7b-4d64-b918-77213de36ad4 2022-10-28T04:21:05.625Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId decd267f-1d7b-4d64-b918-77213de36ad4 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-28T04:21:24.565Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1ccad948-f19f-4374-8a25-b84f15ebeb38 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-28T04:21:24.578Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1ccad948-f19f-4374-8a25-b84f15ebeb38 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-28T04:21:24.584Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-28T04:21:24.584Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-10-28T04:21:24.584Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-10-28T04:21:24.584Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-10-28T04:21:24.584Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-28T04:21:24.584Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-28T04:21:24.584Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-28T04:21:24.584Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-28T04:21:24.584Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-28T04:21:24.584Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-28T04:21:24.584Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-10-28T04:21:24.593Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-10-28T04:21:54.594Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1ccad948-f19f-4374-8a25-b84f15ebeb38 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-28T04:21:54.617Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1ccad948-f19f-4374-8a25-b84f15ebeb38 and serviceModelVersionId: 8f45ec73-3a7e-4056-8904-eda35d41b0b6 2022-10-28T04:21:54.617Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : fdda3720-77c8-4965-a5b4-4d5e0c6fbea0 2022-10-28T04:22:04.715Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/fdda3720-77c8-4965-a5b4-4d5e0c6fbea0/model-vers/model-ver/8f45ec73-3a7e-4056-8904-eda35d41b0b6?depth=0 2022-10-28T04:22:04.835Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2022-10-28T04:22:04.933Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T04:22:04.934Z||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-28T04:22:04.934Z||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 OqCvdRHX32zc8Jsc) ... 2022-10-28T04:22:05.306Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fdda3720-77c8-4965-a5b4-4d5e0c6fbea0/model-vers/model-ver/8f45ec73-3a7e-4056-8904-eda35d41b0b6?depth=0|INFO|500||Invoke 2022-10-28T04:22:05.316Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fdda3720-77c8-4965-a5b4-4d5e0c6fbea0/model-vers/model-ver/8f45ec73-3a7e-4056-8904-eda35d41b0b6?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fdda3720-77c8-4965-a5b4-4d5e0c6fbea0/model-vers/model-ver/8f45ec73-3a7e-4056-8904-eda35d41b0b6?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[1ccad948-f19f-4374-8a25-b84f15ebeb38], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[9dec8ab7-4b09-4a48-825a-a99cbe10e460], X-ECOMP-RequestID=[1ccad948-f19f-4374-8a25-b84f15ebeb38], X-TransactionId=[], X-ONAP-RequestID=[1ccad948-f19f-4374-8a25-b84f15ebeb38], Content-Type=[application/merge-patch+json]} 2022-10-28T04:22:05.452Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fdda3720-77c8-4965-a5b4-4d5e0c6fbea0/model-vers/model-ver/8f45ec73-3a7e-4056-8904-eda35d41b0b6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-10-28T04:22:05.644Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fdda3720-77c8-4965-a5b4-4d5e0c6fbea0/model-vers/model-ver/8f45ec73-3a7e-4056-8904-eda35d41b0b6?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/fdda3720-77c8-4965-a5b4-4d5e0c6fbea0/model-vers/model-ver/8f45ec73-3a7e-4056-8904-eda35d41b0b6?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221028-04:22:05:890-57889], vertex-id=[188576], Content-Length=[0], Date=[Fri, 28 Oct 2022 04:22:05 GMT], Content-Type=[application/json]} 2022-10-28T04:22:05.646Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fdda3720-77c8-4965-a5b4-4d5e0c6fbea0/model-vers/model-ver/8f45ec73-3a7e-4056-8904-eda35d41b0b6?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-10-28T04:22:05.647Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fdda3720-77c8-4965-a5b4-4d5e0c6fbea0/model-vers/model-ver/8f45ec73-3a7e-4056-8904-eda35d41b0b6?depth=0|INFO|500||InvokeReturn 2022-10-28T04:22:05.651Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-10-28T04:22:05.652Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-10-28T04:22:05.659Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-10-28T04:22:05.660Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1ccad948-f19f-4374-8a25-b84f15ebeb38 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-10-28T04:22:05.662Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-10-28T04:22:05.663Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-28T04:22:05.666Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-28T04:22:05.666Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666930925661, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-28T04:22:05.766Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-28T04:22:05.767Z||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-28T04:22:05.767Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OqCvdRHX32zc8Jsc) ... 2022-10-28T04:22:05.781Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:22:05.782Z||pool-18-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-10-28T04:22:06.403Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:22:06.404Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:22:06.404Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666930925661, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-28T04:22:06.404Z||pool-2-thread-10|||||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-28T04:22:06.682Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T04:22:06.683Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|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-28T04:22:06.683Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|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 OqCvdRHX32zc8Jsc) ... 2022-10-28T04:22:11.124Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:22:11.126Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-28T04:22:11.126Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"decd267f-1d7b-4d64-b918-77213de36ad4","serviceName":"basic_onboard_SNadmm","serviceVersion":"1.0","serviceUUID":"d15d65ce-80d5-499f-acff-5eecfb0b764c","serviceDescription":"service","serviceInvariantUUID":"ab41f91e-8612-49f5-9dbd-cdde09ee115c","resources":[{"resourceInstanceName":"basic_onboard_SNadmm 0","resourceName":"basic_onboard_SNadmm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1b2df461-6982-4147-920f-d0b80b9ab4cd","resourceInvariantUUID":"3181cdf0-3f9b-45c7-a287-0e01d79886dc","resourceCustomizationUUID":"2c4c2735-7edf-4067-8e46-a2c93ab8c016","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/resourceInstances/basic_onboard_snadmm0/artifacts/vf-license-model.xml","artifactChecksum":"YjE5ZDUzYzFjODY4NmE1YTVjYTJmN2Q5MmVmMTcxNjE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"aace06a7-5c08-4d3d-b724-0264cb944da9","artifactVersion":"1"},{"artifactName":"basic_onboard_snadmm0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/resourceInstances/basic_onboard_snadmm0/artifacts/basic_onboard_snadmm0_modules.json","artifactChecksum":"ZWRkNmNjMzM2MzUzMThhZTJlNGI1YmZjYTc1MGY1MDM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"bb9c59a1-ce85-4604-9b2c-202854c21ae4","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/resourceInstances/basic_onboard_snadmm0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"4b23ae65-3fae-431f-b0ec-a2f6f198396a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/resourceInstances/basic_onboard_snadmm0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"226b0b32-8147-4441-9bec-6e14df1226b5","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/resourceInstances/basic_onboard_snadmm0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"bf801aa2-6486-471e-9a1b-1d5e5bd6306a","artifactVersion":"2","generatedFromUUID":"4b23ae65-3fae-431f-b0ec-a2f6f198396a"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardSnadmm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/artifacts/service-BasicOnboardSnadmm-template.yml","artifactChecksum":"MzM1ODQzZTMwODZiNTc0MzA4YjQ4Nzc4Y2M5MjRjZjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"722a08a8-90ce-4a7d-be57-00ac90495702","artifactVersion":"1"},{"artifactName":"service-BasicOnboardSnadmm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/artifacts/service-BasicOnboardSnadmm-csar.csar","artifactChecksum":"ZjU3ZjRiMDEwMzg1NGFhNTgxYzY4M2JmMmY2YWFiMWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7a4c146a-66b2-423f-9073-121c5ca7243e","artifactVersion":"1"}],"workloadContext":"Production"} 2022-10-28T04:22:11.130Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-28T04:22:11.131Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-28T04:22:11.132Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-28T04:22:11.133Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666930926682, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/resourceInstances/basic_onboard_snadmm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-28T04:22:11.233Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-28T04:22:11.234Z||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-28T04:22:11.234Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OqCvdRHX32zc8Jsc) ... 2022-10-28T04:22:11.249Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:22:11.249Z||pool-19-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-10-28T04:22:12.133Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-28T04:22:12.134Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-28T04:22:12.136Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-28T04:22:12.136Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666930926682, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/resourceInstances/basic_onboard_snadmm0/artifacts/basic_onboard_snadmm0_modules.json", "status": "NOTIFIED" } 2022-10-28T04:22:12.236Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-28T04:22:12.238Z||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-28T04:22:12.238Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OqCvdRHX32zc8Jsc) ... 2022-10-28T04:22:12.251Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:22:12.252Z||pool-20-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-10-28T04:22:13.137Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-28T04:22:13.137Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-28T04:22:13.139Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-28T04:22:13.139Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666930926682, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/resourceInstances/basic_onboard_snadmm0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-10-28T04:22:13.240Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-28T04:22:13.241Z||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-28T04:22:13.241Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OqCvdRHX32zc8Jsc) ... 2022-10-28T04:22:13.280Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:22:13.281Z||pool-21-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1} 2022-10-28T04:22:14.140Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-28T04:22:14.140Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-28T04:22:14.144Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-28T04:22:14.144Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666930926682, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/resourceInstances/basic_onboard_snadmm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-28T04:22:14.245Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-10-28T04:22:14.246Z||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-28T04:22:14.246Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OqCvdRHX32zc8Jsc) ... 2022-10-28T04:22:14.265Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:22:14.266Z||pool-22-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-10-28T04:22:15.145Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-28T04:22:15.145Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-28T04:22:15.147Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-28T04:22:15.147Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666930926682, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/resourceInstances/basic_onboard_snadmm0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-10-28T04:22:15.247Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-28T04:22:15.248Z||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-28T04:22:15.248Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OqCvdRHX32zc8Jsc) ... 2022-10-28T04:22:15.267Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:22:15.268Z||pool-23-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-10-28T04:22:16.148Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-28T04:22:16.149Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-28T04:22:16.151Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-28T04:22:16.151Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666930926682, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/artifacts/service-BasicOnboardSnadmm-template.yml", "status": "NOT_NOTIFIED" } 2022-10-28T04:22:16.251Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-28T04:22:16.252Z||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-28T04:22:16.252Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OqCvdRHX32zc8Jsc) ... 2022-10-28T04:22:16.270Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:22:16.270Z||pool-24-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-10-28T04:22:17.151Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-28T04:22:17.152Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-28T04:22:17.154Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-28T04:22:17.154Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666930926682, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/artifacts/service-BasicOnboardSnadmm-csar.csar", "status": "NOTIFIED" } 2022-10-28T04:22:17.254Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-28T04:22:17.255Z||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-28T04:22:17.255Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OqCvdRHX32zc8Jsc) ... 2022-10-28T04:22:17.271Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:22:17.272Z||pool-25-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-10-28T04:22:18.155Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4", "serviceName": "basic_onboard_SNadmm", "serviceVersion": "1.0", "serviceUUID": "d15d65ce-80d5-499f-acff-5eecfb0b764c", "serviceDescription": "service", "serviceInvariantUUID": "ab41f91e-8612-49f5-9dbd-cdde09ee115c", "resources": [ { "resourceInstanceName": "basic_onboard_SNadmm 0", "resourceCustomizationUUID": "2c4c2735-7edf-4067-8e46-a2c93ab8c016", "resourceName": "basic_onboard_SNadmm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "1b2df461-6982-4147-920f-d0b80b9ab4cd", "resourceInvariantUUID": "3181cdf0-3f9b-45c7-a287-0e01d79886dc", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_snadmm0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/resourceInstances/basic_onboard_snadmm0/artifacts/basic_onboard_snadmm0_modules.json", "artifactChecksum": "ZWRkNmNjMzM2MzUzMThhZTJlNGI1YmZjYTc1MGY1MDM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "bb9c59a1-ce85-4604-9b2c-202854c21ae4", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/resourceInstances/basic_onboard_snadmm0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "4b23ae65-3fae-431f-b0ec-a2f6f198396a", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/resourceInstances/basic_onboard_snadmm0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "bf801aa2-6486-471e-9a1b-1d5e5bd6306a", "generatedFromUUID": "4b23ae65-3fae-431f-b0ec-a2f6f198396a" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/resourceInstances/basic_onboard_snadmm0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "bf801aa2-6486-471e-9a1b-1d5e5bd6306a", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardSnadmm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/artifacts/service-BasicOnboardSnadmm-csar.csar", "artifactChecksum": "ZjU3ZjRiMDEwMzg1NGFhNTgxYzY4M2JmMmY2YWFiMWY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "7a4c146a-66b2-423f-9073-121c5ca7243e" } ], "workloadContext": "Production" } 2022-10-28T04:22:18.155Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-10-28T04:22:18.156Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 d15d65ce-80d5-499f-acff-5eecfb0b764c ASDC 2022-10-28T04:22:18.156Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:decd267f-1d7b-4d64-b918-77213de36ad4 ServiceName:basic_onboard_SNadmm ServiceVersion:1.0 ServiceUUID:d15d65ce-80d5-499f-acff-5eecfb0b764c ServiceInvariantUUID:ab41f91e-8612-49f5-9dbd-cdde09ee115c ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardSnadmm-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/artifacts/service-BasicOnboardSnadmm-csar.csar ArtifactUUID:7a4c146a-66b2-423f-9073-121c5ca7243e ArtifactChecksum:ZjU3ZjRiMDEwMzg1NGFhNTgxYzY4M2JmMmY2YWFiMWY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_SNadmm 0 ResourceCustomizationUUID:2c4c2735-7edf-4067-8e46-a2c93ab8c016 ResourceInvariantUUID:3181cdf0-3f9b-45c7-a287-0e01d79886dc ResourceName:basic_onboard_SNadmm ResourceType:VF ResourceUUID:1b2df461-6982-4147-920f-d0b80b9ab4cd ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_snadmm0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/resourceInstances/basic_onboard_snadmm0/artifacts/basic_onboard_snadmm0_modules.json ArtifactUUID:bb9c59a1-ce85-4604-9b2c-202854c21ae4 ArtifactChecksum:ZWRkNmNjMzM2MzUzMThhZTJlNGI1YmZjYTc1MGY1MDM= 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/BasicOnboardSnadmm/1.0/resourceInstances/basic_onboard_snadmm0/artifacts/base_ubuntu18.yaml ArtifactUUID:4b23ae65-3fae-431f-b0ec-a2f6f198396a 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/BasicOnboardSnadmm/1.0/resourceInstances/basic_onboard_snadmm0/artifacts/base_ubuntu18.env ArtifactUUID:bf801aa2-6486-471e-9a1b-1d5e5bd6306a 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/BasicOnboardSnadmm/1.0/resourceInstances/basic_onboard_snadmm0/artifacts/base_ubuntu18.env ArtifactUUID:bf801aa2-6486-471e-9a1b-1d5e5bd6306a ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-10-28T04:22:18.156Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d15d65ce-80d5-499f-acff-5eecfb0b764c 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-28T04:22:18.186Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-28T04:22:18.187Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-10-28T04:22:18.187Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-10-28T04:22:18.187Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 7a4c146a-66b2-423f-9073-121c5ca7243e from URL: /sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/artifacts/service-BasicOnboardSnadmm-csar.csar 2022-10-28T04:22:18.187Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-10-28T04:22:18.188Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/artifacts/service-BasicOnboardSnadmm-csar.csar 2022-10-28T04:22:18.315Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-10-28T04:22:18.318Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/artifacts/service-BasicOnboardSnadmm-csar.csar 7a4c146a-66b2-423f-9073-121c5ca7243e 71574 2022-10-28T04:22:18.318Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/artifacts/service-BasicOnboardSnadmm-csar.csar ASDC sendASDCNotification 2022-10-28T04:22:18.318Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/artifacts/service-BasicOnboardSnadmm-csar.csar 2022-10-28T04:22:18.319Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-28T04:22:18.319Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-28T04:22:18.325Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-28T04:22:18.326Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666930938318, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/artifacts/service-BasicOnboardSnadmm-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-28T04:22:18.422Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms 2022-10-28T04:22:18.422Z||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-28T04:22:18.423Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OqCvdRHX32zc8Jsc) ... 2022-10-28T04:22:18.438Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:22:18.438Z||pool-26-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-10-28T04:22:19.326Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-28T04:22:19.328Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-10-28T04:22:19.328Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 7a4c146a-66b2-423f-9073-121c5ca7243e, URL: /sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/artifacts/service-BasicOnboardSnadmm-csar.csar to file: /app/ASDC/1/service-BasicOnboardSnadmm-csar.csar 2022-10-28T04:22:19.328Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardSnadmm-csar.csar 2022-10-28T04:22:19.328Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardSnadmm-csar.csar 2022-10-28T04:22:19.328Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardSnadmm-csar.csar 2022-10-28T04:22:19.414Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP979996714637247214/Definitions/service-BasicOnboardSnadmm-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-28T04:22:20.335Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2022-10-28T04:22:20.336Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-10-28T04:22:20.336Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardSnadmm-csar.csar 2022-10-28T04:22:20.336Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-10-28T04:22:20.336Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||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-BasicOnboardSnadmm-csar.csar 2022-10-28T04:22:20.336Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardSnadmm-csar.csar 2022-10-28T04:22:20.336Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||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-BasicOnboardSnadmm-csar.csar 2022-10-28T04:22:20.337Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardSnadmm-csar.csar 2022-10-28T04:22:20.337Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardSnadmm-csar.csar 2022-10-28T04:22:20.337Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardSnadmm-csar.csar 2022-10-28T04:22:20.337Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardSnadmm-csar.csar 2022-10-28T04:22:20.337Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_SNadmm 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-BasicOnboardSnadmm-csar.csar 2022-10-28T04:22:20.337Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardSnadmm-csar.csar 2022-10-28T04:22:20.337Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-10-28T04:22:20.337Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:22:20.337Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_SNadmm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-10-28T04:22:20.337Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_SNadmm 0 is matching search criteria 2022-10-28T04:22:20.337Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-10-28T04:22:20.338Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_SNadmm 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-28T04:22:20.338Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:22:20.338Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_SNadmm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-10-28T04:22:20.338Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_SNadmm 0 is matching search criteria 2022-10-28T04:22:20.338Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-10-28T04:22:20.338Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_SNadmm 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-28T04:22:20.338Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:22:20.338Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_SNadmm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-28T04:22:20.339Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:22:20.339Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_SNadmm 0 is not matching search criteria 2022-10-28T04:22:20.339Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2022-10-28T04:22:20.339Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2022-10-28T04:22:20.339Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2022-10-28T04:22:20.339Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-10-28T04:22:20.339Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-10-28T04:22:20.339Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:22:20.339Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_SNadmm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-10-28T04:22:20.340Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:22:20.340Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_SNadmm 0 is matching search criteria 2022-10-28T04:22:20.340Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_SNadmm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-28T04:22:20.340Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:22:20.340Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_SNadmm 0 is matching search criteria 2022-10-28T04:22:20.340Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_SNadmm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-28T04:22:20.340Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:22:20.341Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_SNadmm 0 is matching search criteria 2022-10-28T04:22:20.341Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_SNadmm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-28T04:22:20.341Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:22:20.341Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_SNadmm 0 is not matching search criteria 2022-10-28T04:22:20.341Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-10-28T04:22:20.341Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-10-28T04:22:20.341Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=874feaeb-7042-45b4-a9a0-b1658f004ae1 2022-10-28T04:22:20.341Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:22:20.342Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_SNadmm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-10-28T04:22:20.342Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:22:20.342Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_SNadmm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-10-28T04:22:20.342Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:22:20.342Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_SNadmm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-28T04:22:20.342Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:22:20.342Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_SNadmm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-28T04:22:20.342Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_SNadmm Description:service Model UUID:d15d65ce-80d5-499f-acff-5eecfb0b764c Model Version:NULL Model InvariantUuid:ab41f91e-8612-49f5-9dbd-cdde09ee115c Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_SNadmm Model UUID:8edd0b49-3045-4e5f-9e20-7f7cc65333d1 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:3181cdf0-3f9b-45c7-a287-0e01d79886dc Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:2c4c2735-7edf-4067-8e46-a2c93ab8c016 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:fc096eda-c557-48c3-ac0a-b785b85db690 ModelName:BasicOnboardSnadmm..base_ubuntu18..module-0 ModelUuid:5ce49721-ea64-4ea0-9b8a-38e0b2f9f826 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:874feaeb-7042-45b4-a9a0-b1658f004ae1 ModelInvariantUuid:e93ec04c-b795-4f7b-a043-2c3d1f0211f0 ModelName:basic_onboard_SNadmm-nodes.ubuntu18Cvfc ModelUuid:8dc5ea28-71a0-4a37-b45b-566e2af24ec6 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:c3370187-976f-4259-ab31-1e8109b3324a ModelInvariantUuid:cb505fcc-4c67-4641-bbbe-f1a332c4e5e5 ModelName:BasicOnboardSnadmm.compute.nodes.heat.ubuntu18 ModelUuid:a353f757-9813-4461-9b08-172d94d0f980 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-28T04:22:20.354Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 1b2df461-6982-4147-920f-d0b80b9ab4cd 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-28T04:22:20.357Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||basic_onboard_SNadmm 0 2022-10-28T04:22:20.358Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 1b2df461-6982-4147-920f-d0b80b9ab4cd 2022-10-28T04:22:20.358Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: bb9c59a1-ce85-4604-9b2c-202854c21ae4 from URL: /sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/resourceInstances/basic_onboard_snadmm0/artifacts/basic_onboard_snadmm0_modules.json 2022-10-28T04:22:20.358Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-10-28T04:22:20.358Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/resourceInstances/basic_onboard_snadmm0/artifacts/basic_onboard_snadmm0_modules.json 2022-10-28T04:22:20.453Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-10-28T04:22:20.453Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/resourceInstances/basic_onboard_snadmm0/artifacts/basic_onboard_snadmm0_modules.json bb9c59a1-ce85-4604-9b2c-202854c21ae4 798 2022-10-28T04:22:20.453Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/resourceInstances/basic_onboard_snadmm0/artifacts/basic_onboard_snadmm0_modules.json ASDC sendASDCNotification 2022-10-28T04:22:20.454Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/resourceInstances/basic_onboard_snadmm0/artifacts/basic_onboard_snadmm0_modules.json 2022-10-28T04:22:20.454Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-28T04:22:20.454Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-28T04:22:20.455Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-28T04:22:20.456Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666930940453, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/resourceInstances/basic_onboard_snadmm0/artifacts/basic_onboard_snadmm0_modules.json", "status": "DOWNLOAD_OK" } 2022-10-28T04:22:20.556Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-28T04:22:20.557Z||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-28T04:22:20.557Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OqCvdRHX32zc8Jsc) ... 2022-10-28T04:22:20.573Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:22:20.573Z||pool-27-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-10-28T04:22:21.456Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardSnadmm..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "fc096eda-c557-48c3-ac0a-b785b85db690", "vfModuleModelVersion": "1", "vfModuleModelUUID": "5ce49721-ea64-4ea0-9b8a-38e0b2f9f826", "vfModuleModelCustomizationUUID": "60641e91-0b58-4d9b-bb4d-181503b15022", "isBase": true, "artifacts": [ "4b23ae65-3fae-431f-b0ec-a2f6f198396a", "bf801aa2-6486-471e-9a1b-1d5e5bd6306a" ], "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-28T04:22:21.460Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardSnadmm..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:5ce49721-ea64-4ea0-9b8a-38e0b2f9f826 VfModuleModelInvariantUUID:fc096eda-c557-48c3-ac0a-b785b85db690 VfModuleModelDescription:NULL Artifacts UUID List:{ 4b23ae65-3fae-431f-b0ec-a2f6f198396a , bf801aa2-6486-471e-9a1b-1d5e5bd6306a } 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-28T04:22:21.462Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardSnadmm..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "fc096eda-c557-48c3-ac0a-b785b85db690", "vfModuleModelVersion": "1", "vfModuleModelUUID": "5ce49721-ea64-4ea0-9b8a-38e0b2f9f826", "vfModuleModelCustomizationUUID": "60641e91-0b58-4d9b-bb4d-181503b15022", "isBase": true, "artifacts": [ "4b23ae65-3fae-431f-b0ec-a2f6f198396a", "bf801aa2-6486-471e-9a1b-1d5e5bd6306a" ], "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-28T04:22:21.462Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardSnadmm..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:5ce49721-ea64-4ea0-9b8a-38e0b2f9f826 VfModuleModelInvariantUUID:fc096eda-c557-48c3-ac0a-b785b85db690 VfModuleModelDescription:NULL Artifacts UUID List:{ 4b23ae65-3fae-431f-b0ec-a2f6f198396a , bf801aa2-6486-471e-9a1b-1d5e5bd6306a } 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-28T04:22:21.462Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 4b23ae65-3fae-431f-b0ec-a2f6f198396a from URL: /sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/resourceInstances/basic_onboard_snadmm0/artifacts/base_ubuntu18.yaml 2022-10-28T04:22:21.462Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-10-28T04:22:21.463Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/resourceInstances/basic_onboard_snadmm0/artifacts/base_ubuntu18.yaml 2022-10-28T04:22:21.514Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-10-28T04:22:21.515Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/resourceInstances/basic_onboard_snadmm0/artifacts/base_ubuntu18.yaml 4b23ae65-3fae-431f-b0ec-a2f6f198396a 5033 2022-10-28T04:22:21.515Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/resourceInstances/basic_onboard_snadmm0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-10-28T04:22:21.515Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/resourceInstances/basic_onboard_snadmm0/artifacts/base_ubuntu18.yaml 2022-10-28T04:22:21.515Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-28T04:22:21.515Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-28T04:22:21.518Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-28T04:22:21.518Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666930941515, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/resourceInstances/basic_onboard_snadmm0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-10-28T04:22:21.618Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-28T04:22:21.619Z||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-28T04:22:21.619Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OqCvdRHX32zc8Jsc) ... 2022-10-28T04:22:21.636Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:22:21.637Z||pool-28-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-10-28T04:22:22.518Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: bf801aa2-6486-471e-9a1b-1d5e5bd6306a from URL: /sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/resourceInstances/basic_onboard_snadmm0/artifacts/base_ubuntu18.env 2022-10-28T04:22:22.519Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-10-28T04:22:22.519Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/resourceInstances/basic_onboard_snadmm0/artifacts/base_ubuntu18.env 2022-10-28T04:22:22.568Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-10-28T04:22:22.569Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/resourceInstances/basic_onboard_snadmm0/artifacts/base_ubuntu18.env bf801aa2-6486-471e-9a1b-1d5e5bd6306a 909 2022-10-28T04:22:22.569Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/resourceInstances/basic_onboard_snadmm0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-10-28T04:22:22.570Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/resourceInstances/basic_onboard_snadmm0/artifacts/base_ubuntu18.env 2022-10-28T04:22:22.570Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-28T04:22:22.570Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-28T04:22:22.571Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-28T04:22:22.572Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666930942569, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/resourceInstances/basic_onboard_snadmm0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-10-28T04:22:22.672Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-28T04:22:22.672Z||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-28T04:22:22.672Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OqCvdRHX32zc8Jsc) ... 2022-10-28T04:22:22.691Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:22:22.691Z||pool-29-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-10-28T04:22:23.572Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: d15d65ce-80d5-499f-acff-5eecfb0b764c 2022-10-28T04:22:23.573Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_SNadmm 0 1b2df461-6982-4147-920f-d0b80b9ab4cd 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-28T04:22:23.586Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@265202c, org.onap.sdc.toscaparser.api.parameters.Input@785753db, org.onap.sdc.toscaparser.api.parameters.Input@7c425837, org.onap.sdc.toscaparser.api.parameters.Input@14affc9f, org.onap.sdc.toscaparser.api.parameters.Input@3f60ca66] 2022-10-28T04:22:23.587Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:22:23.588Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_SNadmm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-28T04:22:23.588Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 2022-10-28T04:22:23.588Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 2c4c2735-7edf-4067-8e46-a2c93ab8c016 2022-10-28T04:22:23.588Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 2c4c2735-7edf-4067-8e46-a2c93ab8c016 matches Tosca VF Customization UUID: 2c4c2735-7edf-4067-8e46-a2c93ab8c016 2022-10-28T04:22:23.588Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 2c4c2735-7edf-4067-8e46-a2c93ab8c016 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-28T04:22:23.591Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:22:23.591Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_SNadmm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-10-28T04:22:23.592Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 2c4c2735-7edf-4067-8e46-a2c93ab8c016: {\"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-28T04:22:23.592Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@78a6be5b 2022-10-28T04:22:23.592Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:22:23.592Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_SNadmm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-10-28T04:22:23.592Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 60641e91-0b58-4d9b-bb4d-181503b15022 2022-10-28T04:22:23.592Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 60641e91-0b58-4d9b-bb4d-181503b15022 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-28T04:22:23.598Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:22:23.598Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_SNadmm 0 is matching search criteria 2022-10-28T04:22:23.599Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_SNadmm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-28T04:22:23.599Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:22:23.599Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_SNadmm 0 is matching search criteria 2022-10-28T04:22:23.599Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_SNadmm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-28T04:22:23.599Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:22:23.600Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_SNadmm 0 is not matching search criteria 2022-10-28T04:22:23.600Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-10-28T04:22:23.600Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-10-28T04:22:23.600Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=874feaeb-7042-45b4-a9a0-b1658f004ae1 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-28T04:22:23.603Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:22:23.603Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_SNadmm 0 is matching search criteria 2022-10-28T04:22:23.603Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_SNadmm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-28T04:22:23.603Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:22:23.603Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_SNadmm 0 is matching search criteria 2022-10-28T04:22:23.603Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_SNadmm 0] matching following query criteria: sdcType=VF, customizationUUID=2c4c2735-7edf-4067-8e46-a2c93ab8c016 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-28T04:22:23.605Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:22:23.605Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_SNadmm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-10-28T04:22:23.605Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid d15d65ce-80d5-499f-acff-5eecfb0b764c: basic_onboard_SNadmm 2022-10-28T04:22:23.605Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:22:23.606Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_SNadmm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-28T04:22:23.606Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:22:23.606Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_SNadmm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-10-28T04:22:23.606Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:22:23.606Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_SNadmm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-10-28T04:22:23.606Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:22:23.606Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_SNadmm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-10-28T04:22:23.606Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:22:23.606Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_SNadmm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-10-28T04:22:23.606Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Saving Service: basic_onboard_SNadmm 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-28T04:22:23.682Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_SNadmm 1b2df461-6982-4147-920f-d0b80b9ab4cd 1 ASDC deployResourceStructure 2022-10-28T04:22:23.683Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/resourceInstances/basic_onboard_snadmm0/artifacts/basic_onboard_snadmm0_modules.json ASDC sendASDCNotification 2022-10-28T04:22:23.683Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/resourceInstances/basic_onboard_snadmm0/artifacts/basic_onboard_snadmm0_modules.json 2022-10-28T04:22:23.683Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-28T04:22:23.683Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-28T04:22:23.685Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-28T04:22:23.686Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666930943683, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/resourceInstances/basic_onboard_snadmm0/artifacts/basic_onboard_snadmm0_modules.json", "status": "DEPLOY_OK" } 2022-10-28T04:22:23.786Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-28T04:22:23.787Z||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-28T04:22:23.787Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OqCvdRHX32zc8Jsc) ... 2022-10-28T04:22:23.804Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:22:23.805Z||pool-30-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-10-28T04:22:24.687Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/resourceInstances/basic_onboard_snadmm0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-10-28T04:22:24.687Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/resourceInstances/basic_onboard_snadmm0/artifacts/base_ubuntu18.yaml 2022-10-28T04:22:24.687Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-28T04:22:24.687Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-28T04:22:24.689Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-28T04:22:24.689Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666930944686, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/resourceInstances/basic_onboard_snadmm0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-10-28T04:22:24.789Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-28T04:22:24.790Z||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-28T04:22:24.790Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OqCvdRHX32zc8Jsc) ... 2022-10-28T04:22:24.807Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:22:24.808Z||pool-31-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-10-28T04:22:25.690Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/resourceInstances/basic_onboard_snadmm0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-10-28T04:22:25.690Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/resourceInstances/basic_onboard_snadmm0/artifacts/base_ubuntu18.env 2022-10-28T04:22:25.690Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-28T04:22:25.691Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-28T04:22:25.692Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-28T04:22:25.692Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666930945690, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/resourceInstances/basic_onboard_snadmm0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-10-28T04:22:25.792Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-28T04:22:25.793Z||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-28T04:22:25.793Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OqCvdRHX32zc8Jsc) ... 2022-10-28T04:22:25.810Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:22:25.810Z||pool-32-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-10-28T04:22:26.693Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/artifacts/service-BasicOnboardSnadmm-csar.csar ASDC sendASDCNotification 2022-10-28T04:22:26.694Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/artifacts/service-BasicOnboardSnadmm-csar.csar 2022-10-28T04:22:26.694Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-28T04:22:26.694Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-28T04:22:26.696Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-28T04:22:26.696Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666930946693, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/artifacts/service-BasicOnboardSnadmm-csar.csar", "status": "DEPLOY_OK" } 2022-10-28T04:22:26.797Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-10-28T04:22:26.798Z||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-28T04:22:26.798Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OqCvdRHX32zc8Jsc) ... 2022-10-28T04:22:26.816Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:22:26.817Z||pool-33-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-10-28T04:22:27.697Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: decd267f-1d7b-4d64-b918-77213de36ad4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-28T04:22:27.714Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: decd267f-1d7b-4d64-b918-77213de36ad4 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-28T04:22:27.721Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-28T04:22:27.721Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-10-28T04:22:27.721Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-10-28T04:22:27.721Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-10-28T04:22:27.722Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-28T04:22:27.722Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-28T04:22:27.722Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-28T04:22:27.722Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-28T04:22:27.722Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-28T04:22:27.722Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-28T04:22:27.722Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-10-28T04:22:27.729Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-10-28T04:22:57.729Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: decd267f-1d7b-4d64-b918-77213de36ad4 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-28T04:22:57.736Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: decd267f-1d7b-4d64-b918-77213de36ad4 and serviceModelVersionId: d15d65ce-80d5-499f-acff-5eecfb0b764c 2022-10-28T04:22:57.736Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ab41f91e-8612-49f5-9dbd-cdde09ee115c 2022-10-28T04:22:57.737Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ab41f91e-8612-49f5-9dbd-cdde09ee115c/model-vers/model-ver/d15d65ce-80d5-499f-acff-5eecfb0b764c?depth=0 2022-10-28T04:22:57.741Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2022-10-28T04:22:57.775Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab41f91e-8612-49f5-9dbd-cdde09ee115c/model-vers/model-ver/d15d65ce-80d5-499f-acff-5eecfb0b764c?depth=0|INFO|500||Invoke 2022-10-28T04:22:57.775Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab41f91e-8612-49f5-9dbd-cdde09ee115c/model-vers/model-ver/d15d65ce-80d5-499f-acff-5eecfb0b764c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab41f91e-8612-49f5-9dbd-cdde09ee115c/model-vers/model-ver/d15d65ce-80d5-499f-acff-5eecfb0b764c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[decd267f-1d7b-4d64-b918-77213de36ad4], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ff497003-38bb-4752-9a2c-377bbe2d0ce5], X-ECOMP-RequestID=[decd267f-1d7b-4d64-b918-77213de36ad4], X-TransactionId=[], X-ONAP-RequestID=[decd267f-1d7b-4d64-b918-77213de36ad4], Content-Type=[application/merge-patch+json]} 2022-10-28T04:22:57.796Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab41f91e-8612-49f5-9dbd-cdde09ee115c/model-vers/model-ver/d15d65ce-80d5-499f-acff-5eecfb0b764c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-10-28T04:22:57.921Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab41f91e-8612-49f5-9dbd-cdde09ee115c/model-vers/model-ver/d15d65ce-80d5-499f-acff-5eecfb0b764c?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/ab41f91e-8612-49f5-9dbd-cdde09ee115c/model-vers/model-ver/d15d65ce-80d5-499f-acff-5eecfb0b764c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221028-04:22:58:234-20180], vertex-id=[434408], Content-Length=[0], Date=[Fri, 28 Oct 2022 04:22:58 GMT], Content-Type=[application/json]} 2022-10-28T04:22:57.921Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab41f91e-8612-49f5-9dbd-cdde09ee115c/model-vers/model-ver/d15d65ce-80d5-499f-acff-5eecfb0b764c?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-10-28T04:22:57.922Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab41f91e-8612-49f5-9dbd-cdde09ee115c/model-vers/model-ver/d15d65ce-80d5-499f-acff-5eecfb0b764c?depth=0|INFO|500||InvokeReturn 2022-10-28T04:22:57.922Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-10-28T04:22:57.922Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-10-28T04:22:57.927Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-10-28T04:22:57.927Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID decd267f-1d7b-4d64-b918-77213de36ad4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-10-28T04:22:57.928Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-10-28T04:22:57.928Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-28T04:22:57.930Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-28T04:22:57.930Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666930977928, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-28T04:22:58.030Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-28T04:22:58.031Z||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-28T04:22:58.031Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OqCvdRHX32zc8Jsc) ... 2022-10-28T04:22:58.050Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:22:58.050Z||pool-34-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-28T04:22:58.944Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T04:22:58.945Z|decd267f-1d7b-4d64-b918-77213de36ad4|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-28T04:22:58.945Z|decd267f-1d7b-4d64-b918-77213de36ad4|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 OqCvdRHX32zc8Jsc) ... 2022-10-28T04:23:04.933Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T04:23:04.934Z||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-28T04:23:04.934Z||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 OqCvdRHX32zc8Jsc) ... 2022-10-28T04:23:05.563Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:23:05.565Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:23:05.565Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666930926682, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/resourceInstances/basic_onboard_snadmm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-28T04:23:05.566Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:23:05.566Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:23:05.566Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666930926682, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/resourceInstances/basic_onboard_snadmm0/artifacts/basic_onboard_snadmm0_modules.json", "status": "NOTIFIED" } 2022-10-28T04:23:05.566Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:23:05.566Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:23:05.566Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666930926682, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/resourceInstances/basic_onboard_snadmm0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-10-28T04:23:05.566Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:23:05.566Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:23:05.566Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666930926682, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/resourceInstances/basic_onboard_snadmm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-28T04:23:05.566Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:23:05.566Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:23:05.566Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666930926682, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/resourceInstances/basic_onboard_snadmm0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-10-28T04:23:05.567Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:23:05.567Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:23:05.567Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666930926682, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/artifacts/service-BasicOnboardSnadmm-template.yml", "status": "NOT_NOTIFIED" } 2022-10-28T04:23:05.567Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:23:05.567Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:23:05.567Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666930926682, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/artifacts/service-BasicOnboardSnadmm-csar.csar", "status": "NOTIFIED" } 2022-10-28T04:23:05.567Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:23:05.567Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:23:05.567Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666930938318, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/artifacts/service-BasicOnboardSnadmm-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-28T04:23:05.567Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-28T04:23:05.568Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:23:05.568Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666930940453, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/resourceInstances/basic_onboard_snadmm0/artifacts/basic_onboard_snadmm0_modules.json", "status": "DOWNLOAD_OK" } 2022-10-28T04:23:05.568Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-28T04:23:05.568Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:23:05.568Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666930941515, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/resourceInstances/basic_onboard_snadmm0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-10-28T04:23:05.568Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-28T04:23:05.568Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:23:05.568Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666930942569, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/resourceInstances/basic_onboard_snadmm0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-10-28T04:23:05.568Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-28T04:23:05.568Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:23:05.568Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666930943683, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/resourceInstances/basic_onboard_snadmm0/artifacts/basic_onboard_snadmm0_modules.json", "status": "DEPLOY_OK" } 2022-10-28T04:23:05.568Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-28T04:23:05.568Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:23:05.568Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666930944686, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/resourceInstances/basic_onboard_snadmm0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-10-28T04:23:05.568Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-28T04:23:05.569Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:23:05.569Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666930945690, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/resourceInstances/basic_onboard_snadmm0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-10-28T04:23:05.569Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-28T04:23:05.569Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:23:05.569Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666930946693, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/artifacts/service-BasicOnboardSnadmm-csar.csar", "status": "DEPLOY_OK" } 2022-10-28T04:23:05.569Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-28T04:23:05.569Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:23:05.569Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666930977928, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-28T04:23:05.569Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-28T04:23:08.508Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:23:08.509Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T04:23:08.509Z||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-28T04:23:08.509Z||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 OqCvdRHX32zc8Jsc) ... 2022-10-28T04:23:18.051Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:23:18.052Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T04:23:18.052Z||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-28T04:23:18.052Z||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 OqCvdRHX32zc8Jsc) ... 2022-10-28T04:23:27.617Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:24:04.930Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T04:24:04.930Z||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-28T04:24:04.930Z||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 OqCvdRHX32zc8Jsc) ... 2022-10-28T04:24:04.933Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T04:24:04.934Z||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-28T04:24:04.934Z||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 OqCvdRHX32zc8Jsc) ... 2022-10-28T04:24:14.480Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:24:14.509Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:25:04.930Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T04:25:04.931Z||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-28T04:25:04.931Z||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 OqCvdRHX32zc8Jsc) ... 2022-10-28T04:25:04.933Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T04:25:04.933Z||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-28T04:25:04.933Z||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 OqCvdRHX32zc8Jsc) ... 2022-10-28T04:25:14.479Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:25:14.483Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:26:04.930Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T04:26:04.931Z||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-28T04:26:04.931Z||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 OqCvdRHX32zc8Jsc) ... 2022-10-28T04:26:04.933Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T04:26:04.933Z||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-28T04:26:04.933Z||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 OqCvdRHX32zc8Jsc) ... 2022-10-28T04:26:14.499Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:26:14.499Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:27:04.930Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T04:27:04.930Z||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-28T04:27:04.931Z||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 OqCvdRHX32zc8Jsc) ... 2022-10-28T04:27:04.933Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T04:27:04.933Z||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-28T04:27:04.933Z||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 OqCvdRHX32zc8Jsc) ... 2022-10-28T04:27:14.477Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:27:14.496Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:28:04.930Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T04:28:04.931Z||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-28T04:28:04.931Z||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 OqCvdRHX32zc8Jsc) ... 2022-10-28T04:28:04.933Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T04:28:04.933Z||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-28T04:28:04.933Z||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 OqCvdRHX32zc8Jsc) ... 2022-10-28T04:28:14.508Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:28:14.509Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:29:04.930Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T04:29:04.932Z||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-28T04:29:04.933Z||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 OqCvdRHX32zc8Jsc) ... 2022-10-28T04:29:04.933Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T04:29:04.933Z||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-28T04:29:04.933Z||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 OqCvdRHX32zc8Jsc) ... 2022-10-28T04:29:14.490Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:29:14.490Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:30:04.930Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T04:30:04.931Z||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-28T04:30:04.931Z||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 OqCvdRHX32zc8Jsc) ... 2022-10-28T04:30:04.935Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T04:30:04.935Z||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-28T04:30:04.935Z||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 OqCvdRHX32zc8Jsc) ... 2022-10-28T04:30:14.495Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:30:14.497Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:31:04.930Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T04:31:04.931Z||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-28T04:31:04.931Z||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 OqCvdRHX32zc8Jsc) ... 2022-10-28T04:31:04.933Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T04:31:04.934Z||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-28T04:31:04.934Z||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 OqCvdRHX32zc8Jsc) ... 2022-10-28T04:31:14.486Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:31:14.487Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:32:04.930Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T04:32:04.931Z||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-28T04:32:04.931Z||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 OqCvdRHX32zc8Jsc) ... 2022-10-28T04:32:04.933Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T04:32:04.933Z|decd267f-1d7b-4d64-b918-77213de36ad4|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-28T04:32:04.934Z|decd267f-1d7b-4d64-b918-77213de36ad4|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 OqCvdRHX32zc8Jsc) ... 2022-10-28T04:32:14.487Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:32:14.490Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:33:04.930Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T04:33:04.931Z||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-28T04:33:04.931Z||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 OqCvdRHX32zc8Jsc) ... 2022-10-28T04:33:04.933Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T04:33:04.933Z|decd267f-1d7b-4d64-b918-77213de36ad4|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-28T04:33:04.934Z|decd267f-1d7b-4d64-b918-77213de36ad4|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 OqCvdRHX32zc8Jsc) ... 2022-10-28T04:33:05.564Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:33:05.565Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-28T04:33:05.565Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"5994c771-02c0-48cb-a46f-6540c95c46fa","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"5c6300d9-028a-4fbc-95bc-86b448555a46","serviceDescription":"service","serviceInvariantUUID":"3df488b7-69d8-4bcc-b101-1a6e6e2f499e","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"742f4158-29b3-465e-b64c-9df996199a3e","resourceInvariantUUID":"877ef0f6-cddb-4a86-80ef-28d8245b292a","resourceCustomizationUUID":"61bed2b4-414f-4ca7-b68a-46cc8f830b5d","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":"ZTE2Mjk2NzI1OWY2OWI1NWUxMTQwNjk4NzJjMzllMjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ca0d4695-aae8-4a26-97f5-363fa8094141","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YTI3NjFiZDU4ZWI2NWNiZTQyNmM0MjRjNjhmNzYwNzc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"40e72572-af38-4674-b919-0c23a05d238a","artifactVersion":"1"}],"workloadContext":"Production"} 2022-10-28T04:33:05.570Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-28T04:33:05.570Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-10-28T04:33:05.573Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-28T04:33:05.573Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "5994c771-02c0-48cb-a46f-6540c95c46fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666931584930, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-10-28T04:33:05.577Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:33:05.578Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-28T04:33:05.579Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5994c771-02c0-48cb-a46f-6540c95c46fa", "consumerID": "cds", "timestamp": 1666931546793, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-10-28T04:33:05.579Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-28T04:33:05.579Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-28T04:33:05.579Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5994c771-02c0-48cb-a46f-6540c95c46fa", "consumerID": "multicloud-k8s-id", "timestamp": 1666931550985, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-10-28T04:33:05.579Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-28T04:33:05.580Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-28T04:33:05.580Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5994c771-02c0-48cb-a46f-6540c95c46fa", "consumerID": "clamp", "timestamp": 1666931545420, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-10-28T04:33:05.580Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-28T04:33:05.580Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-28T04:33:05.580Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5994c771-02c0-48cb-a46f-6540c95c46fa", "consumerID": "cds", "timestamp": 1666931546793, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-10-28T04:33:05.580Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-28T04:33:05.580Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-28T04:33:05.580Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5994c771-02c0-48cb-a46f-6540c95c46fa", "consumerID": "clamp", "timestamp": 1666931545420, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-10-28T04:33:05.581Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-28T04:33:05.581Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-28T04:33:05.581Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5994c771-02c0-48cb-a46f-6540c95c46fa", "consumerID": "multicloud-k8s-id", "timestamp": 1666931550985, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-10-28T04:33:05.581Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-28T04:33:05.581Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-28T04:33:05.581Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5994c771-02c0-48cb-a46f-6540c95c46fa", "consumerID": "cds", "timestamp": 1666931553427, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-28T04:33:05.581Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-28T04:33:05.581Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-28T04:33:05.581Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5994c771-02c0-48cb-a46f-6540c95c46fa", "consumerID": "policy-id", "timestamp": 1666931553981, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-10-28T04:33:05.581Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-28T04:33:05.581Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-28T04:33:05.581Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5994c771-02c0-48cb-a46f-6540c95c46fa", "consumerID": "cds", "timestamp": 1666931554434, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-10-28T04:33:05.615Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5994c771-02c0-48cb-a46f-6540c95c46fa 2022-10-28T04:33:05.616Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5994c771-02c0-48cb-a46f-6540c95c46fa 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-28T04:33:05.625Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-28T04:33:05.625Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5994c771-02c0-48cb-a46f-6540c95c46fa", "consumerID": "policy-id", "timestamp": 1666931553981, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-10-28T04:33:05.625Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-28T04:33:05.626Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-28T04:33:05.626Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5994c771-02c0-48cb-a46f-6540c95c46fa", "consumerID": "policy-id", "timestamp": 1666931556709, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-28T04:33:05.626Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-28T04:33:05.626Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-28T04:33:05.626Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5994c771-02c0-48cb-a46f-6540c95c46fa", "consumerID": "policy-id", "timestamp": 1666931557716, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-10-28T04:33:05.626Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-28T04:33:05.626Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-28T04:33:05.626Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5994c771-02c0-48cb-a46f-6540c95c46fa", "consumerID": "policy-id", "timestamp": 1666931558720, "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-28T04:33:05.634Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5994c771-02c0-48cb-a46f-6540c95c46fa 2022-10-28T04:33:05.634Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5994c771-02c0-48cb-a46f-6540c95c46fa 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-28T04:33:05.652Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-28T04:33:05.652Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5994c771-02c0-48cb-a46f-6540c95c46fa", "consumerID": "ves-openapi-manager", "timestamp": 1666931558307, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-10-28T04:33:05.652Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-28T04:33:05.653Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-28T04:33:05.653Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5994c771-02c0-48cb-a46f-6540c95c46fa", "consumerID": "ves-openapi-manager", "timestamp": 1666931558307, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2022-10-28T04:33:05.653Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-28T04:33:05.653Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-28T04:33:05.653Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5994c771-02c0-48cb-a46f-6540c95c46fa", "consumerID": "clamp", "timestamp": 1666931562223, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-28T04:33:05.653Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-28T04:33:05.653Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-28T04:33:05.653Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5994c771-02c0-48cb-a46f-6540c95c46fa", "consumerID": "aai-ml", "timestamp": 1666931562358, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-10-28T04:33:05.653Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-28T04:33:05.653Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-28T04:33:05.653Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5994c771-02c0-48cb-a46f-6540c95c46fa", "consumerID": "aai-ml", "timestamp": 1666931562358, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-10-28T04:33:05.653Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-28T04:33:05.653Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-28T04:33:05.653Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5994c771-02c0-48cb-a46f-6540c95c46fa", "consumerID": "clamp", "timestamp": 1666931565224, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-10-28T04:33:05.653Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-28T04:33:05.653Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-28T04:33:05.653Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5994c771-02c0-48cb-a46f-6540c95c46fa", "consumerID": "aai-ml", "timestamp": 1666931565146, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-28T04:33:05.653Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-28T04:33:05.653Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-28T04:33:05.653Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5994c771-02c0-48cb-a46f-6540c95c46fa", "consumerID": "clamp", "timestamp": 1666931566240, "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-28T04:33:05.661Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 5994c771-02c0-48cb-a46f-6540c95c46fa 2022-10-28T04:33:05.661Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5994c771-02c0-48cb-a46f-6540c95c46fa 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-28T04:33:05.672Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-28T04:33:05.672Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5994c771-02c0-48cb-a46f-6540c95c46fa", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666931568915, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-10-28T04:33:05.673Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-28T04:33:05.673Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-28T04:33:05.673Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5994c771-02c0-48cb-a46f-6540c95c46fa", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666931568915, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-10-28T04:33:05.673Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-28T04:33:05.673Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-28T04:33:05.673Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5994c771-02c0-48cb-a46f-6540c95c46fa", "consumerID": "aai-ml", "timestamp": 1666931570171, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-10-28T04:33:05.673Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-28T04:33:05.673Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-28T04:33:05.674Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-28T04:33:05.674Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5994c771-02c0-48cb-a46f-6540c95c46fa", "consumerID": "aai-ml", "timestamp": 1666931571176, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } 2022-10-28T04:33:05.674Z||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-28T04:33:05.674Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OqCvdRHX32zc8Jsc) ... Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-28T04:33:05.678Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5994c771-02c0-48cb-a46f-6540c95c46fa 2022-10-28T04:33:05.678Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5994c771-02c0-48cb-a46f-6540c95c46fa 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-28T04:33:05.687Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-28T04:33:05.687Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5994c771-02c0-48cb-a46f-6540c95c46fa", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666931571655, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-28T04:33:05.687Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-28T04:33:05.687Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-28T04:33:05.687Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5994c771-02c0-48cb-a46f-6540c95c46fa", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666931573294, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-10-28T04:33:05.687Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-28T04:33:05.687Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-28T04:33:05.687Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5994c771-02c0-48cb-a46f-6540c95c46fa", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666931574298, "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-28T04:33:05.691Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:33:05.691Z||pool-35-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-10-28T04:33:05.692Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5994c771-02c0-48cb-a46f-6540c95c46fa 2022-10-28T04:33:05.692Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5994c771-02c0-48cb-a46f-6540c95c46fa 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-28T04:33:06.574Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-28T04:33:06.575Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-10-28T04:33:06.577Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-28T04:33:06.577Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "5994c771-02c0-48cb-a46f-6540c95c46fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666931584930, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-10-28T04:33:06.677Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-28T04:33:06.678Z||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-28T04:33:06.679Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OqCvdRHX32zc8Jsc) ... 2022-10-28T04:33:06.699Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:33:06.700Z||pool-36-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-10-28T04:33:07.578Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "5994c771-02c0-48cb-a46f-6540c95c46fa", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "5c6300d9-028a-4fbc-95bc-86b448555a46", "serviceDescription": "service", "serviceInvariantUUID": "3df488b7-69d8-4bcc-b101-1a6e6e2f499e", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "61bed2b4-414f-4ca7-b68a-46cc8f830b5d", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "742f4158-29b3-465e-b64c-9df996199a3e", "resourceInvariantUUID": "877ef0f6-cddb-4a86-80ef-28d8245b292a", "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": "YTI3NjFiZDU4ZWI2NWNiZTQyNmM0MjRjNjhmNzYwNzc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "40e72572-af38-4674-b919-0c23a05d238a" } ], "workloadContext": "Production" } 2022-10-28T04:33:07.579Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-10-28T04:33:07.579Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 5c6300d9-028a-4fbc-95bc-86b448555a46 ASDC 2022-10-28T04:33:07.579Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:5994c771-02c0-48cb-a46f-6540c95c46fa ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:5c6300d9-028a-4fbc-95bc-86b448555a46 ServiceInvariantUUID:3df488b7-69d8-4bcc-b101-1a6e6e2f499e 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:40e72572-af38-4674-b919-0c23a05d238a ArtifactChecksum:YTI3NjFiZDU4ZWI2NWNiZTQyNmM0MjRjNjhmNzYwNzc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:61bed2b4-414f-4ca7-b68a-46cc8f830b5d ResourceInvariantUUID:877ef0f6-cddb-4a86-80ef-28d8245b292a ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:742f4158-29b3-465e-b64c-9df996199a3e ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2022-10-28T04:33:07.579Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5c6300d9-028a-4fbc-95bc-86b448555a46 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-28T04:33:07.614Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-28T04:33:07.615Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-10-28T04:33:07.615Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-10-28T04:33:07.616Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 40e72572-af38-4674-b919-0c23a05d238a from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-10-28T04:33:07.616Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-10-28T04:33:07.616Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-10-28T04:33:07.688Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-10-28T04:33:07.690Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 40e72572-af38-4674-b919-0c23a05d238a 52512 2022-10-28T04:33:07.691Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||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-28T04:33:07.691Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||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-28T04:33:07.691Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-28T04:33:07.691Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-10-28T04:33:07.693Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-28T04:33:07.693Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "5994c771-02c0-48cb-a46f-6540c95c46fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666931587691, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-28T04:33:07.793Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-28T04:33:07.794Z||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-28T04:33:07.794Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OqCvdRHX32zc8Jsc) ... 2022-10-28T04:33:07.811Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:33:07.812Z||pool-37-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-10-28T04:33:08.693Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-28T04:33:08.694Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-10-28T04:33:08.695Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 40e72572-af38-4674-b919-0c23a05d238a, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-10-28T04:33:08.695Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2022-10-28T04:33:08.695Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-10-28T04:33:08.695Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2022-10-28T04:33:08.780Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9143921258757555705/Definitions/service-BasicNetwork-template.yml 2022-10-28T04:33:09.168Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2022-10-28T04:33:09.170Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-10-28T04:33:09.170Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-10-28T04:33:09.170Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2022-10-28T04:33:09.170Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||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-28T04:33:09.170Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||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-28T04:33:09.170Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||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-28T04:33:09.170Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||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-28T04:33:09.170Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||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-28T04:33:09.170Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||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-28T04:33:09.171Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||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-28T04:33:09.171Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||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-28T04:33:09.171Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-10-28T04:33:09.171Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:33:09.171Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-10-28T04:33:09.171Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-10-28T04:33:09.171Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-10-28T04:33:09.171Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-28T04:33:09.171Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:33:09.171Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-10-28T04:33:09.171Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-10-28T04:33:09.171Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-10-28T04:33:09.171Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-28T04:33:09.171Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:33:09.172Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-28T04:33:09.172Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:33:09.172Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-10-28T04:33:09.172Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:33:09.172Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-10-28T04:33:09.172Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:33:09.172Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-28T04:33:09.172Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:33:09.172Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-28T04:33:09.172Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:5c6300d9-028a-4fbc-95bc-86b448555a46 Model Version:NULL Model InvariantUuid:3df488b7-69d8-4bcc-b101-1a6e6e2f499e Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:877ef0f6-cddb-4a86-80ef-28d8245b292a Model UUID:de95036d-e82c-48c0-9637-6b87c15d2ac3 Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:61bed2b4-414f-4ca7-b68a-46cc8f830b5d 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-28T04:33:09.179Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||INFO|500||Processing Resource Type: VL, Model UUID: 742f4158-29b3-465e-b64c-9df996199a3e 2022-10-28T04:33:09.180Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||INFO|500||No resources found for Service: 5c6300d9-028a-4fbc-95bc-86b448555a46 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-28T04:33:09.187Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||INFO|500|| 2022-10-28T04:33:09.187Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2022-10-28T04:33:09.188Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||No resources found for Service: 5c6300d9-028a-4fbc-95bc-86b448555a46 2022-10-28T04:33:09.188Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 5c6300d9-028a-4fbc-95bc-86b448555a46 2022-10-28T04:33:09.188Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2022-10-28T04:33:09.188Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||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-28T04:33:09.196Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@151bb6, org.onap.sdc.toscaparser.api.parameters.Input@7c002f2d, org.onap.sdc.toscaparser.api.parameters.Input@750293fe, org.onap.sdc.toscaparser.api.parameters.Input@c8846e8, org.onap.sdc.toscaparser.api.parameters.Input@24e82464] 2022-10-28T04:33:09.198Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:33:09.198Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-28T04:33:09.199Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:33:09.199Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-10-28T04:33:09.199Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 5c6300d9-028a-4fbc-95bc-86b448555a46: Generic NeutronNet 2022-10-28T04:33:09.199Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:33:09.199Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-28T04:33:09.199Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:33:09.199Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||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-28T04:33:09.234Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:33:09.234Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-10-28T04:33:09.235Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:33:09.235Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-10-28T04:33:09.235Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:33:09.235Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-10-28T04:33:09.235Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||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-28T04:33:09.281Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2022-10-28T04:33:09.281Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||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-28T04:33:09.282Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||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-28T04:33:09.282Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-28T04:33:09.282Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-10-28T04:33:09.283Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-28T04:33:09.283Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "5994c771-02c0-48cb-a46f-6540c95c46fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666931589281, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-10-28T04:33:09.384Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-10-28T04:33:09.385Z||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-28T04:33:09.385Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OqCvdRHX32zc8Jsc) ... 2022-10-28T04:33:09.418Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:33:09.419Z||pool-38-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1} 2022-10-28T04:33:10.285Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5994c771-02c0-48cb-a46f-6540c95c46fa Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-28T04:33:10.297Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5994c771-02c0-48cb-a46f-6540c95c46fa 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-28T04:33:10.300Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-28T04:33:10.300Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-10-28T04:33:10.300Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-10-28T04:33:10.300Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-10-28T04:33:10.301Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-28T04:33:10.301Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-28T04:33:10.301Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-28T04:33:10.301Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-28T04:33:10.301Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-28T04:33:10.301Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-28T04:33:10.301Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||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-28T04:33:10.307Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-10-28T04:33:40.307Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5994c771-02c0-48cb-a46f-6540c95c46fa 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-28T04:33:40.314Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5994c771-02c0-48cb-a46f-6540c95c46fa and serviceModelVersionId: 5c6300d9-028a-4fbc-95bc-86b448555a46 2022-10-28T04:33:40.315Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3df488b7-69d8-4bcc-b101-1a6e6e2f499e 2022-10-28T04:33:40.316Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3df488b7-69d8-4bcc-b101-1a6e6e2f499e/model-vers/model-ver/5c6300d9-028a-4fbc-95bc-86b448555a46?depth=0 2022-10-28T04:33:40.320Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2022-10-28T04:33:40.354Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3df488b7-69d8-4bcc-b101-1a6e6e2f499e/model-vers/model-ver/5c6300d9-028a-4fbc-95bc-86b448555a46?depth=0|INFO|500||Invoke 2022-10-28T04:33:40.355Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3df488b7-69d8-4bcc-b101-1a6e6e2f499e/model-vers/model-ver/5c6300d9-028a-4fbc-95bc-86b448555a46?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3df488b7-69d8-4bcc-b101-1a6e6e2f499e/model-vers/model-ver/5c6300d9-028a-4fbc-95bc-86b448555a46?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[5994c771-02c0-48cb-a46f-6540c95c46fa], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f23fb398-e35c-4998-a795-670d9ab8cb77], X-ECOMP-RequestID=[5994c771-02c0-48cb-a46f-6540c95c46fa], X-TransactionId=[], X-ONAP-RequestID=[5994c771-02c0-48cb-a46f-6540c95c46fa], Content-Type=[application/merge-patch+json]} 2022-10-28T04:33:40.377Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3df488b7-69d8-4bcc-b101-1a6e6e2f499e/model-vers/model-ver/5c6300d9-028a-4fbc-95bc-86b448555a46?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-10-28T04:33:40.473Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3df488b7-69d8-4bcc-b101-1a6e6e2f499e/model-vers/model-ver/5c6300d9-028a-4fbc-95bc-86b448555a46?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/3df488b7-69d8-4bcc-b101-1a6e6e2f499e/model-vers/model-ver/5c6300d9-028a-4fbc-95bc-86b448555a46?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221028-04:33:40:831-1304], vertex-id=[196712], Content-Length=[0], Date=[Fri, 28 Oct 2022 04:33:40 GMT], Content-Type=[application/json]} 2022-10-28T04:33:40.474Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3df488b7-69d8-4bcc-b101-1a6e6e2f499e/model-vers/model-ver/5c6300d9-028a-4fbc-95bc-86b448555a46?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-10-28T04:33:40.475Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3df488b7-69d8-4bcc-b101-1a6e6e2f499e/model-vers/model-ver/5c6300d9-028a-4fbc-95bc-86b448555a46?depth=0|INFO|500||InvokeReturn 2022-10-28T04:33:40.475Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-10-28T04:33:40.475Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||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-28T04:33:40.481Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||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-28T04:33:40.481Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5994c771-02c0-48cb-a46f-6540c95c46fa and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-10-28T04:33:40.481Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-10-28T04:33:40.481Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-10-28T04:33:40.483Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-28T04:33:40.483Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "5994c771-02c0-48cb-a46f-6540c95c46fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666931620481, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-28T04:33:40.584Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-28T04:33:40.584Z||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-28T04:33:40.585Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OqCvdRHX32zc8Jsc) ... 2022-10-28T04:33:40.601Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:33:40.602Z||pool-39-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-10-28T04:34:04.931Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T04:34:04.932Z||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-28T04:34:04.932Z||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 OqCvdRHX32zc8Jsc) ... 2022-10-28T04:34:04.933Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T04:34:04.934Z||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-28T04:34:04.934Z||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 OqCvdRHX32zc8Jsc) ... 2022-10-28T04:34:05.062Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:34:05.062Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:34:05.062Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5994c771-02c0-48cb-a46f-6540c95c46fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666931584930, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-10-28T04:34:05.063Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-28T04:34:05.565Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:34:05.566Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-28T04:34:05.567Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"1a6705e9-fde1-4acd-88a9-6c04caabccb6","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"c6511fce-9553-4aea-b277-1e85b4a8c30c","serviceDescription":"service","serviceInvariantUUID":"17e71156-7d9f-44fa-951c-7b92eb8feb39","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"84a07f8a-6be7-4a93-a0f4-8ea38e387a40","resourceInvariantUUID":"3bf07100-e116-46bd-8309-cd750eb3fa2b","resourceCustomizationUUID":"21c85edb-b7b2-4ac4-901c-11903dcb3885","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":"NDQ2NTA0YmYwODRmMzg1MDFhYTA4YmI5ZjUxYzhjYjY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"66c6b220-d529-4319-adc8-8262089fed00","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":"OGIwY2ZlZjFhNjJlNWYyOWE1NWNhZjkzNmRjYWIyNWU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ce84d41f-2c71-459e-ba6d-05fbbc9854fe","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":"6f1af3df-92b9-4533-a063-5fa1c131764f","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":"86404544-6387-48d1-a988-34b42f9c2a8a","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":"b024200b-0b89-4eaf-b9f0-620c73d3b88f","artifactVersion":"2","generatedFromUUID":"6f1af3df-92b9-4533-a063-5fa1c131764f"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NzBiZDZmOWNmMzU5ZGEwZGM5NjM4OGMxMDBkOTM0ZTY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"62ff9505-6de2-4a7f-a9c9-f8d5c78bcbc4","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"OGUxYTFlMTY0ZjMwZTUwOWI4OGI5YTkyYjE4ZjRhY2E\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6b96cbb1-38a8-45ea-8004-80164350064b","artifactVersion":"1"}],"workloadContext":"Production"} 2022-10-28T04:34:05.568Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-28T04:34:05.568Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-10-28T04:34:05.570Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-28T04:34:05.571Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "1a6705e9-fde1-4acd-88a9-6c04caabccb6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666931644931, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-28T04:34:05.671Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-28T04:34:05.672Z||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-28T04:34:05.672Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OqCvdRHX32zc8Jsc) ... 2022-10-28T04:34:05.690Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:34:05.691Z||pool-40-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-10-28T04:34:06.571Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-28T04:34:06.572Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-10-28T04:34:06.574Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-28T04:34:06.574Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "1a6705e9-fde1-4acd-88a9-6c04caabccb6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666931644931, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-10-28T04:34:06.674Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-28T04:34:06.675Z||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-28T04:34:06.676Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OqCvdRHX32zc8Jsc) ... 2022-10-28T04:34:06.690Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:34:06.691Z||pool-41-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-10-28T04:34:07.574Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-28T04:34:07.575Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-10-28T04:34:07.577Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-28T04:34:07.577Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "1a6705e9-fde1-4acd-88a9-6c04caabccb6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666931644931, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-10-28T04:34:07.679Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-10-28T04:34:07.680Z||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-28T04:34:07.680Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OqCvdRHX32zc8Jsc) ... 2022-10-28T04:34:07.697Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:34:07.698Z||pool-42-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-10-28T04:34:08.577Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-28T04:34:08.582Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-10-28T04:34:08.583Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-28T04:34:08.584Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "1a6705e9-fde1-4acd-88a9-6c04caabccb6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666931644931, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-28T04:34:08.684Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-28T04:34:08.685Z||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-28T04:34:08.685Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OqCvdRHX32zc8Jsc) ... 2022-10-28T04:34:08.698Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:34:08.698Z||pool-43-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-10-28T04:34:09.584Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-28T04:34:09.585Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-10-28T04:34:09.587Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-28T04:34:09.587Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "1a6705e9-fde1-4acd-88a9-6c04caabccb6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666931644931, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-10-28T04:34:09.687Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-28T04:34:09.688Z||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-28T04:34:09.688Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OqCvdRHX32zc8Jsc) ... 2022-10-28T04:34:09.700Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:34:09.701Z||pool-44-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-10-28T04:34:10.588Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-28T04:34:10.588Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-10-28T04:34:10.590Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-28T04:34:10.590Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "1a6705e9-fde1-4acd-88a9-6c04caabccb6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666931644931, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-10-28T04:34:10.690Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-28T04:34:10.691Z||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-28T04:34:10.691Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OqCvdRHX32zc8Jsc) ... 2022-10-28T04:34:10.710Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:34:10.710Z||pool-45-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-10-28T04:34:11.590Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-28T04:34:11.591Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-10-28T04:34:11.593Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-28T04:34:11.593Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "1a6705e9-fde1-4acd-88a9-6c04caabccb6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666931644931, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-10-28T04:34:11.693Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-28T04:34:11.694Z||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-28T04:34:11.694Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OqCvdRHX32zc8Jsc) ... 2022-10-28T04:34:11.710Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:34:11.710Z||pool-46-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-10-28T04:34:12.594Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "1a6705e9-fde1-4acd-88a9-6c04caabccb6", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "c6511fce-9553-4aea-b277-1e85b4a8c30c", "serviceDescription": "service", "serviceInvariantUUID": "17e71156-7d9f-44fa-951c-7b92eb8feb39", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "21c85edb-b7b2-4ac4-901c-11903dcb3885", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "84a07f8a-6be7-4a93-a0f4-8ea38e387a40", "resourceInvariantUUID": "3bf07100-e116-46bd-8309-cd750eb3fa2b", "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": "OGIwY2ZlZjFhNjJlNWYyOWE1NWNhZjkzNmRjYWIyNWU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "ce84d41f-2c71-459e-ba6d-05fbbc9854fe", "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": "6f1af3df-92b9-4533-a063-5fa1c131764f", "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": "b024200b-0b89-4eaf-b9f0-620c73d3b88f", "generatedFromUUID": "6f1af3df-92b9-4533-a063-5fa1c131764f" }, "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": "b024200b-0b89-4eaf-b9f0-620c73d3b88f", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "OGUxYTFlMTY0ZjMwZTUwOWI4OGI5YTkyYjE4ZjRhY2E\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "6b96cbb1-38a8-45ea-8004-80164350064b" } ], "workloadContext": "Production" } 2022-10-28T04:34:12.594Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-10-28T04:34:12.594Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 c6511fce-9553-4aea-b277-1e85b4a8c30c ASDC 2022-10-28T04:34:12.595Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:1a6705e9-fde1-4acd-88a9-6c04caabccb6 ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:c6511fce-9553-4aea-b277-1e85b4a8c30c ServiceInvariantUUID:17e71156-7d9f-44fa-951c-7b92eb8feb39 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:6b96cbb1-38a8-45ea-8004-80164350064b ArtifactChecksum:OGUxYTFlMTY0ZjMwZTUwOWI4OGI5YTkyYjE4ZjRhY2E= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:21c85edb-b7b2-4ac4-901c-11903dcb3885 ResourceInvariantUUID:3bf07100-e116-46bd-8309-cd750eb3fa2b ResourceName:basic_vm ResourceType:VF ResourceUUID:84a07f8a-6be7-4a93-a0f4-8ea38e387a40 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:ce84d41f-2c71-459e-ba6d-05fbbc9854fe ArtifactChecksum:OGIwY2ZlZjFhNjJlNWYyOWE1NWNhZjkzNmRjYWIyNWU= 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:6f1af3df-92b9-4533-a063-5fa1c131764f 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:b024200b-0b89-4eaf-b9f0-620c73d3b88f 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:b024200b-0b89-4eaf-b9f0-620c73d3b88f ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-10-28T04:34:12.595Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c6511fce-9553-4aea-b277-1e85b4a8c30c 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-28T04:34:12.628Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-28T04:34:12.629Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-10-28T04:34:12.629Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-10-28T04:34:12.629Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 6b96cbb1-38a8-45ea-8004-80164350064b from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-10-28T04:34:12.629Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-10-28T04:34:12.630Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-10-28T04:34:12.702Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-10-28T04:34:12.704Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 6b96cbb1-38a8-45ea-8004-80164350064b 71065 2022-10-28T04:34:12.705Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-10-28T04:34:12.705Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-10-28T04:34:12.705Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-28T04:34:12.705Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-10-28T04:34:12.707Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-28T04:34:12.707Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "1a6705e9-fde1-4acd-88a9-6c04caabccb6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666931652705, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-28T04:34:12.807Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-28T04:34:12.808Z||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-28T04:34:12.808Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OqCvdRHX32zc8Jsc) ... 2022-10-28T04:34:12.823Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:34:12.824Z||pool-47-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-10-28T04:34:13.708Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-28T04:34:13.708Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-10-28T04:34:13.709Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 6b96cbb1-38a8-45ea-8004-80164350064b, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2022-10-28T04:34:13.709Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2022-10-28T04:34:13.709Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2022-10-28T04:34:13.709Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2022-10-28T04:34:13.784Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12754986238865345320/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-28T04:34:14.650Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2022-10-28T04:34:14.651Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-10-28T04:34:14.651Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-10-28T04:34:14.651Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-10-28T04:34:14.651Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|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-BasicVm-csar.csar 2022-10-28T04:34:14.651Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||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-28T04:34:14.651Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-10-28T04:34:14.651Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|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-BasicVm-csar.csar 2022-10-28T04:34:14.651Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-10-28T04:34:14.651Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-10-28T04:34:14.651Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-10-28T04:34:14.651Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|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-BasicVm-csar.csar 2022-10-28T04:34:14.651Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-10-28T04:34:14.651Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-10-28T04:34:14.651Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:34:14.651Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-10-28T04:34:14.652Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-10-28T04:34:14.652Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-10-28T04:34:14.652Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-28T04:34:14.652Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:34:14.652Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-10-28T04:34:14.652Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-10-28T04:34:14.652Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-10-28T04:34:14.652Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-28T04:34:14.652Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:34:14.652Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-28T04:34:14.652Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:34:14.652Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-10-28T04:34:14.653Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-10-28T04:34:14.653Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-10-28T04:34:14.653Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-10-28T04:34:14.653Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-10-28T04:34:14.653Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-10-28T04:34:14.653Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:34:14.653Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-10-28T04:34:14.653Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:34:14.653Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-10-28T04:34:14.653Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-28T04:34:14.653Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:34:14.654Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-10-28T04:34:14.654Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-28T04:34:14.654Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:34:14.654Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-10-28T04:34:14.654Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-28T04:34:14.654Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:34:14.654Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-10-28T04:34:14.654Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-10-28T04:34:14.654Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-10-28T04:34:14.654Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=3c9542fd-8662-4a7f-b8aa-026bf0d55ed3 2022-10-28T04:34:14.654Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:34:14.654Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-10-28T04:34:14.654Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:34:14.654Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-10-28T04:34:14.654Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:34:14.654Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-28T04:34:14.655Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:34:14.655Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-28T04:34:14.655Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:c6511fce-9553-4aea-b277-1e85b4a8c30c Model Version:NULL Model InvariantUuid:17e71156-7d9f-44fa-951c-7b92eb8feb39 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:93bfdc2c-72f1-4ace-a1cf-191dfee4cece Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:3bf07100-e116-46bd-8309-cd750eb3fa2b Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:21c85edb-b7b2-4ac4-901c-11903dcb3885 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:412f321d-3467-4761-bbd1-7328f4e5b40d ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:a7521ea2-e89b-424c-b060-2816cbf8cbd4 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:3c9542fd-8662-4a7f-b8aa-026bf0d55ed3 ModelInvariantUuid:14bb7a32-fda8-4d24-b1e8-4d2141189b6f ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:fc44e0b3-d0e0-40c3-99a0-a0865aa47ae7 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:342725db-137c-472d-a652-2953d57de897 ModelInvariantUuid:31a0c5c6-9514-4094-87f3-e1b91acc56c5 ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:5270d3b3-3f54-4eb5-b50f-9562d6814bbe 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-28T04:34:14.662Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 84a07f8a-6be7-4a93-a0f4-8ea38e387a40 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-28T04:34:14.665Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||INFO|500||basic_vm 0 2022-10-28T04:34:14.666Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 84a07f8a-6be7-4a93-a0f4-8ea38e387a40 2022-10-28T04:34:14.666Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: ce84d41f-2c71-459e-ba6d-05fbbc9854fe from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-10-28T04:34:14.666Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-10-28T04:34:14.666Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-10-28T04:34:14.719Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-10-28T04:34:14.720Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ce84d41f-2c71-459e-ba6d-05fbbc9854fe 787 2022-10-28T04:34:14.720Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2022-10-28T04:34:14.720Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-10-28T04:34:14.720Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-28T04:34:14.720Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-10-28T04:34:14.722Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-28T04:34:14.722Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "1a6705e9-fde1-4acd-88a9-6c04caabccb6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666931654720, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-10-28T04:34:14.822Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-28T04:34:14.823Z||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-28T04:34:14.823Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OqCvdRHX32zc8Jsc) ... 2022-10-28T04:34:14.859Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:34:14.860Z||pool-48-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1} 2022-10-28T04:34:15.723Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "412f321d-3467-4761-bbd1-7328f4e5b40d", "vfModuleModelVersion": "1", "vfModuleModelUUID": "a7521ea2-e89b-424c-b060-2816cbf8cbd4", "vfModuleModelCustomizationUUID": "ab30d559-d42b-4658-9b37-4c0e640cf941", "isBase": true, "artifacts": [ "6f1af3df-92b9-4533-a063-5fa1c131764f", "b024200b-0b89-4eaf-b9f0-620c73d3b88f" ], "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-28T04:34:15.726Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:a7521ea2-e89b-424c-b060-2816cbf8cbd4 VfModuleModelInvariantUUID:412f321d-3467-4761-bbd1-7328f4e5b40d VfModuleModelDescription:NULL Artifacts UUID List:{ 6f1af3df-92b9-4533-a063-5fa1c131764f , b024200b-0b89-4eaf-b9f0-620c73d3b88f } 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-28T04:34:15.729Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "412f321d-3467-4761-bbd1-7328f4e5b40d", "vfModuleModelVersion": "1", "vfModuleModelUUID": "a7521ea2-e89b-424c-b060-2816cbf8cbd4", "vfModuleModelCustomizationUUID": "ab30d559-d42b-4658-9b37-4c0e640cf941", "isBase": true, "artifacts": [ "6f1af3df-92b9-4533-a063-5fa1c131764f", "b024200b-0b89-4eaf-b9f0-620c73d3b88f" ], "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-28T04:34:15.729Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:a7521ea2-e89b-424c-b060-2816cbf8cbd4 VfModuleModelInvariantUUID:412f321d-3467-4761-bbd1-7328f4e5b40d VfModuleModelDescription:NULL Artifacts UUID List:{ 6f1af3df-92b9-4533-a063-5fa1c131764f , b024200b-0b89-4eaf-b9f0-620c73d3b88f } 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-28T04:34:15.729Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 6f1af3df-92b9-4533-a063-5fa1c131764f from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-10-28T04:34:15.729Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-10-28T04:34:15.730Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-10-28T04:34:15.785Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-10-28T04:34:15.786Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 6f1af3df-92b9-4533-a063-5fa1c131764f 5033 2022-10-28T04:34:15.786Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-10-28T04:34:15.786Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-10-28T04:34:15.786Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-28T04:34:15.786Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-10-28T04:34:15.788Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-28T04:34:15.788Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "1a6705e9-fde1-4acd-88a9-6c04caabccb6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666931655786, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-10-28T04:34:15.888Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-28T04:34:15.889Z||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-28T04:34:15.889Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OqCvdRHX32zc8Jsc) ... 2022-10-28T04:34:15.904Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:34:15.905Z||pool-49-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-10-28T04:34:16.789Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: b024200b-0b89-4eaf-b9f0-620c73d3b88f from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-10-28T04:34:16.789Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-10-28T04:34:16.789Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-10-28T04:34:16.844Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-10-28T04:34:16.845Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env b024200b-0b89-4eaf-b9f0-620c73d3b88f 903 2022-10-28T04:34:16.845Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-10-28T04:34:16.845Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-10-28T04:34:16.845Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-28T04:34:16.845Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-10-28T04:34:16.847Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-28T04:34:16.848Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "1a6705e9-fde1-4acd-88a9-6c04caabccb6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666931656845, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-10-28T04:34:16.948Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-28T04:34:16.949Z||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-28T04:34:16.949Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OqCvdRHX32zc8Jsc) ... 2022-10-28T04:34:16.963Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:34:16.964Z||pool-50-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-10-28T04:34:17.848Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: c6511fce-9553-4aea-b277-1e85b4a8c30c 2022-10-28T04:34:17.849Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 84a07f8a-6be7-4a93-a0f4-8ea38e387a40 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-28T04:34:17.863Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@70d0e2dd, org.onap.sdc.toscaparser.api.parameters.Input@6a0ae0c1, org.onap.sdc.toscaparser.api.parameters.Input@3efc250b, org.onap.sdc.toscaparser.api.parameters.Input@6ccb785e, org.onap.sdc.toscaparser.api.parameters.Input@1bfaa910] 2022-10-28T04:34:17.864Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:34:17.864Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-28T04:34:17.864Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 2022-10-28T04:34:17.865Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 21c85edb-b7b2-4ac4-901c-11903dcb3885 2022-10-28T04:34:17.865Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 21c85edb-b7b2-4ac4-901c-11903dcb3885 matches Tosca VF Customization UUID: 21c85edb-b7b2-4ac4-901c-11903dcb3885 2022-10-28T04:34:17.865Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 21c85edb-b7b2-4ac4-901c-11903dcb3885 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-28T04:34:17.867Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:34:17.867Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-10-28T04:34:17.868Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 21c85edb-b7b2-4ac4-901c-11903dcb3885: {\"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-28T04:34:17.868Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4e7e6d17 2022-10-28T04:34:17.868Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:34:17.868Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-10-28T04:34:17.868Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ab30d559-d42b-4658-9b37-4c0e640cf941 2022-10-28T04:34:17.868Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ab30d559-d42b-4658-9b37-4c0e640cf941 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-28T04:34:17.871Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:34:17.872Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-10-28T04:34:17.872Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-28T04:34:17.872Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:34:17.872Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-10-28T04:34:17.872Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-28T04:34:17.872Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:34:17.872Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-10-28T04:34:17.872Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-10-28T04:34:17.873Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-10-28T04:34:17.873Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=3c9542fd-8662-4a7f-b8aa-026bf0d55ed3 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-28T04:34:17.875Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:34:17.876Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-10-28T04:34:17.876Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-28T04:34:17.876Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:34:17.876Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-10-28T04:34:17.876Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=21c85edb-b7b2-4ac4-901c-11903dcb3885 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-28T04:34:17.878Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:34:17.879Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-10-28T04:34:17.879Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid c6511fce-9553-4aea-b277-1e85b4a8c30c: basic_vm 2022-10-28T04:34:17.879Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:34:17.880Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-28T04:34:17.880Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:34:17.880Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-10-28T04:34:17.880Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:34:17.880Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-10-28T04:34:17.880Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:34:17.880Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-10-28T04:34:17.881Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:34:17.881Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-10-28T04:34:17.881Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||INFO|500||Saving Service: basic_vm Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-10-28T04:34:17.992Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 84a07f8a-6be7-4a93-a0f4-8ea38e387a40 1 ASDC deployResourceStructure 2022-10-28T04:34:17.992Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2022-10-28T04:34:17.992Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-10-28T04:34:17.992Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-28T04:34:17.992Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-10-28T04:34:17.994Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-28T04:34:17.994Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "1a6705e9-fde1-4acd-88a9-6c04caabccb6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666931657992, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-10-28T04:34:18.103Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 108 ms 2022-10-28T04:34:18.103Z||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-28T04:34:18.103Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OqCvdRHX32zc8Jsc) ... 2022-10-28T04:34:18.134Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:34:18.135Z||pool-51-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1} 2022-10-28T04:34:18.994Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-10-28T04:34:18.995Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-10-28T04:34:18.996Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-28T04:34:18.996Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-10-28T04:34:18.998Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-28T04:34:18.998Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "1a6705e9-fde1-4acd-88a9-6c04caabccb6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666931658994, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-10-28T04:34:19.099Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-28T04:34:19.100Z||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-28T04:34:19.100Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OqCvdRHX32zc8Jsc) ... 2022-10-28T04:34:19.127Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:34:19.128Z||pool-52-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1} 2022-10-28T04:34:19.999Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-10-28T04:34:20.000Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-10-28T04:34:20.000Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-28T04:34:20.000Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-10-28T04:34:20.003Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-28T04:34:20.003Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "1a6705e9-fde1-4acd-88a9-6c04caabccb6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666931659999, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-10-28T04:34:20.103Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-28T04:34:20.104Z||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-28T04:34:20.104Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OqCvdRHX32zc8Jsc) ... 2022-10-28T04:34:20.120Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:34:20.120Z||pool-53-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-10-28T04:34:21.004Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-10-28T04:34:21.005Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-10-28T04:34:21.005Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-28T04:34:21.005Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-10-28T04:34:21.007Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-28T04:34:21.007Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "1a6705e9-fde1-4acd-88a9-6c04caabccb6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666931661004, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-10-28T04:34:21.107Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-28T04:34:21.108Z||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-28T04:34:21.108Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OqCvdRHX32zc8Jsc) ... 2022-10-28T04:34:21.122Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:34:21.123Z||pool-54-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-10-28T04:34:22.008Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a6705e9-fde1-4acd-88a9-6c04caabccb6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-28T04:34:22.019Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a6705e9-fde1-4acd-88a9-6c04caabccb6 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-28T04:34:22.023Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-28T04:34:22.023Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-10-28T04:34:22.024Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-10-28T04:34:52.024Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a6705e9-fde1-4acd-88a9-6c04caabccb6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-28T04:34:52.035Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a6705e9-fde1-4acd-88a9-6c04caabccb6 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-28T04:34:52.037Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-28T04:34:52.037Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-10-28T04:34:52.037Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-10-28T04:35:04.935Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T04:35:04.935Z||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-28T04:35:04.935Z||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 OqCvdRHX32zc8Jsc) ... 2022-10-28T04:35:04.961Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:35:04.977Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:04.977Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5994c771-02c0-48cb-a46f-6540c95c46fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666931584930, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-10-28T04:35:04.977Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-28T04:35:04.978Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:04.978Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5994c771-02c0-48cb-a46f-6540c95c46fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666931587691, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-28T04:35:04.979Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-28T04:35:04.979Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:04.979Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5994c771-02c0-48cb-a46f-6540c95c46fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666931589281, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-10-28T04:35:04.979Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-28T04:35:04.979Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:04.979Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1a6705e9-fde1-4acd-88a9-6c04caabccb6", "consumerID": "multicloud-k8s-id", "timestamp": 1666931590985, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-28T04:35:04.980Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-28T04:35:04.980Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:04.980Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1a6705e9-fde1-4acd-88a9-6c04caabccb6", "consumerID": "multicloud-k8s-id", "timestamp": 1666931590985, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-10-28T04:35:04.980Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-28T04:35:04.980Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:04.980Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1a6705e9-fde1-4acd-88a9-6c04caabccb6", "consumerID": "cds", "timestamp": 1666931591793, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-28T04:35:04.980Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-28T04:35:04.980Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:04.980Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1a6705e9-fde1-4acd-88a9-6c04caabccb6", "consumerID": "aai-ml", "timestamp": 1666931592359, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-28T04:35:04.980Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-28T04:35:04.980Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:04.980Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1a6705e9-fde1-4acd-88a9-6c04caabccb6", "consumerID": "multicloud-k8s-id", "timestamp": 1666931590985, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-10-28T04:35:04.980Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-28T04:35:04.980Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:04.981Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1a6705e9-fde1-4acd-88a9-6c04caabccb6", "consumerID": "cds", "timestamp": 1666931591793, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-28T04:35:04.981Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-28T04:35:04.981Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:04.981Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1a6705e9-fde1-4acd-88a9-6c04caabccb6", "consumerID": "aai-ml", "timestamp": 1666931592359, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-28T04:35:04.981Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-28T04:35:04.981Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:04.981Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1a6705e9-fde1-4acd-88a9-6c04caabccb6", "consumerID": "policy-id", "timestamp": 1666931593981, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-28T04:35:04.982Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-28T04:35:04.982Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:04.982Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1a6705e9-fde1-4acd-88a9-6c04caabccb6", "consumerID": "multicloud-k8s-id", "timestamp": 1666931590985, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-28T04:35:04.982Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-28T04:35:04.982Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:04.982Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1a6705e9-fde1-4acd-88a9-6c04caabccb6", "consumerID": "cds", "timestamp": 1666931591793, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-10-28T04:35:04.982Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-28T04:35:04.982Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:04.982Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1a6705e9-fde1-4acd-88a9-6c04caabccb6", "consumerID": "aai-ml", "timestamp": 1666931592359, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-10-28T04:35:04.982Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-28T04:35:04.982Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:04.982Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1a6705e9-fde1-4acd-88a9-6c04caabccb6", "consumerID": "policy-id", "timestamp": 1666931593981, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-28T04:35:04.983Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-28T04:35:04.983Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:04.983Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1a6705e9-fde1-4acd-88a9-6c04caabccb6", "consumerID": "multicloud-k8s-id", "timestamp": 1666931590985, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-10-28T04:35:04.983Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-28T04:35:04.983Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:04.983Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1a6705e9-fde1-4acd-88a9-6c04caabccb6", "consumerID": "cds", "timestamp": 1666931591793, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-28T04:35:04.983Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-28T04:35:04.983Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:04.983Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1a6705e9-fde1-4acd-88a9-6c04caabccb6", "consumerID": "aai-ml", "timestamp": 1666931592359, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-28T04:35:04.983Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-28T04:35:04.983Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:04.983Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1a6705e9-fde1-4acd-88a9-6c04caabccb6", "consumerID": "policy-id", "timestamp": 1666931593981, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-10-28T04:35:04.983Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-28T04:35:04.983Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:04.983Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1a6705e9-fde1-4acd-88a9-6c04caabccb6", "consumerID": "multicloud-k8s-id", "timestamp": 1666931590985, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-10-28T04:35:04.983Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-28T04:35:04.983Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:04.983Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1a6705e9-fde1-4acd-88a9-6c04caabccb6", "consumerID": "cds", "timestamp": 1666931591793, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-10-28T04:35:04.983Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-28T04:35:04.983Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:04.983Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1a6705e9-fde1-4acd-88a9-6c04caabccb6", "consumerID": "aai-ml", "timestamp": 1666931592359, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-10-28T04:35:04.983Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-28T04:35:04.983Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:04.983Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1a6705e9-fde1-4acd-88a9-6c04caabccb6", "consumerID": "policy-id", "timestamp": 1666931593981, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-28T04:35:04.984Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-28T04:35:04.984Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:04.984Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1a6705e9-fde1-4acd-88a9-6c04caabccb6", "consumerID": "multicloud-k8s-id", "timestamp": 1666931590985, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-10-28T04:35:04.984Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-28T04:35:04.984Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:04.984Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1a6705e9-fde1-4acd-88a9-6c04caabccb6", "consumerID": "cds", "timestamp": 1666931591793, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-10-28T04:35:04.984Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-28T04:35:04.984Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:04.984Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1a6705e9-fde1-4acd-88a9-6c04caabccb6", "consumerID": "aai-ml", "timestamp": 1666931592359, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-10-28T04:35:04.984Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-28T04:35:04.984Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:04.984Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1a6705e9-fde1-4acd-88a9-6c04caabccb6", "consumerID": "policy-id", "timestamp": 1666931593981, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-10-28T04:35:04.985Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-28T04:35:04.985Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:04.985Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1a6705e9-fde1-4acd-88a9-6c04caabccb6", "consumerID": "ves-openapi-manager", "timestamp": 1666931598307, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-28T04:35:04.985Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-28T04:35:04.985Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:04.985Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1a6705e9-fde1-4acd-88a9-6c04caabccb6", "consumerID": "multicloud-k8s-id", "timestamp": 1666931598768, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-10-28T04:35:04.985Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-28T04:35:04.985Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:04.985Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1a6705e9-fde1-4acd-88a9-6c04caabccb6", "consumerID": "cds", "timestamp": 1666931591793, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-10-28T04:35:04.985Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-28T04:35:04.985Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:04.985Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1a6705e9-fde1-4acd-88a9-6c04caabccb6", "consumerID": "aai-ml", "timestamp": 1666931592359, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-10-28T04:35:04.985Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-28T04:35:04.985Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:04.985Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1a6705e9-fde1-4acd-88a9-6c04caabccb6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666931598915, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-28T04:35:04.985Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-28T04:35:04.986Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:04.986Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1a6705e9-fde1-4acd-88a9-6c04caabccb6", "consumerID": "policy-id", "timestamp": 1666931593981, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-10-28T04:35:04.986Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-28T04:35:04.986Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:04.986Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1a6705e9-fde1-4acd-88a9-6c04caabccb6", "consumerID": "ves-openapi-manager", "timestamp": 1666931598307, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-28T04:35:04.986Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-28T04:35:04.986Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:04.986Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1a6705e9-fde1-4acd-88a9-6c04caabccb6", "consumerID": "multicloud-k8s-id", "timestamp": 1666931599831, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-10-28T04:35:04.986Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-28T04:35:04.986Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:04.986Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1a6705e9-fde1-4acd-88a9-6c04caabccb6", "consumerID": "cds", "timestamp": 1666931599543, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-28T04:35:04.986Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-28T04:35:04.987Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:04.987Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1a6705e9-fde1-4acd-88a9-6c04caabccb6", "consumerID": "aai-ml", "timestamp": 1666931600128, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-28T04:35:04.987Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-28T04:35:04.987Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:04.987Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1a6705e9-fde1-4acd-88a9-6c04caabccb6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666931598915, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-28T04:35:04.987Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-28T04:35:04.987Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:04.987Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1a6705e9-fde1-4acd-88a9-6c04caabccb6", "consumerID": "policy-id", "timestamp": 1666931593981, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-10-28T04:35:04.987Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-28T04:35:04.987Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:04.987Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1a6705e9-fde1-4acd-88a9-6c04caabccb6", "consumerID": "ves-openapi-manager", "timestamp": 1666931598307, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-10-28T04:35:04.987Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-28T04:35:04.987Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:04.987Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1a6705e9-fde1-4acd-88a9-6c04caabccb6", "consumerID": "multicloud-k8s-id", "timestamp": 1666931600885, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-10-28T04:35:04.987Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-28T04:35:04.987Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:04.987Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1a6705e9-fde1-4acd-88a9-6c04caabccb6", "consumerID": "cds", "timestamp": 1666931600548, "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-28T04:35:05.001Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1a6705e9-fde1-4acd-88a9-6c04caabccb6 2022-10-28T04:35:05.002Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1a6705e9-fde1-4acd-88a9-6c04caabccb6 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-28T04:35:05.013Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:05.013Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1a6705e9-fde1-4acd-88a9-6c04caabccb6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666931598915, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-10-28T04:35:05.014Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-28T04:35:05.014Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:05.014Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1a6705e9-fde1-4acd-88a9-6c04caabccb6", "consumerID": "policy-id", "timestamp": 1666931601713, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-28T04:35:05.014Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-28T04:35:05.014Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:05.014Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1a6705e9-fde1-4acd-88a9-6c04caabccb6", "consumerID": "ves-openapi-manager", "timestamp": 1666931598307, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-28T04:35:05.015Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-28T04:35:05.016Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:05.016Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1a6705e9-fde1-4acd-88a9-6c04caabccb6", "consumerID": "multicloud-k8s-id", "timestamp": 1666931601927, "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-28T04:35:05.032Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1a6705e9-fde1-4acd-88a9-6c04caabccb6 2022-10-28T04:35:05.032Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1a6705e9-fde1-4acd-88a9-6c04caabccb6 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-28T04:35:05.046Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:05.046Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1a6705e9-fde1-4acd-88a9-6c04caabccb6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666931598915, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-28T04:35:05.049Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-28T04:35:05.049Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:05.049Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1a6705e9-fde1-4acd-88a9-6c04caabccb6", "consumerID": "policy-id", "timestamp": 1666931602720, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-10-28T04:35:05.049Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-28T04:35:05.049Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:05.049Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1a6705e9-fde1-4acd-88a9-6c04caabccb6", "consumerID": "ves-openapi-manager", "timestamp": 1666931598307, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-10-28T04:35:05.049Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-28T04:35:05.049Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:05.049Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1a6705e9-fde1-4acd-88a9-6c04caabccb6", "consumerID": "multicloud-k8s-id", "timestamp": 1666931602943, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-10-28T04:35:05.049Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-28T04:35:05.049Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:05.049Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1a6705e9-fde1-4acd-88a9-6c04caabccb6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666931598915, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-10-28T04:35:05.049Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-28T04:35:05.050Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:05.050Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1a6705e9-fde1-4acd-88a9-6c04caabccb6", "consumerID": "policy-id", "timestamp": 1666931603724, "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-28T04:35:05.060Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1a6705e9-fde1-4acd-88a9-6c04caabccb6 2022-10-28T04:35:05.060Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1a6705e9-fde1-4acd-88a9-6c04caabccb6 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-28T04:35:05.067Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:05.067Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1a6705e9-fde1-4acd-88a9-6c04caabccb6", "consumerID": "ves-openapi-manager", "timestamp": 1666931598307, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-10-28T04:35:05.067Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-28T04:35:05.068Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:05.068Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1a6705e9-fde1-4acd-88a9-6c04caabccb6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666931598915, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-10-28T04:35:05.068Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-28T04:35:05.068Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:05.068Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1a6705e9-fde1-4acd-88a9-6c04caabccb6", "consumerID": "ves-openapi-manager", "timestamp": 1666931598307, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2022-10-28T04:35:05.068Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-28T04:35:05.068Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:05.068Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1a6705e9-fde1-4acd-88a9-6c04caabccb6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666931598915, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-10-28T04:35:05.068Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-28T04:35:05.068Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:05.068Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1a6705e9-fde1-4acd-88a9-6c04caabccb6", "consumerID": "clamp", "timestamp": 1666931605420, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-28T04:35:05.068Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-28T04:35:05.068Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:05.068Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1a6705e9-fde1-4acd-88a9-6c04caabccb6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666931606699, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-28T04:35:05.068Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-28T04:35:05.068Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:05.068Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1a6705e9-fde1-4acd-88a9-6c04caabccb6", "consumerID": "clamp", "timestamp": 1666931605420, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-10-28T04:35:05.069Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-28T04:35:05.069Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:05.069Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1a6705e9-fde1-4acd-88a9-6c04caabccb6", "consumerID": "aai-ml", "timestamp": 1666931607470, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-10-28T04:35:05.069Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-28T04:35:05.069Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:05.069Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1a6705e9-fde1-4acd-88a9-6c04caabccb6", "consumerID": "clamp", "timestamp": 1666931605420, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-10-28T04:35:05.069Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-28T04:35:05.069Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:05.069Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5778045-ab6f-4a7f-8ebd-797fcdc0fd54", "consumerID": "cds", "timestamp": 1666931606793, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-28T04:35:05.069Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-28T04:35:05.069Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:05.069Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1a6705e9-fde1-4acd-88a9-6c04caabccb6", "consumerID": "aai-ml", "timestamp": 1666931608474, "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-28T04:35:05.075Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1a6705e9-fde1-4acd-88a9-6c04caabccb6 2022-10-28T04:35:05.075Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1a6705e9-fde1-4acd-88a9-6c04caabccb6 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-28T04:35:05.086Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:05.087Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1a6705e9-fde1-4acd-88a9-6c04caabccb6", "consumerID": "clamp", "timestamp": 1666931605420, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-28T04:35:05.087Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-28T04:35:05.091Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:05.092Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1a6705e9-fde1-4acd-88a9-6c04caabccb6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666931609028, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-10-28T04:35:05.092Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-28T04:35:05.093Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:05.093Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5778045-ab6f-4a7f-8ebd-797fcdc0fd54", "consumerID": "cds", "timestamp": 1666931606793, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-10-28T04:35:05.093Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-28T04:35:05.093Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:05.094Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1a6705e9-fde1-4acd-88a9-6c04caabccb6", "consumerID": "clamp", "timestamp": 1666931605420, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-10-28T04:35:05.094Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-28T04:35:05.094Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:05.094Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1a6705e9-fde1-4acd-88a9-6c04caabccb6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666931610033, "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-28T04:35:05.100Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1a6705e9-fde1-4acd-88a9-6c04caabccb6 2022-10-28T04:35:05.101Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1a6705e9-fde1-4acd-88a9-6c04caabccb6 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-28T04:35:05.112Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:05.112Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5778045-ab6f-4a7f-8ebd-797fcdc0fd54", "consumerID": "cds", "timestamp": 1666931606793, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-10-28T04:35:05.112Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-28T04:35:05.113Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:05.113Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1a6705e9-fde1-4acd-88a9-6c04caabccb6", "consumerID": "clamp", "timestamp": 1666931605420, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-10-28T04:35:05.113Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-28T04:35:05.113Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:05.113Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5778045-ab6f-4a7f-8ebd-797fcdc0fd54", "consumerID": "cds", "timestamp": 1666931606793, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-28T04:35:05.113Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-28T04:35:05.113Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:05.113Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1a6705e9-fde1-4acd-88a9-6c04caabccb6", "consumerID": "clamp", "timestamp": 1666931605420, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-10-28T04:35:05.113Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-28T04:35:05.113Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:05.113Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5778045-ab6f-4a7f-8ebd-797fcdc0fd54", "consumerID": "multicloud-k8s-id", "timestamp": 1666931610985, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-28T04:35:05.113Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-28T04:35:05.113Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:05.113Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5778045-ab6f-4a7f-8ebd-797fcdc0fd54", "consumerID": "cds", "timestamp": 1666931606793, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-10-28T04:35:05.113Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-28T04:35:05.113Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:05.113Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5778045-ab6f-4a7f-8ebd-797fcdc0fd54", "consumerID": "multicloud-k8s-id", "timestamp": 1666931610985, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-10-28T04:35:05.114Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-28T04:35:05.114Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:05.114Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5778045-ab6f-4a7f-8ebd-797fcdc0fd54", "consumerID": "cds", "timestamp": 1666931606793, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-28T04:35:05.114Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-28T04:35:05.114Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:05.114Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5778045-ab6f-4a7f-8ebd-797fcdc0fd54", "consumerID": "multicloud-k8s-id", "timestamp": 1666931610985, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-10-28T04:35:05.114Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-28T04:35:05.114Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:05.114Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5778045-ab6f-4a7f-8ebd-797fcdc0fd54", "consumerID": "cds", "timestamp": 1666931606793, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-10-28T04:35:05.114Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-28T04:35:05.114Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:05.114Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5778045-ab6f-4a7f-8ebd-797fcdc0fd54", "consumerID": "policy-id", "timestamp": 1666931613981, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-28T04:35:05.115Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-28T04:35:05.115Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:05.115Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5778045-ab6f-4a7f-8ebd-797fcdc0fd54", "consumerID": "multicloud-k8s-id", "timestamp": 1666931610985, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-10-28T04:35:05.115Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-28T04:35:05.115Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:05.115Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5778045-ab6f-4a7f-8ebd-797fcdc0fd54", "consumerID": "cds", "timestamp": 1666931606793, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-10-28T04:35:05.115Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-28T04:35:05.115Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:05.115Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5778045-ab6f-4a7f-8ebd-797fcdc0fd54", "consumerID": "policy-id", "timestamp": 1666931613981, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-10-28T04:35:05.115Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-28T04:35:05.115Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:05.115Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5778045-ab6f-4a7f-8ebd-797fcdc0fd54", "consumerID": "multicloud-k8s-id", "timestamp": 1666931610985, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-10-28T04:35:05.115Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-28T04:35:05.115Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:05.115Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5778045-ab6f-4a7f-8ebd-797fcdc0fd54", "consumerID": "cds", "timestamp": 1666931606793, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-10-28T04:35:05.115Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-28T04:35:05.115Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:05.115Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5778045-ab6f-4a7f-8ebd-797fcdc0fd54", "consumerID": "policy-id", "timestamp": 1666931613981, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-10-28T04:35:05.115Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-28T04:35:05.115Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:05.116Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5778045-ab6f-4a7f-8ebd-797fcdc0fd54", "consumerID": "multicloud-k8s-id", "timestamp": 1666931610985, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-28T04:35:05.116Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-28T04:35:05.116Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:05.116Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5778045-ab6f-4a7f-8ebd-797fcdc0fd54", "consumerID": "cds", "timestamp": 1666931616568, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-28T04:35:05.116Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-28T04:35:05.116Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:05.116Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5778045-ab6f-4a7f-8ebd-797fcdc0fd54", "consumerID": "policy-id", "timestamp": 1666931613981, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-28T04:35:05.116Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-28T04:35:05.116Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:05.116Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5778045-ab6f-4a7f-8ebd-797fcdc0fd54", "consumerID": "multicloud-k8s-id", "timestamp": 1666931610985, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-10-28T04:35:05.116Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-28T04:35:05.116Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:05.116Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5778045-ab6f-4a7f-8ebd-797fcdc0fd54", "consumerID": "cds", "timestamp": 1666931617573, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-10-28T04:35:05.131Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d5778045-ab6f-4a7f-8ebd-797fcdc0fd54 2022-10-28T04:35:05.131Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId d5778045-ab6f-4a7f-8ebd-797fcdc0fd54 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-28T04:35:05.140Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:05.140Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5778045-ab6f-4a7f-8ebd-797fcdc0fd54", "consumerID": "policy-id", "timestamp": 1666931613981, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-10-28T04:35:05.140Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-28T04:35:05.140Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:05.140Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5778045-ab6f-4a7f-8ebd-797fcdc0fd54", "consumerID": "ves-openapi-manager", "timestamp": 1666931618307, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-28T04:35:05.140Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-28T04:35:05.141Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:05.141Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5778045-ab6f-4a7f-8ebd-797fcdc0fd54", "consumerID": "multicloud-k8s-id", "timestamp": 1666931610985, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-10-28T04:35:05.141Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-28T04:35:05.141Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:05.141Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5778045-ab6f-4a7f-8ebd-797fcdc0fd54", "consumerID": "policy-id", "timestamp": 1666931613981, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-28T04:35:05.141Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-28T04:35:05.141Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:05.141Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5778045-ab6f-4a7f-8ebd-797fcdc0fd54", "consumerID": "ves-openapi-manager", "timestamp": 1666931618307, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-10-28T04:35:05.141Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-28T04:35:05.141Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:05.141Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5778045-ab6f-4a7f-8ebd-797fcdc0fd54", "consumerID": "multicloud-k8s-id", "timestamp": 1666931610985, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-10-28T04:35:05.141Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-28T04:35:05.141Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:05.141Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1a6705e9-fde1-4acd-88a9-6c04caabccb6", "consumerID": "clamp", "timestamp": 1666931620233, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-28T04:35:05.142Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-28T04:35:05.142Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:05.142Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5994c771-02c0-48cb-a46f-6540c95c46fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666931620481, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-28T04:35:05.142Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-28T04:35:05.142Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:05.142Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5778045-ab6f-4a7f-8ebd-797fcdc0fd54", "consumerID": "policy-id", "timestamp": 1666931613981, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-10-28T04:35:05.143Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-28T04:35:05.143Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:05.143Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5778045-ab6f-4a7f-8ebd-797fcdc0fd54", "consumerID": "ves-openapi-manager", "timestamp": 1666931618307, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-10-28T04:35:05.143Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-28T04:35:05.143Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:05.143Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5778045-ab6f-4a7f-8ebd-797fcdc0fd54", "consumerID": "multicloud-k8s-id", "timestamp": 1666931620727, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-10-28T04:35:05.143Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-28T04:35:05.143Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:05.143Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1a6705e9-fde1-4acd-88a9-6c04caabccb6", "consumerID": "clamp", "timestamp": 1666931621252, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-10-28T04:35:05.143Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-28T04:35:05.143Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:05.143Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5778045-ab6f-4a7f-8ebd-797fcdc0fd54", "consumerID": "policy-id", "timestamp": 1666931613981, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-10-28T04:35:05.143Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-28T04:35:05.143Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:05.143Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5778045-ab6f-4a7f-8ebd-797fcdc0fd54", "consumerID": "ves-openapi-manager", "timestamp": 1666931618307, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-28T04:35:05.143Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-28T04:35:05.143Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:05.143Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1a6705e9-fde1-4acd-88a9-6c04caabccb6", "consumerID": "clamp", "timestamp": 1666931622256, "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-28T04:35:05.154Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 1a6705e9-fde1-4acd-88a9-6c04caabccb6 2022-10-28T04:35:05.154Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1a6705e9-fde1-4acd-88a9-6c04caabccb6 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-28T04:35:05.168Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:05.169Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5778045-ab6f-4a7f-8ebd-797fcdc0fd54", "consumerID": "multicloud-k8s-id", "timestamp": 1666931621809, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-10-28T04:35:05.169Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-28T04:35:05.169Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:05.169Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5778045-ab6f-4a7f-8ebd-797fcdc0fd54", "consumerID": "policy-id", "timestamp": 1666931613981, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-10-28T04:35:05.169Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-28T04:35:05.169Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:05.170Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5778045-ab6f-4a7f-8ebd-797fcdc0fd54", "consumerID": "ves-openapi-manager", "timestamp": 1666931618307, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-10-28T04:35:05.170Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-28T04:35:05.170Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:05.170Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5778045-ab6f-4a7f-8ebd-797fcdc0fd54", "consumerID": "clamp", "timestamp": 1666931605420, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-28T04:35:05.170Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-28T04:35:05.170Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:05.170Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5778045-ab6f-4a7f-8ebd-797fcdc0fd54", "consumerID": "multicloud-k8s-id", "timestamp": 1666931622868, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-10-28T04:35:05.170Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-28T04:35:05.170Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:05.170Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5a7a9fd-5539-43db-bf78-6701f98cd4f7", "consumerID": "cds", "timestamp": 1666931621793, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM8f9wtvpgqx0gmt7vyqz/1.0/resourceInstances/pnf91ebd736f12a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-28T04:35:05.171Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-28T04:35:05.171Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:05.171Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5778045-ab6f-4a7f-8ebd-797fcdc0fd54", "consumerID": "aai-ml", "timestamp": 1666931622358, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-28T04:35:05.171Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-28T04:35:05.171Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:05.171Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5778045-ab6f-4a7f-8ebd-797fcdc0fd54", "consumerID": "policy-id", "timestamp": 1666931623726, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-28T04:35:05.171Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-28T04:35:05.171Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:05.171Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5778045-ab6f-4a7f-8ebd-797fcdc0fd54", "consumerID": "ves-openapi-manager", "timestamp": 1666931618307, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-28T04:35:05.171Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-28T04:35:05.171Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:05.171Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5778045-ab6f-4a7f-8ebd-797fcdc0fd54", "consumerID": "clamp", "timestamp": 1666931605420, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-10-28T04:35:05.171Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-28T04:35:05.172Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:05.172Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5778045-ab6f-4a7f-8ebd-797fcdc0fd54", "consumerID": "multicloud-k8s-id", "timestamp": 1666931623920, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-10-28T04:35:05.172Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-28T04:35:05.172Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:05.172Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5a7a9fd-5539-43db-bf78-6701f98cd4f7", "consumerID": "cds", "timestamp": 1666931621793, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM8f9wtvpgqx0gmt7vyqz/1.0/resourceInstances/pnf91ebd736f12a0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-10-28T04:35:05.172Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-28T04:35:05.172Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:05.172Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5778045-ab6f-4a7f-8ebd-797fcdc0fd54", "consumerID": "aai-ml", "timestamp": 1666931622358, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-10-28T04:35:05.172Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-28T04:35:05.172Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:05.172Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5778045-ab6f-4a7f-8ebd-797fcdc0fd54", "consumerID": "policy-id", "timestamp": 1666931624730, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-10-28T04:35:05.172Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-28T04:35:05.172Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:05.172Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5778045-ab6f-4a7f-8ebd-797fcdc0fd54", "consumerID": "ves-openapi-manager", "timestamp": 1666931618307, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-10-28T04:35:05.173Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-28T04:35:05.173Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:05.173Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5778045-ab6f-4a7f-8ebd-797fcdc0fd54", "consumerID": "clamp", "timestamp": 1666931605420, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-10-28T04:35:05.173Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-28T04:35:05.173Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:05.173Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5778045-ab6f-4a7f-8ebd-797fcdc0fd54", "consumerID": "multicloud-k8s-id", "timestamp": 1666931624969, "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-28T04:35:05.183Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d5778045-ab6f-4a7f-8ebd-797fcdc0fd54 2022-10-28T04:35:05.183Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId d5778045-ab6f-4a7f-8ebd-797fcdc0fd54 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-28T04:35:05.197Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:05.197Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5a7a9fd-5539-43db-bf78-6701f98cd4f7", "consumerID": "cds", "timestamp": 1666931621793, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM8f9wtvpgqx0gmt7vyqz/1.0/resourceInstances/pnf91ebd736f12a0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-10-28T04:35:05.198Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-28T04:35:05.198Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:05.198Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5778045-ab6f-4a7f-8ebd-797fcdc0fd54", "consumerID": "aai-ml", "timestamp": 1666931622358, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-10-28T04:35:05.198Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-28T04:35:05.198Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:05.198Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5778045-ab6f-4a7f-8ebd-797fcdc0fd54", "consumerID": "policy-id", "timestamp": 1666931625737, "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-28T04:35:05.207Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d5778045-ab6f-4a7f-8ebd-797fcdc0fd54 2022-10-28T04:35:05.208Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId d5778045-ab6f-4a7f-8ebd-797fcdc0fd54 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-28T04:35:05.222Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:05.223Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5778045-ab6f-4a7f-8ebd-797fcdc0fd54", "consumerID": "ves-openapi-manager", "timestamp": 1666931618307, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-10-28T04:35:05.223Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-28T04:35:05.223Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:05.223Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5778045-ab6f-4a7f-8ebd-797fcdc0fd54", "consumerID": "clamp", "timestamp": 1666931605420, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-10-28T04:35:05.223Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-28T04:35:05.223Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:05.223Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5778045-ab6f-4a7f-8ebd-797fcdc0fd54", "consumerID": "multicloud-k8s-id", "timestamp": 1666931625973, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-10-28T04:35:05.223Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-28T04:35:05.223Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:05.223Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5a7a9fd-5539-43db-bf78-6701f98cd4f7", "consumerID": "cds", "timestamp": 1666931621793, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM8f9wtvpgqx0gmt7vyqz/1.0/resourceInstances/pnf91ebd736f12a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-28T04:35:05.224Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-28T04:35:05.224Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:05.224Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5778045-ab6f-4a7f-8ebd-797fcdc0fd54", "consumerID": "aai-ml", "timestamp": 1666931622358, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-28T04:35:05.224Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-28T04:35:05.224Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:05.224Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5778045-ab6f-4a7f-8ebd-797fcdc0fd54", "consumerID": "ves-openapi-manager", "timestamp": 1666931618307, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2022-10-28T04:35:05.224Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-28T04:35:05.224Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:05.224Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5778045-ab6f-4a7f-8ebd-797fcdc0fd54", "consumerID": "clamp", "timestamp": 1666931605420, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-10-28T04:35:05.224Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-28T04:35:05.224Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:05.224Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5a7a9fd-5539-43db-bf78-6701f98cd4f7", "consumerID": "cds", "timestamp": 1666931621793, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM8f9wtvpgqx0gmt7vyqz/1.0/resourceInstances/pnf91ebd736f12a0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-10-28T04:35:05.224Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-28T04:35:05.224Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:05.224Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5778045-ab6f-4a7f-8ebd-797fcdc0fd54", "consumerID": "aai-ml", "timestamp": 1666931622358, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-10-28T04:35:05.225Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-28T04:35:05.225Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:05.225Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5778045-ab6f-4a7f-8ebd-797fcdc0fd54", "consumerID": "clamp", "timestamp": 1666931605420, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-28T04:35:05.225Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-28T04:35:05.225Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:05.225Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5a7a9fd-5539-43db-bf78-6701f98cd4f7", "consumerID": "cds", "timestamp": 1666931621793, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM8f9wtvpgqx0gmt7vyqz/1.0/resourceInstances/pnf91ebd736f12a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-10-28T04:35:05.225Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-28T04:35:05.225Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:05.225Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5778045-ab6f-4a7f-8ebd-797fcdc0fd54", "consumerID": "aai-ml", "timestamp": 1666931622358, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-28T04:35:05.225Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-28T04:35:05.225Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:05.225Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5778045-ab6f-4a7f-8ebd-797fcdc0fd54", "consumerID": "clamp", "timestamp": 1666931605420, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-10-28T04:35:05.225Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-28T04:35:05.225Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:05.225Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5a7a9fd-5539-43db-bf78-6701f98cd4f7", "consumerID": "cds", "timestamp": 1666931621793, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM8f9wtvpgqx0gmt7vyqz/1.0/artifacts/service-DemoPnfM8f9wtvpgqx0gmt7vyqz-template.yml", "status": "NOT_NOTIFIED" } 2022-10-28T04:35:05.225Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-28T04:35:05.225Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:05.225Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5778045-ab6f-4a7f-8ebd-797fcdc0fd54", "consumerID": "aai-ml", "timestamp": 1666931622358, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-10-28T04:35:05.225Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-28T04:35:05.225Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:05.225Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5778045-ab6f-4a7f-8ebd-797fcdc0fd54", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666931628916, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-28T04:35:05.225Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-28T04:35:05.225Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:05.225Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5778045-ab6f-4a7f-8ebd-797fcdc0fd54", "consumerID": "clamp", "timestamp": 1666931605420, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-10-28T04:35:05.226Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-28T04:35:05.226Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:05.226Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5a7a9fd-5539-43db-bf78-6701f98cd4f7", "consumerID": "cds", "timestamp": 1666931621793, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM8f9wtvpgqx0gmt7vyqz/1.0/artifacts/service-DemoPnfM8f9wtvpgqx0gmt7vyqz-csar.csar", "status": "NOTIFIED" } 2022-10-28T04:35:05.226Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-28T04:35:05.226Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:05.226Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5778045-ab6f-4a7f-8ebd-797fcdc0fd54", "consumerID": "aai-ml", "timestamp": 1666931622358, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-10-28T04:35:05.226Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-28T04:35:05.226Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:05.226Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5778045-ab6f-4a7f-8ebd-797fcdc0fd54", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666931628916, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-10-28T04:35:05.226Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-28T04:35:05.226Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:05.226Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5778045-ab6f-4a7f-8ebd-797fcdc0fd54", "consumerID": "clamp", "timestamp": 1666931605420, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-10-28T04:35:05.226Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-28T04:35:05.226Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:05.226Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5778045-ab6f-4a7f-8ebd-797fcdc0fd54", "consumerID": "aai-ml", "timestamp": 1666931622358, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-10-28T04:35:05.226Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-28T04:35:05.226Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:05.226Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5a7a9fd-5539-43db-bf78-6701f98cd4f7", "consumerID": "cds", "timestamp": 1666931630707, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM8f9wtvpgqx0gmt7vyqz/1.0/artifacts/service-DemoPnfM8f9wtvpgqx0gmt7vyqz-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-28T04:35:05.226Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-28T04:35:05.226Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:05.226Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5778045-ab6f-4a7f-8ebd-797fcdc0fd54", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666931628916, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-10-28T04:35:05.227Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-28T04:35:05.227Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:05.227Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5a7a9fd-5539-43db-bf78-6701f98cd4f7", "consumerID": "multicloud-k8s-id", "timestamp": 1666931630985, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM8f9wtvpgqx0gmt7vyqz/1.0/resourceInstances/pnf91ebd736f12a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-28T04:35:05.227Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-28T04:35:05.227Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:05.227Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5778045-ab6f-4a7f-8ebd-797fcdc0fd54", "consumerID": "aai-ml", "timestamp": 1666931632136, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-28T04:35:05.228Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-28T04:35:05.228Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:05.228Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5a7a9fd-5539-43db-bf78-6701f98cd4f7", "consumerID": "cds", "timestamp": 1666931631713, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM8f9wtvpgqx0gmt7vyqz/1.0/artifacts/service-DemoPnfM8f9wtvpgqx0gmt7vyqz-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-28T04:35:05.254Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b5a7a9fd-5539-43db-bf78-6701f98cd4f7 2022-10-28T04:35:05.254Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId b5a7a9fd-5539-43db-bf78-6701f98cd4f7 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-28T04:35:05.262Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:05.263Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5778045-ab6f-4a7f-8ebd-797fcdc0fd54", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666931628916, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-28T04:35:05.263Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-28T04:35:05.263Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:05.263Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5a7a9fd-5539-43db-bf78-6701f98cd4f7", "consumerID": "multicloud-k8s-id", "timestamp": 1666931630985, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM8f9wtvpgqx0gmt7vyqz/1.0/resourceInstances/pnf91ebd736f12a0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-10-28T04:35:05.263Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-28T04:35:05.263Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:05.263Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5778045-ab6f-4a7f-8ebd-797fcdc0fd54", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666931628916, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-10-28T04:35:05.263Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-28T04:35:05.263Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:05.263Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5a7a9fd-5539-43db-bf78-6701f98cd4f7", "consumerID": "multicloud-k8s-id", "timestamp": 1666931630985, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM8f9wtvpgqx0gmt7vyqz/1.0/resourceInstances/pnf91ebd736f12a0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-10-28T04:35:05.264Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-28T04:35:05.264Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:05.264Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5a7a9fd-5539-43db-bf78-6701f98cd4f7", "consumerID": "policy-id", "timestamp": 1666931633983, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM8f9wtvpgqx0gmt7vyqz/1.0/resourceInstances/pnf91ebd736f12a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-28T04:35:05.264Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-28T04:35:05.264Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:05.264Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5778045-ab6f-4a7f-8ebd-797fcdc0fd54", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666931628916, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-28T04:35:05.264Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-28T04:35:05.264Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:05.264Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5a7a9fd-5539-43db-bf78-6701f98cd4f7", "consumerID": "multicloud-k8s-id", "timestamp": 1666931630985, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM8f9wtvpgqx0gmt7vyqz/1.0/resourceInstances/pnf91ebd736f12a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-28T04:35:05.264Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-28T04:35:05.264Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:05.264Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5a7a9fd-5539-43db-bf78-6701f98cd4f7", "consumerID": "policy-id", "timestamp": 1666931633983, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM8f9wtvpgqx0gmt7vyqz/1.0/resourceInstances/pnf91ebd736f12a0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-10-28T04:35:05.265Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-28T04:35:05.265Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:05.265Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5778045-ab6f-4a7f-8ebd-797fcdc0fd54", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666931628916, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-10-28T04:35:05.265Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-28T04:35:05.265Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:05.265Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5a7a9fd-5539-43db-bf78-6701f98cd4f7", "consumerID": "multicloud-k8s-id", "timestamp": 1666931630985, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM8f9wtvpgqx0gmt7vyqz/1.0/resourceInstances/pnf91ebd736f12a0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-10-28T04:35:05.265Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-28T04:35:05.265Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:05.265Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5a7a9fd-5539-43db-bf78-6701f98cd4f7", "consumerID": "policy-id", "timestamp": 1666931633983, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM8f9wtvpgqx0gmt7vyqz/1.0/resourceInstances/pnf91ebd736f12a0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-10-28T04:35:05.265Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-28T04:35:05.265Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:05.265Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5778045-ab6f-4a7f-8ebd-797fcdc0fd54", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666931628916, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-10-28T04:35:05.265Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-28T04:35:05.265Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:05.266Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5a7a9fd-5539-43db-bf78-6701f98cd4f7", "consumerID": "multicloud-k8s-id", "timestamp": 1666931630985, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM8f9wtvpgqx0gmt7vyqz/1.0/resourceInstances/pnf91ebd736f12a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-10-28T04:35:05.266Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-28T04:35:05.266Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:05.266Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5778045-ab6f-4a7f-8ebd-797fcdc0fd54", "consumerID": "clamp", "timestamp": 1666931637235, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-28T04:35:05.266Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-28T04:35:05.266Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:05.266Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5a7a9fd-5539-43db-bf78-6701f98cd4f7", "consumerID": "policy-id", "timestamp": 1666931633983, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM8f9wtvpgqx0gmt7vyqz/1.0/resourceInstances/pnf91ebd736f12a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-28T04:35:05.266Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-28T04:35:05.266Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:05.266Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5778045-ab6f-4a7f-8ebd-797fcdc0fd54", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666931628916, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-10-28T04:35:05.266Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-28T04:35:05.267Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:05.267Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5a7a9fd-5539-43db-bf78-6701f98cd4f7", "consumerID": "multicloud-k8s-id", "timestamp": 1666931630985, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM8f9wtvpgqx0gmt7vyqz/1.0/artifacts/service-DemoPnfM8f9wtvpgqx0gmt7vyqz-template.yml", "status": "NOT_NOTIFIED" } 2022-10-28T04:35:05.267Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-28T04:35:05.267Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:05.267Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5a7a9fd-5539-43db-bf78-6701f98cd4f7", "consumerID": "policy-id", "timestamp": 1666931633983, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM8f9wtvpgqx0gmt7vyqz/1.0/resourceInstances/pnf91ebd736f12a0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-10-28T04:35:05.267Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-28T04:35:05.267Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:05.267Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5778045-ab6f-4a7f-8ebd-797fcdc0fd54", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666931638729, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-28T04:35:05.267Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-28T04:35:05.267Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:05.267Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5a7a9fd-5539-43db-bf78-6701f98cd4f7", "consumerID": "ves-openapi-manager", "timestamp": 1666931638307, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM8f9wtvpgqx0gmt7vyqz/1.0/resourceInstances/pnf91ebd736f12a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-28T04:35:05.267Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-28T04:35:05.267Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:05.268Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5a7a9fd-5539-43db-bf78-6701f98cd4f7", "consumerID": "multicloud-k8s-id", "timestamp": 1666931630985, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM8f9wtvpgqx0gmt7vyqz/1.0/artifacts/service-DemoPnfM8f9wtvpgqx0gmt7vyqz-csar.csar", "status": "NOTIFIED" } 2022-10-28T04:35:05.268Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-28T04:35:05.268Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:05.268Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5778045-ab6f-4a7f-8ebd-797fcdc0fd54", "consumerID": "clamp", "timestamp": 1666931639248, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-10-28T04:35:05.268Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-28T04:35:05.268Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:05.268Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5778045-ab6f-4a7f-8ebd-797fcdc0fd54", "consumerID": "aai-ml", "timestamp": 1666931639040, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-10-28T04:35:05.268Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-28T04:35:05.268Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:05.268Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5a7a9fd-5539-43db-bf78-6701f98cd4f7", "consumerID": "policy-id", "timestamp": 1666931633983, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM8f9wtvpgqx0gmt7vyqz/1.0/resourceInstances/pnf91ebd736f12a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-10-28T04:35:05.268Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-28T04:35:05.268Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:05.268Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5a7a9fd-5539-43db-bf78-6701f98cd4f7", "consumerID": "ves-openapi-manager", "timestamp": 1666931638307, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM8f9wtvpgqx0gmt7vyqz/1.0/resourceInstances/pnf91ebd736f12a0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-10-28T04:35:05.269Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-28T04:35:05.269Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:05.269Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5778045-ab6f-4a7f-8ebd-797fcdc0fd54", "consumerID": "clamp", "timestamp": 1666931640252, "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-28T04:35:05.274Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d5778045-ab6f-4a7f-8ebd-797fcdc0fd54 2022-10-28T04:35:05.274Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId d5778045-ab6f-4a7f-8ebd-797fcdc0fd54 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-28T04:35:05.282Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:05.283Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5778045-ab6f-4a7f-8ebd-797fcdc0fd54", "consumerID": "aai-ml", "timestamp": 1666931640044, "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-28T04:35:05.291Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d5778045-ab6f-4a7f-8ebd-797fcdc0fd54 2022-10-28T04:35:05.291Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId d5778045-ab6f-4a7f-8ebd-797fcdc0fd54 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-28T04:35:05.299Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:05.299Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5a7a9fd-5539-43db-bf78-6701f98cd4f7", "consumerID": "policy-id", "timestamp": 1666931633983, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM8f9wtvpgqx0gmt7vyqz/1.0/artifacts/service-DemoPnfM8f9wtvpgqx0gmt7vyqz-template.yml", "status": "NOT_NOTIFIED" } 2022-10-28T04:35:05.300Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-28T04:35:05.300Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:05.300Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5778045-ab6f-4a7f-8ebd-797fcdc0fd54", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666931640964, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-10-28T04:35:05.300Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-28T04:35:05.300Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:05.300Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5a7a9fd-5539-43db-bf78-6701f98cd4f7", "consumerID": "ves-openapi-manager", "timestamp": 1666931638307, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM8f9wtvpgqx0gmt7vyqz/1.0/resourceInstances/pnf91ebd736f12a0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-10-28T04:35:05.300Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-28T04:35:05.300Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:05.300Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5a7a9fd-5539-43db-bf78-6701f98cd4f7", "consumerID": "aai-ml", "timestamp": 1666931622358, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM8f9wtvpgqx0gmt7vyqz/1.0/resourceInstances/pnf91ebd736f12a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-28T04:35:05.300Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-28T04:35:05.300Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:05.300Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5a7a9fd-5539-43db-bf78-6701f98cd4f7", "consumerID": "policy-id", "timestamp": 1666931633983, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM8f9wtvpgqx0gmt7vyqz/1.0/artifacts/service-DemoPnfM8f9wtvpgqx0gmt7vyqz-csar.csar", "status": "NOTIFIED" } 2022-10-28T04:35:05.300Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-28T04:35:05.300Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:05.300Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5a7a9fd-5539-43db-bf78-6701f98cd4f7", "consumerID": "clamp", "timestamp": 1666931641256, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM8f9wtvpgqx0gmt7vyqz/1.0/resourceInstances/pnf91ebd736f12a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-28T04:35:05.300Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-28T04:35:05.300Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:05.300Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5778045-ab6f-4a7f-8ebd-797fcdc0fd54", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666931641968, "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-28T04:35:05.305Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d5778045-ab6f-4a7f-8ebd-797fcdc0fd54 2022-10-28T04:35:05.305Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId d5778045-ab6f-4a7f-8ebd-797fcdc0fd54 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-28T04:35:05.314Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:05.315Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5a7a9fd-5539-43db-bf78-6701f98cd4f7", "consumerID": "ves-openapi-manager", "timestamp": 1666931638307, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM8f9wtvpgqx0gmt7vyqz/1.0/resourceInstances/pnf91ebd736f12a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-28T04:35:05.315Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-28T04:35:05.315Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:05.315Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5a7a9fd-5539-43db-bf78-6701f98cd4f7", "consumerID": "aai-ml", "timestamp": 1666931622358, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM8f9wtvpgqx0gmt7vyqz/1.0/resourceInstances/pnf91ebd736f12a0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-10-28T04:35:05.315Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-28T04:35:05.315Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:05.315Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5a7a9fd-5539-43db-bf78-6701f98cd4f7", "consumerID": "policy-id", "timestamp": 1666931642732, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM8f9wtvpgqx0gmt7vyqz/1.0/artifacts/service-DemoPnfM8f9wtvpgqx0gmt7vyqz-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-28T04:35:05.315Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-28T04:35:05.315Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:05.315Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5a7a9fd-5539-43db-bf78-6701f98cd4f7", "consumerID": "clamp", "timestamp": 1666931641256, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM8f9wtvpgqx0gmt7vyqz/1.0/resourceInstances/pnf91ebd736f12a0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-10-28T04:35:05.315Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-28T04:35:05.315Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:05.315Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5a7a9fd-5539-43db-bf78-6701f98cd4f7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666931628916, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM8f9wtvpgqx0gmt7vyqz/1.0/resourceInstances/pnf91ebd736f12a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-28T04:35:05.315Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-28T04:35:05.315Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:05.315Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5a7a9fd-5539-43db-bf78-6701f98cd4f7", "consumerID": "ves-openapi-manager", "timestamp": 1666931638307, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM8f9wtvpgqx0gmt7vyqz/1.0/resourceInstances/pnf91ebd736f12a0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-10-28T04:35:05.316Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-28T04:35:05.316Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:05.316Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5a7a9fd-5539-43db-bf78-6701f98cd4f7", "consumerID": "aai-ml", "timestamp": 1666931622358, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM8f9wtvpgqx0gmt7vyqz/1.0/resourceInstances/pnf91ebd736f12a0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-10-28T04:35:05.316Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-28T04:35:05.316Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:05.316Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5a7a9fd-5539-43db-bf78-6701f98cd4f7", "consumerID": "policy-id", "timestamp": 1666931643737, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM8f9wtvpgqx0gmt7vyqz/1.0/artifacts/service-DemoPnfM8f9wtvpgqx0gmt7vyqz-csar.csar", "status": "DEPLOY_OK" } 2022-10-28T04:35:05.316Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-28T04:35:05.316Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:05.316Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5a7a9fd-5539-43db-bf78-6701f98cd4f7", "consumerID": "clamp", "timestamp": 1666931641256, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM8f9wtvpgqx0gmt7vyqz/1.0/resourceInstances/pnf91ebd736f12a0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-10-28T04:35:05.316Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-28T04:35:05.316Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:05.316Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5a7a9fd-5539-43db-bf78-6701f98cd4f7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666931628916, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM8f9wtvpgqx0gmt7vyqz/1.0/resourceInstances/pnf91ebd736f12a0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-10-28T04:35:05.316Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-28T04:35:05.316Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:05.316Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5a7a9fd-5539-43db-bf78-6701f98cd4f7", "consumerID": "ves-openapi-manager", "timestamp": 1666931638307, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM8f9wtvpgqx0gmt7vyqz/1.0/resourceInstances/pnf91ebd736f12a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-10-28T04:35:05.316Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-28T04:35:05.316Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:05.316Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5a7a9fd-5539-43db-bf78-6701f98cd4f7", "consumerID": "aai-ml", "timestamp": 1666931622358, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM8f9wtvpgqx0gmt7vyqz/1.0/resourceInstances/pnf91ebd736f12a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-28T04:35:05.316Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-28T04:35:05.316Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:05.316Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5a7a9fd-5539-43db-bf78-6701f98cd4f7", "consumerID": "policy-id", "timestamp": 1666931644741, "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-28T04:35:05.321Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b5a7a9fd-5539-43db-bf78-6701f98cd4f7 2022-10-28T04:35:05.321Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId b5a7a9fd-5539-43db-bf78-6701f98cd4f7 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-28T04:35:05.329Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:35:05.330Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5a7a9fd-5539-43db-bf78-6701f98cd4f7", "consumerID": "clamp", "timestamp": 1666931641256, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM8f9wtvpgqx0gmt7vyqz/1.0/resourceInstances/pnf91ebd736f12a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-28T04:35:05.330Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-28T04:35:22.037Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a6705e9-fde1-4acd-88a9-6c04caabccb6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-28T04:35:22.055Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a6705e9-fde1-4acd-88a9-6c04caabccb6 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-28T04:35:22.071Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-28T04:35:22.072Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-10-28T04:35:22.072Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-10-28T04:35:22.072Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-10-28T04:35:22.072Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-28T04:35:22.072Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-28T04:35:22.072Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-28T04:35:22.072Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-28T04:35:22.072Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-28T04:35:22.072Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-28T04:35:22.072Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|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-28T04:35:22.081Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-10-28T04:35:52.082Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1a6705e9-fde1-4acd-88a9-6c04caabccb6 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-28T04:35:52.091Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1a6705e9-fde1-4acd-88a9-6c04caabccb6 and serviceModelVersionId: c6511fce-9553-4aea-b277-1e85b4a8c30c 2022-10-28T04:35:52.092Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 17e71156-7d9f-44fa-951c-7b92eb8feb39 2022-10-28T04:35:52.093Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/17e71156-7d9f-44fa-951c-7b92eb8feb39/model-vers/model-ver/c6511fce-9553-4aea-b277-1e85b4a8c30c?depth=0 2022-10-28T04:35:52.099Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2022-10-28T04:35:52.148Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/17e71156-7d9f-44fa-951c-7b92eb8feb39/model-vers/model-ver/c6511fce-9553-4aea-b277-1e85b4a8c30c?depth=0|INFO|500||Invoke 2022-10-28T04:35:52.148Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/17e71156-7d9f-44fa-951c-7b92eb8feb39/model-vers/model-ver/c6511fce-9553-4aea-b277-1e85b4a8c30c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/17e71156-7d9f-44fa-951c-7b92eb8feb39/model-vers/model-ver/c6511fce-9553-4aea-b277-1e85b4a8c30c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[1a6705e9-fde1-4acd-88a9-6c04caabccb6], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c41a792c-0e56-4115-aef6-ebd7b2255f49], X-ECOMP-RequestID=[1a6705e9-fde1-4acd-88a9-6c04caabccb6], X-TransactionId=[], X-ONAP-RequestID=[1a6705e9-fde1-4acd-88a9-6c04caabccb6], Content-Type=[application/merge-patch+json]} 2022-10-28T04:35:52.168Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/17e71156-7d9f-44fa-951c-7b92eb8feb39/model-vers/model-ver/c6511fce-9553-4aea-b277-1e85b4a8c30c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-10-28T04:35:52.315Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/17e71156-7d9f-44fa-951c-7b92eb8feb39/model-vers/model-ver/c6511fce-9553-4aea-b277-1e85b4a8c30c?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/17e71156-7d9f-44fa-951c-7b92eb8feb39/model-vers/model-ver/c6511fce-9553-4aea-b277-1e85b4a8c30c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221028-04:35:52:621-60434], vertex-id=[319568], Content-Length=[0], Date=[Fri, 28 Oct 2022 04:35:52 GMT], Content-Type=[application/json]} 2022-10-28T04:35:52.315Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/17e71156-7d9f-44fa-951c-7b92eb8feb39/model-vers/model-ver/c6511fce-9553-4aea-b277-1e85b4a8c30c?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-10-28T04:35:52.316Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/17e71156-7d9f-44fa-951c-7b92eb8feb39/model-vers/model-ver/c6511fce-9553-4aea-b277-1e85b4a8c30c?depth=0|INFO|500||InvokeReturn 2022-10-28T04:35:52.319Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-10-28T04:35:52.319Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|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-28T04:35:52.328Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|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-28T04:35:52.329Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1a6705e9-fde1-4acd-88a9-6c04caabccb6 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-10-28T04:35:52.329Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-10-28T04:35:52.329Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-10-28T04:35:52.331Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-28T04:35:52.332Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "1a6705e9-fde1-4acd-88a9-6c04caabccb6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666931752329, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-28T04:35:52.432Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-28T04:35:52.432Z||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-28T04:35:52.432Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OqCvdRHX32zc8Jsc) ... 2022-10-28T04:35:52.451Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:35:52.451Z||pool-55-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-10-28T04:35:53.351Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-28T04:35:53.351Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"d5778045-ab6f-4a7f-8ebd-797fcdc0fd54","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"542b431e-6786-43cb-801a-a44b2a5c10bd","serviceDescription":"service","serviceInvariantUUID":"5b4dca38-2555-4f26-97ae-72815a411920","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"da547642-e33e-43a3-9f7d-2ef93bd5ba34","resourceInvariantUUID":"01008456-a3c8-4eea-ac46-93ac7d616ed5","resourceCustomizationUUID":"54f0e69c-4417-4427-895f-052fc8f53d1e","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":"MDhkNTA4M2IxMjg1NThhZDlkZGI1NmY3NTdmZjRjODg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a0aaf139-897d-4757-9c29-5a28863a1fc0","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":"b9cebbd1-c48f-4cdc-ae68-9811ab70f8ba","artifactVersion":"2","generatedFromUUID":"32ba7736-f500-4904-ba31-fea43d189a9f"},{"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":"32ba7736-f500-4904-ba31-fea43d189a9f","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":"MjRhOWZhZmI1MjE0MGQzZWU0ZDA3NTZlZWRlMDFmMmE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7ac78650-c27c-4263-a34b-415a367c767f","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":"9bb2c26e-3d38-4cd4-a182-6af7500bd9f2","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":"b3dc5436-fe77-4718-b591-0032389770b3","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":"6f85ad8a-854d-4e2d-ac7f-faf046fe204c","artifactVersion":"2","generatedFromUUID":"9bb2c26e-3d38-4cd4-a182-6af7500bd9f2"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"YjJiZGUxMDIyNjUyODJlMWIwZTcwNWQwZjBlZTczYzU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a8cc262a-df70-4c10-a4f8-7de8500d266c","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"MzA1ODBjYzg3MTcxYjA2YjI3NTdjNmExNmJkYzkwNWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f7f2d926-24ef-4ad7-9af1-16d5e0806569","artifactVersion":"1"}],"workloadContext":"Production"} 2022-10-28T04:35:53.352Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-28T04:35:53.352Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-10-28T04:35:53.354Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-28T04:35:53.354Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "d5778045-ab6f-4a7f-8ebd-797fcdc0fd54", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666931644931, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-28T04:35:53.454Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-28T04:35:53.455Z||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-28T04:35:53.455Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OqCvdRHX32zc8Jsc) ... 2022-10-28T04:35:53.471Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:35:53.472Z||pool-56-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-10-28T04:35:54.357Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-28T04:35:54.358Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-10-28T04:35:54.361Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-28T04:35:54.361Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "d5778045-ab6f-4a7f-8ebd-797fcdc0fd54", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666931644931, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-10-28T04:35:54.461Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-28T04:35:54.462Z||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-28T04:35:54.462Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OqCvdRHX32zc8Jsc) ... 2022-10-28T04:35:54.476Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:35:54.476Z||pool-57-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-10-28T04:35:55.362Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-28T04:35:55.363Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-10-28T04:35:55.364Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-28T04:35:55.365Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "d5778045-ab6f-4a7f-8ebd-797fcdc0fd54", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666931644931, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-10-28T04:35:55.465Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-28T04:35:55.466Z||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-28T04:35:55.466Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OqCvdRHX32zc8Jsc) ... 2022-10-28T04:35:55.482Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:35:55.483Z||pool-58-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-10-28T04:35:56.365Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-28T04:35:56.366Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-10-28T04:35:56.368Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-28T04:35:56.368Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "d5778045-ab6f-4a7f-8ebd-797fcdc0fd54", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666931644931, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-10-28T04:35:56.468Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-28T04:35:56.469Z||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-28T04:35:56.469Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OqCvdRHX32zc8Jsc) ... 2022-10-28T04:35:56.483Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:35:56.484Z||pool-59-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-10-28T04:35:57.369Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-28T04:35:57.370Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-10-28T04:35:57.372Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-28T04:35:57.373Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "d5778045-ab6f-4a7f-8ebd-797fcdc0fd54", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666931644931, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-10-28T04:35:57.473Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-28T04:35:57.474Z||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-28T04:35:57.474Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OqCvdRHX32zc8Jsc) ... 2022-10-28T04:35:57.496Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:35:57.497Z||pool-60-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-10-28T04:35:58.373Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-28T04:35:58.374Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-10-28T04:35:58.376Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-28T04:35:58.376Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "d5778045-ab6f-4a7f-8ebd-797fcdc0fd54", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666931644931, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-28T04:35:58.476Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-28T04:35:58.477Z||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-28T04:35:58.477Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OqCvdRHX32zc8Jsc) ... 2022-10-28T04:35:58.493Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:35:58.495Z||pool-61-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-10-28T04:35:59.377Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-28T04:35:59.378Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-10-28T04:35:59.380Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-28T04:35:59.380Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "d5778045-ab6f-4a7f-8ebd-797fcdc0fd54", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666931644931, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-10-28T04:35:59.480Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-28T04:35:59.481Z||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-28T04:35:59.481Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OqCvdRHX32zc8Jsc) ... 2022-10-28T04:35:59.499Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:35:59.499Z||pool-62-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-10-28T04:36:00.380Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-28T04:36:00.381Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-10-28T04:36:00.382Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-28T04:36:00.383Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "d5778045-ab6f-4a7f-8ebd-797fcdc0fd54", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666931644931, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-10-28T04:36:00.483Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-28T04:36:00.483Z||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-28T04:36:00.484Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OqCvdRHX32zc8Jsc) ... 2022-10-28T04:36:00.498Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:36:00.499Z||pool-63-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-10-28T04:36:01.383Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-28T04:36:01.384Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-10-28T04:36:01.385Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-28T04:36:01.385Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "d5778045-ab6f-4a7f-8ebd-797fcdc0fd54", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666931644931, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-10-28T04:36:01.486Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-10-28T04:36:01.486Z||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-28T04:36:01.487Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OqCvdRHX32zc8Jsc) ... 2022-10-28T04:36:01.500Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:36:01.500Z||pool-64-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-10-28T04:36:02.387Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "d5778045-ab6f-4a7f-8ebd-797fcdc0fd54", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "542b431e-6786-43cb-801a-a44b2a5c10bd", "serviceDescription": "service", "serviceInvariantUUID": "5b4dca38-2555-4f26-97ae-72815a411920", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "54f0e69c-4417-4427-895f-052fc8f53d1e", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "da547642-e33e-43a3-9f7d-2ef93bd5ba34", "resourceInvariantUUID": "01008456-a3c8-4eea-ac46-93ac7d616ed5", "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": "b9cebbd1-c48f-4cdc-ae68-9811ab70f8ba", "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": "32ba7736-f500-4904-ba31-fea43d189a9f", "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": "MjRhOWZhZmI1MjE0MGQzZWU0ZDA3NTZlZWRlMDFmMmE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "7ac78650-c27c-4263-a34b-415a367c767f", "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": "9bb2c26e-3d38-4cd4-a182-6af7500bd9f2", "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": "6f85ad8a-854d-4e2d-ac7f-faf046fe204c", "generatedFromUUID": "9bb2c26e-3d38-4cd4-a182-6af7500bd9f2" }, "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": "6f85ad8a-854d-4e2d-ac7f-faf046fe204c", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "MzA1ODBjYzg3MTcxYjA2YjI3NTdjNmExNmJkYzkwNWI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f7f2d926-24ef-4ad7-9af1-16d5e0806569" } ], "workloadContext": "Production" } 2022-10-28T04:36:02.387Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-10-28T04:36:02.387Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 542b431e-6786-43cb-801a-a44b2a5c10bd ASDC 2022-10-28T04:36:02.388Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:d5778045-ab6f-4a7f-8ebd-797fcdc0fd54 ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:542b431e-6786-43cb-801a-a44b2a5c10bd ServiceInvariantUUID:5b4dca38-2555-4f26-97ae-72815a411920 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:f7f2d926-24ef-4ad7-9af1-16d5e0806569 ArtifactChecksum:MzA1ODBjYzg3MTcxYjA2YjI3NTdjNmExNmJkYzkwNWI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:54f0e69c-4417-4427-895f-052fc8f53d1e ResourceInvariantUUID:01008456-a3c8-4eea-ac46-93ac7d616ed5 ResourceName:basic_cnf ResourceType:VF ResourceUUID:da547642-e33e-43a3-9f7d-2ef93bd5ba34 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:b9cebbd1-c48f-4cdc-ae68-9811ab70f8ba 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:32ba7736-f500-4904-ba31-fea43d189a9f 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:7ac78650-c27c-4263-a34b-415a367c767f ArtifactChecksum:MjRhOWZhZmI1MjE0MGQzZWU0ZDA3NTZlZWRlMDFmMmE= 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:9bb2c26e-3d38-4cd4-a182-6af7500bd9f2 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:6f85ad8a-854d-4e2d-ac7f-faf046fe204c 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:6f85ad8a-854d-4e2d-ac7f-faf046fe204c ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-10-28T04:36:02.388Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 542b431e-6786-43cb-801a-a44b2a5c10bd 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-28T04:36:02.424Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-28T04:36:02.424Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-10-28T04:36:02.425Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-10-28T04:36:02.425Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: f7f2d926-24ef-4ad7-9af1-16d5e0806569 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-10-28T04:36:02.425Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-10-28T04:36:02.425Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-10-28T04:36:02.490Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-10-28T04:36:02.492Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar f7f2d926-24ef-4ad7-9af1-16d5e0806569 68958 2022-10-28T04:36:02.492Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-10-28T04:36:02.492Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-10-28T04:36:02.492Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-28T04:36:02.492Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-10-28T04:36:02.494Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-28T04:36:02.494Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "d5778045-ab6f-4a7f-8ebd-797fcdc0fd54", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666931762492, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-28T04:36:02.594Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-28T04:36:02.595Z||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-28T04:36:02.595Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OqCvdRHX32zc8Jsc) ... 2022-10-28T04:36:02.611Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:36:02.611Z||pool-65-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-10-28T04:36:03.494Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-28T04:36:03.495Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-10-28T04:36:03.496Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: f7f2d926-24ef-4ad7-9af1-16d5e0806569, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2022-10-28T04:36:03.496Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2022-10-28T04:36:03.496Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2022-10-28T04:36:03.497Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2022-10-28T04:36:03.571Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10909246084123763452/Definitions/service-BasicCnf-template.yml 2022-10-28T04:36:04.363Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2022-10-28T04:36:04.364Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-10-28T04:36:04.364Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-10-28T04:36:04.364Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-10-28T04:36:04.364Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-10-28T04:36:04.364Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-10-28T04:36:04.364Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-10-28T04:36:04.364Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||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-28T04:36:04.364Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-10-28T04:36:04.364Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:36:04.364Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-10-28T04:36:04.365Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-10-28T04:36:04.365Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-10-28T04:36:04.365Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-28T04:36:04.365Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:36:04.365Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-10-28T04:36:04.365Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-10-28T04:36:04.365Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-10-28T04:36:04.365Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-28T04:36:04.365Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:36:04.365Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-28T04:36:04.366Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:36:04.366Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-10-28T04:36:04.366Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2022-10-28T04:36:04.366Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||DEBUG|500||Node template dummy is not matching search criteria 2022-10-28T04:36:04.366Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-10-28T04:36:04.366Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:36:04.366Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-10-28T04:36:04.366Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:36:04.366Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-10-28T04:36:04.366Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-28T04:36:04.367Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:36:04.367Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-10-28T04:36:04.367Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-28T04:36:04.367Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:36:04.367Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-10-28T04:36:04.367Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-28T04:36:04.367Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:36:04.367Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-10-28T04:36:04.367Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-10-28T04:36:04.367Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=77dbcc80-63ad-499e-8ede-662ed97388f5 2022-10-28T04:36:04.367Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:36:04.367Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-10-28T04:36:04.367Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:36:04.368Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-10-28T04:36:04.368Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:36:04.368Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-28T04:36:04.368Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:36:04.368Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-28T04:36:04.368Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:542b431e-6786-43cb-801a-a44b2a5c10bd Model Version:NULL Model InvariantUuid:5b4dca38-2555-4f26-97ae-72815a411920 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:eb384102-4dfc-4610-be7a-4badb3fabcc6 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:01008456-a3c8-4eea-ac46-93ac7d616ed5 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:54f0e69c-4417-4427-895f-052fc8f53d1e NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:f41e59d3-2140-4f22-89d6-77950468e8cf ModelName:BasicCnf..base_dummy..module-0 ModelUuid:d9b1f967-93b9-47f7-9497-5bd5563ecbf0 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:77dbcc80-63ad-499e-8ede-662ed97388f5 ModelInvariantUuid:87234bf6-90ce-458f-8d8d-af092d404660 ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:0eaaf363-7bde-4d02-a6d7-84217de92da9 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:d87e3139-dea5-4695-b46f-b894c0fbdfc5 ModelInvariantUuid:dec0a836-3b20-4e47-81c0-8c0e163d6873 ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:ea516637-0c9f-4d3e-925f-b892b3b43012 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-28T04:36:04.376Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: da547642-e33e-43a3-9f7d-2ef93bd5ba34 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-28T04:36:04.379Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||INFO|500||basic_cnf 0 2022-10-28T04:36:04.379Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: da547642-e33e-43a3-9f7d-2ef93bd5ba34 2022-10-28T04:36:04.380Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: b9cebbd1-c48f-4cdc-ae68-9811ab70f8ba from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-10-28T04:36:04.380Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-10-28T04:36:04.380Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-10-28T04:36:04.429Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-10-28T04:36:04.430Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env b9cebbd1-c48f-4cdc-ae68-9811ab70f8ba 12 2022-10-28T04:36:04.430Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2022-10-28T04:36:04.430Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-10-28T04:36:04.430Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-28T04:36:04.431Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-10-28T04:36:04.433Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-28T04:36:04.433Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "d5778045-ab6f-4a7f-8ebd-797fcdc0fd54", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666931764430, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-10-28T04:36:04.533Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-28T04:36:04.534Z||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-28T04:36:04.534Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OqCvdRHX32zc8Jsc) ... 2022-10-28T04:36:04.551Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:36:04.551Z||pool-66-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-10-28T04:36:04.933Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T04:36:04.934Z||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-28T04:36:04.934Z||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 OqCvdRHX32zc8Jsc) ... 2022-10-28T04:36:04.980Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:36:04.981Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:36:04.981Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5a7a9fd-5539-43db-bf78-6701f98cd4f7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666931628916, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM8f9wtvpgqx0gmt7vyqz/1.0/resourceInstances/pnf91ebd736f12a0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-10-28T04:36:04.981Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-28T04:36:05.433Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 32ba7736-f500-4904-ba31-fea43d189a9f from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-10-28T04:36:05.434Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-10-28T04:36:05.434Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-10-28T04:36:05.493Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-10-28T04:36:05.495Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 32ba7736-f500-4904-ba31-fea43d189a9f 2688 2022-10-28T04:36:05.496Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2022-10-28T04:36:05.496Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-10-28T04:36:05.496Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-28T04:36:05.496Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-10-28T04:36:05.499Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-28T04:36:05.499Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "d5778045-ab6f-4a7f-8ebd-797fcdc0fd54", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666931765495, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-10-28T04:36:05.599Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-28T04:36:05.600Z||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-28T04:36:05.600Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OqCvdRHX32zc8Jsc) ... 2022-10-28T04:36:05.615Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:36:05.616Z||pool-67-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-10-28T04:36:06.500Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 7ac78650-c27c-4263-a34b-415a367c767f from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-10-28T04:36:06.500Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-10-28T04:36:06.501Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-10-28T04:36:06.560Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-10-28T04:36:06.560Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 7ac78650-c27c-4263-a34b-415a367c767f 828 2022-10-28T04:36:06.560Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2022-10-28T04:36:06.561Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-10-28T04:36:06.561Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-28T04:36:06.561Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-10-28T04:36:06.563Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-28T04:36:06.563Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "d5778045-ab6f-4a7f-8ebd-797fcdc0fd54", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666931766560, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-10-28T04:36:06.663Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-28T04:36:06.664Z||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-28T04:36:06.664Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OqCvdRHX32zc8Jsc) ... 2022-10-28T04:36:06.708Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:36:06.709Z||pool-68-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":0,"count":1} 2022-10-28T04:36:07.563Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "f41e59d3-2140-4f22-89d6-77950468e8cf", "vfModuleModelVersion": "1", "vfModuleModelUUID": "d9b1f967-93b9-47f7-9497-5bd5563ecbf0", "vfModuleModelCustomizationUUID": "a31ae92c-2581-4839-b8de-0e7a526bc186", "isBase": true, "artifacts": [ "9bb2c26e-3d38-4cd4-a182-6af7500bd9f2", "32ba7736-f500-4904-ba31-fea43d189a9f", "6f85ad8a-854d-4e2d-ac7f-faf046fe204c" ], "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-28T04:36:07.567Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:d9b1f967-93b9-47f7-9497-5bd5563ecbf0 VfModuleModelInvariantUUID:f41e59d3-2140-4f22-89d6-77950468e8cf VfModuleModelDescription:NULL Artifacts UUID List:{ 9bb2c26e-3d38-4cd4-a182-6af7500bd9f2 , 32ba7736-f500-4904-ba31-fea43d189a9f , 6f85ad8a-854d-4e2d-ac7f-faf046fe204c } 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-28T04:36:07.569Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "f41e59d3-2140-4f22-89d6-77950468e8cf", "vfModuleModelVersion": "1", "vfModuleModelUUID": "d9b1f967-93b9-47f7-9497-5bd5563ecbf0", "vfModuleModelCustomizationUUID": "a31ae92c-2581-4839-b8de-0e7a526bc186", "isBase": true, "artifacts": [ "9bb2c26e-3d38-4cd4-a182-6af7500bd9f2", "32ba7736-f500-4904-ba31-fea43d189a9f", "6f85ad8a-854d-4e2d-ac7f-faf046fe204c" ], "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-28T04:36:07.569Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:d9b1f967-93b9-47f7-9497-5bd5563ecbf0 VfModuleModelInvariantUUID:f41e59d3-2140-4f22-89d6-77950468e8cf VfModuleModelDescription:NULL Artifacts UUID List:{ 9bb2c26e-3d38-4cd4-a182-6af7500bd9f2 , 32ba7736-f500-4904-ba31-fea43d189a9f , 6f85ad8a-854d-4e2d-ac7f-faf046fe204c } 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-28T04:36:07.569Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 9bb2c26e-3d38-4cd4-a182-6af7500bd9f2 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-10-28T04:36:07.569Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-10-28T04:36:07.570Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-10-28T04:36:07.620Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-10-28T04:36:07.622Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 9bb2c26e-3d38-4cd4-a182-6af7500bd9f2 1164 2022-10-28T04:36:07.623Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2022-10-28T04:36:07.625Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-10-28T04:36:07.625Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-28T04:36:07.625Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-10-28T04:36:07.627Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-28T04:36:07.627Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "d5778045-ab6f-4a7f-8ebd-797fcdc0fd54", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666931767622, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-10-28T04:36:07.734Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms 2022-10-28T04:36:07.735Z||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-28T04:36:07.735Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OqCvdRHX32zc8Jsc) ... 2022-10-28T04:36:07.755Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:36:07.755Z||pool-69-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1} 2022-10-28T04:36:08.627Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 6f85ad8a-854d-4e2d-ac7f-faf046fe204c from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-10-28T04:36:08.628Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-10-28T04:36:08.629Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-10-28T04:36:08.680Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-10-28T04:36:08.681Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 6f85ad8a-854d-4e2d-ac7f-faf046fe204c 200 2022-10-28T04:36:08.682Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2022-10-28T04:36:08.682Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-10-28T04:36:08.682Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-28T04:36:08.683Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-10-28T04:36:08.685Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-28T04:36:08.685Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "d5778045-ab6f-4a7f-8ebd-797fcdc0fd54", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666931768682, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-10-28T04:36:08.785Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-28T04:36:08.786Z||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-28T04:36:08.786Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OqCvdRHX32zc8Jsc) ... 2022-10-28T04:36:08.806Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:36:08.806Z||pool-70-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1} 2022-10-28T04:36:09.695Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 542b431e-6786-43cb-801a-a44b2a5c10bd 2022-10-28T04:36:09.706Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 da547642-e33e-43a3-9f7d-2ef93bd5ba34 ASDC 2022-10-28T04:36:09.716Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? 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-28T04:36:09.731Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7bf6b977, org.onap.sdc.toscaparser.api.parameters.Input@10488482, org.onap.sdc.toscaparser.api.parameters.Input@2c9d9317, org.onap.sdc.toscaparser.api.parameters.Input@4c5129b1, org.onap.sdc.toscaparser.api.parameters.Input@2a20c4d] 2022-10-28T04:36:09.736Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:36:09.737Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-28T04:36:09.739Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 2022-10-28T04:36:09.739Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 54f0e69c-4417-4427-895f-052fc8f53d1e 2022-10-28T04:36:09.739Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 54f0e69c-4417-4427-895f-052fc8f53d1e matches Tosca VF Customization UUID: 54f0e69c-4417-4427-895f-052fc8f53d1e 2022-10-28T04:36:09.739Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 54f0e69c-4417-4427-895f-052fc8f53d1e 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-28T04:36:09.746Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:36:09.746Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-10-28T04:36:09.747Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 54f0e69c-4417-4427-895f-052fc8f53d1e: {\"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-28T04:36:09.748Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@53067f3b 2022-10-28T04:36:09.748Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:36:09.748Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-10-28T04:36:09.748Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a31ae92c-2581-4839-b8de-0e7a526bc186 2022-10-28T04:36:09.748Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a31ae92c-2581-4839-b8de-0e7a526bc186 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-28T04:36:09.751Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:36:09.752Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-10-28T04:36:09.752Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-28T04:36:09.753Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:36:09.753Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-10-28T04:36:09.753Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-28T04:36:09.754Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:36:09.754Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-10-28T04:36:09.754Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-10-28T04:36:09.754Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=77dbcc80-63ad-499e-8ede-662ed97388f5 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-28T04:36:09.757Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:36:09.758Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-10-28T04:36:09.758Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-28T04:36:09.759Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:36:09.759Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-10-28T04:36:09.759Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=54f0e69c-4417-4427-895f-052fc8f53d1e 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-28T04:36:09.762Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:36:09.762Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-10-28T04:36:09.762Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 542b431e-6786-43cb-801a-a44b2a5c10bd: basic_cnf 2022-10-28T04:36:09.763Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:36:09.763Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-28T04:36:09.763Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:36:09.763Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-10-28T04:36:09.763Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:36:09.763Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-10-28T04:36:09.764Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:36:09.764Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-10-28T04:36:09.764Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:36:09.764Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-10-28T04:36:09.764Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||INFO|500||Saving Service: basic_cnf Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-10-28T04:36:09.845Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf da547642-e33e-43a3-9f7d-2ef93bd5ba34 1 ASDC deployResourceStructure 2022-10-28T04:36:09.846Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2022-10-28T04:36:09.846Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource) 2022-10-28T04:36:09.847Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-10-28T04:36:09.847Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-10-28T04:36:09.849Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-28T04:36:09.849Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "d5778045-ab6f-4a7f-8ebd-797fcdc0fd54", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666931769846, "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-28T04:36:09.949Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-28T04:36:09.950Z||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-28T04:36:09.950Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OqCvdRHX32zc8Jsc) ... 2022-10-28T04:36:09.965Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:36:09.965Z||pool-71-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-10-28T04:36:10.850Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2022-10-28T04:36:10.851Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource) 2022-10-28T04:36:10.851Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-10-28T04:36:10.851Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-10-28T04:36:10.854Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-28T04:36:10.854Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "d5778045-ab6f-4a7f-8ebd-797fcdc0fd54", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666931770850, "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-28T04:36:10.954Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-28T04:36:10.956Z||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-28T04:36:10.956Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OqCvdRHX32zc8Jsc) ... 2022-10-28T04:36:10.983Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:36:10.984Z||pool-72-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1} 2022-10-28T04:36:11.855Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2022-10-28T04:36:11.856Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-10-28T04:36:11.856Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-28T04:36:11.856Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-10-28T04:36:11.858Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-28T04:36:11.858Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "d5778045-ab6f-4a7f-8ebd-797fcdc0fd54", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666931771855, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-10-28T04:36:11.959Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-28T04:36:11.960Z||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-28T04:36:11.960Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OqCvdRHX32zc8Jsc) ... 2022-10-28T04:36:11.976Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:36:11.977Z||pool-73-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-10-28T04:36:12.861Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2022-10-28T04:36:12.861Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-10-28T04:36:12.861Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-28T04:36:12.862Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-10-28T04:36:12.865Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-28T04:36:12.865Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "d5778045-ab6f-4a7f-8ebd-797fcdc0fd54", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666931772859, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-10-28T04:36:12.966Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-10-28T04:36:12.967Z||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-28T04:36:12.968Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OqCvdRHX32zc8Jsc) ... 2022-10-28T04:36:12.981Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:36:12.982Z||pool-74-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-10-28T04:36:13.866Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2022-10-28T04:36:13.867Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-10-28T04:36:13.867Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-28T04:36:13.867Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-10-28T04:36:13.869Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-28T04:36:13.869Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "d5778045-ab6f-4a7f-8ebd-797fcdc0fd54", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666931773866, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-10-28T04:36:13.969Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-28T04:36:13.971Z||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-28T04:36:13.971Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OqCvdRHX32zc8Jsc) ... 2022-10-28T04:36:13.985Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:36:13.986Z||pool-75-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-10-28T04:36:14.871Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-10-28T04:36:14.871Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-10-28T04:36:14.872Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-28T04:36:14.872Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-10-28T04:36:14.874Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-28T04:36:14.875Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "d5778045-ab6f-4a7f-8ebd-797fcdc0fd54", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666931774871, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-10-28T04:36:14.975Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-28T04:36:14.975Z||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-28T04:36:14.976Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OqCvdRHX32zc8Jsc) ... 2022-10-28T04:36:14.990Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:36:14.991Z||pool-76-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-10-28T04:36:15.875Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d5778045-ab6f-4a7f-8ebd-797fcdc0fd54 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-28T04:36:15.887Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d5778045-ab6f-4a7f-8ebd-797fcdc0fd54 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-28T04:36:15.893Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-28T04:36:15.893Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-10-28T04:36:15.893Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-10-28T04:36:15.893Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-10-28T04:36:15.894Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-28T04:36:15.894Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-28T04:36:15.894Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-28T04:36:15.894Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-28T04:36:15.894Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-28T04:36:15.894Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-28T04:36:15.894Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|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-28T04:36:15.900Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-10-28T04:36:45.900Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d5778045-ab6f-4a7f-8ebd-797fcdc0fd54 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-28T04:36:45.910Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d5778045-ab6f-4a7f-8ebd-797fcdc0fd54 and serviceModelVersionId: 542b431e-6786-43cb-801a-a44b2a5c10bd 2022-10-28T04:36:45.910Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5b4dca38-2555-4f26-97ae-72815a411920 2022-10-28T04:36:45.911Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5b4dca38-2555-4f26-97ae-72815a411920/model-vers/model-ver/542b431e-6786-43cb-801a-a44b2a5c10bd?depth=0 2022-10-28T04:36:45.915Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2022-10-28T04:36:45.953Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5b4dca38-2555-4f26-97ae-72815a411920/model-vers/model-ver/542b431e-6786-43cb-801a-a44b2a5c10bd?depth=0|INFO|500||Invoke 2022-10-28T04:36:45.954Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5b4dca38-2555-4f26-97ae-72815a411920/model-vers/model-ver/542b431e-6786-43cb-801a-a44b2a5c10bd?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5b4dca38-2555-4f26-97ae-72815a411920/model-vers/model-ver/542b431e-6786-43cb-801a-a44b2a5c10bd?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[d5778045-ab6f-4a7f-8ebd-797fcdc0fd54], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[5f52f96e-bad0-4a65-a5d7-55b22290d6cc], X-ECOMP-RequestID=[d5778045-ab6f-4a7f-8ebd-797fcdc0fd54], X-TransactionId=[], X-ONAP-RequestID=[d5778045-ab6f-4a7f-8ebd-797fcdc0fd54], Content-Type=[application/merge-patch+json]} 2022-10-28T04:36:45.974Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5b4dca38-2555-4f26-97ae-72815a411920/model-vers/model-ver/542b431e-6786-43cb-801a-a44b2a5c10bd?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-10-28T04:36:46.134Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5b4dca38-2555-4f26-97ae-72815a411920/model-vers/model-ver/542b431e-6786-43cb-801a-a44b2a5c10bd?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/5b4dca38-2555-4f26-97ae-72815a411920/model-vers/model-ver/542b431e-6786-43cb-801a-a44b2a5c10bd?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221028-04:36:46:432-26643], vertex-id=[331856], Content-Length=[0], Date=[Fri, 28 Oct 2022 04:36:46 GMT], Content-Type=[application/json]} 2022-10-28T04:36:46.135Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5b4dca38-2555-4f26-97ae-72815a411920/model-vers/model-ver/542b431e-6786-43cb-801a-a44b2a5c10bd?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-10-28T04:36:46.136Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5b4dca38-2555-4f26-97ae-72815a411920/model-vers/model-ver/542b431e-6786-43cb-801a-a44b2a5c10bd?depth=0|INFO|500||InvokeReturn 2022-10-28T04:36:46.137Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-10-28T04:36:46.137Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|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-28T04:36:46.141Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|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-28T04:36:46.142Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d5778045-ab6f-4a7f-8ebd-797fcdc0fd54 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-10-28T04:36:46.142Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-10-28T04:36:46.143Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-10-28T04:36:46.145Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-28T04:36:46.145Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "d5778045-ab6f-4a7f-8ebd-797fcdc0fd54", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666931806142, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-28T04:36:46.246Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-28T04:36:46.247Z||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-28T04:36:46.247Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OqCvdRHX32zc8Jsc) ... 2022-10-28T04:36:46.266Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:36:46.266Z||pool-77-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-28T04:36:47.159Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-28T04:36:47.159Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"b5a7a9fd-5539-43db-bf78-6701f98cd4f7","serviceName":"Demo_pNF_m8f9wTvPGQx0gmt7vyQz","serviceVersion":"1.0","serviceUUID":"e504ecb9-a9c5-420f-ad2d-ae2e942f5711","serviceDescription":"catalog service description","serviceInvariantUUID":"44fd9c4b-78c2-411f-abf4-1941991398e1","resources":[{"resourceInstanceName":"pNF 91ebd736-f12a 0","resourceName":"pNF 91ebd736-f12a","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"833a67eb-09a4-46ca-975e-5c8751337d98","resourceInvariantUUID":"4177b658-fc5a-485a-a040-0d53a68e451d","resourceCustomizationUUID":"0da83fa6-d1c0-49a5-8aa0-42a23540da85","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfM8f9wtvpgqx0gmt7vyqz/1.0/resourceInstances/pnf91ebd736f12a0/artifacts/vf-license-model.xml","artifactChecksum":"Njk5YTExYzZmYTI2ZDI1OGM0MmEwNzQzYzk4OWJmOGU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"620e4f4f-2e1b-4470-9860-39ac7d306c1e","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfM8f9wtvpgqx0gmt7vyqz/1.0/resourceInstances/pnf91ebd736f12a0/artifacts/pNF.csar","artifactChecksum":"MmE3M2UwNWJlMjQyM2Q0NzM3YjUwNTAzOGQ5Y2E4N2I\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c95c7d6a-0eb9-42e0-ae8c-8071b1b6af24","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfM8f9wtvpgqx0gmt7vyqz/1.0/resourceInstances/pnf91ebd736f12a0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ad48851e-cf7f-4cba-9670-7acb422f24b3","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfM8f9wtvpgqx0gmt7vyqz/1.0/resourceInstances/pnf91ebd736f12a0/artifacts/vendor-license-model.xml","artifactChecksum":"ODhiMTJhMGI3NGI3NDc3YzAyY2Y1OWViOWMyMjJlZTQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b0ef377d-a0dd-4dd8-acb2-75ede2a7e2eb","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfM8f9wtvpgqx0gmt7vyqz/1.0/resourceInstances/pnf91ebd736f12a0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"45468938-cfe3-4216-a9bc-f188b54665ab","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfM8f9wtvpgqx0gmt7vyqz/1.0/resourceInstances/pnf91ebd736f12a0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"18b6842d-ebc9-4272-93cd-6ac2135d015b","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfM8f9wtvpgqx0gmt7vyqz-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfM8f9wtvpgqx0gmt7vyqz/1.0/artifacts/service-DemoPnfM8f9wtvpgqx0gmt7vyqz-template.yml","artifactChecksum":"MGIzYjQzZjZkYWU5ZTMwMGY2YmVmNTFhYTljMzZiYTk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b554dbe6-4988-43e3-8ebb-600a21552eae","artifactVersion":"1"},{"artifactName":"service-DemoPnfM8f9wtvpgqx0gmt7vyqz-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfM8f9wtvpgqx0gmt7vyqz/1.0/artifacts/service-DemoPnfM8f9wtvpgqx0gmt7vyqz-csar.csar","artifactChecksum":"NTlmZWRiNDNmNjlhYzM0YzRmYjZhYmVmZmEzYjFjM2Q\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"827d0bec-0329-4dd1-919a-aae7f74847ec","artifactVersion":"1"}],"workloadContext":"Production"} 2022-10-28T04:36:47.159Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-28T04:36:47.160Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-10-28T04:36:47.161Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-28T04:36:47.161Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "b5a7a9fd-5539-43db-bf78-6701f98cd4f7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666931644931, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM8f9wtvpgqx0gmt7vyqz/1.0/resourceInstances/pnf91ebd736f12a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-28T04:36:47.262Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-28T04:36:47.263Z||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-28T04:36:47.263Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OqCvdRHX32zc8Jsc) ... 2022-10-28T04:36:47.299Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:36:47.299Z||pool-78-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1} 2022-10-28T04:36:48.162Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-28T04:36:48.163Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-10-28T04:36:48.164Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-28T04:36:48.165Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "b5a7a9fd-5539-43db-bf78-6701f98cd4f7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666931644931, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM8f9wtvpgqx0gmt7vyqz/1.0/resourceInstances/pnf91ebd736f12a0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-10-28T04:36:48.265Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-28T04:36:48.266Z||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-28T04:36:48.266Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OqCvdRHX32zc8Jsc) ... 2022-10-28T04:36:48.281Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:36:48.282Z||pool-79-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-10-28T04:36:49.165Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-28T04:36:49.166Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-10-28T04:36:49.168Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-28T04:36:49.168Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "b5a7a9fd-5539-43db-bf78-6701f98cd4f7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666931644931, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM8f9wtvpgqx0gmt7vyqz/1.0/resourceInstances/pnf91ebd736f12a0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-10-28T04:36:49.268Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-28T04:36:49.269Z||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-28T04:36:49.269Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OqCvdRHX32zc8Jsc) ... 2022-10-28T04:36:49.312Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:36:49.313Z||pool-80-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":1,"count":1} 2022-10-28T04:36:50.169Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-28T04:36:50.170Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-10-28T04:36:50.172Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-28T04:36:50.172Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "b5a7a9fd-5539-43db-bf78-6701f98cd4f7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666931644931, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM8f9wtvpgqx0gmt7vyqz/1.0/resourceInstances/pnf91ebd736f12a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-28T04:36:50.272Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-28T04:36:50.272Z||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-28T04:36:50.273Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OqCvdRHX32zc8Jsc) ... 2022-10-28T04:36:50.289Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:36:50.289Z||pool-81-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-10-28T04:36:51.172Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-28T04:36:51.173Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-10-28T04:36:51.175Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-28T04:36:51.175Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "b5a7a9fd-5539-43db-bf78-6701f98cd4f7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666931644931, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM8f9wtvpgqx0gmt7vyqz/1.0/resourceInstances/pnf91ebd736f12a0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-10-28T04:36:51.275Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-28T04:36:51.276Z||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-28T04:36:51.276Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OqCvdRHX32zc8Jsc) ... 2022-10-28T04:36:51.302Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:36:51.303Z||pool-82-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2022-10-28T04:36:52.175Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-28T04:36:52.176Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-10-28T04:36:52.178Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-28T04:36:52.179Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "b5a7a9fd-5539-43db-bf78-6701f98cd4f7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666931644931, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM8f9wtvpgqx0gmt7vyqz/1.0/resourceInstances/pnf91ebd736f12a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-10-28T04:36:52.279Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-28T04:36:52.280Z||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-28T04:36:52.280Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OqCvdRHX32zc8Jsc) ... 2022-10-28T04:36:52.294Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:36:52.295Z||pool-83-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-10-28T04:36:53.179Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-28T04:36:53.181Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-10-28T04:36:53.184Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-28T04:36:53.184Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "b5a7a9fd-5539-43db-bf78-6701f98cd4f7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666931644931, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM8f9wtvpgqx0gmt7vyqz/1.0/artifacts/service-DemoPnfM8f9wtvpgqx0gmt7vyqz-template.yml", "status": "NOT_NOTIFIED" } 2022-10-28T04:36:53.285Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-28T04:36:53.285Z||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-28T04:36:53.285Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OqCvdRHX32zc8Jsc) ... 2022-10-28T04:36:53.309Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:36:53.310Z||pool-84-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-10-28T04:36:54.185Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-28T04:36:54.186Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-10-28T04:36:54.188Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-28T04:36:54.189Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "b5a7a9fd-5539-43db-bf78-6701f98cd4f7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666931644931, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM8f9wtvpgqx0gmt7vyqz/1.0/artifacts/service-DemoPnfM8f9wtvpgqx0gmt7vyqz-csar.csar", "status": "NOTIFIED" } 2022-10-28T04:36:54.290Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-10-28T04:36:54.291Z||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-28T04:36:54.291Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OqCvdRHX32zc8Jsc) ... 2022-10-28T04:36:54.309Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:36:54.309Z||pool-85-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-10-28T04:36:55.189Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "b5a7a9fd-5539-43db-bf78-6701f98cd4f7", "serviceName": "Demo_pNF_m8f9wTvPGQx0gmt7vyQz", "serviceVersion": "1.0", "serviceUUID": "e504ecb9-a9c5-420f-ad2d-ae2e942f5711", "serviceDescription": "catalog service description", "serviceInvariantUUID": "44fd9c4b-78c2-411f-abf4-1941991398e1", "resources": [ { "resourceInstanceName": "pNF 91ebd736-f12a 0", "resourceCustomizationUUID": "0da83fa6-d1c0-49a5-8aa0-42a23540da85", "resourceName": "pNF 91ebd736-f12a", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "833a67eb-09a4-46ca-975e-5c8751337d98", "resourceInvariantUUID": "4177b658-fc5a-485a-a040-0d53a68e451d", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfM8f9wtvpgqx0gmt7vyqz-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfM8f9wtvpgqx0gmt7vyqz/1.0/artifacts/service-DemoPnfM8f9wtvpgqx0gmt7vyqz-csar.csar", "artifactChecksum": "NTlmZWRiNDNmNjlhYzM0YzRmYjZhYmVmZmEzYjFjM2Q\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "827d0bec-0329-4dd1-919a-aae7f74847ec" } ], "workloadContext": "Production" } 2022-10-28T04:36:55.190Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-10-28T04:36:55.190Z|d5778045-ab6f-4a7f-8ebd-797fcdc0fd54|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 e504ecb9-a9c5-420f-ad2d-ae2e942f5711 ASDC 2022-10-28T04:36:55.191Z|b5a7a9fd-5539-43db-bf78-6701f98cd4f7|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:b5a7a9fd-5539-43db-bf78-6701f98cd4f7 ServiceName:Demo_pNF_m8f9wTvPGQx0gmt7vyQz ServiceVersion:1.0 ServiceUUID:e504ecb9-a9c5-420f-ad2d-ae2e942f5711 ServiceInvariantUUID:44fd9c4b-78c2-411f-abf4-1941991398e1 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfM8f9wtvpgqx0gmt7vyqz-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfM8f9wtvpgqx0gmt7vyqz/1.0/artifacts/service-DemoPnfM8f9wtvpgqx0gmt7vyqz-csar.csar ArtifactUUID:827d0bec-0329-4dd1-919a-aae7f74847ec ArtifactChecksum:NTlmZWRiNDNmNjlhYzM0YzRmYjZhYmVmZmEzYjFjM2Q= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 91ebd736-f12a 0 ResourceCustomizationUUID:0da83fa6-d1c0-49a5-8aa0-42a23540da85 ResourceInvariantUUID:4177b658-fc5a-485a-a040-0d53a68e451d ResourceName:pNF 91ebd736-f12a ResourceType:PNF ResourceUUID:833a67eb-09a4-46ca-975e-5c8751337d98 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-10-28T04:36:55.191Z|b5a7a9fd-5539-43db-bf78-6701f98cd4f7|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e504ecb9-a9c5-420f-ad2d-ae2e942f5711 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-28T04:36:55.223Z|b5a7a9fd-5539-43db-bf78-6701f98cd4f7|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-28T04:36:55.225Z|b5a7a9fd-5539-43db-bf78-6701f98cd4f7|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-10-28T04:36:55.225Z|b5a7a9fd-5539-43db-bf78-6701f98cd4f7|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-10-28T04:36:55.225Z|b5a7a9fd-5539-43db-bf78-6701f98cd4f7|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 827d0bec-0329-4dd1-919a-aae7f74847ec from URL: /sdc/v1/catalog/services/DemoPnfM8f9wtvpgqx0gmt7vyqz/1.0/artifacts/service-DemoPnfM8f9wtvpgqx0gmt7vyqz-csar.csar 2022-10-28T04:36:55.225Z|b5a7a9fd-5539-43db-bf78-6701f98cd4f7|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-10-28T04:36:55.225Z|b5a7a9fd-5539-43db-bf78-6701f98cd4f7|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfM8f9wtvpgqx0gmt7vyqz/1.0/artifacts/service-DemoPnfM8f9wtvpgqx0gmt7vyqz-csar.csar 2022-10-28T04:36:55.423Z|b5a7a9fd-5539-43db-bf78-6701f98cd4f7|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-10-28T04:36:55.428Z|b5a7a9fd-5539-43db-bf78-6701f98cd4f7|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfM8f9wtvpgqx0gmt7vyqz/1.0/artifacts/service-DemoPnfM8f9wtvpgqx0gmt7vyqz-csar.csar 827d0bec-0329-4dd1-919a-aae7f74847ec 82641 2022-10-28T04:36:55.428Z|b5a7a9fd-5539-43db-bf78-6701f98cd4f7|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfM8f9wtvpgqx0gmt7vyqz/1.0/artifacts/service-DemoPnfM8f9wtvpgqx0gmt7vyqz-csar.csar ASDC sendASDCNotification 2022-10-28T04:36:55.428Z|b5a7a9fd-5539-43db-bf78-6701f98cd4f7|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfM8f9wtvpgqx0gmt7vyqz/1.0/artifacts/service-DemoPnfM8f9wtvpgqx0gmt7vyqz-csar.csar 2022-10-28T04:36:55.428Z|b5a7a9fd-5539-43db-bf78-6701f98cd4f7|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-28T04:36:55.429Z|b5a7a9fd-5539-43db-bf78-6701f98cd4f7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-10-28T04:36:55.455Z|b5a7a9fd-5539-43db-bf78-6701f98cd4f7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-28T04:36:55.455Z|b5a7a9fd-5539-43db-bf78-6701f98cd4f7|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "b5a7a9fd-5539-43db-bf78-6701f98cd4f7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666931815428, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM8f9wtvpgqx0gmt7vyqz/1.0/artifacts/service-DemoPnfM8f9wtvpgqx0gmt7vyqz-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-28T04:36:55.531Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 75 ms 2022-10-28T04:36:55.532Z||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-28T04:36:55.532Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OqCvdRHX32zc8Jsc) ... 2022-10-28T04:36:55.546Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:36:55.546Z||pool-86-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-10-28T04:36:56.456Z|b5a7a9fd-5539-43db-bf78-6701f98cd4f7|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-28T04:36:56.457Z|b5a7a9fd-5539-43db-bf78-6701f98cd4f7|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-10-28T04:36:56.458Z|b5a7a9fd-5539-43db-bf78-6701f98cd4f7|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 827d0bec-0329-4dd1-919a-aae7f74847ec, URL: /sdc/v1/catalog/services/DemoPnfM8f9wtvpgqx0gmt7vyqz/1.0/artifacts/service-DemoPnfM8f9wtvpgqx0gmt7vyqz-csar.csar to file: /app/ASDC/1/service-DemoPnfM8f9wtvpgqx0gmt7vyqz-csar.csar 2022-10-28T04:36:56.458Z|b5a7a9fd-5539-43db-bf78-6701f98cd4f7|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfM8f9wtvpgqx0gmt7vyqz-csar.csar 2022-10-28T04:36:56.458Z|b5a7a9fd-5539-43db-bf78-6701f98cd4f7|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfM8f9wtvpgqx0gmt7vyqz-csar.csar 2022-10-28T04:36:56.459Z|b5a7a9fd-5539-43db-bf78-6701f98cd4f7|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfM8f9wtvpgqx0gmt7vyqz-csar.csar 2022-10-28T04:36:56.532Z|b5a7a9fd-5539-43db-bf78-6701f98cd4f7|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11817865271924392981/Definitions/service-DemoPnfM8f9wtvpgqx0gmt7vyqz-template.yml 2022-10-28T04:36:57.064Z|b5a7a9fd-5539-43db-bf78-6701f98cd4f7|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2022-10-28T04:36:57.064Z|b5a7a9fd-5539-43db-bf78-6701f98cd4f7|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-10-28T04:36:57.065Z|b5a7a9fd-5539-43db-bf78-6701f98cd4f7|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfM8f9wtvpgqx0gmt7vyqz-csar.csar 2022-10-28T04:36:57.065Z|b5a7a9fd-5539-43db-bf78-6701f98cd4f7|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-10-28T04:36:57.065Z|b5a7a9fd-5539-43db-bf78-6701f98cd4f7|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-DemoPnfM8f9wtvpgqx0gmt7vyqz-csar.csar 2022-10-28T04:36:57.065Z|b5a7a9fd-5539-43db-bf78-6701f98cd4f7|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-DemoPnfM8f9wtvpgqx0gmt7vyqz-csar.csar 2022-10-28T04:36:57.065Z|b5a7a9fd-5539-43db-bf78-6701f98cd4f7|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-DemoPnfM8f9wtvpgqx0gmt7vyqz-csar.csar 2022-10-28T04:36:57.065Z|b5a7a9fd-5539-43db-bf78-6701f98cd4f7|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-DemoPnfM8f9wtvpgqx0gmt7vyqz-csar.csar 2022-10-28T04:36:57.065Z|b5a7a9fd-5539-43db-bf78-6701f98cd4f7|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-DemoPnfM8f9wtvpgqx0gmt7vyqz-csar.csar 2022-10-28T04:36:57.065Z|b5a7a9fd-5539-43db-bf78-6701f98cd4f7|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 91ebd736-f12a 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-DemoPnfM8f9wtvpgqx0gmt7vyqz-csar.csar 2022-10-28T04:36:57.065Z|b5a7a9fd-5539-43db-bf78-6701f98cd4f7|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-DemoPnfM8f9wtvpgqx0gmt7vyqz-csar.csar 2022-10-28T04:36:57.065Z|b5a7a9fd-5539-43db-bf78-6701f98cd4f7|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-10-28T04:36:57.065Z|b5a7a9fd-5539-43db-bf78-6701f98cd4f7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:36:57.065Z|b5a7a9fd-5539-43db-bf78-6701f98cd4f7|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_m8f9wTvPGQx0gmt7vyQz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-10-28T04:36:57.066Z|b5a7a9fd-5539-43db-bf78-6701f98cd4f7|pool-2-thread-9|||||DEBUG|500||Node template pNF 91ebd736-f12a 0 is matching search criteria 2022-10-28T04:36:57.066Z|b5a7a9fd-5539-43db-bf78-6701f98cd4f7|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-10-28T04:36:57.066Z|b5a7a9fd-5539-43db-bf78-6701f98cd4f7|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 91ebd736-f12a 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-28T04:36:57.066Z|b5a7a9fd-5539-43db-bf78-6701f98cd4f7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:36:57.066Z|b5a7a9fd-5539-43db-bf78-6701f98cd4f7|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_m8f9wTvPGQx0gmt7vyQz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-10-28T04:36:57.066Z|b5a7a9fd-5539-43db-bf78-6701f98cd4f7|pool-2-thread-9|||||DEBUG|500||Node template pNF 91ebd736-f12a 0 is matching search criteria 2022-10-28T04:36:57.066Z|b5a7a9fd-5539-43db-bf78-6701f98cd4f7|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-10-28T04:36:57.066Z|b5a7a9fd-5539-43db-bf78-6701f98cd4f7|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 91ebd736-f12a 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-28T04:36:57.066Z|b5a7a9fd-5539-43db-bf78-6701f98cd4f7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:36:57.066Z|b5a7a9fd-5539-43db-bf78-6701f98cd4f7|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_m8f9wTvPGQx0gmt7vyQz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-28T04:36:57.066Z|b5a7a9fd-5539-43db-bf78-6701f98cd4f7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:36:57.066Z|b5a7a9fd-5539-43db-bf78-6701f98cd4f7|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_m8f9wTvPGQx0gmt7vyQz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-10-28T04:36:57.067Z|b5a7a9fd-5539-43db-bf78-6701f98cd4f7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:36:57.067Z|b5a7a9fd-5539-43db-bf78-6701f98cd4f7|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_m8f9wTvPGQx0gmt7vyQz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-10-28T04:36:57.067Z|b5a7a9fd-5539-43db-bf78-6701f98cd4f7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:36:57.067Z|b5a7a9fd-5539-43db-bf78-6701f98cd4f7|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_m8f9wTvPGQx0gmt7vyQz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-28T04:36:57.067Z|b5a7a9fd-5539-43db-bf78-6701f98cd4f7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:36:57.067Z|b5a7a9fd-5539-43db-bf78-6701f98cd4f7|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_m8f9wTvPGQx0gmt7vyQz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-28T04:36:57.067Z|b5a7a9fd-5539-43db-bf78-6701f98cd4f7|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_m8f9wTvPGQx0gmt7vyQz Description:catalog service description Model UUID:e504ecb9-a9c5-420f-ad2d-ae2e942f5711 Model Version:NULL Model InvariantUuid:44fd9c4b-78c2-411f-abf4-1941991398e1 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-28T04:36:57.074Z|b5a7a9fd-5539-43db-bf78-6701f98cd4f7|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: 833a67eb-09a4-46ca-975e-5c8751337d98 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-28T04:36:57.078Z|b5a7a9fd-5539-43db-bf78-6701f98cd4f7|pool-2-thread-9|||||INFO|500||pNF 91ebd736-f12a 0 2022-10-28T04:36:57.078Z|b5a7a9fd-5539-43db-bf78-6701f98cd4f7|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 833a67eb-09a4-46ca-975e-5c8751337d98 2022-10-28T04:36:57.078Z|b5a7a9fd-5539-43db-bf78-6701f98cd4f7|pool-2-thread-9|||||DEBUG|500||No resources found for Service: e504ecb9-a9c5-420f-ad2d-ae2e942f5711 2022-10-28T04:36:57.078Z|b5a7a9fd-5539-43db-bf78-6701f98cd4f7|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: e504ecb9-a9c5-420f-ad2d-ae2e942f5711 2022-10-28T04:36:57.078Z|b5a7a9fd-5539-43db-bf78-6701f98cd4f7|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 91ebd736-f12a 0 833a67eb-09a4-46ca-975e-5c8751337d98 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-28T04:36:57.083Z|b5a7a9fd-5539-43db-bf78-6701f98cd4f7|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@dafbd20, org.onap.sdc.toscaparser.api.parameters.Input@3b3a6222, org.onap.sdc.toscaparser.api.parameters.Input@7a97604, org.onap.sdc.toscaparser.api.parameters.Input@39323c0e, org.onap.sdc.toscaparser.api.parameters.Input@4904d0b5] 2022-10-28T04:36:57.083Z|b5a7a9fd-5539-43db-bf78-6701f98cd4f7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:36:57.083Z|b5a7a9fd-5539-43db-bf78-6701f98cd4f7|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_m8f9wTvPGQx0gmt7vyQz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-10-28T04:36:57.083Z|b5a7a9fd-5539-43db-bf78-6701f98cd4f7|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid e504ecb9-a9c5-420f-ad2d-ae2e942f5711: pNF 91ebd736-f12a 2022-10-28T04:36:57.084Z|b5a7a9fd-5539-43db-bf78-6701f98cd4f7|pool-2-thread-9|||||INFO|500||Processing PNF resource: 833a67eb-09a4-46ca-975e-5c8751337d98 2022-10-28T04:36:57.084Z|b5a7a9fd-5539-43db-bf78-6701f98cd4f7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:36:57.084Z|b5a7a9fd-5539-43db-bf78-6701f98cd4f7|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_m8f9wTvPGQx0gmt7vyQz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-28T04:36:57.084Z|b5a7a9fd-5539-43db-bf78-6701f98cd4f7|pool-2-thread-9|||||INFO|500||Resource customization UUID: 0da83fa6-d1c0-49a5-8aa0-42a23540da85 is the same as notified resource customizationUUID: 0da83fa6-d1c0-49a5-8aa0-42a23540da85 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-28T04:36:57.124Z|b5a7a9fd-5539-43db-bf78-6701f98cd4f7|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 91ebd736-f12a 833a67eb-09a4-46ca-975e-5c8751337d98 0 ASDC deployResourceStructure 2022-10-28T04:36:57.124Z|b5a7a9fd-5539-43db-bf78-6701f98cd4f7|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfM8f9wtvpgqx0gmt7vyqz/1.0/artifacts/service-DemoPnfM8f9wtvpgqx0gmt7vyqz-csar.csar ASDC sendASDCNotification 2022-10-28T04:36:57.124Z|b5a7a9fd-5539-43db-bf78-6701f98cd4f7|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfM8f9wtvpgqx0gmt7vyqz/1.0/artifacts/service-DemoPnfM8f9wtvpgqx0gmt7vyqz-csar.csar 2022-10-28T04:36:57.124Z|b5a7a9fd-5539-43db-bf78-6701f98cd4f7|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-28T04:36:57.124Z|b5a7a9fd-5539-43db-bf78-6701f98cd4f7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-10-28T04:36:57.126Z|b5a7a9fd-5539-43db-bf78-6701f98cd4f7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-28T04:36:57.126Z|b5a7a9fd-5539-43db-bf78-6701f98cd4f7|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "b5a7a9fd-5539-43db-bf78-6701f98cd4f7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666931817124, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM8f9wtvpgqx0gmt7vyqz/1.0/artifacts/service-DemoPnfM8f9wtvpgqx0gmt7vyqz-csar.csar", "status": "DEPLOY_OK" } 2022-10-28T04:36:57.226Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-28T04:36:57.227Z||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-28T04:36:57.227Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OqCvdRHX32zc8Jsc) ... 2022-10-28T04:36:57.247Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:36:57.247Z||pool-87-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-10-28T04:36:58.127Z|b5a7a9fd-5539-43db-bf78-6701f98cd4f7|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b5a7a9fd-5539-43db-bf78-6701f98cd4f7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-28T04:36:58.140Z|b5a7a9fd-5539-43db-bf78-6701f98cd4f7|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b5a7a9fd-5539-43db-bf78-6701f98cd4f7 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-28T04:36:58.143Z|b5a7a9fd-5539-43db-bf78-6701f98cd4f7|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-28T04:36:58.143Z|b5a7a9fd-5539-43db-bf78-6701f98cd4f7|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-10-28T04:36:58.143Z|b5a7a9fd-5539-43db-bf78-6701f98cd4f7|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-10-28T04:37:04.933Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T04:37:04.934Z||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-28T04:37:04.934Z||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 OqCvdRHX32zc8Jsc) ... 2022-10-28T04:37:04.962Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:37:04.963Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:37:04.963Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5a7a9fd-5539-43db-bf78-6701f98cd4f7", "consumerID": "ves-openapi-manager", "timestamp": 1666931638307, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM8f9wtvpgqx0gmt7vyqz/1.0/artifacts/service-DemoPnfM8f9wtvpgqx0gmt7vyqz-template.yml", "status": "NOT_NOTIFIED" } 2022-10-28T04:37:04.964Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-28T04:37:04.964Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:37:04.964Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5a7a9fd-5539-43db-bf78-6701f98cd4f7", "consumerID": "aai-ml", "timestamp": 1666931622358, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM8f9wtvpgqx0gmt7vyqz/1.0/resourceInstances/pnf91ebd736f12a0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-10-28T04:37:04.964Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-28T04:37:04.964Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:37:04.964Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1a6705e9-fde1-4acd-88a9-6c04caabccb6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666931644931, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-28T04:37:04.964Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-28T04:37:04.964Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:37:04.964Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5a7a9fd-5539-43db-bf78-6701f98cd4f7", "consumerID": "clamp", "timestamp": 1666931641256, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM8f9wtvpgqx0gmt7vyqz/1.0/resourceInstances/pnf91ebd736f12a0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-10-28T04:37:04.964Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-28T04:37:04.964Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:37:04.965Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5a7a9fd-5539-43db-bf78-6701f98cd4f7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666931628916, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM8f9wtvpgqx0gmt7vyqz/1.0/resourceInstances/pnf91ebd736f12a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-28T04:37:04.965Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-28T04:37:04.965Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:37:04.965Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5a7a9fd-5539-43db-bf78-6701f98cd4f7", "consumerID": "ves-openapi-manager", "timestamp": 1666931638307, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM8f9wtvpgqx0gmt7vyqz/1.0/artifacts/service-DemoPnfM8f9wtvpgqx0gmt7vyqz-csar.csar", "status": "NOT_NOTIFIED" } 2022-10-28T04:37:04.965Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-28T04:37:04.965Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:37:04.965Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5a7a9fd-5539-43db-bf78-6701f98cd4f7", "consumerID": "aai-ml", "timestamp": 1666931622358, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM8f9wtvpgqx0gmt7vyqz/1.0/resourceInstances/pnf91ebd736f12a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-10-28T04:37:04.965Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-28T04:37:04.965Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:37:04.965Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1a6705e9-fde1-4acd-88a9-6c04caabccb6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666931644931, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-10-28T04:37:04.965Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-28T04:37:04.965Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:37:04.965Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5a7a9fd-5539-43db-bf78-6701f98cd4f7", "consumerID": "clamp", "timestamp": 1666931641256, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM8f9wtvpgqx0gmt7vyqz/1.0/resourceInstances/pnf91ebd736f12a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-10-28T04:37:04.965Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-28T04:37:04.965Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:37:04.965Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5a7a9fd-5539-43db-bf78-6701f98cd4f7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666931628916, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM8f9wtvpgqx0gmt7vyqz/1.0/resourceInstances/pnf91ebd736f12a0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-10-28T04:37:04.965Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-28T04:37:04.966Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:37:04.966Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5a7a9fd-5539-43db-bf78-6701f98cd4f7", "consumerID": "ves-openapi-manager", "timestamp": 1666931647074, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM8f9wtvpgqx0gmt7vyqz/1.0/resourceInstances/pnf91ebd736f12a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-10-28T04:37:04.966Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-28T04:37:04.966Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:37:04.966Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5a7a9fd-5539-43db-bf78-6701f98cd4f7", "consumerID": "aai-ml", "timestamp": 1666931622358, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM8f9wtvpgqx0gmt7vyqz/1.0/artifacts/service-DemoPnfM8f9wtvpgqx0gmt7vyqz-template.yml", "status": "NOT_NOTIFIED" } 2022-10-28T04:37:04.966Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-28T04:37:04.966Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:37:04.966Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1a6705e9-fde1-4acd-88a9-6c04caabccb6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666931644931, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-10-28T04:37:04.966Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-28T04:37:04.966Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:37:04.966Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5a7a9fd-5539-43db-bf78-6701f98cd4f7", "consumerID": "clamp", "timestamp": 1666931641256, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM8f9wtvpgqx0gmt7vyqz/1.0/artifacts/service-DemoPnfM8f9wtvpgqx0gmt7vyqz-template.yml", "status": "NOT_NOTIFIED" } 2022-10-28T04:37:04.966Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-28T04:37:04.966Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:37:04.966Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5a7a9fd-5539-43db-bf78-6701f98cd4f7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666931628916, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM8f9wtvpgqx0gmt7vyqz/1.0/resourceInstances/pnf91ebd736f12a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-10-28T04:37:04.966Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-28T04:37:04.966Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:37:04.966Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5a7a9fd-5539-43db-bf78-6701f98cd4f7", "consumerID": "ves-openapi-manager", "timestamp": 1666931648204, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM8f9wtvpgqx0gmt7vyqz/1.0/resourceInstances/pnf91ebd736f12a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-10-28T04:37:04.966Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-28T04:37:04.966Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:37:04.966Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5a7a9fd-5539-43db-bf78-6701f98cd4f7", "consumerID": "aai-ml", "timestamp": 1666931622358, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM8f9wtvpgqx0gmt7vyqz/1.0/artifacts/service-DemoPnfM8f9wtvpgqx0gmt7vyqz-csar.csar", "status": "NOTIFIED" } 2022-10-28T04:37:04.966Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-28T04:37:04.966Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:37:04.966Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1a6705e9-fde1-4acd-88a9-6c04caabccb6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666931644931, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-28T04:37:04.967Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-28T04:37:04.967Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:37:04.967Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5a7a9fd-5539-43db-bf78-6701f98cd4f7", "consumerID": "clamp", "timestamp": 1666931641256, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM8f9wtvpgqx0gmt7vyqz/1.0/artifacts/service-DemoPnfM8f9wtvpgqx0gmt7vyqz-csar.csar", "status": "NOTIFIED" } 2022-10-28T04:37:04.967Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-28T04:37:04.967Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:37:04.967Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5a7a9fd-5539-43db-bf78-6701f98cd4f7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666931628916, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM8f9wtvpgqx0gmt7vyqz/1.0/artifacts/service-DemoPnfM8f9wtvpgqx0gmt7vyqz-template.yml", "status": "NOT_NOTIFIED" } 2022-10-28T04:37:04.967Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-28T04:37:04.967Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:37:04.967Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5a7a9fd-5539-43db-bf78-6701f98cd4f7", "consumerID": "ves-openapi-manager", "timestamp": 1666931649208, "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-28T04:37:04.974Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of b5a7a9fd-5539-43db-bf78-6701f98cd4f7 2022-10-28T04:37:04.974Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId b5a7a9fd-5539-43db-bf78-6701f98cd4f7 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-28T04:37:04.982Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:37:04.982Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5a7a9fd-5539-43db-bf78-6701f98cd4f7", "consumerID": "aai-ml", "timestamp": 1666931649144, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM8f9wtvpgqx0gmt7vyqz/1.0/artifacts/service-DemoPnfM8f9wtvpgqx0gmt7vyqz-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-28T04:37:04.982Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-28T04:37:04.982Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:37:04.983Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1a6705e9-fde1-4acd-88a9-6c04caabccb6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666931644931, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-10-28T04:37:04.983Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-28T04:37:04.983Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:37:04.983Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5a7a9fd-5539-43db-bf78-6701f98cd4f7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666931628916, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM8f9wtvpgqx0gmt7vyqz/1.0/artifacts/service-DemoPnfM8f9wtvpgqx0gmt7vyqz-csar.csar", "status": "NOTIFIED" } 2022-10-28T04:37:04.983Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-28T04:37:04.983Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:37:04.983Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1a6705e9-fde1-4acd-88a9-6c04caabccb6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666931644931, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-10-28T04:37:04.983Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-28T04:37:04.983Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:37:04.983Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5a7a9fd-5539-43db-bf78-6701f98cd4f7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666931651071, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM8f9wtvpgqx0gmt7vyqz/1.0/artifacts/service-DemoPnfM8f9wtvpgqx0gmt7vyqz-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-28T04:37:04.983Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-28T04:37:04.983Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:37:04.984Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1a6705e9-fde1-4acd-88a9-6c04caabccb6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666931644931, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-10-28T04:37:04.984Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-28T04:37:04.984Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:37:04.984Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1a6705e9-fde1-4acd-88a9-6c04caabccb6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666931652705, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-28T04:37:04.984Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-28T04:37:04.984Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:37:04.984Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5a7a9fd-5539-43db-bf78-6701f98cd4f7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666931652914, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM8f9wtvpgqx0gmt7vyqz/1.0/artifacts/service-DemoPnfM8f9wtvpgqx0gmt7vyqz-csar.csar", "status": "DEPLOY_OK" } 2022-10-28T04:37:04.984Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-28T04:37:04.984Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:37:04.984Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5a7a9fd-5539-43db-bf78-6701f98cd4f7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666931653920, "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-28T04:37:04.989Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b5a7a9fd-5539-43db-bf78-6701f98cd4f7 2022-10-28T04:37:04.990Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId b5a7a9fd-5539-43db-bf78-6701f98cd4f7 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-28T04:37:04.997Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:37:04.998Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5a7a9fd-5539-43db-bf78-6701f98cd4f7", "consumerID": "aai-ml", "timestamp": 1666931654091, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM8f9wtvpgqx0gmt7vyqz/1.0/artifacts/service-DemoPnfM8f9wtvpgqx0gmt7vyqz-csar.csar", "status": "DEPLOY_OK" } 2022-10-28T04:37:04.998Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-28T04:37:04.998Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:37:04.998Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1a6705e9-fde1-4acd-88a9-6c04caabccb6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666931654720, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-10-28T04:37:04.998Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-28T04:37:04.998Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:37:04.998Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5a7a9fd-5539-43db-bf78-6701f98cd4f7", "consumerID": "clamp", "timestamp": 1666931655238, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM8f9wtvpgqx0gmt7vyqz/1.0/artifacts/service-DemoPnfM8f9wtvpgqx0gmt7vyqz-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-28T04:37:04.998Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-28T04:37:04.998Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:37:04.998Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5a7a9fd-5539-43db-bf78-6701f98cd4f7", "consumerID": "aai-ml", "timestamp": 1666931655095, "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-28T04:37:05.003Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b5a7a9fd-5539-43db-bf78-6701f98cd4f7 2022-10-28T04:37:05.003Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId b5a7a9fd-5539-43db-bf78-6701f98cd4f7 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-28T04:37:05.010Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:37:05.010Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1a6705e9-fde1-4acd-88a9-6c04caabccb6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666931655786, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-10-28T04:37:05.010Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-28T04:37:05.010Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:37:05.010Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1a6705e9-fde1-4acd-88a9-6c04caabccb6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666931656845, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-10-28T04:37:05.010Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-28T04:37:05.010Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:37:05.011Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5a7a9fd-5539-43db-bf78-6701f98cd4f7", "consumerID": "clamp", "timestamp": 1666931657246, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM8f9wtvpgqx0gmt7vyqz/1.0/artifacts/service-DemoPnfM8f9wtvpgqx0gmt7vyqz-csar.csar", "status": "DEPLOY_OK" } 2022-10-28T04:37:05.011Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-28T04:37:05.011Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:37:05.011Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1a6705e9-fde1-4acd-88a9-6c04caabccb6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666931657992, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-10-28T04:37:05.011Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-28T04:37:05.011Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:37:05.011Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5a7a9fd-5539-43db-bf78-6701f98cd4f7", "consumerID": "clamp", "timestamp": 1666931658250, "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-28T04:37:05.016Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of b5a7a9fd-5539-43db-bf78-6701f98cd4f7 2022-10-28T04:37:05.016Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId b5a7a9fd-5539-43db-bf78-6701f98cd4f7 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-28T04:37:05.024Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:37:05.024Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1a6705e9-fde1-4acd-88a9-6c04caabccb6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666931658994, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-10-28T04:37:05.025Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-28T04:37:05.025Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:37:05.025Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1a6705e9-fde1-4acd-88a9-6c04caabccb6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666931659999, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-10-28T04:37:05.025Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-28T04:37:05.025Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:37:05.025Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1a6705e9-fde1-4acd-88a9-6c04caabccb6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666931661004, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-10-28T04:37:05.025Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-28T04:37:28.143Z|b5a7a9fd-5539-43db-bf78-6701f98cd4f7|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b5a7a9fd-5539-43db-bf78-6701f98cd4f7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-28T04:37:28.155Z|b5a7a9fd-5539-43db-bf78-6701f98cd4f7|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b5a7a9fd-5539-43db-bf78-6701f98cd4f7 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-28T04:37:28.158Z|b5a7a9fd-5539-43db-bf78-6701f98cd4f7|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-28T04:37:28.158Z|b5a7a9fd-5539-43db-bf78-6701f98cd4f7|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-10-28T04:37:28.158Z|b5a7a9fd-5539-43db-bf78-6701f98cd4f7|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-10-28T04:37:28.158Z|b5a7a9fd-5539-43db-bf78-6701f98cd4f7|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-10-28T04:37:28.158Z|b5a7a9fd-5539-43db-bf78-6701f98cd4f7|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-28T04:37:28.158Z|b5a7a9fd-5539-43db-bf78-6701f98cd4f7|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-28T04:37:28.158Z|b5a7a9fd-5539-43db-bf78-6701f98cd4f7|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-28T04:37:28.158Z|b5a7a9fd-5539-43db-bf78-6701f98cd4f7|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-28T04:37:28.158Z|b5a7a9fd-5539-43db-bf78-6701f98cd4f7|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-28T04:37:28.158Z|b5a7a9fd-5539-43db-bf78-6701f98cd4f7|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-28T04:37:28.158Z|b5a7a9fd-5539-43db-bf78-6701f98cd4f7|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-28T04:37:28.158Z|b5a7a9fd-5539-43db-bf78-6701f98cd4f7|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-28T04:37:28.162Z|b5a7a9fd-5539-43db-bf78-6701f98cd4f7|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-10-28T04:37:58.162Z|b5a7a9fd-5539-43db-bf78-6701f98cd4f7|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b5a7a9fd-5539-43db-bf78-6701f98cd4f7 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-28T04:37:58.170Z|b5a7a9fd-5539-43db-bf78-6701f98cd4f7|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b5a7a9fd-5539-43db-bf78-6701f98cd4f7 and serviceModelVersionId: e504ecb9-a9c5-420f-ad2d-ae2e942f5711 2022-10-28T04:37:58.170Z|b5a7a9fd-5539-43db-bf78-6701f98cd4f7|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 44fd9c4b-78c2-411f-abf4-1941991398e1 2022-10-28T04:37:58.171Z|b5a7a9fd-5539-43db-bf78-6701f98cd4f7|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/44fd9c4b-78c2-411f-abf4-1941991398e1/model-vers/model-ver/e504ecb9-a9c5-420f-ad2d-ae2e942f5711?depth=0 2022-10-28T04:37:58.177Z|b5a7a9fd-5539-43db-bf78-6701f98cd4f7|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2022-10-28T04:37:58.213Z|b5a7a9fd-5539-43db-bf78-6701f98cd4f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44fd9c4b-78c2-411f-abf4-1941991398e1/model-vers/model-ver/e504ecb9-a9c5-420f-ad2d-ae2e942f5711?depth=0|INFO|500||Invoke 2022-10-28T04:37:58.213Z|b5a7a9fd-5539-43db-bf78-6701f98cd4f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44fd9c4b-78c2-411f-abf4-1941991398e1/model-vers/model-ver/e504ecb9-a9c5-420f-ad2d-ae2e942f5711?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44fd9c4b-78c2-411f-abf4-1941991398e1/model-vers/model-ver/e504ecb9-a9c5-420f-ad2d-ae2e942f5711?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[b5a7a9fd-5539-43db-bf78-6701f98cd4f7], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[860c3ff5-86aa-4a2b-a64a-2b8179a8ad69], X-ECOMP-RequestID=[b5a7a9fd-5539-43db-bf78-6701f98cd4f7], X-TransactionId=[], X-ONAP-RequestID=[b5a7a9fd-5539-43db-bf78-6701f98cd4f7], Content-Type=[application/merge-patch+json]} 2022-10-28T04:37:58.234Z|b5a7a9fd-5539-43db-bf78-6701f98cd4f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44fd9c4b-78c2-411f-abf4-1941991398e1/model-vers/model-ver/e504ecb9-a9c5-420f-ad2d-ae2e942f5711?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-10-28T04:37:58.367Z|b5a7a9fd-5539-43db-bf78-6701f98cd4f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44fd9c4b-78c2-411f-abf4-1941991398e1/model-vers/model-ver/e504ecb9-a9c5-420f-ad2d-ae2e942f5711?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/44fd9c4b-78c2-411f-abf4-1941991398e1/model-vers/model-ver/e504ecb9-a9c5-420f-ad2d-ae2e942f5711?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221028-04:37:58:692-75886], vertex-id=[164008], Content-Length=[0], Date=[Fri, 28 Oct 2022 04:37:58 GMT], Content-Type=[application/json]} 2022-10-28T04:37:58.367Z|b5a7a9fd-5539-43db-bf78-6701f98cd4f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44fd9c4b-78c2-411f-abf4-1941991398e1/model-vers/model-ver/e504ecb9-a9c5-420f-ad2d-ae2e942f5711?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-10-28T04:37:58.369Z|b5a7a9fd-5539-43db-bf78-6701f98cd4f7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44fd9c4b-78c2-411f-abf4-1941991398e1/model-vers/model-ver/e504ecb9-a9c5-420f-ad2d-ae2e942f5711?depth=0|INFO|500||InvokeReturn 2022-10-28T04:37:58.370Z|b5a7a9fd-5539-43db-bf78-6701f98cd4f7|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-10-28T04:37:58.371Z|b5a7a9fd-5539-43db-bf78-6701f98cd4f7|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-28T04:37:58.376Z|b5a7a9fd-5539-43db-bf78-6701f98cd4f7|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-28T04:37:58.376Z|b5a7a9fd-5539-43db-bf78-6701f98cd4f7|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b5a7a9fd-5539-43db-bf78-6701f98cd4f7 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-10-28T04:37:58.376Z|b5a7a9fd-5539-43db-bf78-6701f98cd4f7|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-10-28T04:37:58.376Z|b5a7a9fd-5539-43db-bf78-6701f98cd4f7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-10-28T04:37:58.378Z|b5a7a9fd-5539-43db-bf78-6701f98cd4f7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-28T04:37:58.379Z|b5a7a9fd-5539-43db-bf78-6701f98cd4f7|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "b5a7a9fd-5539-43db-bf78-6701f98cd4f7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666931878376, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-28T04:37:58.479Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-28T04:37:58.480Z||pool-88-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-28T04:37:58.481Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OqCvdRHX32zc8Jsc) ... 2022-10-28T04:37:58.498Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:37:58.498Z||pool-88-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-10-28T04:37:59.394Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T04:37:59.395Z||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-28T04:37:59.395Z||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 OqCvdRHX32zc8Jsc) ... 2022-10-28T04:38:04.933Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T04:38:04.934Z|decd267f-1d7b-4d64-b918-77213de36ad4|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-28T04:38:04.934Z|decd267f-1d7b-4d64-b918-77213de36ad4|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 OqCvdRHX32zc8Jsc) ... 2022-10-28T04:38:04.958Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:38:04.959Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-28T04:38:04.959Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1a6705e9-fde1-4acd-88a9-6c04caabccb6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666931752329, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-28T04:38:04.960Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-28T04:38:04.960Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-28T04:38:04.960Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5778045-ab6f-4a7f-8ebd-797fcdc0fd54", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666931644931, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-28T04:38:04.960Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-28T04:38:04.960Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-28T04:38:04.960Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5778045-ab6f-4a7f-8ebd-797fcdc0fd54", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666931644931, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-10-28T04:38:04.960Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-28T04:38:04.960Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-28T04:38:04.960Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5778045-ab6f-4a7f-8ebd-797fcdc0fd54", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666931644931, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-10-28T04:38:04.960Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-28T04:38:04.961Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-28T04:38:04.961Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5778045-ab6f-4a7f-8ebd-797fcdc0fd54", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666931644931, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-10-28T04:38:04.961Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-28T04:38:04.961Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-28T04:38:04.961Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5778045-ab6f-4a7f-8ebd-797fcdc0fd54", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666931644931, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-10-28T04:38:04.962Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-28T04:38:04.962Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-28T04:38:04.962Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5778045-ab6f-4a7f-8ebd-797fcdc0fd54", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666931644931, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-28T04:38:04.962Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-28T04:38:04.962Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-28T04:38:04.962Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5778045-ab6f-4a7f-8ebd-797fcdc0fd54", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666931644931, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-10-28T04:38:04.962Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-28T04:38:04.962Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-28T04:38:04.962Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5778045-ab6f-4a7f-8ebd-797fcdc0fd54", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666931644931, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-10-28T04:38:04.962Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-28T04:38:04.962Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-28T04:38:04.962Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5778045-ab6f-4a7f-8ebd-797fcdc0fd54", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666931644931, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-10-28T04:38:04.962Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-28T04:38:04.962Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-28T04:38:04.962Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5778045-ab6f-4a7f-8ebd-797fcdc0fd54", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666931762492, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-28T04:38:04.962Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-28T04:38:04.962Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-28T04:38:04.963Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5778045-ab6f-4a7f-8ebd-797fcdc0fd54", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666931764430, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-10-28T04:38:04.963Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-28T04:38:09.712Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:38:09.713Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T04:38:09.713Z||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-28T04:38:09.713Z||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 OqCvdRHX32zc8Jsc) ... 2022-10-28T04:38:19.263Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:38:19.263Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T04:38:19.264Z||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-28T04:38:19.264Z||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 OqCvdRHX32zc8Jsc) ... 2022-10-28T04:38:28.813Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:38:28.814Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T04:38:28.815Z||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-28T04:38:28.815Z||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 OqCvdRHX32zc8Jsc) ... 2022-10-28T04:38:38.365Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:39:04.930Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T04:39:04.931Z||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-28T04:39:04.931Z||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 OqCvdRHX32zc8Jsc) ... 2022-10-28T04:39:04.933Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T04:39:04.933Z|decd267f-1d7b-4d64-b918-77213de36ad4|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-28T04:39:04.934Z|decd267f-1d7b-4d64-b918-77213de36ad4|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 OqCvdRHX32zc8Jsc) ... 2022-10-28T04:39:04.958Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:39:04.959Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-28T04:39:04.959Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5778045-ab6f-4a7f-8ebd-797fcdc0fd54", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666931765495, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-10-28T04:39:04.960Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-28T04:39:04.960Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-28T04:39:04.960Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5778045-ab6f-4a7f-8ebd-797fcdc0fd54", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666931766560, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-10-28T04:39:04.960Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-28T04:39:04.960Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-28T04:39:04.960Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5778045-ab6f-4a7f-8ebd-797fcdc0fd54", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666931767622, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-10-28T04:39:04.960Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-28T04:39:04.960Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-28T04:39:04.960Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5778045-ab6f-4a7f-8ebd-797fcdc0fd54", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666931768682, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-10-28T04:39:04.960Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-28T04:39:04.960Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-28T04:39:04.960Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5778045-ab6f-4a7f-8ebd-797fcdc0fd54", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666931769846, "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-28T04:39:04.961Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-28T04:39:04.961Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-28T04:39:04.961Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5778045-ab6f-4a7f-8ebd-797fcdc0fd54", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666931770850, "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-28T04:39:04.961Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-28T04:39:04.961Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-28T04:39:04.961Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5778045-ab6f-4a7f-8ebd-797fcdc0fd54", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666931771855, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-10-28T04:39:04.961Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-28T04:39:04.961Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-28T04:39:04.961Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5778045-ab6f-4a7f-8ebd-797fcdc0fd54", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666931772859, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-10-28T04:39:04.961Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-28T04:39:04.961Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-28T04:39:04.961Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5778045-ab6f-4a7f-8ebd-797fcdc0fd54", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666931773866, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-10-28T04:39:04.961Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-28T04:39:04.961Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-28T04:39:04.961Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5778045-ab6f-4a7f-8ebd-797fcdc0fd54", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666931774871, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-10-28T04:39:04.961Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-28T04:39:04.961Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-28T04:39:04.961Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5778045-ab6f-4a7f-8ebd-797fcdc0fd54", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666931806142, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-28T04:39:04.961Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-28T04:39:04.961Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-28T04:39:04.961Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5a7a9fd-5539-43db-bf78-6701f98cd4f7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666931644931, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM8f9wtvpgqx0gmt7vyqz/1.0/resourceInstances/pnf91ebd736f12a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-28T04:39:04.961Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-28T04:39:04.961Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-28T04:39:04.962Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5a7a9fd-5539-43db-bf78-6701f98cd4f7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666931644931, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM8f9wtvpgqx0gmt7vyqz/1.0/resourceInstances/pnf91ebd736f12a0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-10-28T04:39:04.962Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-28T04:39:04.962Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-28T04:39:04.962Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5a7a9fd-5539-43db-bf78-6701f98cd4f7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666931644931, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM8f9wtvpgqx0gmt7vyqz/1.0/resourceInstances/pnf91ebd736f12a0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-10-28T04:39:04.962Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-28T04:39:04.962Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-28T04:39:04.962Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5a7a9fd-5539-43db-bf78-6701f98cd4f7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666931644931, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM8f9wtvpgqx0gmt7vyqz/1.0/resourceInstances/pnf91ebd736f12a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-28T04:39:04.962Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-28T04:39:04.962Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-28T04:39:04.962Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5a7a9fd-5539-43db-bf78-6701f98cd4f7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666931644931, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM8f9wtvpgqx0gmt7vyqz/1.0/resourceInstances/pnf91ebd736f12a0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-10-28T04:39:04.962Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-28T04:39:04.962Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-28T04:39:04.962Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5a7a9fd-5539-43db-bf78-6701f98cd4f7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666931644931, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM8f9wtvpgqx0gmt7vyqz/1.0/resourceInstances/pnf91ebd736f12a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-10-28T04:39:04.962Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-28T04:39:04.962Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-28T04:39:04.962Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5a7a9fd-5539-43db-bf78-6701f98cd4f7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666931644931, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM8f9wtvpgqx0gmt7vyqz/1.0/artifacts/service-DemoPnfM8f9wtvpgqx0gmt7vyqz-template.yml", "status": "NOT_NOTIFIED" } 2022-10-28T04:39:04.963Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-28T04:39:04.963Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-28T04:39:04.963Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5a7a9fd-5539-43db-bf78-6701f98cd4f7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666931644931, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM8f9wtvpgqx0gmt7vyqz/1.0/artifacts/service-DemoPnfM8f9wtvpgqx0gmt7vyqz-csar.csar", "status": "NOTIFIED" } 2022-10-28T04:39:04.963Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-28T04:39:04.963Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-28T04:39:04.963Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5a7a9fd-5539-43db-bf78-6701f98cd4f7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666931815428, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM8f9wtvpgqx0gmt7vyqz/1.0/artifacts/service-DemoPnfM8f9wtvpgqx0gmt7vyqz-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-28T04:39:04.963Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-28T04:39:04.963Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-28T04:39:04.963Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5a7a9fd-5539-43db-bf78-6701f98cd4f7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666931817124, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM8f9wtvpgqx0gmt7vyqz/1.0/artifacts/service-DemoPnfM8f9wtvpgqx0gmt7vyqz-csar.csar", "status": "DEPLOY_OK" } 2022-10-28T04:39:04.963Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-28T04:39:14.491Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:40:04.930Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T04:40:04.931Z||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-28T04:40:04.931Z||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 OqCvdRHX32zc8Jsc) ... 2022-10-28T04:40:04.933Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T04:40:04.934Z||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-28T04:40:04.934Z||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 OqCvdRHX32zc8Jsc) ... 2022-10-28T04:40:05.468Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:40:05.468Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-28T04:40:05.468Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5a7a9fd-5539-43db-bf78-6701f98cd4f7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666931878376, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-28T04:40:05.469Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-28T04:40:14.494Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:41:04.930Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T04:41:04.930Z||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-28T04:41:04.930Z||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 OqCvdRHX32zc8Jsc) ... 2022-10-28T04:41:04.933Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T04:41:04.934Z||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-28T04:41:04.934Z||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 OqCvdRHX32zc8Jsc) ... 2022-10-28T04:41:14.476Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:41:14.477Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:42:04.930Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T04:42:04.930Z||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-28T04:42:04.931Z||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 OqCvdRHX32zc8Jsc) ... 2022-10-28T04:42:04.933Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T04:42:04.933Z||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-28T04:42:04.933Z||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 OqCvdRHX32zc8Jsc) ... 2022-10-28T04:42:14.480Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:42:14.490Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:43:04.930Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T04:43:04.930Z||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-28T04:43:04.930Z||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 OqCvdRHX32zc8Jsc) ... 2022-10-28T04:43:04.933Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T04:43:04.933Z|decd267f-1d7b-4d64-b918-77213de36ad4|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-28T04:43:04.933Z|decd267f-1d7b-4d64-b918-77213de36ad4|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 OqCvdRHX32zc8Jsc) ... 2022-10-28T04:43:14.485Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:43:14.485Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:44:04.930Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T04:44:04.931Z||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-28T04:44:04.931Z||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 OqCvdRHX32zc8Jsc) ... 2022-10-28T04:44:04.933Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T04:44:04.933Z||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-28T04:44:04.933Z||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 OqCvdRHX32zc8Jsc) ... 2022-10-28T04:44:14.478Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:44:14.482Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:45:04.930Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T04:45:04.932Z||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-28T04:45:04.932Z||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 OqCvdRHX32zc8Jsc) ... 2022-10-28T04:45:04.933Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T04:45:04.934Z|5994c771-02c0-48cb-a46f-6540c95c46fa|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-28T04:45:04.934Z|5994c771-02c0-48cb-a46f-6540c95c46fa|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 OqCvdRHX32zc8Jsc) ... 2022-10-28T04:45:09.915Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:45:09.916Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-28T04:45:09.916Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"7aa77356-a708-4594-b97c-bfe65b695474","serviceName":"Demo_pNF_2RiYfIUtl7TqNHVyq2mF","serviceVersion":"1.0","serviceUUID":"d39b8b41-1ae9-4fd4-88d8-2266d9469b29","serviceDescription":"catalog service description","serviceInvariantUUID":"1f26751b-848b-4d8a-83e5-407f56871757","resources":[{"resourceInstanceName":"pNF 91443839-c8a5 0","resourceName":"pNF 91443839-c8a5","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"2dc54143-883b-47c3-a03a-d95036ca271b","resourceInvariantUUID":"fba95024-056c-4a02-89f9-a7b64ef9a9a3","resourceCustomizationUUID":"23b0eedd-dd0c-4c6a-a56c-13657c862184","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf2riyfiutl7tqnhvyq2mf/1.0/resourceInstances/pnf91443839c8a50/artifacts/vf-license-model.xml","artifactChecksum":"ODkwNjA5Mzg0N2U4MzFlYzIzMWU4ZWUwMjBkZTVjMzc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"694c1dcf-ff23-4c74-8574-0f5f5199b2f5","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf2riyfiutl7tqnhvyq2mf/1.0/resourceInstances/pnf91443839c8a50/artifacts/pNF.csar","artifactChecksum":"MmE3M2UwNWJlMjQyM2Q0NzM3YjUwNTAzOGQ5Y2E4N2I\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"fafec9da-1961-429e-bdc4-379762299d37","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf2riyfiutl7tqnhvyq2mf/1.0/resourceInstances/pnf91443839c8a50/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e9eaae15-e164-4d9f-8152-48d6a783f850","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf2riyfiutl7tqnhvyq2mf/1.0/resourceInstances/pnf91443839c8a50/artifacts/vendor-license-model.xml","artifactChecksum":"Nzc3Mjg2MDgzNTIzOGZlYjZiMjY5M2ViNGMwMDk4N2U\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"75e3839e-d2ff-4eff-9f81-c659d49f62aa","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf2riyfiutl7tqnhvyq2mf/1.0/resourceInstances/pnf91443839c8a50/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"63ed7945-c876-432c-a0b8-f75c6b25b9e2","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf2riyfiutl7tqnhvyq2mf/1.0/resourceInstances/pnf91443839c8a50/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7ffd4a7a-f633-4a70-beb4-6a41239e60dd","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf2riyfiutl7tqnhvyq2mf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf2riyfiutl7tqnhvyq2mf/1.0/artifacts/service-DemoPnf2riyfiutl7tqnhvyq2mf-template.yml","artifactChecksum":"ZjQyNDQwY2QxYjJjNzQ5M2U5MWQ0NWFhNDBjYzVhZjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b382a273-def2-4ae3-a156-025ad0b544dc","artifactVersion":"1"},{"artifactName":"service-DemoPnf2riyfiutl7tqnhvyq2mf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf2riyfiutl7tqnhvyq2mf/1.0/artifacts/service-DemoPnf2riyfiutl7tqnhvyq2mf-csar.csar","artifactChecksum":"Nzg2Njg1ZTJjZjMxNWJhODVkZTY2YzZmNTJkYjgwZTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ec04bc29-ffa9-41c6-9fc2-fb06482be43b","artifactVersion":"1"}],"workloadContext":"Production"} 2022-10-28T04:45:09.918Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-28T04:45:09.918Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-28T04:45:09.921Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-28T04:45:09.921Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "7aa77356-a708-4594-b97c-bfe65b695474", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666932304930, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2riyfiutl7tqnhvyq2mf/1.0/resourceInstances/pnf91443839c8a50/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-28T04:45:10.021Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-28T04:45:10.022Z||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-28T04:45:10.023Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OqCvdRHX32zc8Jsc) ... 2022-10-28T04:45:10.045Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:45:10.046Z||pool-89-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":3,"count":1} 2022-10-28T04:45:10.660Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:45:10.660Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-28T04:45:10.660Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aa77356-a708-4594-b97c-bfe65b695474", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666932304930, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2riyfiutl7tqnhvyq2mf/1.0/resourceInstances/pnf91443839c8a50/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-28T04:45:10.661Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-28T04:45:10.921Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-28T04:45:10.922Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-28T04:45:10.924Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-28T04:45:10.924Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "7aa77356-a708-4594-b97c-bfe65b695474", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666932304930, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2riyfiutl7tqnhvyq2mf/1.0/resourceInstances/pnf91443839c8a50/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-10-28T04:45:11.024Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-28T04:45:11.025Z||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-28T04:45:11.026Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OqCvdRHX32zc8Jsc) ... 2022-10-28T04:45:11.044Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:45:11.044Z||pool-90-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-10-28T04:45:11.925Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-28T04:45:11.926Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-28T04:45:11.927Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-28T04:45:11.928Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "7aa77356-a708-4594-b97c-bfe65b695474", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666932304930, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2riyfiutl7tqnhvyq2mf/1.0/resourceInstances/pnf91443839c8a50/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-10-28T04:45:12.028Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-28T04:45:12.029Z||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-28T04:45:12.029Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OqCvdRHX32zc8Jsc) ... 2022-10-28T04:45:12.044Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:45:12.044Z||pool-91-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-10-28T04:45:12.928Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-28T04:45:12.928Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-28T04:45:12.930Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-28T04:45:12.931Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "7aa77356-a708-4594-b97c-bfe65b695474", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666932304930, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2riyfiutl7tqnhvyq2mf/1.0/resourceInstances/pnf91443839c8a50/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-28T04:45:13.031Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-28T04:45:13.032Z||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-28T04:45:13.032Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OqCvdRHX32zc8Jsc) ... 2022-10-28T04:45:13.048Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:45:13.049Z||pool-92-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-10-28T04:45:13.931Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-28T04:45:13.932Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-28T04:45:13.934Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-28T04:45:13.934Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "7aa77356-a708-4594-b97c-bfe65b695474", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666932304930, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2riyfiutl7tqnhvyq2mf/1.0/resourceInstances/pnf91443839c8a50/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-10-28T04:45:14.034Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-28T04:45:14.035Z||pool-93-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-28T04:45:14.035Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OqCvdRHX32zc8Jsc) ... 2022-10-28T04:45:14.051Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:45:14.051Z||pool-93-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-10-28T04:45:14.934Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-28T04:45:14.935Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-28T04:45:14.938Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-28T04:45:14.938Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "7aa77356-a708-4594-b97c-bfe65b695474", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666932304930, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2riyfiutl7tqnhvyq2mf/1.0/resourceInstances/pnf91443839c8a50/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-10-28T04:45:15.038Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-28T04:45:15.039Z||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-28T04:45:15.039Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OqCvdRHX32zc8Jsc) ... 2022-10-28T04:45:15.056Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:45:15.056Z||pool-94-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-10-28T04:45:15.939Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-28T04:45:15.939Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-28T04:45:15.941Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-28T04:45:15.941Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "7aa77356-a708-4594-b97c-bfe65b695474", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666932304930, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2riyfiutl7tqnhvyq2mf/1.0/artifacts/service-DemoPnf2riyfiutl7tqnhvyq2mf-template.yml", "status": "NOT_NOTIFIED" } 2022-10-28T04:45:16.041Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-28T04:45:16.042Z||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-28T04:45:16.042Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OqCvdRHX32zc8Jsc) ... 2022-10-28T04:45:16.057Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:45:16.057Z||pool-95-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-10-28T04:45:16.942Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-28T04:45:16.942Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-28T04:45:16.944Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-28T04:45:16.944Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "7aa77356-a708-4594-b97c-bfe65b695474", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666932304930, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2riyfiutl7tqnhvyq2mf/1.0/artifacts/service-DemoPnf2riyfiutl7tqnhvyq2mf-csar.csar", "status": "NOTIFIED" } 2022-10-28T04:45:17.045Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-10-28T04:45:17.046Z||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-28T04:45:17.046Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OqCvdRHX32zc8Jsc) ... 2022-10-28T04:45:17.063Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:45:17.063Z||pool-96-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-10-28T04:45:17.945Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "7aa77356-a708-4594-b97c-bfe65b695474", "serviceName": "Demo_pNF_2RiYfIUtl7TqNHVyq2mF", "serviceVersion": "1.0", "serviceUUID": "d39b8b41-1ae9-4fd4-88d8-2266d9469b29", "serviceDescription": "catalog service description", "serviceInvariantUUID": "1f26751b-848b-4d8a-83e5-407f56871757", "resources": [ { "resourceInstanceName": "pNF 91443839-c8a5 0", "resourceCustomizationUUID": "23b0eedd-dd0c-4c6a-a56c-13657c862184", "resourceName": "pNF 91443839-c8a5", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "2dc54143-883b-47c3-a03a-d95036ca271b", "resourceInvariantUUID": "fba95024-056c-4a02-89f9-a7b64ef9a9a3", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnf2riyfiutl7tqnhvyq2mf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnf2riyfiutl7tqnhvyq2mf/1.0/artifacts/service-DemoPnf2riyfiutl7tqnhvyq2mf-csar.csar", "artifactChecksum": "Nzg2Njg1ZTJjZjMxNWJhODVkZTY2YzZmNTJkYjgwZTg\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "ec04bc29-ffa9-41c6-9fc2-fb06482be43b" } ], "workloadContext": "Production" } 2022-10-28T04:45:17.946Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-10-28T04:45:17.946Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 d39b8b41-1ae9-4fd4-88d8-2266d9469b29 ASDC 2022-10-28T04:45:17.946Z|7aa77356-a708-4594-b97c-bfe65b695474|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:7aa77356-a708-4594-b97c-bfe65b695474 ServiceName:Demo_pNF_2RiYfIUtl7TqNHVyq2mF ServiceVersion:1.0 ServiceUUID:d39b8b41-1ae9-4fd4-88d8-2266d9469b29 ServiceInvariantUUID:1f26751b-848b-4d8a-83e5-407f56871757 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnf2riyfiutl7tqnhvyq2mf-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnf2riyfiutl7tqnhvyq2mf/1.0/artifacts/service-DemoPnf2riyfiutl7tqnhvyq2mf-csar.csar ArtifactUUID:ec04bc29-ffa9-41c6-9fc2-fb06482be43b ArtifactChecksum:Nzg2Njg1ZTJjZjMxNWJhODVkZTY2YzZmNTJkYjgwZTg= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 91443839-c8a5 0 ResourceCustomizationUUID:23b0eedd-dd0c-4c6a-a56c-13657c862184 ResourceInvariantUUID:fba95024-056c-4a02-89f9-a7b64ef9a9a3 ResourceName:pNF 91443839-c8a5 ResourceType:PNF ResourceUUID:2dc54143-883b-47c3-a03a-d95036ca271b ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-10-28T04:45:17.946Z|7aa77356-a708-4594-b97c-bfe65b695474|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d39b8b41-1ae9-4fd4-88d8-2266d9469b29 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-28T04:45:17.981Z|7aa77356-a708-4594-b97c-bfe65b695474|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-28T04:45:17.982Z|7aa77356-a708-4594-b97c-bfe65b695474|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-10-28T04:45:17.982Z|7aa77356-a708-4594-b97c-bfe65b695474|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-10-28T04:45:17.982Z|7aa77356-a708-4594-b97c-bfe65b695474|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: ec04bc29-ffa9-41c6-9fc2-fb06482be43b from URL: /sdc/v1/catalog/services/DemoPnf2riyfiutl7tqnhvyq2mf/1.0/artifacts/service-DemoPnf2riyfiutl7tqnhvyq2mf-csar.csar 2022-10-28T04:45:17.982Z|7aa77356-a708-4594-b97c-bfe65b695474|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-10-28T04:45:17.983Z|7aa77356-a708-4594-b97c-bfe65b695474|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf2riyfiutl7tqnhvyq2mf/1.0/artifacts/service-DemoPnf2riyfiutl7tqnhvyq2mf-csar.csar 2022-10-28T04:45:18.059Z|7aa77356-a708-4594-b97c-bfe65b695474|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-10-28T04:45:18.062Z|7aa77356-a708-4594-b97c-bfe65b695474|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf2riyfiutl7tqnhvyq2mf/1.0/artifacts/service-DemoPnf2riyfiutl7tqnhvyq2mf-csar.csar ec04bc29-ffa9-41c6-9fc2-fb06482be43b 82654 2022-10-28T04:45:18.062Z|7aa77356-a708-4594-b97c-bfe65b695474|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf2riyfiutl7tqnhvyq2mf/1.0/artifacts/service-DemoPnf2riyfiutl7tqnhvyq2mf-csar.csar ASDC sendASDCNotification 2022-10-28T04:45:18.062Z|7aa77356-a708-4594-b97c-bfe65b695474|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf2riyfiutl7tqnhvyq2mf/1.0/artifacts/service-DemoPnf2riyfiutl7tqnhvyq2mf-csar.csar 2022-10-28T04:45:18.062Z|7aa77356-a708-4594-b97c-bfe65b695474|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-28T04:45:18.063Z|7aa77356-a708-4594-b97c-bfe65b695474|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-28T04:45:18.064Z|7aa77356-a708-4594-b97c-bfe65b695474|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-28T04:45:18.064Z|7aa77356-a708-4594-b97c-bfe65b695474|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "7aa77356-a708-4594-b97c-bfe65b695474", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666932318062, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2riyfiutl7tqnhvyq2mf/1.0/artifacts/service-DemoPnf2riyfiutl7tqnhvyq2mf-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-28T04:45:18.164Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-28T04:45:18.165Z||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-28T04:45:18.165Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OqCvdRHX32zc8Jsc) ... 2022-10-28T04:45:18.178Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:45:18.178Z||pool-97-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-10-28T04:45:19.065Z|7aa77356-a708-4594-b97c-bfe65b695474|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-28T04:45:19.066Z|7aa77356-a708-4594-b97c-bfe65b695474|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-10-28T04:45:19.066Z|7aa77356-a708-4594-b97c-bfe65b695474|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: ec04bc29-ffa9-41c6-9fc2-fb06482be43b, URL: /sdc/v1/catalog/services/DemoPnf2riyfiutl7tqnhvyq2mf/1.0/artifacts/service-DemoPnf2riyfiutl7tqnhvyq2mf-csar.csar to file: /app/ASDC/1/service-DemoPnf2riyfiutl7tqnhvyq2mf-csar.csar 2022-10-28T04:45:19.066Z|7aa77356-a708-4594-b97c-bfe65b695474|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf2riyfiutl7tqnhvyq2mf-csar.csar 2022-10-28T04:45:19.066Z|7aa77356-a708-4594-b97c-bfe65b695474|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf2riyfiutl7tqnhvyq2mf-csar.csar 2022-10-28T04:45:19.066Z|7aa77356-a708-4594-b97c-bfe65b695474|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf2riyfiutl7tqnhvyq2mf-csar.csar 2022-10-28T04:45:19.188Z|7aa77356-a708-4594-b97c-bfe65b695474|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1613140951044354997/Definitions/service-DemoPnf2riyfiutl7tqnhvyq2mf-template.yml 2022-10-28T04:45:19.729Z|7aa77356-a708-4594-b97c-bfe65b695474|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2022-10-28T04:45:19.730Z|7aa77356-a708-4594-b97c-bfe65b695474|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-10-28T04:45:19.730Z|7aa77356-a708-4594-b97c-bfe65b695474|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf2riyfiutl7tqnhvyq2mf-csar.csar 2022-10-28T04:45:19.730Z|7aa77356-a708-4594-b97c-bfe65b695474|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-10-28T04:45:19.730Z|7aa77356-a708-4594-b97c-bfe65b695474|pool-2-thread-6|||||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-DemoPnf2riyfiutl7tqnhvyq2mf-csar.csar 2022-10-28T04:45:19.730Z|7aa77356-a708-4594-b97c-bfe65b695474|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf2riyfiutl7tqnhvyq2mf-csar.csar 2022-10-28T04:45:19.730Z|7aa77356-a708-4594-b97c-bfe65b695474|pool-2-thread-6|||||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-DemoPnf2riyfiutl7tqnhvyq2mf-csar.csar 2022-10-28T04:45:19.730Z|7aa77356-a708-4594-b97c-bfe65b695474|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf2riyfiutl7tqnhvyq2mf-csar.csar 2022-10-28T04:45:19.730Z|7aa77356-a708-4594-b97c-bfe65b695474|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf2riyfiutl7tqnhvyq2mf-csar.csar 2022-10-28T04:45:19.730Z|7aa77356-a708-4594-b97c-bfe65b695474|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf2riyfiutl7tqnhvyq2mf-csar.csar 2022-10-28T04:45:19.730Z|7aa77356-a708-4594-b97c-bfe65b695474|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 91443839-c8a5 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-DemoPnf2riyfiutl7tqnhvyq2mf-csar.csar 2022-10-28T04:45:19.730Z|7aa77356-a708-4594-b97c-bfe65b695474|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-10-28T04:45:19.730Z|7aa77356-a708-4594-b97c-bfe65b695474|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:45:19.731Z|7aa77356-a708-4594-b97c-bfe65b695474|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_2RiYfIUtl7TqNHVyq2mF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-10-28T04:45:19.731Z|7aa77356-a708-4594-b97c-bfe65b695474|pool-2-thread-6|||||DEBUG|500||Node template pNF 91443839-c8a5 0 is matching search criteria 2022-10-28T04:45:19.731Z|7aa77356-a708-4594-b97c-bfe65b695474|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-10-28T04:45:19.731Z|7aa77356-a708-4594-b97c-bfe65b695474|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 91443839-c8a5 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-28T04:45:19.731Z|7aa77356-a708-4594-b97c-bfe65b695474|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:45:19.731Z|7aa77356-a708-4594-b97c-bfe65b695474|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_2RiYfIUtl7TqNHVyq2mF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-10-28T04:45:19.731Z|7aa77356-a708-4594-b97c-bfe65b695474|pool-2-thread-6|||||DEBUG|500||Node template pNF 91443839-c8a5 0 is matching search criteria 2022-10-28T04:45:19.731Z|7aa77356-a708-4594-b97c-bfe65b695474|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-10-28T04:45:19.731Z|7aa77356-a708-4594-b97c-bfe65b695474|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 91443839-c8a5 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-28T04:45:19.731Z|7aa77356-a708-4594-b97c-bfe65b695474|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:45:19.732Z|7aa77356-a708-4594-b97c-bfe65b695474|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_2RiYfIUtl7TqNHVyq2mF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-28T04:45:19.732Z|7aa77356-a708-4594-b97c-bfe65b695474|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:45:19.732Z|7aa77356-a708-4594-b97c-bfe65b695474|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_2RiYfIUtl7TqNHVyq2mF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-10-28T04:45:19.732Z|7aa77356-a708-4594-b97c-bfe65b695474|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:45:19.732Z|7aa77356-a708-4594-b97c-bfe65b695474|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_2RiYfIUtl7TqNHVyq2mF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-10-28T04:45:19.732Z|7aa77356-a708-4594-b97c-bfe65b695474|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:45:19.732Z|7aa77356-a708-4594-b97c-bfe65b695474|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_2RiYfIUtl7TqNHVyq2mF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-28T04:45:19.732Z|7aa77356-a708-4594-b97c-bfe65b695474|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:45:19.732Z|7aa77356-a708-4594-b97c-bfe65b695474|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_2RiYfIUtl7TqNHVyq2mF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-28T04:45:19.732Z|7aa77356-a708-4594-b97c-bfe65b695474|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_2RiYfIUtl7TqNHVyq2mF Description:catalog service description Model UUID:d39b8b41-1ae9-4fd4-88d8-2266d9469b29 Model Version:NULL Model InvariantUuid:1f26751b-848b-4d8a-83e5-407f56871757 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-28T04:45:19.736Z|7aa77356-a708-4594-b97c-bfe65b695474|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: 2dc54143-883b-47c3-a03a-d95036ca271b 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-28T04:45:19.739Z|7aa77356-a708-4594-b97c-bfe65b695474|pool-2-thread-6|||||INFO|500||pNF 91443839-c8a5 0 2022-10-28T04:45:19.739Z|7aa77356-a708-4594-b97c-bfe65b695474|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 2dc54143-883b-47c3-a03a-d95036ca271b 2022-10-28T04:45:19.739Z|7aa77356-a708-4594-b97c-bfe65b695474|pool-2-thread-6|||||DEBUG|500||No resources found for Service: d39b8b41-1ae9-4fd4-88d8-2266d9469b29 2022-10-28T04:45:19.739Z|7aa77356-a708-4594-b97c-bfe65b695474|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: d39b8b41-1ae9-4fd4-88d8-2266d9469b29 2022-10-28T04:45:19.739Z|7aa77356-a708-4594-b97c-bfe65b695474|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 91443839-c8a5 0 2dc54143-883b-47c3-a03a-d95036ca271b 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-28T04:45:19.742Z|7aa77356-a708-4594-b97c-bfe65b695474|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@43b446be, org.onap.sdc.toscaparser.api.parameters.Input@7e0b0f05, org.onap.sdc.toscaparser.api.parameters.Input@37eaf31e, org.onap.sdc.toscaparser.api.parameters.Input@549ad4cd, org.onap.sdc.toscaparser.api.parameters.Input@35fae956] 2022-10-28T04:45:19.742Z|7aa77356-a708-4594-b97c-bfe65b695474|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:45:19.742Z|7aa77356-a708-4594-b97c-bfe65b695474|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_2RiYfIUtl7TqNHVyq2mF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-10-28T04:45:19.743Z|7aa77356-a708-4594-b97c-bfe65b695474|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid d39b8b41-1ae9-4fd4-88d8-2266d9469b29: pNF 91443839-c8a5 2022-10-28T04:45:19.743Z|7aa77356-a708-4594-b97c-bfe65b695474|pool-2-thread-6|||||INFO|500||Processing PNF resource: 2dc54143-883b-47c3-a03a-d95036ca271b 2022-10-28T04:45:19.743Z|7aa77356-a708-4594-b97c-bfe65b695474|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:45:19.743Z|7aa77356-a708-4594-b97c-bfe65b695474|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_2RiYfIUtl7TqNHVyq2mF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-28T04:45:19.743Z|7aa77356-a708-4594-b97c-bfe65b695474|pool-2-thread-6|||||INFO|500||Resource customization UUID: 23b0eedd-dd0c-4c6a-a56c-13657c862184 is the same as notified resource customizationUUID: 23b0eedd-dd0c-4c6a-a56c-13657c862184 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-28T04:45:19.772Z|7aa77356-a708-4594-b97c-bfe65b695474|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 91443839-c8a5 2dc54143-883b-47c3-a03a-d95036ca271b 0 ASDC deployResourceStructure 2022-10-28T04:45:19.772Z|7aa77356-a708-4594-b97c-bfe65b695474|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf2riyfiutl7tqnhvyq2mf/1.0/artifacts/service-DemoPnf2riyfiutl7tqnhvyq2mf-csar.csar ASDC sendASDCNotification 2022-10-28T04:45:19.772Z|7aa77356-a708-4594-b97c-bfe65b695474|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf2riyfiutl7tqnhvyq2mf/1.0/artifacts/service-DemoPnf2riyfiutl7tqnhvyq2mf-csar.csar 2022-10-28T04:45:19.772Z|7aa77356-a708-4594-b97c-bfe65b695474|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-28T04:45:19.773Z|7aa77356-a708-4594-b97c-bfe65b695474|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-28T04:45:19.775Z|7aa77356-a708-4594-b97c-bfe65b695474|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-28T04:45:19.775Z|7aa77356-a708-4594-b97c-bfe65b695474|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "7aa77356-a708-4594-b97c-bfe65b695474", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666932319772, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2riyfiutl7tqnhvyq2mf/1.0/artifacts/service-DemoPnf2riyfiutl7tqnhvyq2mf-csar.csar", "status": "DEPLOY_OK" } 2022-10-28T04:45:19.875Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-28T04:45:19.876Z||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-28T04:45:19.876Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OqCvdRHX32zc8Jsc) ... 2022-10-28T04:45:19.893Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:45:19.894Z||pool-98-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2022-10-28T04:45:20.776Z|7aa77356-a708-4594-b97c-bfe65b695474|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7aa77356-a708-4594-b97c-bfe65b695474 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-28T04:45:20.789Z|7aa77356-a708-4594-b97c-bfe65b695474|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7aa77356-a708-4594-b97c-bfe65b695474 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-28T04:45:20.793Z|7aa77356-a708-4594-b97c-bfe65b695474|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-28T04:45:20.793Z|7aa77356-a708-4594-b97c-bfe65b695474|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-10-28T04:45:20.793Z|7aa77356-a708-4594-b97c-bfe65b695474|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-10-28T04:45:50.794Z|7aa77356-a708-4594-b97c-bfe65b695474|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7aa77356-a708-4594-b97c-bfe65b695474 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-28T04:45:50.807Z|7aa77356-a708-4594-b97c-bfe65b695474|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7aa77356-a708-4594-b97c-bfe65b695474 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-28T04:45:50.810Z|7aa77356-a708-4594-b97c-bfe65b695474|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-28T04:45:50.811Z|7aa77356-a708-4594-b97c-bfe65b695474|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-10-28T04:45:50.811Z|7aa77356-a708-4594-b97c-bfe65b695474|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-10-28T04:46:04.933Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T04:46:04.934Z|5994c771-02c0-48cb-a46f-6540c95c46fa|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-28T04:46:04.934Z|5994c771-02c0-48cb-a46f-6540c95c46fa|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 OqCvdRHX32zc8Jsc) ... 2022-10-28T04:46:05.061Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:46:05.062Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-28T04:46:05.062Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aa77356-a708-4594-b97c-bfe65b695474", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666932304930, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2riyfiutl7tqnhvyq2mf/1.0/resourceInstances/pnf91443839c8a50/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-10-28T04:46:05.063Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-28T04:46:20.811Z|7aa77356-a708-4594-b97c-bfe65b695474|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7aa77356-a708-4594-b97c-bfe65b695474 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-28T04:46:20.821Z|7aa77356-a708-4594-b97c-bfe65b695474|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7aa77356-a708-4594-b97c-bfe65b695474 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-28T04:46:20.824Z|7aa77356-a708-4594-b97c-bfe65b695474|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-28T04:46:20.824Z|7aa77356-a708-4594-b97c-bfe65b695474|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-10-28T04:46:20.825Z|7aa77356-a708-4594-b97c-bfe65b695474|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-10-28T04:46:50.825Z|7aa77356-a708-4594-b97c-bfe65b695474|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7aa77356-a708-4594-b97c-bfe65b695474 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-28T04:46:50.835Z|7aa77356-a708-4594-b97c-bfe65b695474|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7aa77356-a708-4594-b97c-bfe65b695474 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-28T04:46:50.838Z|7aa77356-a708-4594-b97c-bfe65b695474|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-28T04:46:50.838Z|7aa77356-a708-4594-b97c-bfe65b695474|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-10-28T04:46:50.838Z|7aa77356-a708-4594-b97c-bfe65b695474|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-10-28T04:47:04.933Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T04:47:04.934Z|5994c771-02c0-48cb-a46f-6540c95c46fa|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-28T04:47:04.934Z|5994c771-02c0-48cb-a46f-6540c95c46fa|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 OqCvdRHX32zc8Jsc) ... 2022-10-28T04:47:05.463Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:47:05.464Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-28T04:47:05.464Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aa77356-a708-4594-b97c-bfe65b695474", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666932304930, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2riyfiutl7tqnhvyq2mf/1.0/resourceInstances/pnf91443839c8a50/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-10-28T04:47:05.465Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-28T04:47:05.465Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-28T04:47:05.465Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aa77356-a708-4594-b97c-bfe65b695474", "consumerID": "multicloud-k8s-id", "timestamp": 1666932310985, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2riyfiutl7tqnhvyq2mf/1.0/resourceInstances/pnf91443839c8a50/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-28T04:47:05.465Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-28T04:47:05.465Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-28T04:47:05.465Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aa77356-a708-4594-b97c-bfe65b695474", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666932304930, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2riyfiutl7tqnhvyq2mf/1.0/resourceInstances/pnf91443839c8a50/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-28T04:47:05.465Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-28T04:47:05.465Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-28T04:47:05.465Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aa77356-a708-4594-b97c-bfe65b695474", "consumerID": "multicloud-k8s-id", "timestamp": 1666932310985, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2riyfiutl7tqnhvyq2mf/1.0/resourceInstances/pnf91443839c8a50/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-10-28T04:47:05.465Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-28T04:47:05.465Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-28T04:47:05.465Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aa77356-a708-4594-b97c-bfe65b695474", "consumerID": "cds", "timestamp": 1666932311793, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2riyfiutl7tqnhvyq2mf/1.0/resourceInstances/pnf91443839c8a50/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-28T04:47:05.466Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-28T04:47:05.466Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-28T04:47:05.466Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aa77356-a708-4594-b97c-bfe65b695474", "consumerID": "aai-ml", "timestamp": 1666932312359, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2riyfiutl7tqnhvyq2mf/1.0/resourceInstances/pnf91443839c8a50/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-28T04:47:05.466Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-28T04:47:05.466Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-28T04:47:05.466Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aa77356-a708-4594-b97c-bfe65b695474", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666932304930, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2riyfiutl7tqnhvyq2mf/1.0/resourceInstances/pnf91443839c8a50/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-10-28T04:47:05.466Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-28T04:47:05.466Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-28T04:47:05.467Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aa77356-a708-4594-b97c-bfe65b695474", "consumerID": "multicloud-k8s-id", "timestamp": 1666932310985, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2riyfiutl7tqnhvyq2mf/1.0/resourceInstances/pnf91443839c8a50/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-10-28T04:47:05.467Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-28T04:47:05.467Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-28T04:47:05.467Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aa77356-a708-4594-b97c-bfe65b695474", "consumerID": "cds", "timestamp": 1666932311793, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2riyfiutl7tqnhvyq2mf/1.0/resourceInstances/pnf91443839c8a50/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-10-28T04:47:05.467Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-28T04:47:05.467Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-28T04:47:05.467Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aa77356-a708-4594-b97c-bfe65b695474", "consumerID": "aai-ml", "timestamp": 1666932312359, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2riyfiutl7tqnhvyq2mf/1.0/resourceInstances/pnf91443839c8a50/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-10-28T04:47:05.467Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-28T04:47:05.467Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-28T04:47:05.467Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aa77356-a708-4594-b97c-bfe65b695474", "consumerID": "policy-id", "timestamp": 1666932313981, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2riyfiutl7tqnhvyq2mf/1.0/resourceInstances/pnf91443839c8a50/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-28T04:47:05.467Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-28T04:47:05.467Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-28T04:47:05.467Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aa77356-a708-4594-b97c-bfe65b695474", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666932304930, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2riyfiutl7tqnhvyq2mf/1.0/resourceInstances/pnf91443839c8a50/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-10-28T04:47:05.467Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-28T04:47:05.467Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-28T04:47:05.467Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aa77356-a708-4594-b97c-bfe65b695474", "consumerID": "multicloud-k8s-id", "timestamp": 1666932310985, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2riyfiutl7tqnhvyq2mf/1.0/resourceInstances/pnf91443839c8a50/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-28T04:47:05.467Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-28T04:47:05.467Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-28T04:47:05.467Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aa77356-a708-4594-b97c-bfe65b695474", "consumerID": "cds", "timestamp": 1666932311793, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2riyfiutl7tqnhvyq2mf/1.0/resourceInstances/pnf91443839c8a50/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-10-28T04:47:05.467Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-28T04:47:05.467Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-28T04:47:05.467Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aa77356-a708-4594-b97c-bfe65b695474", "consumerID": "aai-ml", "timestamp": 1666932312359, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2riyfiutl7tqnhvyq2mf/1.0/resourceInstances/pnf91443839c8a50/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-10-28T04:47:05.467Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-28T04:47:05.467Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-28T04:47:05.467Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aa77356-a708-4594-b97c-bfe65b695474", "consumerID": "policy-id", "timestamp": 1666932313981, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2riyfiutl7tqnhvyq2mf/1.0/resourceInstances/pnf91443839c8a50/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-10-28T04:47:05.467Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-28T04:47:05.468Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-28T04:47:05.468Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aa77356-a708-4594-b97c-bfe65b695474", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666932304930, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2riyfiutl7tqnhvyq2mf/1.0/artifacts/service-DemoPnf2riyfiutl7tqnhvyq2mf-template.yml", "status": "NOT_NOTIFIED" } 2022-10-28T04:47:05.468Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-28T04:47:05.468Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-28T04:47:05.468Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aa77356-a708-4594-b97c-bfe65b695474", "consumerID": "multicloud-k8s-id", "timestamp": 1666932310985, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2riyfiutl7tqnhvyq2mf/1.0/resourceInstances/pnf91443839c8a50/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-10-28T04:47:05.468Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-28T04:47:05.468Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-28T04:47:05.468Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aa77356-a708-4594-b97c-bfe65b695474", "consumerID": "cds", "timestamp": 1666932311793, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2riyfiutl7tqnhvyq2mf/1.0/resourceInstances/pnf91443839c8a50/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-28T04:47:05.468Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-28T04:47:05.468Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-28T04:47:05.468Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aa77356-a708-4594-b97c-bfe65b695474", "consumerID": "aai-ml", "timestamp": 1666932312359, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2riyfiutl7tqnhvyq2mf/1.0/resourceInstances/pnf91443839c8a50/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-28T04:47:05.468Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-28T04:47:05.468Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-28T04:47:05.468Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aa77356-a708-4594-b97c-bfe65b695474", "consumerID": "policy-id", "timestamp": 1666932313981, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2riyfiutl7tqnhvyq2mf/1.0/resourceInstances/pnf91443839c8a50/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-10-28T04:47:05.468Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-28T04:47:05.468Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-28T04:47:05.468Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aa77356-a708-4594-b97c-bfe65b695474", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666932304930, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2riyfiutl7tqnhvyq2mf/1.0/artifacts/service-DemoPnf2riyfiutl7tqnhvyq2mf-csar.csar", "status": "NOTIFIED" } 2022-10-28T04:47:05.468Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-28T04:47:05.468Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-28T04:47:05.468Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aa77356-a708-4594-b97c-bfe65b695474", "consumerID": "multicloud-k8s-id", "timestamp": 1666932310985, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2riyfiutl7tqnhvyq2mf/1.0/resourceInstances/pnf91443839c8a50/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-10-28T04:47:05.468Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-28T04:47:05.468Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-28T04:47:05.468Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aa77356-a708-4594-b97c-bfe65b695474", "consumerID": "cds", "timestamp": 1666932311793, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2riyfiutl7tqnhvyq2mf/1.0/resourceInstances/pnf91443839c8a50/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-10-28T04:47:05.468Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-28T04:47:05.469Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-28T04:47:05.469Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aa77356-a708-4594-b97c-bfe65b695474", "consumerID": "aai-ml", "timestamp": 1666932312359, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2riyfiutl7tqnhvyq2mf/1.0/resourceInstances/pnf91443839c8a50/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-10-28T04:47:05.469Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-28T04:47:05.469Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-28T04:47:05.469Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aa77356-a708-4594-b97c-bfe65b695474", "consumerID": "policy-id", "timestamp": 1666932313981, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2riyfiutl7tqnhvyq2mf/1.0/resourceInstances/pnf91443839c8a50/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-28T04:47:05.469Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-28T04:47:05.469Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-28T04:47:05.469Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aa77356-a708-4594-b97c-bfe65b695474", "consumerID": "multicloud-k8s-id", "timestamp": 1666932310985, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2riyfiutl7tqnhvyq2mf/1.0/artifacts/service-DemoPnf2riyfiutl7tqnhvyq2mf-template.yml", "status": "NOT_NOTIFIED" } 2022-10-28T04:47:05.469Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-28T04:47:05.469Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-28T04:47:05.469Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aa77356-a708-4594-b97c-bfe65b695474", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666932318062, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2riyfiutl7tqnhvyq2mf/1.0/artifacts/service-DemoPnf2riyfiutl7tqnhvyq2mf-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-28T04:47:05.469Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-28T04:47:05.469Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-28T04:47:05.469Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aa77356-a708-4594-b97c-bfe65b695474", "consumerID": "cds", "timestamp": 1666932311793, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2riyfiutl7tqnhvyq2mf/1.0/resourceInstances/pnf91443839c8a50/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-10-28T04:47:05.469Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-28T04:47:05.469Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-28T04:47:05.469Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aa77356-a708-4594-b97c-bfe65b695474", "consumerID": "aai-ml", "timestamp": 1666932312359, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2riyfiutl7tqnhvyq2mf/1.0/resourceInstances/pnf91443839c8a50/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-10-28T04:47:05.469Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-28T04:47:05.469Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-28T04:47:05.469Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aa77356-a708-4594-b97c-bfe65b695474", "consumerID": "policy-id", "timestamp": 1666932313981, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2riyfiutl7tqnhvyq2mf/1.0/resourceInstances/pnf91443839c8a50/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-10-28T04:47:05.469Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-28T04:47:05.469Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-28T04:47:05.469Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aa77356-a708-4594-b97c-bfe65b695474", "consumerID": "ves-openapi-manager", "timestamp": 1666932318307, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2riyfiutl7tqnhvyq2mf/1.0/resourceInstances/pnf91443839c8a50/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-28T04:47:05.469Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-28T04:47:05.469Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-28T04:47:05.469Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aa77356-a708-4594-b97c-bfe65b695474", "consumerID": "multicloud-k8s-id", "timestamp": 1666932310985, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2riyfiutl7tqnhvyq2mf/1.0/artifacts/service-DemoPnf2riyfiutl7tqnhvyq2mf-csar.csar", "status": "NOTIFIED" } 2022-10-28T04:47:05.469Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-28T04:47:05.469Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-28T04:47:05.469Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aa77356-a708-4594-b97c-bfe65b695474", "consumerID": "cds", "timestamp": 1666932311793, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2riyfiutl7tqnhvyq2mf/1.0/artifacts/service-DemoPnf2riyfiutl7tqnhvyq2mf-template.yml", "status": "NOT_NOTIFIED" } 2022-10-28T04:47:05.469Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-28T04:47:05.469Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-28T04:47:05.469Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aa77356-a708-4594-b97c-bfe65b695474", "consumerID": "aai-ml", "timestamp": 1666932312359, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2riyfiutl7tqnhvyq2mf/1.0/artifacts/service-DemoPnf2riyfiutl7tqnhvyq2mf-template.yml", "status": "NOT_NOTIFIED" } 2022-10-28T04:47:05.469Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-28T04:47:05.469Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-28T04:47:05.469Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aa77356-a708-4594-b97c-bfe65b695474", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666932318915, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2riyfiutl7tqnhvyq2mf/1.0/resourceInstances/pnf91443839c8a50/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-28T04:47:05.470Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-28T04:47:05.470Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-28T04:47:05.470Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aa77356-a708-4594-b97c-bfe65b695474", "consumerID": "policy-id", "timestamp": 1666932313981, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2riyfiutl7tqnhvyq2mf/1.0/resourceInstances/pnf91443839c8a50/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-10-28T04:47:05.470Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-28T04:47:05.470Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-28T04:47:05.470Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aa77356-a708-4594-b97c-bfe65b695474", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666932319772, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2riyfiutl7tqnhvyq2mf/1.0/artifacts/service-DemoPnf2riyfiutl7tqnhvyq2mf-csar.csar", "status": "DEPLOY_OK" } 2022-10-28T04:47:05.470Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-28T04:47:05.470Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-28T04:47:05.470Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aa77356-a708-4594-b97c-bfe65b695474", "consumerID": "ves-openapi-manager", "timestamp": 1666932318307, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2riyfiutl7tqnhvyq2mf/1.0/resourceInstances/pnf91443839c8a50/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-10-28T04:47:05.470Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-28T04:47:05.470Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-28T04:47:05.470Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aa77356-a708-4594-b97c-bfe65b695474", "consumerID": "cds", "timestamp": 1666932311793, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2riyfiutl7tqnhvyq2mf/1.0/artifacts/service-DemoPnf2riyfiutl7tqnhvyq2mf-csar.csar", "status": "NOTIFIED" } 2022-10-28T04:47:05.470Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-28T04:47:05.470Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-28T04:47:05.470Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aa77356-a708-4594-b97c-bfe65b695474", "consumerID": "aai-ml", "timestamp": 1666932312359, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2riyfiutl7tqnhvyq2mf/1.0/artifacts/service-DemoPnf2riyfiutl7tqnhvyq2mf-csar.csar", "status": "NOTIFIED" } 2022-10-28T04:47:05.470Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-28T04:47:05.470Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-28T04:47:05.470Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aa77356-a708-4594-b97c-bfe65b695474", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666932318915, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2riyfiutl7tqnhvyq2mf/1.0/resourceInstances/pnf91443839c8a50/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-10-28T04:47:05.470Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-28T04:47:05.470Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-28T04:47:05.470Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aa77356-a708-4594-b97c-bfe65b695474", "consumerID": "policy-id", "timestamp": 1666932313981, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2riyfiutl7tqnhvyq2mf/1.0/artifacts/service-DemoPnf2riyfiutl7tqnhvyq2mf-template.yml", "status": "NOT_NOTIFIED" } 2022-10-28T04:47:05.470Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-28T04:47:05.470Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-28T04:47:05.470Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aa77356-a708-4594-b97c-bfe65b695474", "consumerID": "ves-openapi-manager", "timestamp": 1666932318307, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2riyfiutl7tqnhvyq2mf/1.0/resourceInstances/pnf91443839c8a50/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-10-28T04:47:05.470Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-28T04:47:05.471Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-28T04:47:05.471Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aa77356-a708-4594-b97c-bfe65b695474", "consumerID": "cds", "timestamp": 1666932320561, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2riyfiutl7tqnhvyq2mf/1.0/artifacts/service-DemoPnf2riyfiutl7tqnhvyq2mf-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-28T04:47:05.471Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-28T04:47:05.471Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-28T04:47:05.471Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aa77356-a708-4594-b97c-bfe65b695474", "consumerID": "aai-ml", "timestamp": 1666932321113, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2riyfiutl7tqnhvyq2mf/1.0/artifacts/service-DemoPnf2riyfiutl7tqnhvyq2mf-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-28T04:47:05.471Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-28T04:47:05.471Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-28T04:47:05.471Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aa77356-a708-4594-b97c-bfe65b695474", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666932318915, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2riyfiutl7tqnhvyq2mf/1.0/resourceInstances/pnf91443839c8a50/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-10-28T04:47:05.471Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-28T04:47:05.471Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-28T04:47:05.471Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aa77356-a708-4594-b97c-bfe65b695474", "consumerID": "policy-id", "timestamp": 1666932313981, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2riyfiutl7tqnhvyq2mf/1.0/artifacts/service-DemoPnf2riyfiutl7tqnhvyq2mf-csar.csar", "status": "NOTIFIED" } 2022-10-28T04:47:05.471Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-28T04:47:05.471Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-28T04:47:05.471Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aa77356-a708-4594-b97c-bfe65b695474", "consumerID": "ves-openapi-manager", "timestamp": 1666932318307, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2riyfiutl7tqnhvyq2mf/1.0/resourceInstances/pnf91443839c8a50/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-28T04:47:05.471Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-28T04:47:05.471Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-28T04:47:05.471Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aa77356-a708-4594-b97c-bfe65b695474", "consumerID": "cds", "timestamp": 1666932321567, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2riyfiutl7tqnhvyq2mf/1.0/artifacts/service-DemoPnf2riyfiutl7tqnhvyq2mf-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-28T04:47:05.481Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7aa77356-a708-4594-b97c-bfe65b695474 2022-10-28T04:47:05.481Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7aa77356-a708-4594-b97c-bfe65b695474 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-28T04:47:05.500Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-28T04:47:05.500Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aa77356-a708-4594-b97c-bfe65b695474", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666932318915, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2riyfiutl7tqnhvyq2mf/1.0/resourceInstances/pnf91443839c8a50/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-28T04:47:05.501Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-28T04:47:05.501Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-28T04:47:05.501Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aa77356-a708-4594-b97c-bfe65b695474", "consumerID": "policy-id", "timestamp": 1666932322723, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2riyfiutl7tqnhvyq2mf/1.0/artifacts/service-DemoPnf2riyfiutl7tqnhvyq2mf-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-28T04:47:05.501Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-28T04:47:05.501Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-28T04:47:05.501Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aa77356-a708-4594-b97c-bfe65b695474", "consumerID": "ves-openapi-manager", "timestamp": 1666932318307, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2riyfiutl7tqnhvyq2mf/1.0/resourceInstances/pnf91443839c8a50/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-10-28T04:47:05.501Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-28T04:47:05.501Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-28T04:47:05.501Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aa77356-a708-4594-b97c-bfe65b695474", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666932318915, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2riyfiutl7tqnhvyq2mf/1.0/resourceInstances/pnf91443839c8a50/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-10-28T04:47:05.503Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-28T04:47:05.503Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-28T04:47:05.503Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aa77356-a708-4594-b97c-bfe65b695474", "consumerID": "policy-id", "timestamp": 1666932323729, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2riyfiutl7tqnhvyq2mf/1.0/artifacts/service-DemoPnf2riyfiutl7tqnhvyq2mf-csar.csar", "status": "DEPLOY_OK" } 2022-10-28T04:47:05.503Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-28T04:47:05.504Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-28T04:47:05.504Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aa77356-a708-4594-b97c-bfe65b695474", "consumerID": "ves-openapi-manager", "timestamp": 1666932318307, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2riyfiutl7tqnhvyq2mf/1.0/resourceInstances/pnf91443839c8a50/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-10-28T04:47:05.504Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-28T04:47:05.504Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-28T04:47:05.504Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aa77356-a708-4594-b97c-bfe65b695474", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666932318915, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2riyfiutl7tqnhvyq2mf/1.0/resourceInstances/pnf91443839c8a50/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-10-28T04:47:05.504Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-28T04:47:05.504Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-28T04:47:05.504Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aa77356-a708-4594-b97c-bfe65b695474", "consumerID": "policy-id", "timestamp": 1666932324733, "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-28T04:47:05.516Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7aa77356-a708-4594-b97c-bfe65b695474 2022-10-28T04:47:05.517Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7aa77356-a708-4594-b97c-bfe65b695474 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-28T04:47:05.525Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-28T04:47:05.525Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aa77356-a708-4594-b97c-bfe65b695474", "consumerID": "ves-openapi-manager", "timestamp": 1666932318307, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2riyfiutl7tqnhvyq2mf/1.0/artifacts/service-DemoPnf2riyfiutl7tqnhvyq2mf-template.yml", "status": "NOT_NOTIFIED" } 2022-10-28T04:47:05.526Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-28T04:47:05.526Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-28T04:47:05.526Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aa77356-a708-4594-b97c-bfe65b695474", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666932318915, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2riyfiutl7tqnhvyq2mf/1.0/artifacts/service-DemoPnf2riyfiutl7tqnhvyq2mf-template.yml", "status": "NOT_NOTIFIED" } 2022-10-28T04:47:05.526Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-28T04:47:05.526Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-28T04:47:05.526Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aa77356-a708-4594-b97c-bfe65b695474", "consumerID": "clamp", "timestamp": 1666932325420, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2riyfiutl7tqnhvyq2mf/1.0/resourceInstances/pnf91443839c8a50/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-28T04:47:05.526Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-28T04:47:05.526Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-28T04:47:05.526Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aa77356-a708-4594-b97c-bfe65b695474", "consumerID": "ves-openapi-manager", "timestamp": 1666932318307, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2riyfiutl7tqnhvyq2mf/1.0/artifacts/service-DemoPnf2riyfiutl7tqnhvyq2mf-csar.csar", "status": "NOT_NOTIFIED" } 2022-10-28T04:47:05.526Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-28T04:47:05.526Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-28T04:47:05.526Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aa77356-a708-4594-b97c-bfe65b695474", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666932318915, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2riyfiutl7tqnhvyq2mf/1.0/artifacts/service-DemoPnf2riyfiutl7tqnhvyq2mf-csar.csar", "status": "NOTIFIED" } 2022-10-28T04:47:05.526Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-28T04:47:05.526Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-28T04:47:05.526Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aa77356-a708-4594-b97c-bfe65b695474", "consumerID": "clamp", "timestamp": 1666932325420, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2riyfiutl7tqnhvyq2mf/1.0/resourceInstances/pnf91443839c8a50/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-10-28T04:47:05.526Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-28T04:47:05.526Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-28T04:47:05.526Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aa77356-a708-4594-b97c-bfe65b695474", "consumerID": "aai-ml", "timestamp": 1666932326654, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2riyfiutl7tqnhvyq2mf/1.0/artifacts/service-DemoPnf2riyfiutl7tqnhvyq2mf-csar.csar", "status": "DEPLOY_OK" } 2022-10-28T04:47:05.526Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-28T04:47:05.526Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-28T04:47:05.526Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aa77356-a708-4594-b97c-bfe65b695474", "consumerID": "ves-openapi-manager", "timestamp": 1666932327056, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2riyfiutl7tqnhvyq2mf/1.0/resourceInstances/pnf91443839c8a50/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-10-28T04:47:05.527Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-28T04:47:05.527Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-28T04:47:05.527Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aa77356-a708-4594-b97c-bfe65b695474", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666932327657, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2riyfiutl7tqnhvyq2mf/1.0/artifacts/service-DemoPnf2riyfiutl7tqnhvyq2mf-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-28T04:47:05.527Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-28T04:47:05.527Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-28T04:47:05.527Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aa77356-a708-4594-b97c-bfe65b695474", "consumerID": "clamp", "timestamp": 1666932325420, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2riyfiutl7tqnhvyq2mf/1.0/resourceInstances/pnf91443839c8a50/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-10-28T04:47:05.527Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-28T04:47:05.527Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-28T04:47:05.527Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aa77356-a708-4594-b97c-bfe65b695474", "consumerID": "aai-ml", "timestamp": 1666932327658, "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-28T04:47:05.533Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7aa77356-a708-4594-b97c-bfe65b695474 2022-10-28T04:47:05.533Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7aa77356-a708-4594-b97c-bfe65b695474 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-28T04:47:05.545Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-28T04:47:05.546Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aa77356-a708-4594-b97c-bfe65b695474", "consumerID": "ves-openapi-manager", "timestamp": 1666932328073, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2riyfiutl7tqnhvyq2mf/1.0/resourceInstances/pnf91443839c8a50/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-10-28T04:47:05.546Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-28T04:47:05.546Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-28T04:47:05.546Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aa77356-a708-4594-b97c-bfe65b695474", "consumerID": "clamp", "timestamp": 1666932325420, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2riyfiutl7tqnhvyq2mf/1.0/resourceInstances/pnf91443839c8a50/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-28T04:47:05.546Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-28T04:47:05.546Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-28T04:47:05.546Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aa77356-a708-4594-b97c-bfe65b695474", "consumerID": "ves-openapi-manager", "timestamp": 1666932329076, "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-28T04:47:05.551Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 7aa77356-a708-4594-b97c-bfe65b695474 2022-10-28T04:47:05.551Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7aa77356-a708-4594-b97c-bfe65b695474 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-28T04:47:05.559Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-28T04:47:05.559Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aa77356-a708-4594-b97c-bfe65b695474", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666932329489, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2riyfiutl7tqnhvyq2mf/1.0/artifacts/service-DemoPnf2riyfiutl7tqnhvyq2mf-csar.csar", "status": "DEPLOY_OK" } 2022-10-28T04:47:05.559Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-28T04:47:05.559Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-28T04:47:05.559Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aa77356-a708-4594-b97c-bfe65b695474", "consumerID": "clamp", "timestamp": 1666932325420, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2riyfiutl7tqnhvyq2mf/1.0/resourceInstances/pnf91443839c8a50/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-10-28T04:47:05.559Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-28T04:47:05.559Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-28T04:47:05.559Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aa77356-a708-4594-b97c-bfe65b695474", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666932330493, "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-28T04:47:05.564Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7aa77356-a708-4594-b97c-bfe65b695474 2022-10-28T04:47:05.565Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7aa77356-a708-4594-b97c-bfe65b695474 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-28T04:47:05.573Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-28T04:47:05.573Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aa77356-a708-4594-b97c-bfe65b695474", "consumerID": "clamp", "timestamp": 1666932325420, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2riyfiutl7tqnhvyq2mf/1.0/resourceInstances/pnf91443839c8a50/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-10-28T04:47:05.573Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-28T04:47:05.573Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-28T04:47:05.573Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aa77356-a708-4594-b97c-bfe65b695474", "consumerID": "clamp", "timestamp": 1666932325420, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2riyfiutl7tqnhvyq2mf/1.0/artifacts/service-DemoPnf2riyfiutl7tqnhvyq2mf-template.yml", "status": "NOT_NOTIFIED" } 2022-10-28T04:47:05.574Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-28T04:47:05.574Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-28T04:47:05.574Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aa77356-a708-4594-b97c-bfe65b695474", "consumerID": "clamp", "timestamp": 1666932325420, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2riyfiutl7tqnhvyq2mf/1.0/artifacts/service-DemoPnf2riyfiutl7tqnhvyq2mf-csar.csar", "status": "NOTIFIED" } 2022-10-28T04:47:05.574Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-28T04:47:05.574Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-28T04:47:05.574Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aa77356-a708-4594-b97c-bfe65b695474", "consumerID": "clamp", "timestamp": 1666932343354, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2riyfiutl7tqnhvyq2mf/1.0/artifacts/service-DemoPnf2riyfiutl7tqnhvyq2mf-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-28T04:47:05.574Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-28T04:47:05.574Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-28T04:47:05.574Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aa77356-a708-4594-b97c-bfe65b695474", "consumerID": "clamp", "timestamp": 1666932345361, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2riyfiutl7tqnhvyq2mf/1.0/artifacts/service-DemoPnf2riyfiutl7tqnhvyq2mf-csar.csar", "status": "DEPLOY_OK" } 2022-10-28T04:47:05.574Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-28T04:47:05.574Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-28T04:47:05.574Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aa77356-a708-4594-b97c-bfe65b695474", "consumerID": "clamp", "timestamp": 1666932346367, "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-28T04:47:05.578Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 7aa77356-a708-4594-b97c-bfe65b695474 2022-10-28T04:47:05.578Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7aa77356-a708-4594-b97c-bfe65b695474 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-28T04:47:20.839Z|7aa77356-a708-4594-b97c-bfe65b695474|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7aa77356-a708-4594-b97c-bfe65b695474 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-28T04:47:20.850Z|7aa77356-a708-4594-b97c-bfe65b695474|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7aa77356-a708-4594-b97c-bfe65b695474 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-28T04:47:20.854Z|7aa77356-a708-4594-b97c-bfe65b695474|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-28T04:47:20.855Z|7aa77356-a708-4594-b97c-bfe65b695474|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-10-28T04:47:20.855Z|7aa77356-a708-4594-b97c-bfe65b695474|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-10-28T04:47:20.855Z|7aa77356-a708-4594-b97c-bfe65b695474|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-10-28T04:47:20.855Z|7aa77356-a708-4594-b97c-bfe65b695474|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-28T04:47:20.855Z|7aa77356-a708-4594-b97c-bfe65b695474|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-28T04:47:20.855Z|7aa77356-a708-4594-b97c-bfe65b695474|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-28T04:47:20.855Z|7aa77356-a708-4594-b97c-bfe65b695474|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-28T04:47:20.855Z|7aa77356-a708-4594-b97c-bfe65b695474|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-28T04:47:20.855Z|7aa77356-a708-4594-b97c-bfe65b695474|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-28T04:47:20.855Z|7aa77356-a708-4594-b97c-bfe65b695474|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-28T04:47:20.855Z|7aa77356-a708-4594-b97c-bfe65b695474|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-10-28T04:47:20.862Z|7aa77356-a708-4594-b97c-bfe65b695474|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-10-28T04:47:50.863Z|7aa77356-a708-4594-b97c-bfe65b695474|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7aa77356-a708-4594-b97c-bfe65b695474 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-28T04:47:50.868Z|7aa77356-a708-4594-b97c-bfe65b695474|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7aa77356-a708-4594-b97c-bfe65b695474 and serviceModelVersionId: d39b8b41-1ae9-4fd4-88d8-2266d9469b29 2022-10-28T04:47:50.868Z|7aa77356-a708-4594-b97c-bfe65b695474|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1f26751b-848b-4d8a-83e5-407f56871757 2022-10-28T04:47:50.869Z|7aa77356-a708-4594-b97c-bfe65b695474|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1f26751b-848b-4d8a-83e5-407f56871757/model-vers/model-ver/d39b8b41-1ae9-4fd4-88d8-2266d9469b29?depth=0 2022-10-28T04:47:50.874Z|7aa77356-a708-4594-b97c-bfe65b695474|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2022-10-28T04:47:50.904Z|7aa77356-a708-4594-b97c-bfe65b695474|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1f26751b-848b-4d8a-83e5-407f56871757/model-vers/model-ver/d39b8b41-1ae9-4fd4-88d8-2266d9469b29?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-28T04:47:50.905Z|7aa77356-a708-4594-b97c-bfe65b695474|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1f26751b-848b-4d8a-83e5-407f56871757/model-vers/model-ver/d39b8b41-1ae9-4fd4-88d8-2266d9469b29?depth=0|INFO|500||Invoke 2022-10-28T04:47:50.924Z|7aa77356-a708-4594-b97c-bfe65b695474|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1f26751b-848b-4d8a-83e5-407f56871757/model-vers/model-ver/d39b8b41-1ae9-4fd4-88d8-2266d9469b29?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-10-28T04:47:51.111Z|7aa77356-a708-4594-b97c-bfe65b695474|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1f26751b-848b-4d8a-83e5-407f56871757/model-vers/model-ver/d39b8b41-1ae9-4fd4-88d8-2266d9469b29?depth=0|INFO|500||InvokeReturn 2022-10-28T04:47:51.112Z|7aa77356-a708-4594-b97c-bfe65b695474|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1f26751b-848b-4d8a-83e5-407f56871757/model-vers/model-ver/d39b8b41-1ae9-4fd4-88d8-2266d9469b29?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221028-04:47:51:399-49909], vertex-id=[229480], Content-Length=[0], Date=[Fri, 28 Oct 2022 04:47:51 GMT], Content-Type=[application/json]} 2022-10-28T04:47:51.113Z|7aa77356-a708-4594-b97c-bfe65b695474|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity. 2022-10-28T04:47:51.113Z|7aa77356-a708-4594-b97c-bfe65b695474|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-10-28T04:47:51.113Z|7aa77356-a708-4594-b97c-bfe65b695474|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-10-28T04:47:51.117Z|7aa77356-a708-4594-b97c-bfe65b695474|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-10-28T04:47:51.117Z|7aa77356-a708-4594-b97c-bfe65b695474|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7aa77356-a708-4594-b97c-bfe65b695474 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-10-28T04:47:51.117Z|7aa77356-a708-4594-b97c-bfe65b695474|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-10-28T04:47:51.117Z|7aa77356-a708-4594-b97c-bfe65b695474|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-28T04:47:51.119Z|7aa77356-a708-4594-b97c-bfe65b695474|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-28T04:47:51.119Z|7aa77356-a708-4594-b97c-bfe65b695474|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "7aa77356-a708-4594-b97c-bfe65b695474", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666932471117, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-28T04:47:51.219Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-28T04:47:51.220Z||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-28T04:47:51.220Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OqCvdRHX32zc8Jsc) ... 2022-10-28T04:47:51.239Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:47:51.240Z||pool-99-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-28T04:47:52.133Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T04:47:52.133Z||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-28T04:47:52.133Z||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 OqCvdRHX32zc8Jsc) ... 2022-10-28T04:48:02.466Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:48:02.467Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T04:48:02.468Z||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-28T04:48:02.468Z||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 OqCvdRHX32zc8Jsc) ... 2022-10-28T04:48:04.933Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T04:48:04.934Z||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-28T04:48:04.934Z||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 OqCvdRHX32zc8Jsc) ... 2022-10-28T04:48:05.572Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:48:05.572Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-28T04:48:05.572Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7aa77356-a708-4594-b97c-bfe65b695474", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666932471117, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-28T04:48:05.573Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-28T04:48:12.006Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:48:12.007Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T04:48:12.007Z||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-28T04:48:12.007Z||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 OqCvdRHX32zc8Jsc) ... 2022-10-28T04:48:21.551Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:49:04.930Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T04:49:04.931Z||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-28T04:49:04.931Z||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 OqCvdRHX32zc8Jsc) ... 2022-10-28T04:49:04.934Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T04:49:04.935Z||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-28T04:49:04.935Z||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 OqCvdRHX32zc8Jsc) ... 2022-10-28T04:49:14.491Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:49:14.491Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:50:04.930Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T04:50:04.930Z||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-28T04:50:04.931Z||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 OqCvdRHX32zc8Jsc) ... 2022-10-28T04:50:04.938Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T04:50:04.938Z|5994c771-02c0-48cb-a46f-6540c95c46fa|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-28T04:50:04.939Z|5994c771-02c0-48cb-a46f-6540c95c46fa|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 OqCvdRHX32zc8Jsc) ... 2022-10-28T04:50:14.490Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:50:14.490Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:51:04.930Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T04:51:04.930Z||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-28T04:51:04.931Z||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 OqCvdRHX32zc8Jsc) ... 2022-10-28T04:51:04.933Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T04:51:04.933Z||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-28T04:51:04.933Z||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 OqCvdRHX32zc8Jsc) ... 2022-10-28T04:51:14.493Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:51:14.494Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:52:04.930Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T04:52:04.930Z||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-28T04:52:04.931Z||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 OqCvdRHX32zc8Jsc) ... 2022-10-28T04:52:04.933Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T04:52:04.933Z||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-28T04:52:04.934Z||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 OqCvdRHX32zc8Jsc) ... 2022-10-28T04:52:14.481Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:52:14.482Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:53:04.930Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T04:53:04.931Z||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-28T04:53:04.931Z||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 OqCvdRHX32zc8Jsc) ... 2022-10-28T04:53:04.933Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T04:53:04.933Z||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-28T04:53:04.933Z||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 OqCvdRHX32zc8Jsc) ... 2022-10-28T04:53:14.485Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:53:14.488Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:54:04.930Z|b5a7a9fd-5539-43db-bf78-6701f98cd4f7|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T04:54:04.932Z|b5a7a9fd-5539-43db-bf78-6701f98cd4f7|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-28T04:54:04.932Z|b5a7a9fd-5539-43db-bf78-6701f98cd4f7|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 OqCvdRHX32zc8Jsc) ... 2022-10-28T04:54:04.933Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T04:54:04.934Z||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-28T04:54:04.934Z||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 OqCvdRHX32zc8Jsc) ... 2022-10-28T04:54:05.068Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:54:05.220Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:54:05.220Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "369dbb80-5c43-47f6-b583-85ab82101051", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666932798915, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-28T04:54:05.222Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:54:05.223Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:54:05.223Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "369dbb80-5c43-47f6-b583-85ab82101051", "consumerID": "ves-openapi-manager", "timestamp": 1666932798307, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-28T04:54:05.223Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:54:05.223Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:54:05.223Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "369dbb80-5c43-47f6-b583-85ab82101051", "consumerID": "clamp", "timestamp": 1666932805420, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-28T04:54:05.223Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:54:05.223Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:54:05.223Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "369dbb80-5c43-47f6-b583-85ab82101051", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666932798915, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-28T04:54:05.223Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:54:05.223Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:54:05.223Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "369dbb80-5c43-47f6-b583-85ab82101051", "consumerID": "ves-openapi-manager", "timestamp": 1666932798307, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-28T04:54:05.223Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:54:05.223Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:54:05.223Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "369dbb80-5c43-47f6-b583-85ab82101051", "consumerID": "clamp", "timestamp": 1666932805420, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-10-28T04:54:05.223Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:54:05.223Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:54:05.223Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "369dbb80-5c43-47f6-b583-85ab82101051", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666932798915, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-10-28T04:54:05.223Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:54:05.223Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:54:05.223Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "369dbb80-5c43-47f6-b583-85ab82101051", "consumerID": "ves-openapi-manager", "timestamp": 1666932798307, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-10-28T04:54:05.223Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:54:05.223Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:54:05.224Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "369dbb80-5c43-47f6-b583-85ab82101051", "consumerID": "clamp", "timestamp": 1666932805420, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-10-28T04:54:05.224Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:54:05.224Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:54:05.224Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "369dbb80-5c43-47f6-b583-85ab82101051", "consumerID": "cds", "timestamp": 1666932806793, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-28T04:54:05.224Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:54:05.224Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:54:05.224Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "369dbb80-5c43-47f6-b583-85ab82101051", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666932798915, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-28T04:54:05.224Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:54:05.224Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:54:05.224Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "369dbb80-5c43-47f6-b583-85ab82101051", "consumerID": "ves-openapi-manager", "timestamp": 1666932798307, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-28T04:54:05.224Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:54:05.224Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:54:05.224Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "369dbb80-5c43-47f6-b583-85ab82101051", "consumerID": "clamp", "timestamp": 1666932805420, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-28T04:54:05.224Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:54:05.224Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:54:05.224Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "369dbb80-5c43-47f6-b583-85ab82101051", "consumerID": "cds", "timestamp": 1666932806793, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-28T04:54:05.225Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:54:05.225Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:54:05.225Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "369dbb80-5c43-47f6-b583-85ab82101051", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666932798915, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-10-28T04:54:05.225Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:54:05.225Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:54:05.225Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "369dbb80-5c43-47f6-b583-85ab82101051", "consumerID": "ves-openapi-manager", "timestamp": 1666932798307, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-10-28T04:54:05.225Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:54:05.225Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:54:05.225Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "369dbb80-5c43-47f6-b583-85ab82101051", "consumerID": "clamp", "timestamp": 1666932805420, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-10-28T04:54:05.225Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:54:05.226Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:54:05.226Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "369dbb80-5c43-47f6-b583-85ab82101051", "consumerID": "cds", "timestamp": 1666932806793, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-10-28T04:54:05.226Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:54:05.226Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:54:05.226Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "369dbb80-5c43-47f6-b583-85ab82101051", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666932798915, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-10-28T04:54:05.226Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:54:05.226Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:54:05.226Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "369dbb80-5c43-47f6-b583-85ab82101051", "consumerID": "ves-openapi-manager", "timestamp": 1666932798307, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-10-28T04:54:05.226Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:54:05.226Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:54:05.226Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "369dbb80-5c43-47f6-b583-85ab82101051", "consumerID": "clamp", "timestamp": 1666932805420, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-10-28T04:54:05.226Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:54:05.226Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:54:05.227Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "369dbb80-5c43-47f6-b583-85ab82101051", "consumerID": "cds", "timestamp": 1666932806793, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-28T04:54:05.227Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:54:05.227Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:54:05.227Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "369dbb80-5c43-47f6-b583-85ab82101051", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666932798915, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-10-28T04:54:05.227Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:54:05.227Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:54:05.227Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "369dbb80-5c43-47f6-b583-85ab82101051", "consumerID": "ves-openapi-manager", "timestamp": 1666932798307, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-10-28T04:54:05.227Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:54:05.227Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:54:05.227Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "369dbb80-5c43-47f6-b583-85ab82101051", "consumerID": "clamp", "timestamp": 1666932805420, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-10-28T04:54:05.227Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:54:05.228Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:54:05.228Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "369dbb80-5c43-47f6-b583-85ab82101051", "consumerID": "multicloud-k8s-id", "timestamp": 1666932810985, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-28T04:54:05.228Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:54:05.228Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:54:05.228Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "369dbb80-5c43-47f6-b583-85ab82101051", "consumerID": "cds", "timestamp": 1666932806793, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-10-28T04:54:05.228Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:54:05.228Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:54:05.228Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "369dbb80-5c43-47f6-b583-85ab82101051", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666932798915, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-28T04:54:05.228Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:54:05.228Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:54:05.228Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "369dbb80-5c43-47f6-b583-85ab82101051", "consumerID": "ves-openapi-manager", "timestamp": 1666932798307, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-28T04:54:05.228Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:54:05.228Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:54:05.228Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "369dbb80-5c43-47f6-b583-85ab82101051", "consumerID": "clamp", "timestamp": 1666932805420, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-28T04:54:05.229Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:54:05.229Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:54:05.229Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "369dbb80-5c43-47f6-b583-85ab82101051", "consumerID": "multicloud-k8s-id", "timestamp": 1666932810985, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-10-28T04:54:05.229Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:54:05.229Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:54:05.229Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "369dbb80-5c43-47f6-b583-85ab82101051", "consumerID": "cds", "timestamp": 1666932806793, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-10-28T04:54:05.229Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:54:05.229Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:54:05.229Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "369dbb80-5c43-47f6-b583-85ab82101051", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666932798915, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-28T04:54:05.229Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:54:05.229Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:54:05.229Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "369dbb80-5c43-47f6-b583-85ab82101051", "consumerID": "ves-openapi-manager", "timestamp": 1666932798307, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-28T04:54:05.229Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:54:05.229Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:54:05.229Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "369dbb80-5c43-47f6-b583-85ab82101051", "consumerID": "clamp", "timestamp": 1666932805420, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-28T04:54:05.229Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:54:05.229Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:54:05.229Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "369dbb80-5c43-47f6-b583-85ab82101051", "consumerID": "multicloud-k8s-id", "timestamp": 1666932810985, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-10-28T04:54:05.230Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:54:05.230Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:54:05.230Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "369dbb80-5c43-47f6-b583-85ab82101051", "consumerID": "cds", "timestamp": 1666932806793, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-10-28T04:54:05.230Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:54:05.230Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:54:05.230Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "369dbb80-5c43-47f6-b583-85ab82101051", "consumerID": "policy-id", "timestamp": 1666932813981, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-28T04:54:05.230Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:54:05.230Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:54:05.230Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "369dbb80-5c43-47f6-b583-85ab82101051", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666932798915, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-10-28T04:54:05.230Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:54:05.230Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:54:05.230Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "369dbb80-5c43-47f6-b583-85ab82101051", "consumerID": "ves-openapi-manager", "timestamp": 1666932798307, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-10-28T04:54:05.230Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:54:05.230Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:54:05.230Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "369dbb80-5c43-47f6-b583-85ab82101051", "consumerID": "clamp", "timestamp": 1666932805420, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-10-28T04:54:05.230Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:54:05.231Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:54:05.231Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "369dbb80-5c43-47f6-b583-85ab82101051", "consumerID": "multicloud-k8s-id", "timestamp": 1666932810985, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-28T04:54:05.231Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:54:05.231Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:54:05.231Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "369dbb80-5c43-47f6-b583-85ab82101051", "consumerID": "cds", "timestamp": 1666932806793, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-28T04:54:05.231Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:54:05.231Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:54:05.231Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "369dbb80-5c43-47f6-b583-85ab82101051", "consumerID": "policy-id", "timestamp": 1666932813981, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-28T04:54:05.231Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:54:05.231Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:54:05.231Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "369dbb80-5c43-47f6-b583-85ab82101051", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666932815773, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-28T04:54:05.231Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-28T04:54:05.231Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:54:05.232Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "369dbb80-5c43-47f6-b583-85ab82101051", "consumerID": "multicloud-k8s-id", "timestamp": 1666932810985, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-10-28T04:54:05.232Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:54:05.232Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:54:05.232Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "369dbb80-5c43-47f6-b583-85ab82101051", "consumerID": "cds", "timestamp": 1666932806793, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-28T04:54:05.232Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:54:05.232Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:54:05.232Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "369dbb80-5c43-47f6-b583-85ab82101051", "consumerID": "policy-id", "timestamp": 1666932813981, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-10-28T04:54:05.232Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:54:05.232Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:54:05.232Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "369dbb80-5c43-47f6-b583-85ab82101051", "consumerID": "multicloud-k8s-id", "timestamp": 1666932810985, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-10-28T04:54:05.232Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:54:05.233Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:54:05.233Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "369dbb80-5c43-47f6-b583-85ab82101051", "consumerID": "cds", "timestamp": 1666932806793, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-10-28T04:54:05.233Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:54:05.233Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:54:05.233Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "369dbb80-5c43-47f6-b583-85ab82101051", "consumerID": "policy-id", "timestamp": 1666932813981, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-28T04:54:05.233Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:54:05.233Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:54:05.233Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "369dbb80-5c43-47f6-b583-85ab82101051", "consumerID": "multicloud-k8s-id", "timestamp": 1666932810985, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-10-28T04:54:05.233Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:54:05.233Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:54:05.233Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "369dbb80-5c43-47f6-b583-85ab82101051", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666932818152, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-10-28T04:54:05.233Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-28T04:54:05.234Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:54:05.234Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "369dbb80-5c43-47f6-b583-85ab82101051", "consumerID": "cds", "timestamp": 1666932817581, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-28T04:54:05.234Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-28T04:54:05.234Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:54:05.234Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "369dbb80-5c43-47f6-b583-85ab82101051", "consumerID": "policy-id", "timestamp": 1666932813981, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-10-28T04:54:05.234Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:54:05.234Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:54:05.234Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5914f286-3328-4034-8c2f-e8184f1da41e", "consumerID": "ves-openapi-manager", "timestamp": 1666932818307, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-28T04:54:05.234Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:54:05.234Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:54:05.234Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "369dbb80-5c43-47f6-b583-85ab82101051", "consumerID": "multicloud-k8s-id", "timestamp": 1666932810985, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-28T04:54:05.234Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:54:05.234Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:54:05.234Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "369dbb80-5c43-47f6-b583-85ab82101051", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666932819156, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-10-28T04:54:05.259Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 369dbb80-5c43-47f6-b583-85ab82101051 2022-10-28T04:54:05.259Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 369dbb80-5c43-47f6-b583-85ab82101051 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-28T04:54:05.270Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:54:05.271Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "369dbb80-5c43-47f6-b583-85ab82101051", "consumerID": "policy-id", "timestamp": 1666932813981, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-10-28T04:54:05.271Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:54:05.271Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:54:05.271Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5914f286-3328-4034-8c2f-e8184f1da41e", "consumerID": "ves-openapi-manager", "timestamp": 1666932818307, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-28T04:54:05.271Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:54:05.271Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:54:05.271Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "369dbb80-5c43-47f6-b583-85ab82101051", "consumerID": "multicloud-k8s-id", "timestamp": 1666932810985, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-28T04:54:05.271Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:54:05.271Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:54:05.271Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "369dbb80-5c43-47f6-b583-85ab82101051", "consumerID": "policy-id", "timestamp": 1666932813981, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-10-28T04:54:05.272Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:54:05.272Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:54:05.272Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "369dbb80-5c43-47f6-b583-85ab82101051", "consumerID": "cds", "timestamp": 1666932820093, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-10-28T04:54:05.278Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 369dbb80-5c43-47f6-b583-85ab82101051 2022-10-28T04:54:05.278Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 369dbb80-5c43-47f6-b583-85ab82101051 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-28T04:54:05.287Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:54:05.287Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5914f286-3328-4034-8c2f-e8184f1da41e", "consumerID": "ves-openapi-manager", "timestamp": 1666932818307, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-10-28T04:54:05.287Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:54:05.287Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:54:05.287Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "369dbb80-5c43-47f6-b583-85ab82101051", "consumerID": "multicloud-k8s-id", "timestamp": 1666932810985, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-10-28T04:54:05.288Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:54:05.288Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:54:05.288Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "369dbb80-5c43-47f6-b583-85ab82101051", "consumerID": "clamp", "timestamp": 1666932821435, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-28T04:54:05.288Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-28T04:54:05.288Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:54:05.288Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "369dbb80-5c43-47f6-b583-85ab82101051", "consumerID": "policy-id", "timestamp": 1666932813981, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-28T04:54:05.288Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:54:05.288Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:54:05.288Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5914f286-3328-4034-8c2f-e8184f1da41e", "consumerID": "ves-openapi-manager", "timestamp": 1666932818307, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-28T04:54:05.288Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:54:05.288Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:54:05.288Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "369dbb80-5c43-47f6-b583-85ab82101051", "consumerID": "multicloud-k8s-id", "timestamp": 1666932821756, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-10-28T04:54:05.288Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-28T04:54:05.289Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:54:05.289Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "369dbb80-5c43-47f6-b583-85ab82101051", "consumerID": "policy-id", "timestamp": 1666932813981, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-28T04:54:05.289Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:54:05.289Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:54:05.289Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5914f286-3328-4034-8c2f-e8184f1da41e", "consumerID": "ves-openapi-manager", "timestamp": 1666932818307, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-10-28T04:54:05.289Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:54:05.289Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:54:05.289Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "369dbb80-5c43-47f6-b583-85ab82101051", "consumerID": "multicloud-k8s-id", "timestamp": 1666932822823, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-10-28T04:54:05.289Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-28T04:54:05.289Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:54:05.289Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5914f286-3328-4034-8c2f-e8184f1da41e", "consumerID": "cds", "timestamp": 1666932821793, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-28T04:54:05.289Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:54:05.289Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:54:05.289Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "369dbb80-5c43-47f6-b583-85ab82101051", "consumerID": "aai-ml", "timestamp": 1666932822358, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-28T04:54:05.289Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:54:05.290Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:54:05.290Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "369dbb80-5c43-47f6-b583-85ab82101051", "consumerID": "policy-id", "timestamp": 1666932813981, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-10-28T04:54:05.290Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:54:05.290Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:54:05.290Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5914f286-3328-4034-8c2f-e8184f1da41e", "consumerID": "ves-openapi-manager", "timestamp": 1666932818307, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-28T04:54:05.290Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:54:05.290Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:54:05.290Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5914f286-3328-4034-8c2f-e8184f1da41e", "consumerID": "cds", "timestamp": 1666932821793, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-28T04:54:05.290Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:54:05.290Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:54:05.290Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "369dbb80-5c43-47f6-b583-85ab82101051", "consumerID": "multicloud-k8s-id", "timestamp": 1666932823875, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-10-28T04:54:05.291Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-28T04:54:05.291Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:54:05.291Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "369dbb80-5c43-47f6-b583-85ab82101051", "consumerID": "aai-ml", "timestamp": 1666932822358, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-28T04:54:05.291Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:54:05.291Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:54:05.291Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "369dbb80-5c43-47f6-b583-85ab82101051", "consumerID": "policy-id", "timestamp": 1666932824749, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-28T04:54:05.291Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-28T04:54:05.291Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:54:05.291Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5914f286-3328-4034-8c2f-e8184f1da41e", "consumerID": "ves-openapi-manager", "timestamp": 1666932818307, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-28T04:54:05.291Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:54:05.291Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:54:05.291Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5914f286-3328-4034-8c2f-e8184f1da41e", "consumerID": "cds", "timestamp": 1666932821793, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-10-28T04:54:05.291Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:54:05.291Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:54:05.291Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "369dbb80-5c43-47f6-b583-85ab82101051", "consumerID": "multicloud-k8s-id", "timestamp": 1666932824943, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-10-28T04:54:05.291Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-28T04:54:05.291Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:54:05.291Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "369dbb80-5c43-47f6-b583-85ab82101051", "consumerID": "aai-ml", "timestamp": 1666932822358, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-10-28T04:54:05.291Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:54:05.291Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:54:05.291Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "369dbb80-5c43-47f6-b583-85ab82101051", "consumerID": "policy-id", "timestamp": 1666932825757, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-10-28T04:54:05.291Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-28T04:54:05.292Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:54:05.292Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5914f286-3328-4034-8c2f-e8184f1da41e", "consumerID": "ves-openapi-manager", "timestamp": 1666932818307, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-10-28T04:54:05.292Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:54:05.292Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:54:05.292Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5914f286-3328-4034-8c2f-e8184f1da41e", "consumerID": "cds", "timestamp": 1666932821793, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-28T04:54:05.292Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:54:05.292Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:54:05.292Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "369dbb80-5c43-47f6-b583-85ab82101051", "consumerID": "clamp", "timestamp": 1666932826450, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-10-28T04:54:05.292Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-28T04:54:05.292Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:54:05.292Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "369dbb80-5c43-47f6-b583-85ab82101051", "consumerID": "aai-ml", "timestamp": 1666932822358, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-28T04:54:05.292Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:54:05.292Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:54:05.292Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "369dbb80-5c43-47f6-b583-85ab82101051", "consumerID": "multicloud-k8s-id", "timestamp": 1666932826009, "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-28T04:54:05.298Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 369dbb80-5c43-47f6-b583-85ab82101051 2022-10-28T04:54:05.298Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 369dbb80-5c43-47f6-b583-85ab82101051 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-28T04:54:05.308Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:54:05.309Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "369dbb80-5c43-47f6-b583-85ab82101051", "consumerID": "policy-id", "timestamp": 1666932826763, "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-28T04:54:05.314Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 369dbb80-5c43-47f6-b583-85ab82101051 2022-10-28T04:54:05.314Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 369dbb80-5c43-47f6-b583-85ab82101051 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-28T04:54:05.322Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:54:05.322Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5914f286-3328-4034-8c2f-e8184f1da41e", "consumerID": "cds", "timestamp": 1666932821793, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-10-28T04:54:05.322Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:54:05.322Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:54:05.323Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "369dbb80-5c43-47f6-b583-85ab82101051", "consumerID": "clamp", "timestamp": 1666932827455, "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-28T04:54:05.328Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 369dbb80-5c43-47f6-b583-85ab82101051 2022-10-28T04:54:05.328Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 369dbb80-5c43-47f6-b583-85ab82101051 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-28T04:54:05.337Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:54:05.338Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "369dbb80-5c43-47f6-b583-85ab82101051", "consumerID": "aai-ml", "timestamp": 1666932822358, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-10-28T04:54:05.338Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:54:05.338Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:54:05.338Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "369dbb80-5c43-47f6-b583-85ab82101051", "consumerID": "multicloud-k8s-id", "timestamp": 1666932827012, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-10-28T04:54:05.339Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-28T04:54:05.339Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:54:05.339Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5914f286-3328-4034-8c2f-e8184f1da41e", "consumerID": "cds", "timestamp": 1666932821793, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-28T04:54:05.339Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:54:05.339Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:54:05.339Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "369dbb80-5c43-47f6-b583-85ab82101051", "consumerID": "aai-ml", "timestamp": 1666932822358, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-10-28T04:54:05.339Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:54:05.339Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:54:05.339Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5914f286-3328-4034-8c2f-e8184f1da41e", "consumerID": "cds", "timestamp": 1666932821793, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-28T04:54:05.339Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:54:05.339Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:54:05.339Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "369dbb80-5c43-47f6-b583-85ab82101051", "consumerID": "aai-ml", "timestamp": 1666932822358, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-10-28T04:54:05.339Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:54:05.339Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:54:05.339Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5914f286-3328-4034-8c2f-e8184f1da41e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666932828915, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-28T04:54:05.340Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:54:05.340Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:54:05.340Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5914f286-3328-4034-8c2f-e8184f1da41e", "consumerID": "cds", "timestamp": 1666932821793, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-10-28T04:54:05.340Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:54:05.340Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:54:05.340Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "369dbb80-5c43-47f6-b583-85ab82101051", "consumerID": "aai-ml", "timestamp": 1666932822358, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-28T04:54:05.340Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:54:05.340Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:54:05.340Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5914f286-3328-4034-8c2f-e8184f1da41e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666932828915, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-28T04:54:05.340Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:54:05.340Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:54:05.340Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "369dbb80-5c43-47f6-b583-85ab82101051", "consumerID": "aai-ml", "timestamp": 1666932822358, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-28T04:54:05.340Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:54:05.340Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:54:05.340Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5914f286-3328-4034-8c2f-e8184f1da41e", "consumerID": "cds", "timestamp": 1666932830616, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-28T04:54:05.341Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-28T04:54:05.341Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:54:05.341Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5914f286-3328-4034-8c2f-e8184f1da41e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666932828915, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-10-28T04:54:05.341Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:54:05.341Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:54:05.341Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5914f286-3328-4034-8c2f-e8184f1da41e", "consumerID": "multicloud-k8s-id", "timestamp": 1666932830985, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-28T04:54:05.341Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:54:05.341Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:54:05.341Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "369dbb80-5c43-47f6-b583-85ab82101051", "consumerID": "aai-ml", "timestamp": 1666932822358, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-10-28T04:54:05.341Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:54:05.341Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:54:05.341Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5914f286-3328-4034-8c2f-e8184f1da41e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666932828915, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-28T04:54:05.341Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:54:05.341Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:54:05.341Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5914f286-3328-4034-8c2f-e8184f1da41e", "consumerID": "cds", "timestamp": 1666932831847, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-10-28T04:54:05.355Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5914f286-3328-4034-8c2f-e8184f1da41e 2022-10-28T04:54:05.356Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5914f286-3328-4034-8c2f-e8184f1da41e 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-28T04:54:05.365Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:54:05.366Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5914f286-3328-4034-8c2f-e8184f1da41e", "consumerID": "multicloud-k8s-id", "timestamp": 1666932830985, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-10-28T04:54:05.366Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:54:05.366Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:54:05.366Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5914f286-3328-4034-8c2f-e8184f1da41e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666932828915, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-10-28T04:54:05.366Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:54:05.366Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:54:05.366Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "369dbb80-5c43-47f6-b583-85ab82101051", "consumerID": "aai-ml", "timestamp": 1666932833118, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-28T04:54:05.366Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-28T04:54:05.366Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:54:05.366Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5914f286-3328-4034-8c2f-e8184f1da41e", "consumerID": "multicloud-k8s-id", "timestamp": 1666932830985, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-10-28T04:54:05.366Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:54:05.367Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:54:05.367Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5914f286-3328-4034-8c2f-e8184f1da41e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666932828915, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-28T04:54:05.367Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:54:05.367Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:54:05.367Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5914f286-3328-4034-8c2f-e8184f1da41e", "consumerID": "policy-id", "timestamp": 1666932833981, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-28T04:54:05.367Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:54:05.367Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:54:05.367Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5914f286-3328-4034-8c2f-e8184f1da41e", "consumerID": "multicloud-k8s-id", "timestamp": 1666932830985, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-28T04:54:05.367Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:54:05.367Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:54:05.367Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5914f286-3328-4034-8c2f-e8184f1da41e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666932828915, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-28T04:54:05.367Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:54:05.367Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:54:05.367Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5914f286-3328-4034-8c2f-e8184f1da41e", "consumerID": "policy-id", "timestamp": 1666932833981, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-28T04:54:05.367Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:54:05.368Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:54:05.368Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5914f286-3328-4034-8c2f-e8184f1da41e", "consumerID": "clamp", "timestamp": 1666932835423, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-28T04:54:05.368Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:54:05.368Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:54:05.368Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5914f286-3328-4034-8c2f-e8184f1da41e", "consumerID": "multicloud-k8s-id", "timestamp": 1666932830985, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-10-28T04:54:05.368Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:54:05.368Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:54:05.368Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5914f286-3328-4034-8c2f-e8184f1da41e", "consumerID": "policy-id", "timestamp": 1666932833981, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-10-28T04:54:05.368Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:54:05.368Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:54:05.368Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5914f286-3328-4034-8c2f-e8184f1da41e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666932828915, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-10-28T04:54:05.368Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:54:05.368Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:54:05.368Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5914f286-3328-4034-8c2f-e8184f1da41e", "consumerID": "clamp", "timestamp": 1666932835423, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-10-28T04:54:05.368Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:54:05.368Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:54:05.368Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5914f286-3328-4034-8c2f-e8184f1da41e", "consumerID": "multicloud-k8s-id", "timestamp": 1666932830985, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-28T04:54:05.369Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:54:05.369Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:54:05.369Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5914f286-3328-4034-8c2f-e8184f1da41e", "consumerID": "policy-id", "timestamp": 1666932833981, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-28T04:54:05.369Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:54:05.369Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:54:05.369Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5914f286-3328-4034-8c2f-e8184f1da41e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666932837643, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-28T04:54:05.369Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-28T04:54:05.369Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:54:05.369Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5914f286-3328-4034-8c2f-e8184f1da41e", "consumerID": "clamp", "timestamp": 1666932835423, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-10-28T04:54:05.369Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:54:05.369Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:54:05.369Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5914f286-3328-4034-8c2f-e8184f1da41e", "consumerID": "multicloud-k8s-id", "timestamp": 1666932830985, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-28T04:54:05.369Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:54:05.369Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:54:05.369Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5914f286-3328-4034-8c2f-e8184f1da41e", "consumerID": "policy-id", "timestamp": 1666932833981, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-10-28T04:54:05.369Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:54:05.369Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:54:05.369Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5914f286-3328-4034-8c2f-e8184f1da41e", "consumerID": "clamp", "timestamp": 1666932835423, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-28T04:54:05.370Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:54:05.370Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:54:05.370Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5914f286-3328-4034-8c2f-e8184f1da41e", "consumerID": "multicloud-k8s-id", "timestamp": 1666932830985, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-10-28T04:54:05.370Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:54:05.370Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:54:05.370Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5914f286-3328-4034-8c2f-e8184f1da41e", "consumerID": "policy-id", "timestamp": 1666932833981, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-28T04:54:05.370Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:54:05.370Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:54:05.370Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5914f286-3328-4034-8c2f-e8184f1da41e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666932839813, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-10-28T04:54:05.371Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-28T04:54:05.371Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:54:05.371Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5914f286-3328-4034-8c2f-e8184f1da41e", "consumerID": "clamp", "timestamp": 1666932835423, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-10-28T04:54:05.371Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:54:05.371Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:54:05.371Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5914f286-3328-4034-8c2f-e8184f1da41e", "consumerID": "multicloud-k8s-id", "timestamp": 1666932839695, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-10-28T04:54:05.371Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-28T04:54:05.371Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:54:05.371Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5914f286-3328-4034-8c2f-e8184f1da41e", "consumerID": "policy-id", "timestamp": 1666932833981, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-28T04:54:05.371Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:54:05.371Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:54:05.371Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5914f286-3328-4034-8c2f-e8184f1da41e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666932840818, "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-28T04:54:05.380Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5914f286-3328-4034-8c2f-e8184f1da41e 2022-10-28T04:54:05.380Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5914f286-3328-4034-8c2f-e8184f1da41e 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-28T04:54:05.391Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:54:05.391Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5914f286-3328-4034-8c2f-e8184f1da41e", "consumerID": "clamp", "timestamp": 1666932835423, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-28T04:54:05.392Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:54:05.392Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:54:05.392Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "369dbb80-5c43-47f6-b583-85ab82101051", "consumerID": "aai-ml", "timestamp": 1666932840673, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-10-28T04:54:05.392Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-28T04:54:05.392Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:54:05.392Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5914f286-3328-4034-8c2f-e8184f1da41e", "consumerID": "multicloud-k8s-id", "timestamp": 1666932840760, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-10-28T04:54:05.392Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-28T04:54:05.392Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:54:05.392Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5914f286-3328-4034-8c2f-e8184f1da41e", "consumerID": "policy-id", "timestamp": 1666932833981, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-10-28T04:54:05.393Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:54:05.393Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:54:05.394Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5914f286-3328-4034-8c2f-e8184f1da41e", "consumerID": "clamp", "timestamp": 1666932835423, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-28T04:54:05.395Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:54:05.395Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:54:05.395Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "369dbb80-5c43-47f6-b583-85ab82101051", "consumerID": "aai-ml", "timestamp": 1666932841678, "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-28T04:54:05.400Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 369dbb80-5c43-47f6-b583-85ab82101051 2022-10-28T04:54:05.400Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 369dbb80-5c43-47f6-b583-85ab82101051 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-28T04:54:05.408Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:54:05.408Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5914f286-3328-4034-8c2f-e8184f1da41e", "consumerID": "multicloud-k8s-id", "timestamp": 1666932841832, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-10-28T04:54:05.408Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-28T04:54:05.408Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:54:05.408Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5914f286-3328-4034-8c2f-e8184f1da41e", "consumerID": "policy-id", "timestamp": 1666932842712, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-28T04:54:05.408Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-28T04:54:05.408Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:54:05.408Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5914f286-3328-4034-8c2f-e8184f1da41e", "consumerID": "clamp", "timestamp": 1666932835423, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-10-28T04:54:05.408Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:54:05.409Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:54:05.409Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5914f286-3328-4034-8c2f-e8184f1da41e", "consumerID": "aai-ml", "timestamp": 1666932822358, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-28T04:54:05.409Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:54:05.409Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:54:05.409Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5914f286-3328-4034-8c2f-e8184f1da41e", "consumerID": "multicloud-k8s-id", "timestamp": 1666932842853, "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-28T04:54:05.414Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5914f286-3328-4034-8c2f-e8184f1da41e 2022-10-28T04:54:05.414Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5914f286-3328-4034-8c2f-e8184f1da41e 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-28T04:54:05.423Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:54:05.423Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5914f286-3328-4034-8c2f-e8184f1da41e", "consumerID": "policy-id", "timestamp": 1666932843718, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-10-28T04:54:05.423Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-28T04:54:05.423Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:54:05.424Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5914f286-3328-4034-8c2f-e8184f1da41e", "consumerID": "aai-ml", "timestamp": 1666932822358, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-28T04:54:05.424Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:54:05.424Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:54:05.424Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5914f286-3328-4034-8c2f-e8184f1da41e", "consumerID": "multicloud-k8s-id", "timestamp": 1666932843856, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-10-28T04:54:05.424Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-28T04:54:05.424Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:54:05.424Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5914f286-3328-4034-8c2f-e8184f1da41e", "consumerID": "policy-id", "timestamp": 1666932844721, "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-28T04:54:05.429Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5914f286-3328-4034-8c2f-e8184f1da41e 2022-10-28T04:54:05.429Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5914f286-3328-4034-8c2f-e8184f1da41e 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-28T04:54:05.571Z|b5a7a9fd-5539-43db-bf78-6701f98cd4f7|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:54:05.573Z|b5a7a9fd-5539-43db-bf78-6701f98cd4f7|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-28T04:54:05.573Z|b5a7a9fd-5539-43db-bf78-6701f98cd4f7|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"369dbb80-5c43-47f6-b583-85ab82101051","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"c49ee462-9ff5-47bf-81e4-9960c5494080","serviceDescription":"service","serviceInvariantUUID":"42317859-e8d0-4b56-bf30-01166dfe5973","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e62d42c3-f423-47b4-aa48-07f22180de3f","resourceInvariantUUID":"36009e38-35a7-4da5-9f77-40de9b4d2e9c","resourceCustomizationUUID":"b5a0680b-650f-49c4-b7d4-83899c0e70df","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":"YzBmOGUwZjRjYWNjZmFmNjY4NDBiZjVmZThjZWZlMGE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1f5160ba-cd9f-4dc2-a33d-260d53610665","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":"NmY0MmFiYjBhYmQ0YTMxZTc4MjJhZDk1N2M2MWViNjI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b38848b9-bfee-40f1-ac2d-47f07028c39a","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":"fc546d2c-696d-44be-b99a-06af2f82ac49","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":"9bec3830-0092-46ef-859e-9e6a615b8313","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":"8b57206a-c790-4d1c-a3ad-2243f83827ec","artifactVersion":"2","generatedFromUUID":"1657798b-25dd-4cd1-a9b0-41d0493a2186"},{"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":"c898a4d2-1660-4f21-8a2f-ca153c104ff1","artifactVersion":"2","generatedFromUUID":"fc546d2c-696d-44be-b99a-06af2f82ac49"},{"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":"1657798b-25dd-4cd1-a9b0-41d0493a2186","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":"d0c51366-36a6-42d7-be60-4a12b1c1052b","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":"MWVjZjQ4ZmI4ZWZjZjhmNzFhNjI0YmFhOTljMTAzNzI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b8f23a99-ab71-4483-b369-2ccfefd406d6","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"NmI1NzQ4ODk2NDdlZTFiODM2ZDgzMGFmYjNkNmYyYzA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3bfc1c13-bd66-40b5-a927-45395747924b","artifactVersion":"1"}],"workloadContext":"Production"} 2022-10-28T04:54:05.575Z|b5a7a9fd-5539-43db-bf78-6701f98cd4f7|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-28T04:54:05.575Z|b5a7a9fd-5539-43db-bf78-6701f98cd4f7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-10-28T04:54:05.578Z|b5a7a9fd-5539-43db-bf78-6701f98cd4f7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-28T04:54:05.578Z|b5a7a9fd-5539-43db-bf78-6701f98cd4f7|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "369dbb80-5c43-47f6-b583-85ab82101051", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666932844930, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-28T04:54:05.678Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-28T04:54:05.679Z||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-28T04:54:05.679Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OqCvdRHX32zc8Jsc) ... 2022-10-28T04:54:05.695Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:54:05.696Z||pool-100-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-10-28T04:54:06.579Z|b5a7a9fd-5539-43db-bf78-6701f98cd4f7|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-28T04:54:06.583Z|b5a7a9fd-5539-43db-bf78-6701f98cd4f7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-10-28T04:54:06.586Z|b5a7a9fd-5539-43db-bf78-6701f98cd4f7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-28T04:54:06.586Z|b5a7a9fd-5539-43db-bf78-6701f98cd4f7|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "369dbb80-5c43-47f6-b583-85ab82101051", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666932844930, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-10-28T04:54:06.686Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-28T04:54:06.691Z||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-28T04:54:06.691Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OqCvdRHX32zc8Jsc) ... 2022-10-28T04:54:06.711Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:54:06.712Z||pool-101-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-10-28T04:54:07.586Z|b5a7a9fd-5539-43db-bf78-6701f98cd4f7|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-28T04:54:07.588Z|b5a7a9fd-5539-43db-bf78-6701f98cd4f7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-10-28T04:54:07.590Z|b5a7a9fd-5539-43db-bf78-6701f98cd4f7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-28T04:54:07.590Z|b5a7a9fd-5539-43db-bf78-6701f98cd4f7|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "369dbb80-5c43-47f6-b583-85ab82101051", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666932844930, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-10-28T04:54:07.691Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-10-28T04:54:07.692Z||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-28T04:54:07.692Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OqCvdRHX32zc8Jsc) ... 2022-10-28T04:54:07.709Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:54:07.710Z||pool-102-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-10-28T04:54:08.591Z|b5a7a9fd-5539-43db-bf78-6701f98cd4f7|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-28T04:54:08.592Z|b5a7a9fd-5539-43db-bf78-6701f98cd4f7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-10-28T04:54:08.594Z|b5a7a9fd-5539-43db-bf78-6701f98cd4f7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-28T04:54:08.594Z|b5a7a9fd-5539-43db-bf78-6701f98cd4f7|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "369dbb80-5c43-47f6-b583-85ab82101051", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666932844930, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-28T04:54:08.694Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-28T04:54:08.695Z||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-28T04:54:08.695Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OqCvdRHX32zc8Jsc) ... 2022-10-28T04:54:08.709Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:54:08.710Z||pool-103-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-10-28T04:54:09.594Z|b5a7a9fd-5539-43db-bf78-6701f98cd4f7|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-28T04:54:09.595Z|b5a7a9fd-5539-43db-bf78-6701f98cd4f7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-10-28T04:54:09.597Z|b5a7a9fd-5539-43db-bf78-6701f98cd4f7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-28T04:54:09.598Z|b5a7a9fd-5539-43db-bf78-6701f98cd4f7|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "369dbb80-5c43-47f6-b583-85ab82101051", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666932844930, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-10-28T04:54:09.699Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-10-28T04:54:09.700Z||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-28T04:54:09.700Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OqCvdRHX32zc8Jsc) ... 2022-10-28T04:54:09.729Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:54:09.730Z||pool-104-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":1,"count":1} 2022-10-28T04:54:10.598Z|b5a7a9fd-5539-43db-bf78-6701f98cd4f7|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-28T04:54:10.599Z|b5a7a9fd-5539-43db-bf78-6701f98cd4f7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-10-28T04:54:10.601Z|b5a7a9fd-5539-43db-bf78-6701f98cd4f7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-28T04:54:10.601Z|b5a7a9fd-5539-43db-bf78-6701f98cd4f7|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "369dbb80-5c43-47f6-b583-85ab82101051", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666932844930, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-10-28T04:54:10.701Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-28T04:54:10.702Z||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-28T04:54:10.702Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OqCvdRHX32zc8Jsc) ... 2022-10-28T04:54:10.730Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:54:10.731Z||pool-105-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1} 2022-10-28T04:54:11.601Z|b5a7a9fd-5539-43db-bf78-6701f98cd4f7|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-28T04:54:11.602Z|b5a7a9fd-5539-43db-bf78-6701f98cd4f7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-10-28T04:54:11.605Z|b5a7a9fd-5539-43db-bf78-6701f98cd4f7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-28T04:54:11.605Z|b5a7a9fd-5539-43db-bf78-6701f98cd4f7|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "369dbb80-5c43-47f6-b583-85ab82101051", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666932844930, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-10-28T04:54:11.705Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-28T04:54:11.706Z||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-28T04:54:11.706Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OqCvdRHX32zc8Jsc) ... 2022-10-28T04:54:11.724Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:54:11.724Z||pool-106-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2022-10-28T04:54:12.605Z|b5a7a9fd-5539-43db-bf78-6701f98cd4f7|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-28T04:54:12.606Z|b5a7a9fd-5539-43db-bf78-6701f98cd4f7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-10-28T04:54:12.608Z|b5a7a9fd-5539-43db-bf78-6701f98cd4f7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-28T04:54:12.608Z|b5a7a9fd-5539-43db-bf78-6701f98cd4f7|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "369dbb80-5c43-47f6-b583-85ab82101051", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666932844930, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-28T04:54:12.708Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-28T04:54:12.709Z||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-28T04:54:12.709Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OqCvdRHX32zc8Jsc) ... 2022-10-28T04:54:12.729Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:54:12.730Z||pool-107-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-10-28T04:54:13.609Z|b5a7a9fd-5539-43db-bf78-6701f98cd4f7|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-28T04:54:13.609Z|b5a7a9fd-5539-43db-bf78-6701f98cd4f7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-10-28T04:54:13.611Z|b5a7a9fd-5539-43db-bf78-6701f98cd4f7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-28T04:54:13.611Z|b5a7a9fd-5539-43db-bf78-6701f98cd4f7|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "369dbb80-5c43-47f6-b583-85ab82101051", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666932844930, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-28T04:54:13.711Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-28T04:54:13.713Z||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-28T04:54:13.713Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OqCvdRHX32zc8Jsc) ... 2022-10-28T04:54:13.726Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:54:13.727Z||pool-108-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-10-28T04:54:14.612Z|b5a7a9fd-5539-43db-bf78-6701f98cd4f7|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-28T04:54:14.612Z|b5a7a9fd-5539-43db-bf78-6701f98cd4f7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-10-28T04:54:14.614Z|b5a7a9fd-5539-43db-bf78-6701f98cd4f7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-28T04:54:14.614Z|b5a7a9fd-5539-43db-bf78-6701f98cd4f7|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "369dbb80-5c43-47f6-b583-85ab82101051", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666932844930, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-10-28T04:54:14.715Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-28T04:54:14.715Z||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-28T04:54:14.716Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OqCvdRHX32zc8Jsc) ... 2022-10-28T04:54:14.742Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:54:14.743Z||pool-109-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1} 2022-10-28T04:54:15.615Z|b5a7a9fd-5539-43db-bf78-6701f98cd4f7|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "369dbb80-5c43-47f6-b583-85ab82101051", "serviceName": "basic_cnf_macro", "serviceVersion": "1.0", "serviceUUID": "c49ee462-9ff5-47bf-81e4-9960c5494080", "serviceDescription": "service", "serviceInvariantUUID": "42317859-e8d0-4b56-bf30-01166dfe5973", "resources": [ { "resourceInstanceName": "basic_cnf_macro 0", "resourceCustomizationUUID": "b5a0680b-650f-49c4-b7d4-83899c0e70df", "resourceName": "basic_cnf_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "e62d42c3-f423-47b4-aa48-07f22180de3f", "resourceInvariantUUID": "36009e38-35a7-4da5-9f77-40de9b4d2e9c", "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": "NmY0MmFiYjBhYmQ0YTMxZTc4MjJhZDk1N2M2MWViNjI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b38848b9-bfee-40f1-ac2d-47f07028c39a", "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": "fc546d2c-696d-44be-b99a-06af2f82ac49", "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": "c898a4d2-1660-4f21-8a2f-ca153c104ff1", "generatedFromUUID": "fc546d2c-696d-44be-b99a-06af2f82ac49" }, "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": "8b57206a-c790-4d1c-a3ad-2243f83827ec", "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": "c898a4d2-1660-4f21-8a2f-ca153c104ff1", "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": "1657798b-25dd-4cd1-a9b0-41d0493a2186", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "artifactChecksum": "NmI1NzQ4ODk2NDdlZTFiODM2ZDgzMGFmYjNkNmYyYzA\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "3bfc1c13-bd66-40b5-a927-45395747924b" } ], "workloadContext": "Production" } 2022-10-28T04:54:15.616Z|b5a7a9fd-5539-43db-bf78-6701f98cd4f7|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-10-28T04:54:15.616Z|b5a7a9fd-5539-43db-bf78-6701f98cd4f7|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 c49ee462-9ff5-47bf-81e4-9960c5494080 ASDC 2022-10-28T04:54:15.616Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:369dbb80-5c43-47f6-b583-85ab82101051 ServiceName:basic_cnf_macro ServiceVersion:1.0 ServiceUUID:c49ee462-9ff5-47bf-81e4-9960c5494080 ServiceInvariantUUID:42317859-e8d0-4b56-bf30-01166dfe5973 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:3bfc1c13-bd66-40b5-a927-45395747924b ArtifactChecksum:NmI1NzQ4ODk2NDdlZTFiODM2ZDgzMGFmYjNkNmYyYzA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf_macro 0 ResourceCustomizationUUID:b5a0680b-650f-49c4-b7d4-83899c0e70df ResourceInvariantUUID:36009e38-35a7-4da5-9f77-40de9b4d2e9c ResourceName:basic_cnf_macro ResourceType:VF ResourceUUID:e62d42c3-f423-47b4-aa48-07f22180de3f 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:b38848b9-bfee-40f1-ac2d-47f07028c39a ArtifactChecksum:NmY0MmFiYjBhYmQ0YTMxZTc4MjJhZDk1N2M2MWViNjI= 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:fc546d2c-696d-44be-b99a-06af2f82ac49 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:c898a4d2-1660-4f21-8a2f-ca153c104ff1 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:8b57206a-c790-4d1c-a3ad-2243f83827ec 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:c898a4d2-1660-4f21-8a2f-ca153c104ff1 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:1657798b-25dd-4cd1-a9b0-41d0493a2186 ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-10-28T04:54:15.616Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c49ee462-9ff5-47bf-81e4-9960c5494080 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-28T04:54:15.660Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-28T04:54:15.661Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-10-28T04:54:15.661Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-10-28T04:54:15.661Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 3bfc1c13-bd66-40b5-a927-45395747924b from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-10-28T04:54:15.662Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-10-28T04:54:15.662Z|369dbb80-5c43-47f6-b583-85ab82101051|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-28T04:54:15.747Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-10-28T04:54:15.752Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 3bfc1c13-bd66-40b5-a927-45395747924b 158206 2022-10-28T04:54:15.752Z|369dbb80-5c43-47f6-b583-85ab82101051|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-28T04:54:15.753Z|369dbb80-5c43-47f6-b583-85ab82101051|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-28T04:54:15.753Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-28T04:54:15.753Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-10-28T04:54:15.755Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-28T04:54:15.755Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "369dbb80-5c43-47f6-b583-85ab82101051", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666932855752, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-28T04:54:15.855Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-28T04:54:15.856Z||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-28T04:54:15.856Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OqCvdRHX32zc8Jsc) ... 2022-10-28T04:54:15.881Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:54:15.883Z||pool-110-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2022-10-28T04:54:16.755Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-28T04:54:16.756Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-10-28T04:54:16.756Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 3bfc1c13-bd66-40b5-a927-45395747924b, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-10-28T04:54:16.757Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar 2022-10-28T04:54:16.757Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-10-28T04:54:16.757Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-10-28T04:54:16.887Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12985834519387668076/Definitions/service-BasicCnfMacro-template.yml 2022-10-28T04:54:17.689Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2022-10-28T04:54:17.689Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-10-28T04:54:17.689Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-10-28T04:54:17.689Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-10-28T04:54:17.689Z|369dbb80-5c43-47f6-b583-85ab82101051|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-28T04:54:17.689Z|369dbb80-5c43-47f6-b583-85ab82101051|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-28T04:54:17.690Z|369dbb80-5c43-47f6-b583-85ab82101051|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-28T04:54:17.690Z|369dbb80-5c43-47f6-b583-85ab82101051|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-28T04:54:17.690Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-10-28T04:54:17.690Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:54:17.690Z|369dbb80-5c43-47f6-b583-85ab82101051|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-28T04:54:17.690Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-10-28T04:54:17.690Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-10-28T04:54:17.690Z|369dbb80-5c43-47f6-b583-85ab82101051|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-28T04:54:17.690Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:54:17.690Z|369dbb80-5c43-47f6-b583-85ab82101051|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-28T04:54:17.690Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-10-28T04:54:17.691Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-10-28T04:54:17.691Z|369dbb80-5c43-47f6-b583-85ab82101051|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-28T04:54:17.691Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:54:17.691Z|369dbb80-5c43-47f6-b583-85ab82101051|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-28T04:54:17.691Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:54:17.691Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-10-28T04:54:17.691Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria 2022-10-28T04:54:17.691Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||DEBUG|500||Node template dummy_base is not matching search criteria 2022-10-28T04:54:17.691Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-10-28T04:54:17.691Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:54:17.691Z|369dbb80-5c43-47f6-b583-85ab82101051|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-28T04:54:17.691Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:54:17.692Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-10-28T04:54:17.692Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-28T04:54:17.692Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:54:17.692Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-10-28T04:54:17.692Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-28T04:54:17.692Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:54:17.692Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-10-28T04:54:17.692Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-28T04:54:17.692Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:54:17.692Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-10-28T04:54:17.692Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-28T04:54:17.693Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:54:17.693Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-10-28T04:54:17.693Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria 2022-10-28T04:54:17.693Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=eb1e50ec-5b49-42e2-8c3f-501bb40d9918 2022-10-28T04:54:17.693Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:54:17.693Z|369dbb80-5c43-47f6-b583-85ab82101051|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-28T04:54:17.693Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:54:17.693Z|369dbb80-5c43-47f6-b583-85ab82101051|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-28T04:54:17.693Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:54:17.693Z|369dbb80-5c43-47f6-b583-85ab82101051|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-28T04:54:17.693Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:54:17.693Z|369dbb80-5c43-47f6-b583-85ab82101051|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-28T04:54:17.693Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf_macro Description:service Model UUID:c49ee462-9ff5-47bf-81e4-9960c5494080 Model Version:NULL Model InvariantUuid:42317859-e8d0-4b56-bf30-01166dfe5973 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf_macro Model UUID:4bca9f36-488b-406d-a9aa-997541e8e4fe Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:36009e38-35a7-4da5-9f77-40de9b4d2e9c Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:b5a0680b-650f-49c4-b7d4-83899c0e70df NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:de958dbd-7fe2-4ebf-a434-b0ffac69a34c ModelName:BasicCnfMacro..helm_apache..module-1 ModelUuid:51ca274a-a518-45b2-8150-c85164c60e16 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL VF Module Properties: ModelInvariantUuid:afa58cee-86de-4777-8556-25da1947108b ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 ModelUuid:58e5db4b-92b5-4e71-ad72-8f6154b038d3 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:eb1e50ec-5b49-42e2-8c3f-501bb40d9918 ModelInvariantUuid:0103ec82-5f9f-4288-b3a0-b18edbb9d1ae ModelName:basic_cnf_macro-nodes.dummy_baseCvfc ModelUuid:817ec82a-2f9e-420e-ba14-132ddb22bd36 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy_base VNFC Properties: ModelCustomizationUuid:38bba625-aa94-42d6-b36d-9942eec99136 ModelInvariantUuid:e2e08388-ef9e-4a3b-8dc0-c02f268931b7 ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base ModelUuid:57a0d743-0036-45d0-a269-8a3da17918b1 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-28T04:54:17.697Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: e62d42c3-f423-47b4-aa48-07f22180de3f 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-28T04:54:17.700Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||INFO|500||basic_cnf_macro 0 2022-10-28T04:54:17.700Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e62d42c3-f423-47b4-aa48-07f22180de3f 2022-10-28T04:54:17.700Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: b38848b9-bfee-40f1-ac2d-47f07028c39a from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-10-28T04:54:17.700Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-10-28T04:54:17.701Z|369dbb80-5c43-47f6-b583-85ab82101051|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-28T04:54:17.842Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-10-28T04:54:17.842Z|369dbb80-5c43-47f6-b583-85ab82101051|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 b38848b9-bfee-40f1-ac2d-47f07028c39a 1565 2022-10-28T04:54:17.843Z|369dbb80-5c43-47f6-b583-85ab82101051|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-28T04:54:17.843Z|369dbb80-5c43-47f6-b583-85ab82101051|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-28T04:54:17.843Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-28T04:54:17.843Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-10-28T04:54:17.844Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-28T04:54:17.844Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "369dbb80-5c43-47f6-b583-85ab82101051", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666932857842, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-10-28T04:54:17.945Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-28T04:54:17.946Z||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-28T04:54:17.947Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OqCvdRHX32zc8Jsc) ... 2022-10-28T04:54:17.969Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:54:17.972Z||pool-111-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-10-28T04:54:18.845Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "afa58cee-86de-4777-8556-25da1947108b", "vfModuleModelVersion": "1", "vfModuleModelUUID": "58e5db4b-92b5-4e71-ad72-8f6154b038d3", "vfModuleModelCustomizationUUID": "c6dddbfe-2359-4634-97f5-03cbd0a426af", "isBase": true, "artifacts": [ "fc546d2c-696d-44be-b99a-06af2f82ac49", "c898a4d2-1660-4f21-8a2f-ca153c104ff1" ], "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": "de958dbd-7fe2-4ebf-a434-b0ffac69a34c", "vfModuleModelVersion": "1", "vfModuleModelUUID": "51ca274a-a518-45b2-8150-c85164c60e16", "vfModuleModelCustomizationUUID": "c0520a40-b117-4f0b-8382-ca0cb73bb58d", "isBase": false, "artifacts": [ "1657798b-25dd-4cd1-a9b0-41d0493a2186" ], "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-28T04:54:18.851Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:58e5db4b-92b5-4e71-ad72-8f6154b038d3 VfModuleModelInvariantUUID:afa58cee-86de-4777-8556-25da1947108b VfModuleModelDescription:NULL Artifacts UUID List:{ fc546d2c-696d-44be-b99a-06af2f82ac49 , c898a4d2-1660-4f21-8a2f-ca153c104ff1 } 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:51ca274a-a518-45b2-8150-c85164c60e16 VfModuleModelInvariantUUID:de958dbd-7fe2-4ebf-a434-b0ffac69a34c VfModuleModelDescription:NULL Artifacts UUID List:{ 1657798b-25dd-4cd1-a9b0-41d0493a2186 } 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-28T04:54:18.854Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "afa58cee-86de-4777-8556-25da1947108b", "vfModuleModelVersion": "1", "vfModuleModelUUID": "58e5db4b-92b5-4e71-ad72-8f6154b038d3", "vfModuleModelCustomizationUUID": "c6dddbfe-2359-4634-97f5-03cbd0a426af", "isBase": true, "artifacts": [ "fc546d2c-696d-44be-b99a-06af2f82ac49", "c898a4d2-1660-4f21-8a2f-ca153c104ff1" ], "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": "de958dbd-7fe2-4ebf-a434-b0ffac69a34c", "vfModuleModelVersion": "1", "vfModuleModelUUID": "51ca274a-a518-45b2-8150-c85164c60e16", "vfModuleModelCustomizationUUID": "c0520a40-b117-4f0b-8382-ca0cb73bb58d", "isBase": false, "artifacts": [ "1657798b-25dd-4cd1-a9b0-41d0493a2186" ], "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-28T04:54:18.854Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:58e5db4b-92b5-4e71-ad72-8f6154b038d3 VfModuleModelInvariantUUID:afa58cee-86de-4777-8556-25da1947108b VfModuleModelDescription:NULL Artifacts UUID List:{ fc546d2c-696d-44be-b99a-06af2f82ac49 , c898a4d2-1660-4f21-8a2f-ca153c104ff1 } 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:51ca274a-a518-45b2-8150-c85164c60e16 VfModuleModelInvariantUUID:de958dbd-7fe2-4ebf-a434-b0ffac69a34c VfModuleModelDescription:NULL Artifacts UUID List:{ 1657798b-25dd-4cd1-a9b0-41d0493a2186 } 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-28T04:54:18.854Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: fc546d2c-696d-44be-b99a-06af2f82ac49 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-10-28T04:54:18.854Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-10-28T04:54:18.854Z|369dbb80-5c43-47f6-b583-85ab82101051|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-28T04:54:18.917Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-10-28T04:54:18.917Z|369dbb80-5c43-47f6-b583-85ab82101051|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 fc546d2c-696d-44be-b99a-06af2f82ac49 914 2022-10-28T04:54:18.917Z|369dbb80-5c43-47f6-b583-85ab82101051|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-28T04:54:18.918Z|369dbb80-5c43-47f6-b583-85ab82101051|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-28T04:54:18.918Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-28T04:54:18.918Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-10-28T04:54:18.919Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-28T04:54:18.920Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "369dbb80-5c43-47f6-b583-85ab82101051", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666932858917, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-10-28T04:54:19.020Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-28T04:54:19.020Z||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-28T04:54:19.021Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OqCvdRHX32zc8Jsc) ... 2022-10-28T04:54:19.047Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:54:19.048Z||pool-112-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} 2022-10-28T04:54:19.920Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 8b57206a-c790-4d1c-a3ad-2243f83827ec from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-10-28T04:54:19.921Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-10-28T04:54:19.921Z|369dbb80-5c43-47f6-b583-85ab82101051|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-28T04:54:19.969Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-10-28T04:54:19.969Z|369dbb80-5c43-47f6-b583-85ab82101051|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 8b57206a-c790-4d1c-a3ad-2243f83827ec 12 2022-10-28T04:54:19.969Z|369dbb80-5c43-47f6-b583-85ab82101051|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-28T04:54:19.970Z|369dbb80-5c43-47f6-b583-85ab82101051|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-28T04:54:19.970Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-28T04:54:19.970Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-10-28T04:54:19.971Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-28T04:54:19.971Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "369dbb80-5c43-47f6-b583-85ab82101051", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666932859969, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-10-28T04:54:20.072Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-10-28T04:54:20.072Z||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-28T04:54:20.072Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OqCvdRHX32zc8Jsc) ... 2022-10-28T04:54:20.086Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:54:20.087Z||pool-113-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-10-28T04:54:20.972Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: c898a4d2-1660-4f21-8a2f-ca153c104ff1 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-10-28T04:54:20.974Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-10-28T04:54:20.974Z|369dbb80-5c43-47f6-b583-85ab82101051|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-28T04:54:21.024Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-10-28T04:54:21.025Z|369dbb80-5c43-47f6-b583-85ab82101051|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 c898a4d2-1660-4f21-8a2f-ca153c104ff1 96 2022-10-28T04:54:21.025Z|369dbb80-5c43-47f6-b583-85ab82101051|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-28T04:54:21.025Z|369dbb80-5c43-47f6-b583-85ab82101051|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-28T04:54:21.025Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-28T04:54:21.025Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-10-28T04:54:21.027Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-28T04:54:21.028Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "369dbb80-5c43-47f6-b583-85ab82101051", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666932861025, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-10-28T04:54:21.128Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-28T04:54:21.128Z||pool-114-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-28T04:54:21.129Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OqCvdRHX32zc8Jsc) ... 2022-10-28T04:54:21.143Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:54:21.144Z||pool-114-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-10-28T04:54:22.028Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 1657798b-25dd-4cd1-a9b0-41d0493a2186 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-10-28T04:54:22.029Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-10-28T04:54:22.029Z|369dbb80-5c43-47f6-b583-85ab82101051|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-28T04:54:22.085Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-10-28T04:54:22.086Z|369dbb80-5c43-47f6-b583-85ab82101051|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 1657798b-25dd-4cd1-a9b0-41d0493a2186 20206 2022-10-28T04:54:22.086Z|369dbb80-5c43-47f6-b583-85ab82101051|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-28T04:54:22.086Z|369dbb80-5c43-47f6-b583-85ab82101051|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-28T04:54:22.086Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-28T04:54:22.087Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-10-28T04:54:22.089Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-28T04:54:22.089Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "369dbb80-5c43-47f6-b583-85ab82101051", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666932862086, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-10-28T04:54:22.189Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-28T04:54:22.190Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-28T04:54:22.191Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OqCvdRHX32zc8Jsc) ... 2022-10-28T04:54:22.206Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:54:22.207Z||pool-115-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-10-28T04:54:23.091Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: c49ee462-9ff5-47bf-81e4-9960c5494080 2022-10-28T04:54:23.091Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 e62d42c3-f423-47b4-aa48-07f22180de3f 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-28T04:54:23.098Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@44c6d6e1, org.onap.sdc.toscaparser.api.parameters.Input@55eb254a, org.onap.sdc.toscaparser.api.parameters.Input@58b8ad89, org.onap.sdc.toscaparser.api.parameters.Input@60ac4887, org.onap.sdc.toscaparser.api.parameters.Input@122ffbad] 2022-10-28T04:54:23.100Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:54:23.100Z|369dbb80-5c43-47f6-b583-85ab82101051|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-28T04:54:23.100Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 2022-10-28T04:54:23.100Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= b5a0680b-650f-49c4-b7d4-83899c0e70df 2022-10-28T04:54:23.100Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b5a0680b-650f-49c4-b7d4-83899c0e70df matches Tosca VF Customization UUID: b5a0680b-650f-49c4-b7d4-83899c0e70df 2022-10-28T04:54:23.100Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: b5a0680b-650f-49c4-b7d4-83899c0e70df 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-28T04:54:23.102Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:54:23.103Z|369dbb80-5c43-47f6-b583-85ab82101051|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-28T04:54:23.104Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id b5a0680b-650f-49c4-b7d4-83899c0e70df: {\"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-28T04:54:23.104Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1c1e7f5 2022-10-28T04:54:23.104Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:54:23.104Z|369dbb80-5c43-47f6-b583-85ab82101051|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-28T04:54:23.104Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c0520a40-b117-4f0b-8382-ca0cb73bb58d 2022-10-28T04:54:23.104Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c0520a40-b117-4f0b-8382-ca0cb73bb58d 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-28T04:54:23.107Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:54:23.107Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-10-28T04:54:23.107Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-28T04:54:23.107Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:54:23.107Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-10-28T04:54:23.107Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-28T04:54:23.108Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:54:23.108Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-10-28T04:54:23.108Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=b5a0680b-650f-49c4-b7d4-83899c0e70df 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-28T04:54:23.110Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:54:23.111Z|369dbb80-5c43-47f6-b583-85ab82101051|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-28T04:54:23.111Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid c49ee462-9ff5-47bf-81e4-9960c5494080: basic_cnf_macro 2022-10-28T04:54:23.111Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:54:23.111Z|369dbb80-5c43-47f6-b583-85ab82101051|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-28T04:54:23.111Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:54:23.111Z|369dbb80-5c43-47f6-b583-85ab82101051|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-28T04:54:23.111Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:54:23.111Z|369dbb80-5c43-47f6-b583-85ab82101051|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-28T04:54:23.111Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:54:23.111Z|369dbb80-5c43-47f6-b583-85ab82101051|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-28T04:54:23.111Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:54:23.111Z|369dbb80-5c43-47f6-b583-85ab82101051|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-28T04:54:23.112Z|369dbb80-5c43-47f6-b583-85ab82101051|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-28T04:54:23.140Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro e62d42c3-f423-47b4-aa48-07f22180de3f 2 ASDC deployResourceStructure 2022-10-28T04:54:23.141Z|369dbb80-5c43-47f6-b583-85ab82101051|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-28T04:54:23.141Z|369dbb80-5c43-47f6-b583-85ab82101051|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-28T04:54:23.141Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-28T04:54:23.141Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-10-28T04:54:23.143Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-28T04:54:23.143Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "369dbb80-5c43-47f6-b583-85ab82101051", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666932863141, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-10-28T04:54:23.243Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-28T04:54:23.244Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-28T04:54:23.244Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OqCvdRHX32zc8Jsc) ... 2022-10-28T04:54:23.261Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:54:23.261Z||pool-116-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-10-28T04:54:24.144Z|369dbb80-5c43-47f6-b583-85ab82101051|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-28T04:54:24.144Z|369dbb80-5c43-47f6-b583-85ab82101051|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-28T04:54:24.144Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-28T04:54:24.144Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-10-28T04:54:24.146Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-28T04:54:24.146Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "369dbb80-5c43-47f6-b583-85ab82101051", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666932864144, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-10-28T04:54:24.246Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-28T04:54:24.247Z||pool-117-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-28T04:54:24.247Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OqCvdRHX32zc8Jsc) ... 2022-10-28T04:54:24.264Z||pool-117-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:54:24.264Z||pool-117-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-10-28T04:54:25.147Z|369dbb80-5c43-47f6-b583-85ab82101051|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-28T04:54:25.147Z|369dbb80-5c43-47f6-b583-85ab82101051|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-28T04:54:25.147Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-10-28T04:54:25.147Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-10-28T04:54:25.149Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-28T04:54:25.149Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "369dbb80-5c43-47f6-b583-85ab82101051", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666932865147, "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-28T04:54:25.250Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-10-28T04:54:25.251Z||pool-118-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-28T04:54:25.251Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OqCvdRHX32zc8Jsc) ... 2022-10-28T04:54:25.271Z||pool-118-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:54:25.271Z||pool-118-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1} 2022-10-28T04:54:26.150Z|369dbb80-5c43-47f6-b583-85ab82101051|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-28T04:54:26.151Z|369dbb80-5c43-47f6-b583-85ab82101051|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-28T04:54:26.151Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-28T04:54:26.151Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-10-28T04:54:26.152Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-28T04:54:26.153Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "369dbb80-5c43-47f6-b583-85ab82101051", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666932866150, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-10-28T04:54:26.253Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-28T04:54:26.254Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-28T04:54:26.254Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OqCvdRHX32zc8Jsc) ... 2022-10-28T04:54:26.276Z||pool-119-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:54:26.277Z||pool-119-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-10-28T04:54:27.154Z|369dbb80-5c43-47f6-b583-85ab82101051|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-28T04:54:27.154Z|369dbb80-5c43-47f6-b583-85ab82101051|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-28T04:54:27.154Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-10-28T04:54:27.154Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-10-28T04:54:27.156Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-28T04:54:27.156Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "369dbb80-5c43-47f6-b583-85ab82101051", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666932867154, "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-28T04:54:27.256Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-28T04:54:27.257Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-28T04:54:27.257Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OqCvdRHX32zc8Jsc) ... 2022-10-28T04:54:27.272Z||pool-120-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:54:27.273Z||pool-120-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-10-28T04:54:28.157Z|369dbb80-5c43-47f6-b583-85ab82101051|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-28T04:54:28.157Z|369dbb80-5c43-47f6-b583-85ab82101051|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-28T04:54:28.157Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-28T04:54:28.157Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-10-28T04:54:28.159Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-28T04:54:28.159Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "369dbb80-5c43-47f6-b583-85ab82101051", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666932868157, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-10-28T04:54:28.259Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-28T04:54:28.260Z||pool-121-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-28T04:54:28.260Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OqCvdRHX32zc8Jsc) ... 2022-10-28T04:54:28.277Z||pool-121-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:54:28.277Z||pool-121-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-10-28T04:54:29.160Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 369dbb80-5c43-47f6-b583-85ab82101051 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-28T04:54:29.170Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 369dbb80-5c43-47f6-b583-85ab82101051 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-28T04:54:29.173Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-28T04:54:29.173Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-10-28T04:54:29.173Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-10-28T04:54:29.173Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-10-28T04:54:29.173Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-28T04:54:29.173Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-28T04:54:29.173Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-28T04:54:29.173Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-28T04:54:29.173Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-28T04:54:29.173Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-28T04:54:29.173Z|369dbb80-5c43-47f6-b583-85ab82101051|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-28T04:54:29.179Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-10-28T04:54:59.180Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 369dbb80-5c43-47f6-b583-85ab82101051 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-28T04:54:59.187Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 369dbb80-5c43-47f6-b583-85ab82101051 and serviceModelVersionId: c49ee462-9ff5-47bf-81e4-9960c5494080 2022-10-28T04:54:59.187Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 42317859-e8d0-4b56-bf30-01166dfe5973 2022-10-28T04:54:59.188Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/42317859-e8d0-4b56-bf30-01166dfe5973/model-vers/model-ver/c49ee462-9ff5-47bf-81e4-9960c5494080?depth=0 2022-10-28T04:54:59.192Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2022-10-28T04:54:59.225Z|369dbb80-5c43-47f6-b583-85ab82101051|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/42317859-e8d0-4b56-bf30-01166dfe5973/model-vers/model-ver/c49ee462-9ff5-47bf-81e4-9960c5494080?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-28T04:54:59.226Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/42317859-e8d0-4b56-bf30-01166dfe5973/model-vers/model-ver/c49ee462-9ff5-47bf-81e4-9960c5494080?depth=0|INFO|500||Invoke 2022-10-28T04:54:59.244Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/42317859-e8d0-4b56-bf30-01166dfe5973/model-vers/model-ver/c49ee462-9ff5-47bf-81e4-9960c5494080?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-10-28T04:54:59.377Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/42317859-e8d0-4b56-bf30-01166dfe5973/model-vers/model-ver/c49ee462-9ff5-47bf-81e4-9960c5494080?depth=0|INFO|500||InvokeReturn 2022-10-28T04:54:59.378Z|369dbb80-5c43-47f6-b583-85ab82101051|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/42317859-e8d0-4b56-bf30-01166dfe5973/model-vers/model-ver/c49ee462-9ff5-47bf-81e4-9960c5494080?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221028-04:54:59:728-68515], vertex-id=[581864], Content-Length=[0], Date=[Fri, 28 Oct 2022 04:54:59 GMT], Content-Type=[application/json]} 2022-10-28T04:54:59.378Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity. 2022-10-28T04:54:59.378Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-10-28T04:54:59.378Z|369dbb80-5c43-47f6-b583-85ab82101051|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-28T04:54:59.381Z|369dbb80-5c43-47f6-b583-85ab82101051|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-28T04:54:59.382Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 369dbb80-5c43-47f6-b583-85ab82101051 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-10-28T04:54:59.382Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-10-28T04:54:59.382Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-10-28T04:54:59.384Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-28T04:54:59.384Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "369dbb80-5c43-47f6-b583-85ab82101051", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666932899382, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-28T04:54:59.484Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-28T04:54:59.485Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-28T04:54:59.485Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OqCvdRHX32zc8Jsc) ... 2022-10-28T04:54:59.516Z||pool-122-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:54:59.516Z||pool-122-thread-1|||||INFO|500||cambria reply ok (32 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-28T04:55:00.394Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-28T04:55:00.394Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"5914f286-3328-4034-8c2f-e8184f1da41e","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"a0adac7c-c45d-45db-a5b8-8833075b0c1d","serviceDescription":"service","serviceInvariantUUID":"189b63b6-7e31-4b00-8106-703b12045199","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"37ef166b-8fcf-4603-b565-e118f1857fa7","resourceInvariantUUID":"de53d7da-2248-4352-8545-f407024a0545","resourceCustomizationUUID":"2d74fc52-5c2f-4687-bca3-c6fee28147e6","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":"ZTRhZDEyN2NkMTlmMTFjNDhkMTcxNDU2NWRmM2MwODg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6f97a0f1-376a-4ec1-af0f-1ef945bc0df7","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":"OTlmMWFjYzQ2MDc2MzFlZDlmZTk3NjVhMDVjNTNjMzA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"8bea6024-21dc-430b-a1af-f6db2227e6d4","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":"e2d39fe9-695f-45d3-9c6c-486c44471abe","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":"4d1a5bc8-714e-4876-b3cc-1283b41244a6","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":"1a133a92-2a31-4e0d-96aa-ebdf06451e6e","artifactVersion":"2","generatedFromUUID":"e2d39fe9-695f-45d3-9c6c-486c44471abe"},{"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":"MGQ2ZmJjMThlMzdjNTZhYTFhN2RmY2Y4OTMxMGMyNmU\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"04aab06d-d65a-45c4-8f35-f0a3d29a8d41","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":"Mzc5N2FiOTU4NTFiODJjNTUzMjc1NzJhMmFjYjYxNzQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"09def79b-ea40-4384-9471-aabffa6523ad","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"YzVmZDA5N2M1OGM5NTQ5OGJmYmJjNThkNTRhMDQxM2Y\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5c8fa74f-6314-4253-842e-a5ac085f68ad","artifactVersion":"1"}],"workloadContext":"Production"} 2022-10-28T04:55:00.395Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-28T04:55:00.395Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-10-28T04:55:00.396Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-28T04:55:00.396Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5914f286-3328-4034-8c2f-e8184f1da41e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666932844930, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-28T04:55:00.497Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-10-28T04:55:00.498Z||pool-123-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-28T04:55:00.498Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OqCvdRHX32zc8Jsc) ... 2022-10-28T04:55:00.516Z||pool-123-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:55:00.518Z||pool-123-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-10-28T04:55:01.397Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-28T04:55:01.397Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-10-28T04:55:01.399Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-28T04:55:01.399Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5914f286-3328-4034-8c2f-e8184f1da41e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666932844930, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-10-28T04:55:01.499Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-28T04:55:01.500Z||pool-124-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-28T04:55:01.500Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OqCvdRHX32zc8Jsc) ... 2022-10-28T04:55:01.521Z||pool-124-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:55:01.521Z||pool-124-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-10-28T04:55:02.400Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-28T04:55:02.400Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-10-28T04:55:02.402Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-28T04:55:02.402Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5914f286-3328-4034-8c2f-e8184f1da41e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666932844930, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-10-28T04:55:02.502Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-28T04:55:02.504Z||pool-125-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-28T04:55:02.505Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OqCvdRHX32zc8Jsc) ... 2022-10-28T04:55:02.519Z||pool-125-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:55:02.519Z||pool-125-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-10-28T04:55:03.403Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-28T04:55:03.403Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-10-28T04:55:03.404Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-28T04:55:03.405Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5914f286-3328-4034-8c2f-e8184f1da41e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666932844930, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-28T04:55:03.505Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-28T04:55:03.505Z||pool-126-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-28T04:55:03.506Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OqCvdRHX32zc8Jsc) ... 2022-10-28T04:55:03.521Z||pool-126-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:55:03.522Z||pool-126-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-10-28T04:55:04.405Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-28T04:55:04.406Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-10-28T04:55:04.408Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-28T04:55:04.408Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5914f286-3328-4034-8c2f-e8184f1da41e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666932844930, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-10-28T04:55:04.508Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-28T04:55:04.509Z||pool-127-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-28T04:55:04.510Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OqCvdRHX32zc8Jsc) ... 2022-10-28T04:55:04.525Z||pool-127-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:55:04.526Z||pool-127-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-10-28T04:55:04.933Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T04:55:04.934Z||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-28T04:55:04.934Z||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 OqCvdRHX32zc8Jsc) ... 2022-10-28T04:55:04.957Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:55:04.958Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-28T04:55:04.958Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5914f286-3328-4034-8c2f-e8184f1da41e", "consumerID": "aai-ml", "timestamp": 1666932822358, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-10-28T04:55:04.958Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-28T04:55:05.409Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-28T04:55:05.409Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-10-28T04:55:05.411Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-28T04:55:05.411Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5914f286-3328-4034-8c2f-e8184f1da41e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666932844930, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-28T04:55:05.511Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-28T04:55:05.512Z||pool-128-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-28T04:55:05.512Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OqCvdRHX32zc8Jsc) ... 2022-10-28T04:55:05.526Z||pool-128-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:55:05.527Z||pool-128-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-10-28T04:55:06.412Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-28T04:55:06.412Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-10-28T04:55:06.414Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-28T04:55:06.414Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5914f286-3328-4034-8c2f-e8184f1da41e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666932844930, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-28T04:55:06.514Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-28T04:55:06.515Z||pool-129-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-28T04:55:06.516Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OqCvdRHX32zc8Jsc) ... 2022-10-28T04:55:06.531Z||pool-129-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:55:06.532Z||pool-129-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-10-28T04:55:07.414Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-28T04:55:07.415Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-10-28T04:55:07.422Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-28T04:55:07.423Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5914f286-3328-4034-8c2f-e8184f1da41e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666932844930, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-10-28T04:55:07.517Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms 2022-10-28T04:55:07.518Z||pool-130-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-28T04:55:07.519Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OqCvdRHX32zc8Jsc) ... 2022-10-28T04:55:07.536Z||pool-130-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:55:07.537Z||pool-130-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-10-28T04:55:08.423Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "5914f286-3328-4034-8c2f-e8184f1da41e", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "a0adac7c-c45d-45db-a5b8-8833075b0c1d", "serviceDescription": "service", "serviceInvariantUUID": "189b63b6-7e31-4b00-8106-703b12045199", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "2d74fc52-5c2f-4687-bca3-c6fee28147e6", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "37ef166b-8fcf-4603-b565-e118f1857fa7", "resourceInvariantUUID": "de53d7da-2248-4352-8545-f407024a0545", "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": "OTlmMWFjYzQ2MDc2MzFlZDlmZTk3NjVhMDVjNTNjMzA\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "8bea6024-21dc-430b-a1af-f6db2227e6d4", "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": "e2d39fe9-695f-45d3-9c6c-486c44471abe", "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": "1a133a92-2a31-4e0d-96aa-ebdf06451e6e", "generatedFromUUID": "e2d39fe9-695f-45d3-9c6c-486c44471abe" }, "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": "1a133a92-2a31-4e0d-96aa-ebdf06451e6e", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "YzVmZDA5N2M1OGM5NTQ5OGJmYmJjNThkNTRhMDQxM2Y\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "5c8fa74f-6314-4253-842e-a5ac085f68ad" } ], "workloadContext": "Production" } 2022-10-28T04:55:08.424Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-10-28T04:55:08.424Z|369dbb80-5c43-47f6-b583-85ab82101051|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 a0adac7c-c45d-45db-a5b8-8833075b0c1d ASDC 2022-10-28T04:55:08.424Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:5914f286-3328-4034-8c2f-e8184f1da41e ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:a0adac7c-c45d-45db-a5b8-8833075b0c1d ServiceInvariantUUID:189b63b6-7e31-4b00-8106-703b12045199 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:5c8fa74f-6314-4253-842e-a5ac085f68ad ArtifactChecksum:YzVmZDA5N2M1OGM5NTQ5OGJmYmJjNThkNTRhMDQxM2Y= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:2d74fc52-5c2f-4687-bca3-c6fee28147e6 ResourceInvariantUUID:de53d7da-2248-4352-8545-f407024a0545 ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:37ef166b-8fcf-4603-b565-e118f1857fa7 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:8bea6024-21dc-430b-a1af-f6db2227e6d4 ArtifactChecksum:OTlmMWFjYzQ2MDc2MzFlZDlmZTk3NjVhMDVjNTNjMzA= 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:e2d39fe9-695f-45d3-9c6c-486c44471abe 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:1a133a92-2a31-4e0d-96aa-ebdf06451e6e 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:1a133a92-2a31-4e0d-96aa-ebdf06451e6e ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-10-28T04:55:08.424Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a0adac7c-c45d-45db-a5b8-8833075b0c1d 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-28T04:55:08.456Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-28T04:55:08.457Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-10-28T04:55:08.457Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-10-28T04:55:08.457Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 5c8fa74f-6314-4253-842e-a5ac085f68ad from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-10-28T04:55:08.457Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-10-28T04:55:08.457Z|5914f286-3328-4034-8c2f-e8184f1da41e|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-28T04:55:08.522Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-10-28T04:55:08.526Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 5c8fa74f-6314-4253-842e-a5ac085f68ad 78832 2022-10-28T04:55:08.526Z|5914f286-3328-4034-8c2f-e8184f1da41e|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-28T04:55:08.526Z|5914f286-3328-4034-8c2f-e8184f1da41e|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-28T04:55:08.527Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-28T04:55:08.527Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-10-28T04:55:08.529Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-28T04:55:08.529Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5914f286-3328-4034-8c2f-e8184f1da41e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666932908526, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-28T04:55:08.629Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-28T04:55:08.630Z||pool-131-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-28T04:55:08.630Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OqCvdRHX32zc8Jsc) ... 2022-10-28T04:55:08.646Z||pool-131-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:55:08.647Z||pool-131-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-10-28T04:55:09.530Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-28T04:55:09.530Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-10-28T04:55:09.530Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 5c8fa74f-6314-4253-842e-a5ac085f68ad, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-10-28T04:55:09.531Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2022-10-28T04:55:09.531Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-10-28T04:55:09.531Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-10-28T04:55:09.602Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1288755697552254094/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-28T04:55:10.439Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2022-10-28T04:55:10.439Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-10-28T04:55:10.439Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-10-28T04:55:10.440Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-10-28T04:55:10.440Z|5914f286-3328-4034-8c2f-e8184f1da41e|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-28T04:55:10.440Z|5914f286-3328-4034-8c2f-e8184f1da41e|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-28T04:55:10.440Z|5914f286-3328-4034-8c2f-e8184f1da41e|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-28T04:55:10.440Z|5914f286-3328-4034-8c2f-e8184f1da41e|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-28T04:55:10.440Z|5914f286-3328-4034-8c2f-e8184f1da41e|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-28T04:55:10.440Z|5914f286-3328-4034-8c2f-e8184f1da41e|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-28T04:55:10.440Z|5914f286-3328-4034-8c2f-e8184f1da41e|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-28T04:55:10.440Z|5914f286-3328-4034-8c2f-e8184f1da41e|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-28T04:55:10.440Z|5914f286-3328-4034-8c2f-e8184f1da41e|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-28T04:55:10.440Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-10-28T04:55:10.440Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:55:10.440Z|5914f286-3328-4034-8c2f-e8184f1da41e|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-28T04:55:10.440Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-10-28T04:55:10.440Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-10-28T04:55:10.441Z|5914f286-3328-4034-8c2f-e8184f1da41e|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-28T04:55:10.441Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:55:10.441Z|5914f286-3328-4034-8c2f-e8184f1da41e|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-28T04:55:10.441Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-10-28T04:55:10.441Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-10-28T04:55:10.441Z|5914f286-3328-4034-8c2f-e8184f1da41e|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-28T04:55:10.441Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:55:10.441Z|5914f286-3328-4034-8c2f-e8184f1da41e|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-28T04:55:10.441Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:55:10.441Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-10-28T04:55:10.441Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-10-28T04:55:10.442Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-10-28T04:55:10.442Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-10-28T04:55:10.442Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-10-28T04:55:10.442Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-10-28T04:55:10.442Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:55:10.442Z|5914f286-3328-4034-8c2f-e8184f1da41e|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-28T04:55:10.442Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:55:10.442Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-10-28T04:55:10.442Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-28T04:55:10.442Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:55:10.442Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-10-28T04:55:10.442Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-28T04:55:10.442Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:55:10.442Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-10-28T04:55:10.443Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-28T04:55:10.443Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:55:10.443Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-10-28T04:55:10.443Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-10-28T04:55:10.443Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-10-28T04:55:10.443Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=9a9f9704-ff14-4e95-a8f1-eef39265c51a 2022-10-28T04:55:10.443Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:55:10.443Z|5914f286-3328-4034-8c2f-e8184f1da41e|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-28T04:55:10.443Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:55:10.443Z|5914f286-3328-4034-8c2f-e8184f1da41e|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-28T04:55:10.443Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:55:10.443Z|5914f286-3328-4034-8c2f-e8184f1da41e|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-28T04:55:10.443Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:55:10.443Z|5914f286-3328-4034-8c2f-e8184f1da41e|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-28T04:55:10.443Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:a0adac7c-c45d-45db-a5b8-8833075b0c1d Model Version:NULL Model InvariantUuid:189b63b6-7e31-4b00-8106-703b12045199 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:b1a8c713-edbf-4481-ab5d-6a67b572146d Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:de53d7da-2248-4352-8545-f407024a0545 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:2d74fc52-5c2f-4687-bca3-c6fee28147e6 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:7567652b-a1d4-407e-9729-ddcc9ee2e63a ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:7604c113-fcba-414e-9b54-b61d7a19c989 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:9a9f9704-ff14-4e95-a8f1-eef39265c51a ModelInvariantUuid:21cdfe58-2102-49ca-9a00-b83c15e57a85 ModelName:basic_vm_macro-nodes.ubuntu20Cvfc ModelUuid:c1a43cf1-5286-4c62-8880-f12443fa6aa1 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:cbf54e3d-7e21-447a-b851-3e75b1ee6538 ModelInvariantUuid:10aa77cd-eb1e-4f31-9525-c86317cd2c94 ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20 ModelUuid:082b87e5-46e6-427d-b956-a0ec3e427423 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-28T04:55:10.447Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 37ef166b-8fcf-4603-b565-e118f1857fa7 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-28T04:55:10.449Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||INFO|500||basic_vm_macro 0 2022-10-28T04:55:10.449Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 37ef166b-8fcf-4603-b565-e118f1857fa7 2022-10-28T04:55:10.449Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 8bea6024-21dc-430b-a1af-f6db2227e6d4 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-10-28T04:55:10.450Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-10-28T04:55:10.450Z|5914f286-3328-4034-8c2f-e8184f1da41e|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-28T04:55:10.514Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-10-28T04:55:10.514Z|5914f286-3328-4034-8c2f-e8184f1da41e|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 8bea6024-21dc-430b-a1af-f6db2227e6d4 792 2022-10-28T04:55:10.514Z|5914f286-3328-4034-8c2f-e8184f1da41e|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-28T04:55:10.514Z|5914f286-3328-4034-8c2f-e8184f1da41e|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-28T04:55:10.514Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-28T04:55:10.515Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-10-28T04:55:10.516Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-28T04:55:10.516Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5914f286-3328-4034-8c2f-e8184f1da41e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666932910514, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-10-28T04:55:10.616Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-28T04:55:10.617Z||pool-132-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-28T04:55:10.617Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OqCvdRHX32zc8Jsc) ... 2022-10-28T04:55:10.634Z||pool-132-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:55:10.635Z||pool-132-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-10-28T04:55:11.517Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "7567652b-a1d4-407e-9729-ddcc9ee2e63a", "vfModuleModelVersion": "1", "vfModuleModelUUID": "7604c113-fcba-414e-9b54-b61d7a19c989", "vfModuleModelCustomizationUUID": "b63909a0-45f0-4f40-ac7b-0e4198e77f74", "isBase": true, "artifacts": [ "e2d39fe9-695f-45d3-9c6c-486c44471abe", "1a133a92-2a31-4e0d-96aa-ebdf06451e6e" ], "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-28T04:55:11.520Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:7604c113-fcba-414e-9b54-b61d7a19c989 VfModuleModelInvariantUUID:7567652b-a1d4-407e-9729-ddcc9ee2e63a VfModuleModelDescription:NULL Artifacts UUID List:{ e2d39fe9-695f-45d3-9c6c-486c44471abe , 1a133a92-2a31-4e0d-96aa-ebdf06451e6e } 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-28T04:55:11.522Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "7567652b-a1d4-407e-9729-ddcc9ee2e63a", "vfModuleModelVersion": "1", "vfModuleModelUUID": "7604c113-fcba-414e-9b54-b61d7a19c989", "vfModuleModelCustomizationUUID": "b63909a0-45f0-4f40-ac7b-0e4198e77f74", "isBase": true, "artifacts": [ "e2d39fe9-695f-45d3-9c6c-486c44471abe", "1a133a92-2a31-4e0d-96aa-ebdf06451e6e" ], "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-28T04:55:11.523Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:7604c113-fcba-414e-9b54-b61d7a19c989 VfModuleModelInvariantUUID:7567652b-a1d4-407e-9729-ddcc9ee2e63a VfModuleModelDescription:NULL Artifacts UUID List:{ e2d39fe9-695f-45d3-9c6c-486c44471abe , 1a133a92-2a31-4e0d-96aa-ebdf06451e6e } 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-28T04:55:11.523Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: e2d39fe9-695f-45d3-9c6c-486c44471abe from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-10-28T04:55:11.523Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-10-28T04:55:11.523Z|5914f286-3328-4034-8c2f-e8184f1da41e|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-28T04:55:11.583Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-10-28T04:55:11.583Z|5914f286-3328-4034-8c2f-e8184f1da41e|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 e2d39fe9-695f-45d3-9c6c-486c44471abe 5033 2022-10-28T04:55:11.584Z|5914f286-3328-4034-8c2f-e8184f1da41e|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-28T04:55:11.584Z|5914f286-3328-4034-8c2f-e8184f1da41e|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-28T04:55:11.584Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-28T04:55:11.584Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-10-28T04:55:11.586Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-28T04:55:11.586Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5914f286-3328-4034-8c2f-e8184f1da41e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666932911584, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-10-28T04:55:11.687Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-28T04:55:11.687Z||pool-133-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-28T04:55:11.688Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OqCvdRHX32zc8Jsc) ... 2022-10-28T04:55:11.705Z||pool-133-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:55:11.705Z||pool-133-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-10-28T04:55:12.587Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 1a133a92-2a31-4e0d-96aa-ebdf06451e6e from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-10-28T04:55:12.587Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-10-28T04:55:12.588Z|5914f286-3328-4034-8c2f-e8184f1da41e|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-28T04:55:12.639Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-10-28T04:55:12.639Z|5914f286-3328-4034-8c2f-e8184f1da41e|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 1a133a92-2a31-4e0d-96aa-ebdf06451e6e 903 2022-10-28T04:55:12.640Z|5914f286-3328-4034-8c2f-e8184f1da41e|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-28T04:55:12.640Z|5914f286-3328-4034-8c2f-e8184f1da41e|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-28T04:55:12.640Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-28T04:55:12.640Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-10-28T04:55:12.642Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-28T04:55:12.642Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5914f286-3328-4034-8c2f-e8184f1da41e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666932912640, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-10-28T04:55:12.742Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-28T04:55:12.743Z||pool-134-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-28T04:55:12.743Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OqCvdRHX32zc8Jsc) ... 2022-10-28T04:55:12.760Z||pool-134-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:55:12.761Z||pool-134-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-10-28T04:55:13.643Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: a0adac7c-c45d-45db-a5b8-8833075b0c1d 2022-10-28T04:55:13.643Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 37ef166b-8fcf-4603-b565-e118f1857fa7 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-28T04:55:13.656Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@634aed29, org.onap.sdc.toscaparser.api.parameters.Input@2ec2caa2, org.onap.sdc.toscaparser.api.parameters.Input@22ad75a9, org.onap.sdc.toscaparser.api.parameters.Input@3fdce6bb, org.onap.sdc.toscaparser.api.parameters.Input@bcb77cc] 2022-10-28T04:55:13.658Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:55:13.658Z|5914f286-3328-4034-8c2f-e8184f1da41e|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-28T04:55:13.658Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 2022-10-28T04:55:13.658Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 2d74fc52-5c2f-4687-bca3-c6fee28147e6 2022-10-28T04:55:13.658Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 2d74fc52-5c2f-4687-bca3-c6fee28147e6 matches Tosca VF Customization UUID: 2d74fc52-5c2f-4687-bca3-c6fee28147e6 2022-10-28T04:55:13.658Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 2d74fc52-5c2f-4687-bca3-c6fee28147e6 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-28T04:55:13.660Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:55:13.661Z|5914f286-3328-4034-8c2f-e8184f1da41e|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-28T04:55:13.662Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 2d74fc52-5c2f-4687-bca3-c6fee28147e6: {\"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-28T04:55:13.663Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@229cd8e5 2022-10-28T04:55:13.663Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:55:13.663Z|5914f286-3328-4034-8c2f-e8184f1da41e|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-28T04:55:13.663Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b63909a0-45f0-4f40-ac7b-0e4198e77f74 2022-10-28T04:55:13.663Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b63909a0-45f0-4f40-ac7b-0e4198e77f74 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-28T04:55:13.666Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:55:13.666Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-10-28T04:55:13.666Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-28T04:55:13.666Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:55:13.667Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-10-28T04:55:13.667Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-28T04:55:13.667Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:55:13.667Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-10-28T04:55:13.667Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-10-28T04:55:13.667Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-10-28T04:55:13.667Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=9a9f9704-ff14-4e95-a8f1-eef39265c51a 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-28T04:55:13.670Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:55:13.670Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-10-28T04:55:13.670Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-28T04:55:13.671Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:55:13.671Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-10-28T04:55:13.671Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=2d74fc52-5c2f-4687-bca3-c6fee28147e6 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-28T04:55:13.673Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:55:13.673Z|5914f286-3328-4034-8c2f-e8184f1da41e|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-28T04:55:13.673Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid a0adac7c-c45d-45db-a5b8-8833075b0c1d: basic_vm_macro 2022-10-28T04:55:13.673Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:55:13.674Z|5914f286-3328-4034-8c2f-e8184f1da41e|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-28T04:55:13.674Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:55:13.674Z|5914f286-3328-4034-8c2f-e8184f1da41e|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-28T04:55:13.674Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:55:13.674Z|5914f286-3328-4034-8c2f-e8184f1da41e|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-28T04:55:13.674Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:55:13.674Z|5914f286-3328-4034-8c2f-e8184f1da41e|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-28T04:55:13.675Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:55:13.675Z|5914f286-3328-4034-8c2f-e8184f1da41e|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-28T04:55:13.675Z|5914f286-3328-4034-8c2f-e8184f1da41e|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-28T04:55:13.731Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 37ef166b-8fcf-4603-b565-e118f1857fa7 1 ASDC deployResourceStructure 2022-10-28T04:55:13.731Z|5914f286-3328-4034-8c2f-e8184f1da41e|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-28T04:55:13.731Z|5914f286-3328-4034-8c2f-e8184f1da41e|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-28T04:55:13.731Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-28T04:55:13.731Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-10-28T04:55:13.732Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-28T04:55:13.733Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5914f286-3328-4034-8c2f-e8184f1da41e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666932913731, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-10-28T04:55:13.833Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-28T04:55:13.834Z||pool-135-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-28T04:55:13.834Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OqCvdRHX32zc8Jsc) ... 2022-10-28T04:55:13.854Z||pool-135-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:55:13.854Z||pool-135-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-10-28T04:55:14.733Z|5914f286-3328-4034-8c2f-e8184f1da41e|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-28T04:55:14.734Z|5914f286-3328-4034-8c2f-e8184f1da41e|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-28T04:55:14.734Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-28T04:55:14.734Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-10-28T04:55:14.736Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-28T04:55:14.736Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5914f286-3328-4034-8c2f-e8184f1da41e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666932914733, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-10-28T04:55:14.836Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-28T04:55:14.837Z||pool-136-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-28T04:55:14.837Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OqCvdRHX32zc8Jsc) ... 2022-10-28T04:55:14.855Z||pool-136-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:55:14.855Z||pool-136-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-10-28T04:55:15.737Z|5914f286-3328-4034-8c2f-e8184f1da41e|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-28T04:55:15.737Z|5914f286-3328-4034-8c2f-e8184f1da41e|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-28T04:55:15.737Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-28T04:55:15.737Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-10-28T04:55:15.739Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-28T04:55:15.739Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5914f286-3328-4034-8c2f-e8184f1da41e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666932915737, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-10-28T04:55:15.839Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-28T04:55:15.840Z||pool-137-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-28T04:55:15.840Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OqCvdRHX32zc8Jsc) ... 2022-10-28T04:55:15.856Z||pool-137-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:55:15.856Z||pool-137-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-10-28T04:55:16.740Z|5914f286-3328-4034-8c2f-e8184f1da41e|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-28T04:55:16.740Z|5914f286-3328-4034-8c2f-e8184f1da41e|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-28T04:55:16.740Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-28T04:55:16.740Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-10-28T04:55:16.742Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-28T04:55:16.742Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5914f286-3328-4034-8c2f-e8184f1da41e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666932916740, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-10-28T04:55:16.842Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-28T04:55:16.843Z||pool-138-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-28T04:55:16.843Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OqCvdRHX32zc8Jsc) ... 2022-10-28T04:55:16.859Z||pool-138-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:55:16.860Z||pool-138-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-10-28T04:55:17.743Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5914f286-3328-4034-8c2f-e8184f1da41e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-28T04:55:17.753Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5914f286-3328-4034-8c2f-e8184f1da41e 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-28T04:55:17.756Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-28T04:55:17.756Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-10-28T04:55:17.757Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-10-28T04:55:47.757Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5914f286-3328-4034-8c2f-e8184f1da41e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-28T04:55:47.770Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5914f286-3328-4034-8c2f-e8184f1da41e 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-28T04:55:47.773Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-28T04:55:47.773Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-10-28T04:55:47.773Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-10-28T04:56:04.933Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T04:56:04.934Z|decd267f-1d7b-4d64-b918-77213de36ad4|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-28T04:56:04.934Z|decd267f-1d7b-4d64-b918-77213de36ad4|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 OqCvdRHX32zc8Jsc) ... 2022-10-28T04:56:04.972Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:56:04.972Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-28T04:56:04.972Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "369dbb80-5c43-47f6-b583-85ab82101051", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666932844930, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-28T04:56:04.973Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-28T04:56:17.774Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5914f286-3328-4034-8c2f-e8184f1da41e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-28T04:56:17.787Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5914f286-3328-4034-8c2f-e8184f1da41e 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-28T04:56:17.789Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-28T04:56:17.790Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-10-28T04:56:17.790Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-10-28T04:56:47.790Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5914f286-3328-4034-8c2f-e8184f1da41e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-28T04:56:47.818Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5914f286-3328-4034-8c2f-e8184f1da41e 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-28T04:56:47.820Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-28T04:56:47.821Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-10-28T04:56:47.821Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-10-28T04:57:04.934Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T04:57:04.934Z|decd267f-1d7b-4d64-b918-77213de36ad4|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-28T04:57:04.934Z|decd267f-1d7b-4d64-b918-77213de36ad4|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 OqCvdRHX32zc8Jsc) ... 2022-10-28T04:57:04.961Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:57:04.973Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-28T04:57:04.973Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5914f286-3328-4034-8c2f-e8184f1da41e", "consumerID": "aai-ml", "timestamp": 1666932822358, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-28T04:57:04.973Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-28T04:57:04.973Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-28T04:57:04.973Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "369dbb80-5c43-47f6-b583-85ab82101051", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666932844930, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-10-28T04:57:04.973Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-28T04:57:04.973Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-28T04:57:04.973Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5914f286-3328-4034-8c2f-e8184f1da41e", "consumerID": "aai-ml", "timestamp": 1666932822358, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-10-28T04:57:04.973Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-28T04:57:04.973Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-28T04:57:04.973Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "369dbb80-5c43-47f6-b583-85ab82101051", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666932844930, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-10-28T04:57:04.974Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-28T04:57:04.974Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-28T04:57:04.974Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5914f286-3328-4034-8c2f-e8184f1da41e", "consumerID": "aai-ml", "timestamp": 1666932822358, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-28T04:57:04.974Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-28T04:57:04.974Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-28T04:57:04.974Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "369dbb80-5c43-47f6-b583-85ab82101051", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666932844930, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-28T04:57:04.974Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-28T04:57:04.974Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-28T04:57:04.974Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5914f286-3328-4034-8c2f-e8184f1da41e", "consumerID": "aai-ml", "timestamp": 1666932822358, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-28T04:57:04.974Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-28T04:57:04.974Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-28T04:57:04.974Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "369dbb80-5c43-47f6-b583-85ab82101051", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666932844930, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-10-28T04:57:04.974Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-28T04:57:04.974Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-28T04:57:04.974Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5914f286-3328-4034-8c2f-e8184f1da41e", "consumerID": "aai-ml", "timestamp": 1666932822358, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-10-28T04:57:04.974Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-28T04:57:04.974Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-28T04:57:04.974Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5914f286-3328-4034-8c2f-e8184f1da41e", "consumerID": "clamp", "timestamp": 1666932850440, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-28T04:57:04.974Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-28T04:57:04.974Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-28T04:57:04.974Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "369dbb80-5c43-47f6-b583-85ab82101051", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666932844930, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-10-28T04:57:04.974Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-28T04:57:04.974Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-28T04:57:04.974Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5914f286-3328-4034-8c2f-e8184f1da41e", "consumerID": "aai-ml", "timestamp": 1666932850765, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-28T04:57:04.974Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-28T04:57:04.974Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-28T04:57:04.974Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "369dbb80-5c43-47f6-b583-85ab82101051", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666932844930, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-10-28T04:57:04.974Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-28T04:57:04.974Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-28T04:57:04.974Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "369dbb80-5c43-47f6-b583-85ab82101051", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666932844930, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-28T04:57:04.974Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-28T04:57:04.974Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-28T04:57:04.974Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9b9bbd6-acea-428d-878f-4698521a0cf0", "consumerID": "multicloud-k8s-id", "timestamp": 1666932850985, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-28T04:57:04.974Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-28T04:57:04.974Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-28T04:57:04.975Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9b9bbd6-acea-428d-878f-4698521a0cf0", "consumerID": "cds", "timestamp": 1666932851793, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-28T04:57:04.975Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-28T04:57:04.975Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-28T04:57:04.975Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5914f286-3328-4034-8c2f-e8184f1da41e", "consumerID": "clamp", "timestamp": 1666932853449, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-10-28T04:57:04.975Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-28T04:57:04.975Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-28T04:57:04.975Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "369dbb80-5c43-47f6-b583-85ab82101051", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666932844930, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-28T04:57:04.975Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-28T04:57:04.975Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-28T04:57:04.975Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9b9bbd6-acea-428d-878f-4698521a0cf0", "consumerID": "multicloud-k8s-id", "timestamp": 1666932850985, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-10-28T04:57:04.975Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-28T04:57:04.975Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-28T04:57:04.975Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9b9bbd6-acea-428d-878f-4698521a0cf0", "consumerID": "cds", "timestamp": 1666932851793, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-10-28T04:57:04.975Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-28T04:57:04.975Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-28T04:57:04.975Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5914f286-3328-4034-8c2f-e8184f1da41e", "consumerID": "clamp", "timestamp": 1666932854453, "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-28T04:57:04.985Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 5914f286-3328-4034-8c2f-e8184f1da41e 2022-10-28T04:57:04.985Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5914f286-3328-4034-8c2f-e8184f1da41e 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-28T04:57:04.996Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-28T04:57:04.996Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9b9bbd6-acea-428d-878f-4698521a0cf0", "consumerID": "policy-id", "timestamp": 1666932853981, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-28T04:57:04.996Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-28T04:57:04.996Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-28T04:57:04.996Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "369dbb80-5c43-47f6-b583-85ab82101051", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666932844930, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-10-28T04:57:04.996Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-28T04:57:04.996Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-28T04:57:04.996Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9b9bbd6-acea-428d-878f-4698521a0cf0", "consumerID": "multicloud-k8s-id", "timestamp": 1666932850985, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-10-28T04:57:04.996Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-28T04:57:04.996Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-28T04:57:04.996Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9b9bbd6-acea-428d-878f-4698521a0cf0", "consumerID": "cds", "timestamp": 1666932851793, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-10-28T04:57:04.996Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-28T04:57:04.996Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-28T04:57:04.996Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9b9bbd6-acea-428d-878f-4698521a0cf0", "consumerID": "policy-id", "timestamp": 1666932853981, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-10-28T04:57:04.997Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-28T04:57:04.997Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-28T04:57:04.997Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "369dbb80-5c43-47f6-b583-85ab82101051", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666932855752, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-28T04:57:04.997Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-28T04:57:04.997Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-28T04:57:04.997Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9b9bbd6-acea-428d-878f-4698521a0cf0", "consumerID": "multicloud-k8s-id", "timestamp": 1666932850985, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-28T04:57:04.997Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-28T04:57:04.997Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-28T04:57:04.997Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9b9bbd6-acea-428d-878f-4698521a0cf0", "consumerID": "cds", "timestamp": 1666932851793, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-28T04:57:04.997Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-28T04:57:04.997Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-28T04:57:04.997Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9b9bbd6-acea-428d-878f-4698521a0cf0", "consumerID": "policy-id", "timestamp": 1666932853981, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-10-28T04:57:04.997Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-28T04:57:04.997Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-28T04:57:04.997Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9b9bbd6-acea-428d-878f-4698521a0cf0", "consumerID": "multicloud-k8s-id", "timestamp": 1666932850985, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-28T04:57:04.997Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-28T04:57:04.997Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-28T04:57:04.997Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9b9bbd6-acea-428d-878f-4698521a0cf0", "consumerID": "cds", "timestamp": 1666932851793, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-28T04:57:04.997Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-28T04:57:04.997Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-28T04:57:04.997Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9b9bbd6-acea-428d-878f-4698521a0cf0", "consumerID": "policy-id", "timestamp": 1666932853981, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-28T04:57:04.997Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-28T04:57:04.997Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-28T04:57:04.997Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "369dbb80-5c43-47f6-b583-85ab82101051", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666932857842, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-10-28T04:57:04.997Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-28T04:57:04.998Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-28T04:57:04.998Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9b9bbd6-acea-428d-878f-4698521a0cf0", "consumerID": "multicloud-k8s-id", "timestamp": 1666932850985, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-10-28T04:57:04.998Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-28T04:57:04.998Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-28T04:57:04.998Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9b9bbd6-acea-428d-878f-4698521a0cf0", "consumerID": "cds", "timestamp": 1666932851793, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-10-28T04:57:04.998Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-28T04:57:04.998Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-28T04:57:04.998Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5914f286-3328-4034-8c2f-e8184f1da41e", "consumerID": "aai-ml", "timestamp": 1666932857918, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-10-28T04:57:04.998Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-28T04:57:04.998Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-28T04:57:04.998Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9b9bbd6-acea-428d-878f-4698521a0cf0", "consumerID": "policy-id", "timestamp": 1666932853981, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-28T04:57:04.998Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-28T04:57:04.998Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-28T04:57:04.998Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "369dbb80-5c43-47f6-b583-85ab82101051", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666932858917, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-10-28T04:57:04.998Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-28T04:57:04.998Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-28T04:57:04.998Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9b9bbd6-acea-428d-878f-4698521a0cf0", "consumerID": "ves-openapi-manager", "timestamp": 1666932858307, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-28T04:57:04.998Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-28T04:57:04.998Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-28T04:57:04.998Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9b9bbd6-acea-428d-878f-4698521a0cf0", "consumerID": "multicloud-k8s-id", "timestamp": 1666932850985, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-10-28T04:57:04.998Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-28T04:57:04.998Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-28T04:57:04.998Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9b9bbd6-acea-428d-878f-4698521a0cf0", "consumerID": "cds", "timestamp": 1666932851793, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-10-28T04:57:04.998Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-28T04:57:04.998Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-28T04:57:04.998Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5914f286-3328-4034-8c2f-e8184f1da41e", "consumerID": "aai-ml", "timestamp": 1666932858922, "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-28T04:57:05.005Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5914f286-3328-4034-8c2f-e8184f1da41e 2022-10-28T04:57:05.005Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5914f286-3328-4034-8c2f-e8184f1da41e 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-28T04:57:05.014Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-28T04:57:05.014Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9b9bbd6-acea-428d-878f-4698521a0cf0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666932858915, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-28T04:57:05.015Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-28T04:57:05.015Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-28T04:57:05.015Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9b9bbd6-acea-428d-878f-4698521a0cf0", "consumerID": "policy-id", "timestamp": 1666932853981, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-10-28T04:57:05.015Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-28T04:57:05.015Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-28T04:57:05.015Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9b9bbd6-acea-428d-878f-4698521a0cf0", "consumerID": "ves-openapi-manager", "timestamp": 1666932858307, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-10-28T04:57:05.015Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-28T04:57:05.015Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-28T04:57:05.015Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "369dbb80-5c43-47f6-b583-85ab82101051", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666932859969, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-10-28T04:57:05.016Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-28T04:57:05.016Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-28T04:57:05.016Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9b9bbd6-acea-428d-878f-4698521a0cf0", "consumerID": "multicloud-k8s-id", "timestamp": 1666932850985, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-28T04:57:05.016Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-28T04:57:05.016Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-28T04:57:05.016Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9b9bbd6-acea-428d-878f-4698521a0cf0", "consumerID": "cds", "timestamp": 1666932851793, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-28T04:57:05.016Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-28T04:57:05.016Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-28T04:57:05.016Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9b9bbd6-acea-428d-878f-4698521a0cf0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666932858915, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-10-28T04:57:05.017Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-28T04:57:05.017Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-28T04:57:05.017Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9b9bbd6-acea-428d-878f-4698521a0cf0", "consumerID": "policy-id", "timestamp": 1666932853981, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-10-28T04:57:05.017Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-28T04:57:05.017Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-28T04:57:05.017Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9b9bbd6-acea-428d-878f-4698521a0cf0", "consumerID": "ves-openapi-manager", "timestamp": 1666932858307, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-10-28T04:57:05.017Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-28T04:57:05.017Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-28T04:57:05.017Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9b9bbd6-acea-428d-878f-4698521a0cf0", "consumerID": "aai-ml", "timestamp": 1666932859926, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-28T04:57:05.017Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-28T04:57:05.017Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-28T04:57:05.017Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "369dbb80-5c43-47f6-b583-85ab82101051", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666932861025, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-10-28T04:57:05.017Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-28T04:57:05.017Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-28T04:57:05.017Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9b9bbd6-acea-428d-878f-4698521a0cf0", "consumerID": "multicloud-k8s-id", "timestamp": 1666932850985, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-10-28T04:57:05.017Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-28T04:57:05.017Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-28T04:57:05.017Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9b9bbd6-acea-428d-878f-4698521a0cf0", "consumerID": "cds", "timestamp": 1666932851793, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-10-28T04:57:05.017Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-28T04:57:05.017Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-28T04:57:05.017Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9b9bbd6-acea-428d-878f-4698521a0cf0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666932858915, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-10-28T04:57:05.017Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-28T04:57:05.017Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-28T04:57:05.017Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9b9bbd6-acea-428d-878f-4698521a0cf0", "consumerID": "policy-id", "timestamp": 1666932853981, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-28T04:57:05.018Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-28T04:57:05.018Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-28T04:57:05.018Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9b9bbd6-acea-428d-878f-4698521a0cf0", "consumerID": "ves-openapi-manager", "timestamp": 1666932858307, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-28T04:57:05.018Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-28T04:57:05.018Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-28T04:57:05.018Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9b9bbd6-acea-428d-878f-4698521a0cf0", "consumerID": "aai-ml", "timestamp": 1666932859926, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-10-28T04:57:05.018Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-28T04:57:05.018Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-28T04:57:05.018Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "369dbb80-5c43-47f6-b583-85ab82101051", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666932862086, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-10-28T04:57:05.018Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-28T04:57:05.018Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-28T04:57:05.018Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9b9bbd6-acea-428d-878f-4698521a0cf0", "consumerID": "cds", "timestamp": 1666932861598, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-28T04:57:05.018Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-28T04:57:05.018Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-28T04:57:05.018Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9b9bbd6-acea-428d-878f-4698521a0cf0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666932858915, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-28T04:57:05.018Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-28T04:57:05.018Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-28T04:57:05.018Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9b9bbd6-acea-428d-878f-4698521a0cf0", "consumerID": "policy-id", "timestamp": 1666932853981, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-10-28T04:57:05.018Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-28T04:57:05.018Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-28T04:57:05.018Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9b9bbd6-acea-428d-878f-4698521a0cf0", "consumerID": "ves-openapi-manager", "timestamp": 1666932858307, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-28T04:57:05.018Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-28T04:57:05.018Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-28T04:57:05.018Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9b9bbd6-acea-428d-878f-4698521a0cf0", "consumerID": "aai-ml", "timestamp": 1666932859926, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-10-28T04:57:05.018Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-28T04:57:05.018Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-28T04:57:05.018Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "369dbb80-5c43-47f6-b583-85ab82101051", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666932863141, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-10-28T04:57:05.018Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-28T04:57:05.018Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-28T04:57:05.018Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9b9bbd6-acea-428d-878f-4698521a0cf0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666932858915, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-28T04:57:05.019Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-28T04:57:05.019Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-28T04:57:05.019Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9b9bbd6-acea-428d-878f-4698521a0cf0", "consumerID": "policy-id", "timestamp": 1666932863703, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-28T04:57:05.019Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-28T04:57:05.019Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-28T04:57:05.019Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9b9bbd6-acea-428d-878f-4698521a0cf0", "consumerID": "cds", "timestamp": 1666932862812, "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-28T04:57:05.039Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a9b9bbd6-acea-428d-878f-4698521a0cf0 2022-10-28T04:57:05.039Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId a9b9bbd6-acea-428d-878f-4698521a0cf0 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-28T04:57:05.048Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-28T04:57:05.049Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9b9bbd6-acea-428d-878f-4698521a0cf0", "consumerID": "ves-openapi-manager", "timestamp": 1666932858307, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-10-28T04:57:05.049Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-28T04:57:05.049Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-28T04:57:05.049Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9b9bbd6-acea-428d-878f-4698521a0cf0", "consumerID": "aai-ml", "timestamp": 1666932859926, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-28T04:57:05.050Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-28T04:57:05.055Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-28T04:57:05.055Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "369dbb80-5c43-47f6-b583-85ab82101051", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666932864144, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-10-28T04:57:05.055Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-28T04:57:05.056Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-28T04:57:05.056Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9b9bbd6-acea-428d-878f-4698521a0cf0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666932858915, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-10-28T04:57:05.056Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-28T04:57:05.056Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-28T04:57:05.056Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9b9bbd6-acea-428d-878f-4698521a0cf0", "consumerID": "policy-id", "timestamp": 1666932864708, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-10-28T04:57:05.056Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-28T04:57:05.056Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-28T04:57:05.056Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9b9bbd6-acea-428d-878f-4698521a0cf0", "consumerID": "ves-openapi-manager", "timestamp": 1666932858307, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-10-28T04:57:05.056Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-28T04:57:05.056Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-28T04:57:05.056Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9b9bbd6-acea-428d-878f-4698521a0cf0", "consumerID": "aai-ml", "timestamp": 1666932859926, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-28T04:57:05.056Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-28T04:57:05.056Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-28T04:57:05.056Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "369dbb80-5c43-47f6-b583-85ab82101051", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666932865147, "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-28T04:57:05.056Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-28T04:57:05.056Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-28T04:57:05.056Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9b9bbd6-acea-428d-878f-4698521a0cf0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666932858915, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-10-28T04:57:05.056Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-28T04:57:05.056Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-28T04:57:05.056Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9b9bbd6-acea-428d-878f-4698521a0cf0", "consumerID": "policy-id", "timestamp": 1666932865711, "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-28T04:57:05.062Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a9b9bbd6-acea-428d-878f-4698521a0cf0 2022-10-28T04:57:05.062Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId a9b9bbd6-acea-428d-878f-4698521a0cf0 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-28T04:57:05.069Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-28T04:57:05.070Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9b9bbd6-acea-428d-878f-4698521a0cf0", "consumerID": "clamp", "timestamp": 1666932865420, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-28T04:57:05.070Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-28T04:57:05.070Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-28T04:57:05.070Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9b9bbd6-acea-428d-878f-4698521a0cf0", "consumerID": "ves-openapi-manager", "timestamp": 1666932858307, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-28T04:57:05.070Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-28T04:57:05.070Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-28T04:57:05.070Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9b9bbd6-acea-428d-878f-4698521a0cf0", "consumerID": "aai-ml", "timestamp": 1666932859926, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-10-28T04:57:05.070Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-28T04:57:05.070Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-28T04:57:05.070Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "369dbb80-5c43-47f6-b583-85ab82101051", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666932866150, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-10-28T04:57:05.070Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-28T04:57:05.070Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-28T04:57:05.070Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9b9bbd6-acea-428d-878f-4698521a0cf0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666932858915, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-28T04:57:05.070Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-28T04:57:05.070Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-28T04:57:05.070Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9b9bbd6-acea-428d-878f-4698521a0cf0", "consumerID": "clamp", "timestamp": 1666932865420, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-10-28T04:57:05.070Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-28T04:57:05.070Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-28T04:57:05.070Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9b9bbd6-acea-428d-878f-4698521a0cf0", "consumerID": "ves-openapi-manager", "timestamp": 1666932858307, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-10-28T04:57:05.070Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-28T04:57:05.070Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-28T04:57:05.070Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9b9bbd6-acea-428d-878f-4698521a0cf0", "consumerID": "aai-ml", "timestamp": 1666932859926, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-10-28T04:57:05.070Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-28T04:57:05.070Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-28T04:57:05.070Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "369dbb80-5c43-47f6-b583-85ab82101051", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666932867154, "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-28T04:57:05.070Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-28T04:57:05.070Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-28T04:57:05.070Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9b9bbd6-acea-428d-878f-4698521a0cf0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666932858915, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-10-28T04:57:05.070Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-28T04:57:05.070Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-28T04:57:05.070Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9b9bbd6-acea-428d-878f-4698521a0cf0", "consumerID": "clamp", "timestamp": 1666932865420, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-10-28T04:57:05.070Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-28T04:57:05.070Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-28T04:57:05.070Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9b9bbd6-acea-428d-878f-4698521a0cf0", "consumerID": "aai-ml", "timestamp": 1666932859926, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-28T04:57:05.070Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-28T04:57:05.070Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-28T04:57:05.070Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9b9bbd6-acea-428d-878f-4698521a0cf0", "consumerID": "ves-openapi-manager", "timestamp": 1666932868035, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-10-28T04:57:05.070Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-28T04:57:05.070Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-28T04:57:05.070Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "369dbb80-5c43-47f6-b583-85ab82101051", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666932868157, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-10-28T04:57:05.071Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-28T04:57:05.071Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-28T04:57:05.071Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9b9bbd6-acea-428d-878f-4698521a0cf0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666932868655, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-28T04:57:05.071Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-28T04:57:05.071Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-28T04:57:05.071Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9b9bbd6-acea-428d-878f-4698521a0cf0", "consumerID": "clamp", "timestamp": 1666932865420, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-28T04:57:05.071Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-28T04:57:05.071Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-28T04:57:05.071Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9b9bbd6-acea-428d-878f-4698521a0cf0", "consumerID": "aai-ml", "timestamp": 1666932859926, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-10-28T04:57:05.071Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-28T04:57:05.071Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-28T04:57:05.071Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9b9bbd6-acea-428d-878f-4698521a0cf0", "consumerID": "ves-openapi-manager", "timestamp": 1666932869049, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-10-28T04:57:05.071Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-28T04:57:05.071Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-28T04:57:05.071Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9b9bbd6-acea-428d-878f-4698521a0cf0", "consumerID": "clamp", "timestamp": 1666932865420, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-28T04:57:05.071Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-28T04:57:05.071Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-28T04:57:05.071Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9b9bbd6-acea-428d-878f-4698521a0cf0", "consumerID": "aai-ml", "timestamp": 1666932869639, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-28T04:57:05.071Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-28T04:57:05.071Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-28T04:57:05.071Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9b9bbd6-acea-428d-878f-4698521a0cf0", "consumerID": "ves-openapi-manager", "timestamp": 1666932870053, "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-28T04:57:05.076Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of a9b9bbd6-acea-428d-878f-4698521a0cf0 2022-10-28T04:57:05.077Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId a9b9bbd6-acea-428d-878f-4698521a0cf0 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-28T04:57:05.088Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-28T04:57:05.088Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9b9bbd6-acea-428d-878f-4698521a0cf0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666932870456, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-10-28T04:57:05.089Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-28T04:57:05.089Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-28T04:57:05.089Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9b9bbd6-acea-428d-878f-4698521a0cf0", "consumerID": "clamp", "timestamp": 1666932865420, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-10-28T04:57:05.089Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-28T04:57:05.089Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-28T04:57:05.089Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9b9bbd6-acea-428d-878f-4698521a0cf0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666932871460, "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-28T04:57:05.099Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a9b9bbd6-acea-428d-878f-4698521a0cf0 2022-10-28T04:57:05.099Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId a9b9bbd6-acea-428d-878f-4698521a0cf0 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-28T04:57:05.114Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-28T04:57:05.114Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9b9bbd6-acea-428d-878f-4698521a0cf0", "consumerID": "clamp", "timestamp": 1666932865420, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-10-28T04:57:05.114Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-28T04:57:05.114Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-28T04:57:05.114Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9b9bbd6-acea-428d-878f-4698521a0cf0", "consumerID": "clamp", "timestamp": 1666932865420, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-28T04:57:05.114Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-28T04:57:05.114Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-28T04:57:05.114Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9b9bbd6-acea-428d-878f-4698521a0cf0", "consumerID": "clamp", "timestamp": 1666932865420, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-10-28T04:57:05.114Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-28T04:57:05.114Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-28T04:57:05.114Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9b9bbd6-acea-428d-878f-4698521a0cf0", "consumerID": "aai-ml", "timestamp": 1666932874859, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-10-28T04:57:05.114Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-28T04:57:05.114Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-28T04:57:05.114Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9b9bbd6-acea-428d-878f-4698521a0cf0", "consumerID": "aai-ml", "timestamp": 1666932875863, "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-28T04:57:05.126Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a9b9bbd6-acea-428d-878f-4698521a0cf0 2022-10-28T04:57:05.126Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId a9b9bbd6-acea-428d-878f-4698521a0cf0 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-28T04:57:05.138Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-28T04:57:05.138Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9b9bbd6-acea-428d-878f-4698521a0cf0", "consumerID": "clamp", "timestamp": 1666932881447, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-28T04:57:05.138Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-28T04:57:05.138Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-28T04:57:05.138Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9b9bbd6-acea-428d-878f-4698521a0cf0", "consumerID": "clamp", "timestamp": 1666932883462, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-10-28T04:57:05.139Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-28T04:57:05.139Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-28T04:57:05.139Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9b9bbd6-acea-428d-878f-4698521a0cf0", "consumerID": "clamp", "timestamp": 1666932884465, "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-28T04:57:05.144Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a9b9bbd6-acea-428d-878f-4698521a0cf0 2022-10-28T04:57:05.144Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId a9b9bbd6-acea-428d-878f-4698521a0cf0 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-28T04:57:05.154Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-28T04:57:05.154Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "369dbb80-5c43-47f6-b583-85ab82101051", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666932899382, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-28T04:57:05.154Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-28T04:57:05.154Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-28T04:57:05.154Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5914f286-3328-4034-8c2f-e8184f1da41e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666932844930, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-28T04:57:05.154Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-28T04:57:05.154Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-28T04:57:05.154Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5914f286-3328-4034-8c2f-e8184f1da41e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666932844930, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-10-28T04:57:05.154Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-28T04:57:05.154Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-28T04:57:05.154Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5914f286-3328-4034-8c2f-e8184f1da41e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666932844930, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-10-28T04:57:05.154Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-28T04:57:05.154Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-28T04:57:05.155Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5914f286-3328-4034-8c2f-e8184f1da41e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666932844930, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-28T04:57:05.155Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-28T04:57:05.155Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-28T04:57:05.155Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5914f286-3328-4034-8c2f-e8184f1da41e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666932844930, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-10-28T04:57:05.155Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-28T04:57:17.821Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5914f286-3328-4034-8c2f-e8184f1da41e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-28T04:57:17.832Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5914f286-3328-4034-8c2f-e8184f1da41e 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-28T04:57:17.836Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-28T04:57:17.837Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-10-28T04:57:17.837Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-10-28T04:57:17.837Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-10-28T04:57:17.837Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-28T04:57:17.837Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-28T04:57:17.837Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-28T04:57:17.837Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-28T04:57:17.837Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-28T04:57:17.837Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-28T04:57:17.837Z|5914f286-3328-4034-8c2f-e8184f1da41e|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-28T04:57:17.843Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-10-28T04:57:47.843Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5914f286-3328-4034-8c2f-e8184f1da41e 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-28T04:57:47.847Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5914f286-3328-4034-8c2f-e8184f1da41e and serviceModelVersionId: a0adac7c-c45d-45db-a5b8-8833075b0c1d 2022-10-28T04:57:47.847Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 189b63b6-7e31-4b00-8106-703b12045199 2022-10-28T04:57:47.848Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/189b63b6-7e31-4b00-8106-703b12045199/model-vers/model-ver/a0adac7c-c45d-45db-a5b8-8833075b0c1d?depth=0 2022-10-28T04:57:47.852Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2022-10-28T04:57:47.876Z|5914f286-3328-4034-8c2f-e8184f1da41e|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/189b63b6-7e31-4b00-8106-703b12045199/model-vers/model-ver/a0adac7c-c45d-45db-a5b8-8833075b0c1d?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-28T04:57:47.877Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/189b63b6-7e31-4b00-8106-703b12045199/model-vers/model-ver/a0adac7c-c45d-45db-a5b8-8833075b0c1d?depth=0|INFO|500||Invoke 2022-10-28T04:57:47.903Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/189b63b6-7e31-4b00-8106-703b12045199/model-vers/model-ver/a0adac7c-c45d-45db-a5b8-8833075b0c1d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-10-28T04:57:47.998Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/189b63b6-7e31-4b00-8106-703b12045199/model-vers/model-ver/a0adac7c-c45d-45db-a5b8-8833075b0c1d?depth=0|INFO|500||InvokeReturn 2022-10-28T04:57:48.000Z|5914f286-3328-4034-8c2f-e8184f1da41e|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/189b63b6-7e31-4b00-8106-703b12045199/model-vers/model-ver/a0adac7c-c45d-45db-a5b8-8833075b0c1d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221028-04:57:48:391-58815], vertex-id=[434256], Content-Length=[0], Date=[Fri, 28 Oct 2022 04:57:48 GMT], Content-Type=[application/json]} 2022-10-28T04:57:48.000Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity. 2022-10-28T04:57:48.000Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-10-28T04:57:48.000Z|5914f286-3328-4034-8c2f-e8184f1da41e|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-28T04:57:48.004Z|5914f286-3328-4034-8c2f-e8184f1da41e|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-28T04:57:48.004Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5914f286-3328-4034-8c2f-e8184f1da41e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-10-28T04:57:48.004Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-10-28T04:57:48.004Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-10-28T04:57:48.006Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-28T04:57:48.006Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5914f286-3328-4034-8c2f-e8184f1da41e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666933068004, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-28T04:57:48.106Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-28T04:57:48.107Z||pool-139-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-28T04:57:48.107Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OqCvdRHX32zc8Jsc) ... 2022-10-28T04:57:48.132Z||pool-139-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:57:48.132Z||pool-139-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-10-28T04:57:49.019Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T04:57:49.020Z|5914f286-3328-4034-8c2f-e8184f1da41e|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-28T04:57:49.020Z|5914f286-3328-4034-8c2f-e8184f1da41e|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 OqCvdRHX32zc8Jsc) ... 2022-10-28T04:57:53.461Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:57:53.462Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-28T04:57:53.462Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"a9b9bbd6-acea-428d-878f-4698521a0cf0","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"5382610c-2c35-48cd-b1e9-b492d09f7718","serviceDescription":"service","serviceInvariantUUID":"086af928-c1bd-46de-bd20-eadd521c90ab","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"a7787fa8-8996-4abb-91ad-29898342000c","resourceInvariantUUID":"2e82f6b1-b35b-46f3-ab27-2f7cc2f21d3e","resourceCustomizationUUID":"0a947fa9-6504-410d-984c-3eab0a28c3eb","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":"Zjc5MzM4OTVmNzZjODljMGNjNjhmZjYyMzllNzBlMTQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d0379c5c-adfe-465f-8bfb-6446d7b1a878","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":"d5e20cf9-32fc-414e-8838-2d888ce5febc","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":"c7b8f944-7b5f-4df1-8547-3daca02eebbd","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":"NzU4ZGVjMGZkOWE5Njc2MmQ4MGMwMmNiOWNhNDRkYzg\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"c6b62de7-746f-40d9-94af-a40a775220fa","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":"c76e920f-0168-4b4e-ac22-b0b8c5e8f23d","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":"826e484c-d098-4ac8-9c0e-e05224a66d07","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":"e1be6fbd-6d58-4d5d-8869-cf514080b9a1","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":"NTM2ZjczY2Y1NjEzZjUyOTA3MDQwYmZjNjEwNzRlMTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e1fd3855-7644-448f-8847-6b1e7c4c96d6","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"YTA5ODRlM2Y2NzkyNzc3MzAzZDZhNzVlMWE1NzBkMzU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c9422b72-78ac-4982-93a4-21b060f2e33c","artifactVersion":"1"}],"workloadContext":"Production"} 2022-10-28T04:57:53.464Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-28T04:57:53.465Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-10-28T04:57:53.467Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-28T04:57:53.467Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "a9b9bbd6-acea-428d-878f-4698521a0cf0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666933069019, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-28T04:57:53.567Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-28T04:57:53.568Z||pool-140-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-28T04:57:53.568Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OqCvdRHX32zc8Jsc) ... 2022-10-28T04:57:53.594Z||pool-140-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:57:53.594Z||pool-140-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2022-10-28T04:57:54.468Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-28T04:57:54.469Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-10-28T04:57:54.471Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-28T04:57:54.471Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "a9b9bbd6-acea-428d-878f-4698521a0cf0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666933069019, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-10-28T04:57:54.572Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-28T04:57:54.572Z||pool-141-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-28T04:57:54.572Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OqCvdRHX32zc8Jsc) ... 2022-10-28T04:57:54.587Z||pool-141-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:57:54.587Z||pool-141-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-10-28T04:57:55.472Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-28T04:57:55.472Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-10-28T04:57:55.474Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-28T04:57:55.474Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "a9b9bbd6-acea-428d-878f-4698521a0cf0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666933069019, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-10-28T04:57:55.575Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-10-28T04:57:55.575Z||pool-142-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-28T04:57:55.576Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OqCvdRHX32zc8Jsc) ... 2022-10-28T04:57:55.588Z||pool-142-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:57:55.589Z||pool-142-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-10-28T04:57:56.475Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-28T04:57:56.475Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-10-28T04:57:56.477Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-28T04:57:56.477Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "a9b9bbd6-acea-428d-878f-4698521a0cf0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666933069019, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-28T04:57:56.580Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2022-10-28T04:57:56.581Z||pool-143-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-28T04:57:56.581Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OqCvdRHX32zc8Jsc) ... 2022-10-28T04:57:56.610Z||pool-143-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:57:56.611Z||pool-143-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":1,"count":1} 2022-10-28T04:57:57.478Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-28T04:57:57.478Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-10-28T04:57:57.480Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-28T04:57:57.480Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "a9b9bbd6-acea-428d-878f-4698521a0cf0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666933069019, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-28T04:57:57.580Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-28T04:57:57.581Z||pool-144-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-28T04:57:57.581Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OqCvdRHX32zc8Jsc) ... 2022-10-28T04:57:57.598Z||pool-144-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:57:57.599Z||pool-144-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-10-28T04:57:58.481Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-28T04:57:58.482Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-10-28T04:57:58.485Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-28T04:57:58.485Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "a9b9bbd6-acea-428d-878f-4698521a0cf0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666933069019, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-10-28T04:57:58.585Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-28T04:57:58.586Z||pool-145-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-28T04:57:58.586Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OqCvdRHX32zc8Jsc) ... 2022-10-28T04:57:58.600Z||pool-145-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:57:58.600Z||pool-145-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-10-28T04:57:59.486Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-28T04:57:59.486Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-10-28T04:57:59.489Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-28T04:57:59.489Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "a9b9bbd6-acea-428d-878f-4698521a0cf0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666933069019, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-10-28T04:57:59.595Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms 2022-10-28T04:57:59.595Z||pool-146-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-28T04:57:59.595Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OqCvdRHX32zc8Jsc) ... 2022-10-28T04:57:59.612Z||pool-146-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:57:59.613Z||pool-146-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-10-28T04:58:00.490Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-28T04:58:00.490Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-10-28T04:58:00.492Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-28T04:58:00.492Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "a9b9bbd6-acea-428d-878f-4698521a0cf0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666933069019, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-28T04:58:00.592Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-28T04:58:00.593Z||pool-147-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-28T04:58:00.593Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OqCvdRHX32zc8Jsc) ... 2022-10-28T04:58:00.611Z||pool-147-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:58:00.612Z||pool-147-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-10-28T04:58:01.497Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-28T04:58:01.497Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-10-28T04:58:01.499Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-28T04:58:01.499Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "a9b9bbd6-acea-428d-878f-4698521a0cf0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666933069019, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-10-28T04:58:01.599Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-28T04:58:01.600Z||pool-148-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-28T04:58:01.600Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OqCvdRHX32zc8Jsc) ... 2022-10-28T04:58:01.613Z||pool-148-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:58:01.614Z||pool-148-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-10-28T04:58:02.502Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "a9b9bbd6-acea-428d-878f-4698521a0cf0", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "5382610c-2c35-48cd-b1e9-b492d09f7718", "serviceDescription": "service", "serviceInvariantUUID": "086af928-c1bd-46de-bd20-eadd521c90ab", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "0a947fa9-6504-410d-984c-3eab0a28c3eb", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "a7787fa8-8996-4abb-91ad-29898342000c", "resourceInvariantUUID": "2e82f6b1-b35b-46f3-ab27-2f7cc2f21d3e", "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": "YTA5ODRlM2Y2NzkyNzc3MzAzZDZhNzVlMWE1NzBkMzU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "c9422b72-78ac-4982-93a4-21b060f2e33c" } ], "workloadContext": "Production" } 2022-10-28T04:58:02.503Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-10-28T04:58:02.503Z|5914f286-3328-4034-8c2f-e8184f1da41e|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 5382610c-2c35-48cd-b1e9-b492d09f7718 ASDC 2022-10-28T04:58:02.503Z|a9b9bbd6-acea-428d-878f-4698521a0cf0|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:a9b9bbd6-acea-428d-878f-4698521a0cf0 ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:5382610c-2c35-48cd-b1e9-b492d09f7718 ServiceInvariantUUID:086af928-c1bd-46de-bd20-eadd521c90ab 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:c9422b72-78ac-4982-93a4-21b060f2e33c ArtifactChecksum:YTA5ODRlM2Y2NzkyNzc3MzAzZDZhNzVlMWE1NzBkMzU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:0a947fa9-6504-410d-984c-3eab0a28c3eb ResourceInvariantUUID:2e82f6b1-b35b-46f3-ab27-2f7cc2f21d3e ResourceName:test-pnf ResourceType:PNF ResourceUUID:a7787fa8-8996-4abb-91ad-29898342000c ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-10-28T04:58:02.503Z|a9b9bbd6-acea-428d-878f-4698521a0cf0|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5382610c-2c35-48cd-b1e9-b492d09f7718 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-28T04:58:02.576Z|a9b9bbd6-acea-428d-878f-4698521a0cf0|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-28T04:58:02.577Z|a9b9bbd6-acea-428d-878f-4698521a0cf0|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-10-28T04:58:02.577Z|a9b9bbd6-acea-428d-878f-4698521a0cf0|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-10-28T04:58:02.577Z|a9b9bbd6-acea-428d-878f-4698521a0cf0|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: c9422b72-78ac-4982-93a4-21b060f2e33c from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-10-28T04:58:02.577Z|a9b9bbd6-acea-428d-878f-4698521a0cf0|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-10-28T04:58:02.577Z|a9b9bbd6-acea-428d-878f-4698521a0cf0|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-28T04:58:02.725Z|a9b9bbd6-acea-428d-878f-4698521a0cf0|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-10-28T04:58:02.730Z|a9b9bbd6-acea-428d-878f-4698521a0cf0|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar c9422b72-78ac-4982-93a4-21b060f2e33c 105676 2022-10-28T04:58:02.730Z|a9b9bbd6-acea-428d-878f-4698521a0cf0|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-28T04:58:02.730Z|a9b9bbd6-acea-428d-878f-4698521a0cf0|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-28T04:58:02.730Z|a9b9bbd6-acea-428d-878f-4698521a0cf0|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-28T04:58:02.731Z|a9b9bbd6-acea-428d-878f-4698521a0cf0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-10-28T04:58:02.733Z|a9b9bbd6-acea-428d-878f-4698521a0cf0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-28T04:58:02.734Z|a9b9bbd6-acea-428d-878f-4698521a0cf0|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "a9b9bbd6-acea-428d-878f-4698521a0cf0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666933082730, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-28T04:58:02.833Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-28T04:58:02.834Z||pool-149-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-28T04:58:02.834Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OqCvdRHX32zc8Jsc) ... 2022-10-28T04:58:02.848Z||pool-149-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:58:02.849Z||pool-149-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-10-28T04:58:03.736Z|a9b9bbd6-acea-428d-878f-4698521a0cf0|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-28T04:58:03.737Z|a9b9bbd6-acea-428d-878f-4698521a0cf0|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-10-28T04:58:03.737Z|a9b9bbd6-acea-428d-878f-4698521a0cf0|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: c9422b72-78ac-4982-93a4-21b060f2e33c, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-10-28T04:58:03.737Z|a9b9bbd6-acea-428d-878f-4698521a0cf0|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2022-10-28T04:58:03.738Z|a9b9bbd6-acea-428d-878f-4698521a0cf0|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-10-28T04:58:03.738Z|a9b9bbd6-acea-428d-878f-4698521a0cf0|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-10-28T04:58:03.805Z|a9b9bbd6-acea-428d-878f-4698521a0cf0|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7282555675191259466/Definitions/service-TestPnfMacro-template.yml 2022-10-28T04:58:04.415Z|a9b9bbd6-acea-428d-878f-4698521a0cf0|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2022-10-28T04:58:04.415Z|a9b9bbd6-acea-428d-878f-4698521a0cf0|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-10-28T04:58:04.416Z|a9b9bbd6-acea-428d-878f-4698521a0cf0|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-10-28T04:58:04.416Z|a9b9bbd6-acea-428d-878f-4698521a0cf0|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-10-28T04:58:04.416Z|a9b9bbd6-acea-428d-878f-4698521a0cf0|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-28T04:58:04.416Z|a9b9bbd6-acea-428d-878f-4698521a0cf0|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-28T04:58:04.416Z|a9b9bbd6-acea-428d-878f-4698521a0cf0|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-28T04:58:04.416Z|a9b9bbd6-acea-428d-878f-4698521a0cf0|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-28T04:58:04.416Z|a9b9bbd6-acea-428d-878f-4698521a0cf0|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-28T04:58:04.416Z|a9b9bbd6-acea-428d-878f-4698521a0cf0|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-28T04:58:04.416Z|a9b9bbd6-acea-428d-878f-4698521a0cf0|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-28T04:58:04.416Z|a9b9bbd6-acea-428d-878f-4698521a0cf0|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-10-28T04:58:04.416Z|a9b9bbd6-acea-428d-878f-4698521a0cf0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:58:04.416Z|a9b9bbd6-acea-428d-878f-4698521a0cf0|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-28T04:58:04.417Z|a9b9bbd6-acea-428d-878f-4698521a0cf0|pool-2-thread-9|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-10-28T04:58:04.417Z|a9b9bbd6-acea-428d-878f-4698521a0cf0|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-10-28T04:58:04.417Z|a9b9bbd6-acea-428d-878f-4698521a0cf0|pool-2-thread-9|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-28T04:58:04.417Z|a9b9bbd6-acea-428d-878f-4698521a0cf0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:58:04.417Z|a9b9bbd6-acea-428d-878f-4698521a0cf0|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-28T04:58:04.417Z|a9b9bbd6-acea-428d-878f-4698521a0cf0|pool-2-thread-9|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-10-28T04:58:04.418Z|a9b9bbd6-acea-428d-878f-4698521a0cf0|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-10-28T04:58:04.418Z|a9b9bbd6-acea-428d-878f-4698521a0cf0|pool-2-thread-9|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-28T04:58:04.418Z|a9b9bbd6-acea-428d-878f-4698521a0cf0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:58:04.418Z|a9b9bbd6-acea-428d-878f-4698521a0cf0|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-28T04:58:04.418Z|a9b9bbd6-acea-428d-878f-4698521a0cf0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:58:04.418Z|a9b9bbd6-acea-428d-878f-4698521a0cf0|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-28T04:58:04.419Z|a9b9bbd6-acea-428d-878f-4698521a0cf0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:58:04.419Z|a9b9bbd6-acea-428d-878f-4698521a0cf0|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-28T04:58:04.419Z|a9b9bbd6-acea-428d-878f-4698521a0cf0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:58:04.419Z|a9b9bbd6-acea-428d-878f-4698521a0cf0|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-28T04:58:04.419Z|a9b9bbd6-acea-428d-878f-4698521a0cf0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:58:04.419Z|a9b9bbd6-acea-428d-878f-4698521a0cf0|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-28T04:58:04.420Z|a9b9bbd6-acea-428d-878f-4698521a0cf0|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:5382610c-2c35-48cd-b1e9-b492d09f7718 Model Version:NULL Model InvariantUuid:086af928-c1bd-46de-bd20-eadd521c90ab 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-28T04:58:04.423Z|a9b9bbd6-acea-428d-878f-4698521a0cf0|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: a7787fa8-8996-4abb-91ad-29898342000c 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-28T04:58:04.425Z|a9b9bbd6-acea-428d-878f-4698521a0cf0|pool-2-thread-9|||||INFO|500||test-pnf 0 2022-10-28T04:58:04.426Z|a9b9bbd6-acea-428d-878f-4698521a0cf0|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: a7787fa8-8996-4abb-91ad-29898342000c 2022-10-28T04:58:04.426Z|a9b9bbd6-acea-428d-878f-4698521a0cf0|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 5382610c-2c35-48cd-b1e9-b492d09f7718 2022-10-28T04:58:04.426Z|a9b9bbd6-acea-428d-878f-4698521a0cf0|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 5382610c-2c35-48cd-b1e9-b492d09f7718 2022-10-28T04:58:04.426Z|a9b9bbd6-acea-428d-878f-4698521a0cf0|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 a7787fa8-8996-4abb-91ad-29898342000c 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-28T04:58:04.430Z|a9b9bbd6-acea-428d-878f-4698521a0cf0|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@9d059e0, org.onap.sdc.toscaparser.api.parameters.Input@45f058b1, org.onap.sdc.toscaparser.api.parameters.Input@68c5dcbb, org.onap.sdc.toscaparser.api.parameters.Input@dc1fabc, org.onap.sdc.toscaparser.api.parameters.Input@6d5adbd] 2022-10-28T04:58:04.430Z|a9b9bbd6-acea-428d-878f-4698521a0cf0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:58:04.431Z|a9b9bbd6-acea-428d-878f-4698521a0cf0|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-28T04:58:04.431Z|a9b9bbd6-acea-428d-878f-4698521a0cf0|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 5382610c-2c35-48cd-b1e9-b492d09f7718: test-pnf 2022-10-28T04:58:04.431Z|a9b9bbd6-acea-428d-878f-4698521a0cf0|pool-2-thread-9|||||INFO|500||Processing PNF resource: a7787fa8-8996-4abb-91ad-29898342000c 2022-10-28T04:58:04.431Z|a9b9bbd6-acea-428d-878f-4698521a0cf0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-28T04:58:04.432Z|a9b9bbd6-acea-428d-878f-4698521a0cf0|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-28T04:58:04.432Z|a9b9bbd6-acea-428d-878f-4698521a0cf0|pool-2-thread-9|||||INFO|500||Resource customization UUID: 0a947fa9-6504-410d-984c-3eab0a28c3eb is the same as notified resource customizationUUID: 0a947fa9-6504-410d-984c-3eab0a28c3eb 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-28T04:58:04.462Z|a9b9bbd6-acea-428d-878f-4698521a0cf0|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf a7787fa8-8996-4abb-91ad-29898342000c 0 ASDC deployResourceStructure 2022-10-28T04:58:04.462Z|a9b9bbd6-acea-428d-878f-4698521a0cf0|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-28T04:58:04.462Z|a9b9bbd6-acea-428d-878f-4698521a0cf0|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-28T04:58:04.463Z|a9b9bbd6-acea-428d-878f-4698521a0cf0|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-28T04:58:04.463Z|a9b9bbd6-acea-428d-878f-4698521a0cf0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-10-28T04:58:04.467Z|a9b9bbd6-acea-428d-878f-4698521a0cf0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-28T04:58:04.467Z|a9b9bbd6-acea-428d-878f-4698521a0cf0|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "a9b9bbd6-acea-428d-878f-4698521a0cf0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666933084462, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-10-28T04:58:04.566Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-28T04:58:04.567Z||pool-150-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-28T04:58:04.567Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OqCvdRHX32zc8Jsc) ... 2022-10-28T04:58:04.581Z||pool-150-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:58:04.581Z||pool-150-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-10-28T04:58:04.933Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T04:58:04.934Z||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-28T04:58:04.934Z||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 OqCvdRHX32zc8Jsc) ... 2022-10-28T04:58:04.963Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:58:04.963Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-28T04:58:04.963Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5914f286-3328-4034-8c2f-e8184f1da41e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666932844930, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-28T04:58:04.964Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-28T04:58:04.964Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-28T04:58:04.964Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5914f286-3328-4034-8c2f-e8184f1da41e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666932844930, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-28T04:58:04.964Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-28T04:58:04.964Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-28T04:58:04.964Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5914f286-3328-4034-8c2f-e8184f1da41e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666932844930, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-10-28T04:58:04.964Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-28T04:58:04.964Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-28T04:58:04.964Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5914f286-3328-4034-8c2f-e8184f1da41e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666932908526, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-28T04:58:04.964Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-28T04:58:04.964Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-28T04:58:04.964Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5914f286-3328-4034-8c2f-e8184f1da41e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666932910514, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-10-28T04:58:04.964Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-28T04:58:04.964Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-28T04:58:04.964Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5914f286-3328-4034-8c2f-e8184f1da41e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666932911584, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-10-28T04:58:04.964Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-28T04:58:04.964Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-28T04:58:04.964Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5914f286-3328-4034-8c2f-e8184f1da41e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666932912640, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-10-28T04:58:04.964Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-28T04:58:04.964Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-28T04:58:04.964Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5914f286-3328-4034-8c2f-e8184f1da41e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666932913731, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-10-28T04:58:04.964Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-28T04:58:04.964Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-28T04:58:04.964Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5914f286-3328-4034-8c2f-e8184f1da41e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666932914733, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-10-28T04:58:04.964Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-28T04:58:04.964Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-28T04:58:04.964Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5914f286-3328-4034-8c2f-e8184f1da41e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666932915737, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-10-28T04:58:04.964Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-28T04:58:04.964Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-28T04:58:04.964Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5914f286-3328-4034-8c2f-e8184f1da41e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666932916740, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-10-28T04:58:04.965Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-28T04:58:05.468Z|a9b9bbd6-acea-428d-878f-4698521a0cf0|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a9b9bbd6-acea-428d-878f-4698521a0cf0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-28T04:58:05.486Z|a9b9bbd6-acea-428d-878f-4698521a0cf0|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a9b9bbd6-acea-428d-878f-4698521a0cf0 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-28T04:58:05.490Z|a9b9bbd6-acea-428d-878f-4698521a0cf0|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-28T04:58:05.490Z|a9b9bbd6-acea-428d-878f-4698521a0cf0|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-10-28T04:58:05.490Z|a9b9bbd6-acea-428d-878f-4698521a0cf0|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-10-28T04:58:05.490Z|a9b9bbd6-acea-428d-878f-4698521a0cf0|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-10-28T04:58:05.490Z|a9b9bbd6-acea-428d-878f-4698521a0cf0|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-28T04:58:05.490Z|a9b9bbd6-acea-428d-878f-4698521a0cf0|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-28T04:58:05.490Z|a9b9bbd6-acea-428d-878f-4698521a0cf0|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-28T04:58:05.490Z|a9b9bbd6-acea-428d-878f-4698521a0cf0|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-28T04:58:05.490Z|a9b9bbd6-acea-428d-878f-4698521a0cf0|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-28T04:58:05.490Z|a9b9bbd6-acea-428d-878f-4698521a0cf0|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-28T04:58:05.490Z|a9b9bbd6-acea-428d-878f-4698521a0cf0|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-28T04:58:05.490Z|a9b9bbd6-acea-428d-878f-4698521a0cf0|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-28T04:58:05.498Z|a9b9bbd6-acea-428d-878f-4698521a0cf0|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-10-28T04:58:35.499Z|a9b9bbd6-acea-428d-878f-4698521a0cf0|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a9b9bbd6-acea-428d-878f-4698521a0cf0 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-28T04:58:35.505Z|a9b9bbd6-acea-428d-878f-4698521a0cf0|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a9b9bbd6-acea-428d-878f-4698521a0cf0 and serviceModelVersionId: 5382610c-2c35-48cd-b1e9-b492d09f7718 2022-10-28T04:58:35.505Z|a9b9bbd6-acea-428d-878f-4698521a0cf0|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 086af928-c1bd-46de-bd20-eadd521c90ab 2022-10-28T04:58:35.506Z|a9b9bbd6-acea-428d-878f-4698521a0cf0|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/086af928-c1bd-46de-bd20-eadd521c90ab/model-vers/model-ver/5382610c-2c35-48cd-b1e9-b492d09f7718?depth=0 2022-10-28T04:58:35.511Z|a9b9bbd6-acea-428d-878f-4698521a0cf0|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2022-10-28T04:58:35.536Z|a9b9bbd6-acea-428d-878f-4698521a0cf0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/086af928-c1bd-46de-bd20-eadd521c90ab/model-vers/model-ver/5382610c-2c35-48cd-b1e9-b492d09f7718?depth=0|INFO|500||Invoke 2022-10-28T04:58:35.536Z|a9b9bbd6-acea-428d-878f-4698521a0cf0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/086af928-c1bd-46de-bd20-eadd521c90ab/model-vers/model-ver/5382610c-2c35-48cd-b1e9-b492d09f7718?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/086af928-c1bd-46de-bd20-eadd521c90ab/model-vers/model-ver/5382610c-2c35-48cd-b1e9-b492d09f7718?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a9b9bbd6-acea-428d-878f-4698521a0cf0], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d5ee5b81-e20c-47ea-8dba-dd0b7ecdd5b6], X-ECOMP-RequestID=[a9b9bbd6-acea-428d-878f-4698521a0cf0], X-TransactionId=[], X-ONAP-RequestID=[a9b9bbd6-acea-428d-878f-4698521a0cf0], Content-Type=[application/merge-patch+json]} 2022-10-28T04:58:35.567Z|a9b9bbd6-acea-428d-878f-4698521a0cf0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/086af928-c1bd-46de-bd20-eadd521c90ab/model-vers/model-ver/5382610c-2c35-48cd-b1e9-b492d09f7718?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-10-28T04:58:35.650Z|a9b9bbd6-acea-428d-878f-4698521a0cf0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/086af928-c1bd-46de-bd20-eadd521c90ab/model-vers/model-ver/5382610c-2c35-48cd-b1e9-b492d09f7718?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/086af928-c1bd-46de-bd20-eadd521c90ab/model-vers/model-ver/5382610c-2c35-48cd-b1e9-b492d09f7718?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221028-04:58:36:057-71709], vertex-id=[438352], Content-Length=[0], Date=[Fri, 28 Oct 2022 04:58:36 GMT], Content-Type=[application/json]} 2022-10-28T04:58:35.650Z|a9b9bbd6-acea-428d-878f-4698521a0cf0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/086af928-c1bd-46de-bd20-eadd521c90ab/model-vers/model-ver/5382610c-2c35-48cd-b1e9-b492d09f7718?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-10-28T04:58:35.651Z|a9b9bbd6-acea-428d-878f-4698521a0cf0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/086af928-c1bd-46de-bd20-eadd521c90ab/model-vers/model-ver/5382610c-2c35-48cd-b1e9-b492d09f7718?depth=0|INFO|500||InvokeReturn 2022-10-28T04:58:35.651Z|a9b9bbd6-acea-428d-878f-4698521a0cf0|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-10-28T04:58:35.651Z|a9b9bbd6-acea-428d-878f-4698521a0cf0|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-28T04:58:35.655Z|a9b9bbd6-acea-428d-878f-4698521a0cf0|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-28T04:58:35.656Z|a9b9bbd6-acea-428d-878f-4698521a0cf0|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a9b9bbd6-acea-428d-878f-4698521a0cf0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-10-28T04:58:35.656Z|a9b9bbd6-acea-428d-878f-4698521a0cf0|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-10-28T04:58:35.657Z|a9b9bbd6-acea-428d-878f-4698521a0cf0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-10-28T04:58:35.658Z|a9b9bbd6-acea-428d-878f-4698521a0cf0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-28T04:58:35.659Z|a9b9bbd6-acea-428d-878f-4698521a0cf0|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "a9b9bbd6-acea-428d-878f-4698521a0cf0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666933115656, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-28T04:58:35.759Z||pool-151-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-28T04:58:35.760Z||pool-151-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-28T04:58:35.760Z||pool-151-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OqCvdRHX32zc8Jsc) ... 2022-10-28T04:58:35.785Z||pool-151-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:58:35.786Z||pool-151-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-28T04:58:36.668Z|a9b9bbd6-acea-428d-878f-4698521a0cf0|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T04:58:36.669Z|a9b9bbd6-acea-428d-878f-4698521a0cf0|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-28T04:58:36.669Z|a9b9bbd6-acea-428d-878f-4698521a0cf0|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 OqCvdRHX32zc8Jsc) ... 2022-10-28T04:58:46.222Z|a9b9bbd6-acea-428d-878f-4698521a0cf0|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:58:46.222Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T04:58:46.223Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-28T04:58:46.223Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as OqCvdRHX32zc8Jsc) ... 2022-10-28T04:58:55.901Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:58:55.902Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T04:58:55.903Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-28T04:58:55.903Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as OqCvdRHX32zc8Jsc) ... 2022-10-28T04:59:04.935Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T04:59:04.935Z||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-28T04:59:04.935Z||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 OqCvdRHX32zc8Jsc) ... 2022-10-28T04:59:04.963Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:59:04.963Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:59:04.964Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5914f286-3328-4034-8c2f-e8184f1da41e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666933068004, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-28T04:59:04.964Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-28T04:59:04.964Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:59:04.964Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9b9bbd6-acea-428d-878f-4698521a0cf0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666933069019, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-28T04:59:04.964Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-28T04:59:04.964Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:59:04.964Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9b9bbd6-acea-428d-878f-4698521a0cf0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666933069019, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-10-28T04:59:04.964Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-28T04:59:04.964Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:59:04.964Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9b9bbd6-acea-428d-878f-4698521a0cf0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666933069019, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-10-28T04:59:04.964Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-28T04:59:04.964Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:59:04.964Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9b9bbd6-acea-428d-878f-4698521a0cf0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666933069019, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-28T04:59:04.964Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-28T04:59:04.964Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:59:04.964Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9b9bbd6-acea-428d-878f-4698521a0cf0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666933069019, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-28T04:59:04.964Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-28T04:59:04.964Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:59:04.964Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9b9bbd6-acea-428d-878f-4698521a0cf0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666933069019, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-10-28T04:59:04.965Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-28T04:59:04.965Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:59:04.965Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9b9bbd6-acea-428d-878f-4698521a0cf0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666933069019, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-10-28T04:59:04.965Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-28T04:59:04.965Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:59:04.965Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9b9bbd6-acea-428d-878f-4698521a0cf0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666933069019, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-28T04:59:04.965Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-28T04:59:04.965Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:59:04.965Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9b9bbd6-acea-428d-878f-4698521a0cf0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666933069019, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-10-28T04:59:04.965Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-28T04:59:04.965Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:59:04.965Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9b9bbd6-acea-428d-878f-4698521a0cf0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666933082730, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-28T04:59:04.965Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-28T04:59:04.965Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-28T04:59:04.965Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9b9bbd6-acea-428d-878f-4698521a0cf0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666933084462, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-10-28T04:59:04.965Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-28T04:59:05.480Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T04:59:05.480Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T04:59:05.481Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-28T04:59:05.481Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as OqCvdRHX32zc8Jsc) ... 2022-10-28T04:59:15.057Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T05:00:04.931Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T05:00:04.933Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-28T05:00:04.933Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as OqCvdRHX32zc8Jsc) ... 2022-10-28T05:00:04.933Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T05:00:04.934Z||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-28T05:00:04.934Z||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 OqCvdRHX32zc8Jsc) ... 2022-10-28T05:00:05.470Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T05:00:05.471Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-28T05:00:05.471Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9b9bbd6-acea-428d-878f-4698521a0cf0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666933115656, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-28T05:00:05.471Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-28T05:00:14.492Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T05:01:04.930Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T05:01:04.932Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-28T05:01:04.933Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as OqCvdRHX32zc8Jsc) ... 2022-10-28T05:01:04.933Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T05:01:04.933Z||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-28T05:01:04.933Z||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 OqCvdRHX32zc8Jsc) ... 2022-10-28T05:01:14.481Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T05:01:14.482Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T05:02:04.930Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T05:02:04.931Z|5994c771-02c0-48cb-a46f-6540c95c46fa|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-28T05:02:04.931Z|5994c771-02c0-48cb-a46f-6540c95c46fa|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 OqCvdRHX32zc8Jsc) ... 2022-10-28T05:02:04.933Z|a9b9bbd6-acea-428d-878f-4698521a0cf0|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T05:02:04.934Z|a9b9bbd6-acea-428d-878f-4698521a0cf0|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-28T05:02:04.934Z|a9b9bbd6-acea-428d-878f-4698521a0cf0|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 OqCvdRHX32zc8Jsc) ... 2022-10-28T05:02:14.483Z|a9b9bbd6-acea-428d-878f-4698521a0cf0|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T05:02:14.483Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T05:03:04.930Z|a9b9bbd6-acea-428d-878f-4698521a0cf0|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T05:03:04.930Z|a9b9bbd6-acea-428d-878f-4698521a0cf0|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-28T05:03:04.931Z|a9b9bbd6-acea-428d-878f-4698521a0cf0|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 OqCvdRHX32zc8Jsc) ... 2022-10-28T05:03:04.933Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T05:03:04.933Z||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-28T05:03:04.933Z||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 OqCvdRHX32zc8Jsc) ... 2022-10-28T05:03:14.489Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T05:03:14.493Z|a9b9bbd6-acea-428d-878f-4698521a0cf0|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T05:04:04.930Z|a9b9bbd6-acea-428d-878f-4698521a0cf0|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T05:04:04.931Z|a9b9bbd6-acea-428d-878f-4698521a0cf0|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-28T05:04:04.931Z|a9b9bbd6-acea-428d-878f-4698521a0cf0|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 OqCvdRHX32zc8Jsc) ... 2022-10-28T05:04:04.933Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T05:04:04.934Z|decd267f-1d7b-4d64-b918-77213de36ad4|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-28T05:04:04.934Z|decd267f-1d7b-4d64-b918-77213de36ad4|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 OqCvdRHX32zc8Jsc) ... 2022-10-28T05:04:14.484Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T05:04:14.484Z|a9b9bbd6-acea-428d-878f-4698521a0cf0|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T05:05:04.930Z|a9b9bbd6-acea-428d-878f-4698521a0cf0|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T05:05:04.930Z|a9b9bbd6-acea-428d-878f-4698521a0cf0|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-28T05:05:04.930Z|a9b9bbd6-acea-428d-878f-4698521a0cf0|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 OqCvdRHX32zc8Jsc) ... 2022-10-28T05:05:04.933Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T05:05:04.933Z|decd267f-1d7b-4d64-b918-77213de36ad4|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-28T05:05:04.934Z|decd267f-1d7b-4d64-b918-77213de36ad4|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 OqCvdRHX32zc8Jsc) ... 2022-10-28T05:05:14.518Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T05:05:14.521Z|a9b9bbd6-acea-428d-878f-4698521a0cf0|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T05:06:04.930Z|a9b9bbd6-acea-428d-878f-4698521a0cf0|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T05:06:04.930Z|a9b9bbd6-acea-428d-878f-4698521a0cf0|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-28T05:06:04.930Z|a9b9bbd6-acea-428d-878f-4698521a0cf0|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 OqCvdRHX32zc8Jsc) ... 2022-10-28T05:06:04.933Z|7aa77356-a708-4594-b97c-bfe65b695474|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T05:06:04.934Z|7aa77356-a708-4594-b97c-bfe65b695474|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-28T05:06:04.934Z|7aa77356-a708-4594-b97c-bfe65b695474|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 OqCvdRHX32zc8Jsc) ... 2022-10-28T05:06:14.475Z|7aa77356-a708-4594-b97c-bfe65b695474|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T05:06:14.476Z|a9b9bbd6-acea-428d-878f-4698521a0cf0|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T05:07:04.930Z|a9b9bbd6-acea-428d-878f-4698521a0cf0|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T05:07:04.930Z|a9b9bbd6-acea-428d-878f-4698521a0cf0|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-28T05:07:04.930Z|a9b9bbd6-acea-428d-878f-4698521a0cf0|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 OqCvdRHX32zc8Jsc) ... 2022-10-28T05:07:04.933Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T05:07:04.933Z||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-28T05:07:04.933Z||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 OqCvdRHX32zc8Jsc) ... 2022-10-28T05:07:14.488Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T05:07:14.488Z|a9b9bbd6-acea-428d-878f-4698521a0cf0|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T05:08:04.930Z|a9b9bbd6-acea-428d-878f-4698521a0cf0|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T05:08:04.931Z|a9b9bbd6-acea-428d-878f-4698521a0cf0|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-28T05:08:04.931Z|a9b9bbd6-acea-428d-878f-4698521a0cf0|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 OqCvdRHX32zc8Jsc) ... 2022-10-28T05:08:04.933Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T05:08:04.934Z||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-28T05:08:04.934Z||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 OqCvdRHX32zc8Jsc) ... 2022-10-28T05:08:14.481Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T05:08:14.481Z|a9b9bbd6-acea-428d-878f-4698521a0cf0|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T05:09:04.930Z|a9b9bbd6-acea-428d-878f-4698521a0cf0|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T05:09:04.931Z|a9b9bbd6-acea-428d-878f-4698521a0cf0|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-28T05:09:04.931Z|a9b9bbd6-acea-428d-878f-4698521a0cf0|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 OqCvdRHX32zc8Jsc) ... 2022-10-28T05:09:04.933Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T05:09:04.934Z||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-28T05:09:04.934Z||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 OqCvdRHX32zc8Jsc) ... 2022-10-28T05:09:14.489Z|a9b9bbd6-acea-428d-878f-4698521a0cf0|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T05:09:14.519Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T05:10:04.930Z|a9b9bbd6-acea-428d-878f-4698521a0cf0|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T05:10:04.932Z|a9b9bbd6-acea-428d-878f-4698521a0cf0|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-28T05:10:04.932Z|a9b9bbd6-acea-428d-878f-4698521a0cf0|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 OqCvdRHX32zc8Jsc) ... 2022-10-28T05:10:04.933Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T05:10:04.933Z|decd267f-1d7b-4d64-b918-77213de36ad4|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-28T05:10:04.933Z|decd267f-1d7b-4d64-b918-77213de36ad4|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 OqCvdRHX32zc8Jsc) ... 2022-10-28T05:10:14.490Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T05:10:14.492Z|a9b9bbd6-acea-428d-878f-4698521a0cf0|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T05:11:04.930Z|a9b9bbd6-acea-428d-878f-4698521a0cf0|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T05:11:04.930Z|a9b9bbd6-acea-428d-878f-4698521a0cf0|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-28T05:11:04.931Z|a9b9bbd6-acea-428d-878f-4698521a0cf0|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 OqCvdRHX32zc8Jsc) ... 2022-10-28T05:11:04.933Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T05:11:04.933Z||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-28T05:11:04.933Z||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 OqCvdRHX32zc8Jsc) ... 2022-10-28T05:11:14.477Z|a9b9bbd6-acea-428d-878f-4698521a0cf0|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T05:11:14.478Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T05:12:04.930Z|a9b9bbd6-acea-428d-878f-4698521a0cf0|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T05:12:04.930Z|a9b9bbd6-acea-428d-878f-4698521a0cf0|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-28T05:12:04.931Z|a9b9bbd6-acea-428d-878f-4698521a0cf0|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 OqCvdRHX32zc8Jsc) ... 2022-10-28T05:12:04.933Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T05:12:04.933Z|5994c771-02c0-48cb-a46f-6540c95c46fa|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-28T05:12:04.933Z|5994c771-02c0-48cb-a46f-6540c95c46fa|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 OqCvdRHX32zc8Jsc) ... 2022-10-28T05:12:14.475Z|a9b9bbd6-acea-428d-878f-4698521a0cf0|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T05:12:14.477Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T05:13:04.930Z|a9b9bbd6-acea-428d-878f-4698521a0cf0|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T05:13:04.931Z|a9b9bbd6-acea-428d-878f-4698521a0cf0|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-28T05:13:04.931Z|a9b9bbd6-acea-428d-878f-4698521a0cf0|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 OqCvdRHX32zc8Jsc) ... 2022-10-28T05:13:04.933Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T05:13:04.934Z||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-28T05:13:04.934Z||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 OqCvdRHX32zc8Jsc) ... 2022-10-28T05:13:14.482Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T05:13:14.503Z|a9b9bbd6-acea-428d-878f-4698521a0cf0|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T05:14:04.930Z|a9b9bbd6-acea-428d-878f-4698521a0cf0|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T05:14:04.930Z|a9b9bbd6-acea-428d-878f-4698521a0cf0|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-28T05:14:04.930Z|a9b9bbd6-acea-428d-878f-4698521a0cf0|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 OqCvdRHX32zc8Jsc) ... 2022-10-28T05:14:04.933Z|7aa77356-a708-4594-b97c-bfe65b695474|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T05:14:04.933Z|7aa77356-a708-4594-b97c-bfe65b695474|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-28T05:14:04.934Z|7aa77356-a708-4594-b97c-bfe65b695474|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 OqCvdRHX32zc8Jsc) ... 2022-10-28T05:14:14.479Z|a9b9bbd6-acea-428d-878f-4698521a0cf0|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T05:14:14.482Z|7aa77356-a708-4594-b97c-bfe65b695474|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T05:15:04.930Z|a9b9bbd6-acea-428d-878f-4698521a0cf0|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T05:15:04.930Z|a9b9bbd6-acea-428d-878f-4698521a0cf0|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-28T05:15:04.931Z|a9b9bbd6-acea-428d-878f-4698521a0cf0|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 OqCvdRHX32zc8Jsc) ... 2022-10-28T05:15:04.933Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T05:15:04.934Z||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-28T05:15:04.934Z||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 OqCvdRHX32zc8Jsc) ... 2022-10-28T05:15:14.480Z|a9b9bbd6-acea-428d-878f-4698521a0cf0|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T05:15:14.483Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T05:16:04.930Z|a9b9bbd6-acea-428d-878f-4698521a0cf0|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T05:16:04.930Z|a9b9bbd6-acea-428d-878f-4698521a0cf0|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-28T05:16:04.930Z|a9b9bbd6-acea-428d-878f-4698521a0cf0|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 OqCvdRHX32zc8Jsc) ... 2022-10-28T05:16:04.933Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T05:16:04.933Z||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-28T05:16:04.933Z||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 OqCvdRHX32zc8Jsc) ... 2022-10-28T05:16:14.477Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T05:16:14.482Z|a9b9bbd6-acea-428d-878f-4698521a0cf0|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T05:17:04.930Z|a9b9bbd6-acea-428d-878f-4698521a0cf0|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T05:17:04.931Z|a9b9bbd6-acea-428d-878f-4698521a0cf0|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-28T05:17:04.931Z|a9b9bbd6-acea-428d-878f-4698521a0cf0|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 OqCvdRHX32zc8Jsc) ... 2022-10-28T05:17:04.933Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T05:17:04.934Z||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-28T05:17:04.934Z||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 OqCvdRHX32zc8Jsc) ... 2022-10-28T05:17:14.497Z|a9b9bbd6-acea-428d-878f-4698521a0cf0|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T05:17:14.502Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T05:18:04.930Z|a9b9bbd6-acea-428d-878f-4698521a0cf0|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T05:18:04.931Z|a9b9bbd6-acea-428d-878f-4698521a0cf0|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-28T05:18:04.932Z|a9b9bbd6-acea-428d-878f-4698521a0cf0|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 OqCvdRHX32zc8Jsc) ... 2022-10-28T05:18:04.933Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T05:18:04.934Z|decd267f-1d7b-4d64-b918-77213de36ad4|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-28T05:18:04.934Z|decd267f-1d7b-4d64-b918-77213de36ad4|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 OqCvdRHX32zc8Jsc) ... 2022-10-28T05:18:14.480Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T05:18:14.485Z|a9b9bbd6-acea-428d-878f-4698521a0cf0|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T05:19:04.930Z|a9b9bbd6-acea-428d-878f-4698521a0cf0|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T05:19:04.931Z|a9b9bbd6-acea-428d-878f-4698521a0cf0|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-28T05:19:04.931Z|a9b9bbd6-acea-428d-878f-4698521a0cf0|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 OqCvdRHX32zc8Jsc) ... 2022-10-28T05:19:04.933Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T05:19:04.933Z||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-28T05:19:04.933Z||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 OqCvdRHX32zc8Jsc) ... 2022-10-28T05:19:14.502Z|a9b9bbd6-acea-428d-878f-4698521a0cf0|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T05:19:14.512Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T05:20:04.930Z|a9b9bbd6-acea-428d-878f-4698521a0cf0|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T05:20:04.931Z|a9b9bbd6-acea-428d-878f-4698521a0cf0|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-28T05:20:04.931Z|a9b9bbd6-acea-428d-878f-4698521a0cf0|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 OqCvdRHX32zc8Jsc) ... 2022-10-28T05:20:04.933Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T05:20:04.933Z||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-28T05:20:04.933Z||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 OqCvdRHX32zc8Jsc) ... 2022-10-28T05:20:14.488Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T05:20:14.488Z|a9b9bbd6-acea-428d-878f-4698521a0cf0|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T05:21:04.930Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T05:21:04.930Z||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-28T05:21:04.931Z||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 OqCvdRHX32zc8Jsc) ... 2022-10-28T05:21:04.933Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-28T05:21:04.933Z||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-28T05:21:04.933Z||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 OqCvdRHX32zc8Jsc) ... 2022-10-28T05:21:14.505Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-28T05:21:14.505Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK