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) 2021-11-11T09:47:12.285Z||main|||||INFO|500||The following profiles are active: basic 2021-11-11T09:47:24.758Z||main|||||INFO|500||Starting service [Tomcat] 2021-11-11T09:47:24.760Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2021-11-11T09:47:24.869Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2021-11-11T09:47:30.103Z||main|||||INFO|500||catdb-pool - Starting... 2021-11-11T09:47:30.979Z||main|||||INFO|500||catdb-pool - Start completed. 2021-11-11T09:47:31.748Z||main|||||INFO|500||reqdb-pool - Starting... 2021-11-11T09:47:31.756Z||main|||||INFO|500||reqdb-pool - Start completed. 2021-11-11T09:47:31.872Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2021-11-11T09:47:32.280Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2021-11-11T09:47:32.856Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2021-11-11T09:47:38.516Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2021-11-11T09:47:40.911Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-11-11T09:47:40.969Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2021-11-11T09:47:41.615Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2021-11-11T09:47:41.744Z||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. 2021-11-11T09:47:42.883Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-11-11T09:47:43.945Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2021-11-11T09:47:43.963Z||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$$3b0cdf14.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) 2021-11-11T09:47:43.964Z||main|||||WARN|500||The sdc end point is not alive 2021-11-11T09:47:47.116Z||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 2021-11-11T09:47:49.969Z||main|||||WARN|500||--- 2021-11-11T09:47:49.970Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2021-11-11T09:47:49.970Z||main|||||WARN|500||--- 2021-11-11T09:47:50.439Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2021-11-11T09:47:55.194Z||main|||||INFO|500||Started Application in 46.318 seconds (JVM running for 50.612) 2021-11-11T09:47:55.210Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-11T09:47:55.212Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-11T09:47:55.225Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-11T09:47:55.253Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-11T09:47:55.292Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 0c7cd900-ce6f-4e95-abf6-919ccf0e99d2 url= /sdc/v1/artifactTypes 2021-11-11T09:47:55.293Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-11T09:47:55.552Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-11T09:47:55.592Z||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 2021-11-11T09:47:55.614Z||scheduling-1|||||DEBUG|500||create keys 2021-11-11T09:47:55.622Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2021-11-11T09:47:55.899Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T09:47:55.914Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= e3e604c0-5a96-4ae0-a8e0-4e22f5f6481f url= /sdc/v1/registerForDistribution 2021-11-11T09:47:56.334Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= e3e604c0-5a96-4ae0-a8e0-4e22f5f6481f url= /sdc/v1/registerForDistribution 2021-11-11T09:47:56.334Z||scheduling-1|||||INFO|500||start DistributionClient 2021-11-11T09:47:56.345Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T09:47:56.345Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T09:47:56.351Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2021-11-11T09:47:56.354Z||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. 2021-11-11T09:47:56.354Z||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. 2021-11-11T09:47:56.354Z||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 CtoXtZ0TKyziuG3U) ... 2021-11-11T09:47:56.355Z||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 CtoXtZ0TKyziuG3U) ... 2021-11-11T09:48:07.731Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T09:48:07.775Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T09:48:56.343Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T09:48:56.345Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T09:48:56.347Z||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. 2021-11-11T09:48:56.347Z||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. 2021-11-11T09:48:56.347Z||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 CtoXtZ0TKyziuG3U) ... 2021-11-11T09:48:56.348Z||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 CtoXtZ0TKyziuG3U) ... 2021-11-11T09:49:05.918Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T09:49:05.922Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T09:49:56.348Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T09:49:56.344Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T09:49:56.351Z||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. 2021-11-11T09:49:56.352Z||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 CtoXtZ0TKyziuG3U) ... 2021-11-11T09:49:56.351Z||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. 2021-11-11T09:49:56.353Z||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 CtoXtZ0TKyziuG3U) ... 2021-11-11T09:50:05.962Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T09:50:05.962Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T09:50:56.342Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T09:50:56.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T09:50:56.345Z||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. 2021-11-11T09:50:56.346Z||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 CtoXtZ0TKyziuG3U) ... 2021-11-11T09:50:56.346Z||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. 2021-11-11T09:50:56.346Z||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 CtoXtZ0TKyziuG3U) ... 2021-11-11T09:51:05.911Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T09:51:05.911Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T09:51:56.343Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T09:51:56.344Z||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. 2021-11-11T09:51:56.344Z||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 CtoXtZ0TKyziuG3U) ... 2021-11-11T09:51:56.344Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T09:51:56.345Z||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. 2021-11-11T09:51:56.345Z||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 CtoXtZ0TKyziuG3U) ... 2021-11-11T09:52:05.915Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T09:52:05.920Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T09:52:56.343Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T09:52:56.345Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T09:52:56.346Z||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. 2021-11-11T09:52:56.346Z||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. 2021-11-11T09:52:56.346Z||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 CtoXtZ0TKyziuG3U) ... 2021-11-11T09:52:56.346Z||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 CtoXtZ0TKyziuG3U) ... 2021-11-11T09:53:05.900Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T09:53:05.907Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T09:53:56.343Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T09:53:56.344Z||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. 2021-11-11T09:53:56.345Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T09:53:56.344Z||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 CtoXtZ0TKyziuG3U) ... 2021-11-11T09:53:56.346Z||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. 2021-11-11T09:53:56.346Z||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 CtoXtZ0TKyziuG3U) ... 2021-11-11T09:54:05.886Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T09:54:05.889Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T09:54:56.343Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T09:54:56.345Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T09:54:56.347Z||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. 2021-11-11T09:54:56.347Z||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. 2021-11-11T09:54:56.347Z||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 CtoXtZ0TKyziuG3U) ... 2021-11-11T09:54:56.347Z||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 CtoXtZ0TKyziuG3U) ... 2021-11-11T09:55:05.904Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T09:55:05.917Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T09:55:56.345Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T09:55:56.344Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T09:55:56.349Z||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. 2021-11-11T09:55:56.350Z||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 CtoXtZ0TKyziuG3U) ... 2021-11-11T09:55:56.353Z||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. 2021-11-11T09:55:56.353Z||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 CtoXtZ0TKyziuG3U) ... 2021-11-11T09:56:05.903Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T09:56:05.914Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T09:56:56.342Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T09:56:56.343Z||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. 2021-11-11T09:56:56.343Z||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 CtoXtZ0TKyziuG3U) ... 2021-11-11T09:56:56.344Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T09:56:56.345Z||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. 2021-11-11T09:56:56.345Z||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 CtoXtZ0TKyziuG3U) ... 2021-11-11T09:57:05.914Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T09:57:05.914Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T09:57:24.048Z||http-nio-8085-exec-2|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2021-11-11T09:57:56.342Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T09:57:56.344Z||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. 2021-11-11T09:57:56.344Z||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 CtoXtZ0TKyziuG3U) ... 2021-11-11T09:57:56.344Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T09:57:56.346Z||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. 2021-11-11T09:57:56.346Z||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 CtoXtZ0TKyziuG3U) ... 2021-11-11T09:58:05.911Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T09:58:05.912Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T09:58:56.344Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T09:58:56.344Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T09:58:56.348Z||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. 2021-11-11T09:58:56.348Z||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. 2021-11-11T09:58:56.348Z||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 CtoXtZ0TKyziuG3U) ... 2021-11-11T09:58:56.348Z||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 CtoXtZ0TKyziuG3U) ... 2021-11-11T09:59:05.898Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T09:59:05.902Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T09:59:56.342Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T09:59:56.343Z||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. 2021-11-11T09:59:56.343Z||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 CtoXtZ0TKyziuG3U) ... 2021-11-11T09:59:56.344Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T09:59:56.345Z||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. 2021-11-11T09:59:56.345Z||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 CtoXtZ0TKyziuG3U) ... 2021-11-11T10:00:05.891Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T10:00:05.901Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T10:00:56.342Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T10:00:56.344Z||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. 2021-11-11T10:00:56.344Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T10:00:56.345Z||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 CtoXtZ0TKyziuG3U) ... 2021-11-11T10:00:56.345Z||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. 2021-11-11T10:00:56.345Z||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 CtoXtZ0TKyziuG3U) ... 2021-11-11T10:01:05.899Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T10:01:05.899Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T10:01:56.345Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T10:01:56.344Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T10:01:56.348Z||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. 2021-11-11T10:01:56.348Z||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 CtoXtZ0TKyziuG3U) ... 2021-11-11T10:01:56.349Z||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. 2021-11-11T10:01:56.349Z||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 CtoXtZ0TKyziuG3U) ... 2021-11-11T10:02:05.907Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T10:02:05.907Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T10:02:56.342Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T10:02:56.344Z||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. 2021-11-11T10:02:56.344Z||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 CtoXtZ0TKyziuG3U) ... 2021-11-11T10:02:56.344Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T10:02:56.345Z||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. 2021-11-11T10:02:56.345Z||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 CtoXtZ0TKyziuG3U) ... 2021-11-11T10:03:05.890Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T10:03:05.890Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T10:03:56.343Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T10:03:56.344Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T10:03:56.345Z||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. 2021-11-11T10:03:56.345Z||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. 2021-11-11T10:03:56.345Z||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 CtoXtZ0TKyziuG3U) ... 2021-11-11T10:03:56.345Z||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 CtoXtZ0TKyziuG3U) ... 2021-11-11T10:04:05.902Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T10:04:05.901Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T10:04:56.343Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T10:04:56.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T10:04:56.346Z||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. 2021-11-11T10:04:56.346Z||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. 2021-11-11T10:04:56.346Z||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 CtoXtZ0TKyziuG3U) ... 2021-11-11T10:04:56.346Z||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 CtoXtZ0TKyziuG3U) ... 2021-11-11T10:05:05.897Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T10:05:05.898Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T10:05:56.342Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T10:05:56.343Z||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. 2021-11-11T10:05:56.344Z||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 CtoXtZ0TKyziuG3U) ... 2021-11-11T10:05:56.345Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T10:05:56.347Z||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. 2021-11-11T10:05:56.347Z||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 CtoXtZ0TKyziuG3U) ... 2021-11-11T10:06:05.903Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T10:06:05.909Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T10:06:56.344Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T10:06:56.343Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T10:06:56.346Z||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. 2021-11-11T10:06:56.346Z||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. 2021-11-11T10:06:56.347Z||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 CtoXtZ0TKyziuG3U) ... 2021-11-11T10:06:56.347Z||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 CtoXtZ0TKyziuG3U) ... 2021-11-11T10:07:05.897Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T10:07:05.897Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T10:07:56.345Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T10:07:56.344Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T10:07:56.347Z||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. 2021-11-11T10:07:56.347Z||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. 2021-11-11T10:07:56.348Z||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 CtoXtZ0TKyziuG3U) ... 2021-11-11T10:07:56.348Z||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 CtoXtZ0TKyziuG3U) ... 2021-11-11T10:08:05.909Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T10:08:05.911Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T10:08:56.342Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T10:08:56.344Z||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. 2021-11-11T10:08:56.344Z||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 CtoXtZ0TKyziuG3U) ... 2021-11-11T10:08:56.345Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T10:08:56.345Z||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. 2021-11-11T10:08:56.346Z||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 CtoXtZ0TKyziuG3U) ... 2021-11-11T10:09:05.899Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T10:09:05.899Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T10:09:56.343Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T10:09:56.344Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T10:09:56.345Z||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. 2021-11-11T10:09:56.345Z||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. 2021-11-11T10:09:56.345Z||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 CtoXtZ0TKyziuG3U) ... 2021-11-11T10:09:56.345Z||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 CtoXtZ0TKyziuG3U) ... 2021-11-11T10:10:05.892Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T10:10:05.892Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T10:10:56.344Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T10:10:56.344Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T10:10:56.348Z||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. 2021-11-11T10:10:56.348Z||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. 2021-11-11T10:10:56.348Z||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 CtoXtZ0TKyziuG3U) ... 2021-11-11T10:10:56.348Z||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 CtoXtZ0TKyziuG3U) ... 2021-11-11T10:11:05.899Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T10:11:05.899Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T10:11:56.342Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T10:11:56.344Z||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. 2021-11-11T10:11:56.344Z||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 CtoXtZ0TKyziuG3U) ... 2021-11-11T10:11:56.344Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T10:11:56.345Z||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. 2021-11-11T10:11:56.345Z||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 CtoXtZ0TKyziuG3U) ... 2021-11-11T10:12:05.891Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T10:12:05.891Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T10:12:56.343Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T10:12:56.344Z||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. 2021-11-11T10:12:56.344Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T10:12:56.344Z||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 CtoXtZ0TKyziuG3U) ... 2021-11-11T10:12:56.345Z||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. 2021-11-11T10:12:56.345Z||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 CtoXtZ0TKyziuG3U) ... 2021-11-11T10:13:05.892Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T10:13:05.892Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T10:13:56.345Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T10:13:56.345Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T10:13:56.349Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-11T10:13:56.349Z||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. 2021-11-11T10:13:56.350Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CtoXtZ0TKyziuG3U) ... 2021-11-11T10:13:56.350Z||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 CtoXtZ0TKyziuG3U) ... 2021-11-11T10:14:05.901Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T10:14:05.903Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T10:14:56.342Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T10:14:56.343Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-11T10:14:56.343Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CtoXtZ0TKyziuG3U) ... 2021-11-11T10:14:56.346Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T10:14:56.346Z||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. 2021-11-11T10:14:56.346Z||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 CtoXtZ0TKyziuG3U) ... 2021-11-11T10:15:05.888Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T10:15:05.888Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T10:15:56.343Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T10:15:56.344Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T10:15:56.345Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-11T10:15:56.345Z||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. 2021-11-11T10:15:56.345Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CtoXtZ0TKyziuG3U) ... 2021-11-11T10:15:56.345Z||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 CtoXtZ0TKyziuG3U) ... 2021-11-11T10:16:05.896Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T10:16:05.897Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T10:16:56.344Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T10:16:56.344Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T10:16:56.348Z||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. 2021-11-11T10:16:56.348Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-11T10:16:56.348Z||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 CtoXtZ0TKyziuG3U) ... 2021-11-11T10:16:56.348Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CtoXtZ0TKyziuG3U) ... 2021-11-11T10:17:05.899Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T10:17:05.899Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T10:17:56.342Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T10:17:56.343Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-11T10:17:56.343Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CtoXtZ0TKyziuG3U) ... 2021-11-11T10:17:56.344Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T10:17:56.345Z||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. 2021-11-11T10:17:56.345Z||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 CtoXtZ0TKyziuG3U) ... 2021-11-11T10:18:05.887Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T10:18:05.887Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T10:18:56.344Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T10:18:56.344Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T10:18:56.347Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-11T10:18:56.347Z||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. 2021-11-11T10:18:56.347Z||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 CtoXtZ0TKyziuG3U) ... 2021-11-11T10:18:56.347Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CtoXtZ0TKyziuG3U) ... 2021-11-11T10:19:05.896Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T10:19:05.898Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T10:19:56.342Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T10:19:56.343Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-11T10:19:56.343Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CtoXtZ0TKyziuG3U) ... 2021-11-11T10:19:56.344Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T10:19:56.345Z||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. 2021-11-11T10:19:56.346Z||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 CtoXtZ0TKyziuG3U) ... 2021-11-11T10:20:05.894Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T10:20:05.894Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T10:20:56.343Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T10:20:56.344Z||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. 2021-11-11T10:20:56.345Z||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 CtoXtZ0TKyziuG3U) ... 2021-11-11T10:20:56.345Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T10:20:56.346Z||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. 2021-11-11T10:20:56.346Z||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 CtoXtZ0TKyziuG3U) ... 2021-11-11T10:21:05.908Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T10:21:05.908Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T10:21:56.343Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T10:21:56.344Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T10:21:56.347Z||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. 2021-11-11T10:21:56.347Z||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 CtoXtZ0TKyziuG3U) ... 2021-11-11T10:21:56.347Z||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. 2021-11-11T10:21:56.347Z||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 CtoXtZ0TKyziuG3U) ... 2021-11-11T10:22:05.907Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T10:22:05.907Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T10:22:56.344Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T10:22:56.346Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T10:22:56.347Z||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. 2021-11-11T10:22:56.347Z||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 CtoXtZ0TKyziuG3U) ... 2021-11-11T10:22:56.347Z||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. 2021-11-11T10:22:56.348Z||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 CtoXtZ0TKyziuG3U) ... 2021-11-11T10:23:05.900Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T10:23:05.901Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T10:23:56.342Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T10:23:56.343Z||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. 2021-11-11T10:23:56.344Z||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 CtoXtZ0TKyziuG3U) ... 2021-11-11T10:23:56.345Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T10:23:56.346Z||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. 2021-11-11T10:23:56.346Z||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 CtoXtZ0TKyziuG3U) ... 2021-11-11T10:24:05.889Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T10:24:05.905Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T10:24:56.343Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T10:24:56.344Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T10:24:56.345Z||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. 2021-11-11T10:24:56.345Z||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 CtoXtZ0TKyziuG3U) ... 2021-11-11T10:24:56.345Z||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. 2021-11-11T10:24:56.346Z||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 CtoXtZ0TKyziuG3U) ... 2021-11-11T10:25:05.894Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T10:25:05.896Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T10:25:56.344Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T10:25:56.344Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T10:25:56.347Z||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. 2021-11-11T10:25:56.347Z||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. 2021-11-11T10:25:56.347Z||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 CtoXtZ0TKyziuG3U) ... 2021-11-11T10:25:56.347Z||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 CtoXtZ0TKyziuG3U) ... 2021-11-11T10:26:05.891Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T10:26:05.891Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T10:26:56.342Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T10:26:56.343Z||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. 2021-11-11T10:26:56.343Z||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 CtoXtZ0TKyziuG3U) ... 2021-11-11T10:26:56.345Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T10:26:56.346Z||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. 2021-11-11T10:26:56.346Z||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 CtoXtZ0TKyziuG3U) ... 2021-11-11T10:27:05.895Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T10:27:05.897Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T10:27:56.343Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T10:27:56.344Z||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. 2021-11-11T10:27:56.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T10:27:56.344Z||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 CtoXtZ0TKyziuG3U) ... 2021-11-11T10:27:56.345Z||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. 2021-11-11T10:27:56.345Z||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 CtoXtZ0TKyziuG3U) ... 2021-11-11T10:28:05.891Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T10:28:05.892Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T10:28:56.344Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T10:28:56.345Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T10:28:56.348Z||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. 2021-11-11T10:28:56.348Z||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. 2021-11-11T10:28:56.349Z||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 CtoXtZ0TKyziuG3U) ... 2021-11-11T10:28:56.349Z||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 CtoXtZ0TKyziuG3U) ... 2021-11-11T10:29:05.899Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T10:29:05.899Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T10:29:56.342Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T10:29:56.343Z||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. 2021-11-11T10:29:56.343Z||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 CtoXtZ0TKyziuG3U) ... 2021-11-11T10:29:56.345Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T10:29:56.346Z||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. 2021-11-11T10:29:56.346Z||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 CtoXtZ0TKyziuG3U) ... 2021-11-11T10:30:05.884Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T10:30:05.894Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T10:30:56.343Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T10:30:56.344Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T10:30:56.345Z||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. 2021-11-11T10:30:56.345Z||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. 2021-11-11T10:30:56.345Z||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 CtoXtZ0TKyziuG3U) ... 2021-11-11T10:30:56.345Z||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 CtoXtZ0TKyziuG3U) ... 2021-11-11T10:31:05.892Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T10:31:05.897Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T10:31:56.344Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T10:31:56.345Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T10:31:56.348Z||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. 2021-11-11T10:31:56.348Z||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. 2021-11-11T10:31:56.349Z||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 CtoXtZ0TKyziuG3U) ... 2021-11-11T10:31:56.349Z||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 CtoXtZ0TKyziuG3U) ... 2021-11-11T10:32:05.934Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T10:32:05.935Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T10:32:56.342Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T10:32:56.343Z||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. 2021-11-11T10:32:56.343Z||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 CtoXtZ0TKyziuG3U) ... 2021-11-11T10:32:56.344Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T10:32:56.345Z||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. 2021-11-11T10:32:56.345Z||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 CtoXtZ0TKyziuG3U) ... 2021-11-11T10:33:05.890Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T10:33:05.890Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T10:33:56.343Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T10:33:56.345Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-11T10:33:56.345Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CtoXtZ0TKyziuG3U) ... 2021-11-11T10:33:56.346Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T10:33:56.347Z||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. 2021-11-11T10:33:56.347Z||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 CtoXtZ0TKyziuG3U) ... 2021-11-11T10:34:05.894Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T10:34:05.896Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T10:34:56.345Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T10:34:56.345Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T10:34:56.350Z||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. 2021-11-11T10:34:56.350Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-11T10:34:56.350Z||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 CtoXtZ0TKyziuG3U) ... 2021-11-11T10:34:56.350Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CtoXtZ0TKyziuG3U) ... 2021-11-11T10:35:05.900Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T10:35:05.903Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T10:35:56.346Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T10:35:56.346Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T10:35:56.350Z||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. 2021-11-11T10:35:56.350Z||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 CtoXtZ0TKyziuG3U) ... 2021-11-11T10:35:56.350Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-11T10:35:56.351Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CtoXtZ0TKyziuG3U) ... 2021-11-11T10:36:05.910Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T10:36:05.910Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T10:36:56.346Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T10:36:56.346Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T10:36:56.350Z||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. 2021-11-11T10:36:56.350Z||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. 2021-11-11T10:36:56.351Z||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 CtoXtZ0TKyziuG3U) ... 2021-11-11T10:36:56.351Z||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 CtoXtZ0TKyziuG3U) ... 2021-11-11T10:37:05.903Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T10:37:05.905Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T10:37:56.342Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T10:37:56.344Z||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. 2021-11-11T10:37:56.344Z||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 CtoXtZ0TKyziuG3U) ... 2021-11-11T10:37:56.344Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T10:37:56.345Z||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. 2021-11-11T10:37:56.345Z||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 CtoXtZ0TKyziuG3U) ... 2021-11-11T10:38:05.868Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T10:38:05.870Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-11T10:38:05.870Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"f384bd4d-7ade-4869-a40b-96480873d469","serviceName":"vFW 2021-11-11 10-35-56","serviceVersion":"1.0","serviceUUID":"84933acd-5f8c-40c4-9b89-764ceb03d89e","serviceDescription":"catalog service description","serviceInvariantUUID":"618a43c9-e522-4de1-a5a9-8d8a772d1942","resources":[{"resourceInstanceName":"vFW e075631e-b995 0","resourceName":"vFW e075631e-b995","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"16b7942a-8f68-4828-972c-7fc0863969f9","resourceInvariantUUID":"c2bfb4d1-fdda-4138-ba99-a6c38805c573","resourceCustomizationUUID":"8c35335f-4008-4c68-a090-4176f2e7246e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211111103556/1.0/resourceInstances/vfwe075631eb9950/artifacts/vf-license-model.xml","artifactChecksum":"Y2ZlZDBkYzg1M2E5YzMxNjA1ZmE3YjllYmQ1NGIxMjA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d6938dff-f90a-4c12-9e68-859cb01ff6ed","artifactVersion":"1"},{"artifactName":"vfwe075631eb9950_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20211111103556/1.0/resourceInstances/vfwe075631eb9950/artifacts/vfwe075631eb9950_modules.json","artifactChecksum":"NGZhM2ViNzg2NTczNGQ2Yzg3NjAzM2ZhNjEyMDZhZDM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"44cd4865-3b62-4c5e-831f-602c2a9f8ca2","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20211111103556/1.0/resourceInstances/vfwe075631eb9950/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"582a20a2-7036-487a-90b4-19c1fd4cba0b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211111103556/1.0/resourceInstances/vfwe075631eb9950/artifacts/vendor-license-model.xml","artifactChecksum":"ZDBiYTkwNWQ2MjFmZjBhMzg5MjNlYzc1ZmJmNTcyNzM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"910212d4-e151-4d0e-ac74-bbd19b4bbb2c","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20211111103556/1.0/resourceInstances/vfwe075631eb9950/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"eafe0421-f19c-451e-af25-151c8e1b8472","artifactVersion":"2","generatedFromUUID":"582a20a2-7036-487a-90b4-19c1fd4cba0b"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20211111103556-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20211111103556/1.0/artifacts/service-Vfw20211111103556-template.yml","artifactChecksum":"OWFkNmI0MDNjODYzNDIyOGI0ZTczOTA2NjEwNTdmMWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3928bdc4-a482-4861-8890-61aae91b3d2e","artifactVersion":"1"},{"artifactName":"service-Vfw20211111103556-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20211111103556/1.0/artifacts/service-Vfw20211111103556-csar.csar","artifactChecksum":"NDEzZTcyMmQwMTNlYzE3YjcwMzhmNzhiZjU0NDViMzM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f14ca612-a942-4de6-a032-3b1cfe240d55","artifactVersion":"1"}],"workloadContext":"Production"} 2021-11-11T10:38:05.883Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-11T10:38:05.892Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-11T10:38:05.904Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-11T10:38:05.905Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "f384bd4d-7ade-4869-a40b-96480873d469", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636627076342, "artifactURL": "/sdc/v1/catalog/services/Vfw20211111103556/1.0/resourceInstances/vfwe075631eb9950/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-11T10:38:05.910Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T10:38:06.005Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms 2021-11-11T10:38:06.008Z||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. 2021-11-11T10:38:06.009Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CtoXtZ0TKyziuG3U) ... 2021-11-11T10:38:06.023Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T10:38:06.024Z||pool-3-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":4,"count":1} 2021-11-11T10:38:06.910Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-11T10:38:06.910Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-11T10:38:06.912Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-11T10:38:06.912Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "f384bd4d-7ade-4869-a40b-96480873d469", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636627076342, "artifactURL": "/sdc/v1/catalog/services/Vfw20211111103556/1.0/resourceInstances/vfwe075631eb9950/artifacts/vfwe075631eb9950_modules.json", "status": "NOTIFIED" } 2021-11-11T10:38:07.013Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-11T10:38:07.014Z||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. 2021-11-11T10:38:07.014Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CtoXtZ0TKyziuG3U) ... 2021-11-11T10:38:07.025Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T10:38:07.026Z||pool-4-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-11T10:38:07.913Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-11T10:38:07.914Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-11T10:38:07.916Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-11T10:38:07.916Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "f384bd4d-7ade-4869-a40b-96480873d469", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636627076342, "artifactURL": "/sdc/v1/catalog/services/Vfw20211111103556/1.0/resourceInstances/vfwe075631eb9950/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-11-11T10:38:08.016Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-11T10:38:08.017Z||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. 2021-11-11T10:38:08.017Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CtoXtZ0TKyziuG3U) ... 2021-11-11T10:38:08.028Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T10:38:08.029Z||pool-5-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-11T10:38:08.916Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-11T10:38:08.917Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-11T10:38:08.920Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-11T10:38:08.920Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "f384bd4d-7ade-4869-a40b-96480873d469", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636627076342, "artifactURL": "/sdc/v1/catalog/services/Vfw20211111103556/1.0/resourceInstances/vfwe075631eb9950/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-11T10:38:09.021Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-11T10:38:09.022Z||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. 2021-11-11T10:38:09.022Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CtoXtZ0TKyziuG3U) ... 2021-11-11T10:38:09.038Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T10:38:09.039Z||pool-6-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2021-11-11T10:38:09.921Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-11T10:38:09.923Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-11T10:38:09.927Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-11T10:38:09.927Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "f384bd4d-7ade-4869-a40b-96480873d469", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636627076342, "artifactURL": "/sdc/v1/catalog/services/Vfw20211111103556/1.0/resourceInstances/vfwe075631eb9950/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-11-11T10:38:10.027Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-11T10:38:10.029Z||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. 2021-11-11T10:38:10.030Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CtoXtZ0TKyziuG3U) ... 2021-11-11T10:38:10.043Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T10:38:10.044Z||pool-7-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-11-11T10:38:10.929Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-11T10:38:10.935Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-11T10:38:10.938Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-11T10:38:10.938Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "f384bd4d-7ade-4869-a40b-96480873d469", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636627076342, "artifactURL": "/sdc/v1/catalog/services/Vfw20211111103556/1.0/artifacts/service-Vfw20211111103556-template.yml", "status": "NOT_NOTIFIED" } 2021-11-11T10:38:11.038Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-11T10:38:11.040Z||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. 2021-11-11T10:38:11.040Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CtoXtZ0TKyziuG3U) ... 2021-11-11T10:38:11.055Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T10:38:11.055Z||pool-8-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-11-11T10:38:11.941Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-11T10:38:11.942Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-11T10:38:11.944Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-11T10:38:11.945Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "f384bd4d-7ade-4869-a40b-96480873d469", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636627076342, "artifactURL": "/sdc/v1/catalog/services/Vfw20211111103556/1.0/artifacts/service-Vfw20211111103556-csar.csar", "status": "NOTIFIED" } 2021-11-11T10:38:12.045Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-11T10:38:12.046Z||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. 2021-11-11T10:38:12.047Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CtoXtZ0TKyziuG3U) ... 2021-11-11T10:38:12.061Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T10:38:12.062Z||pool-9-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2021-11-11T10:38:12.947Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "f384bd4d-7ade-4869-a40b-96480873d469", "serviceName": "vFW 2021-11-11 10-35-56", "serviceVersion": "1.0", "serviceUUID": "84933acd-5f8c-40c4-9b89-764ceb03d89e", "serviceDescription": "catalog service description", "serviceInvariantUUID": "618a43c9-e522-4de1-a5a9-8d8a772d1942", "resources": [ { "resourceInstanceName": "vFW e075631e-b995 0", "resourceCustomizationUUID": "8c35335f-4008-4c68-a090-4176f2e7246e", "resourceName": "vFW e075631e-b995", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "16b7942a-8f68-4828-972c-7fc0863969f9", "resourceInvariantUUID": "c2bfb4d1-fdda-4138-ba99-a6c38805c573", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfwe075631eb9950_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20211111103556/1.0/resourceInstances/vfwe075631eb9950/artifacts/vfwe075631eb9950_modules.json", "artifactChecksum": "NGZhM2ViNzg2NTczNGQ2Yzg3NjAzM2ZhNjEyMDZhZDM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "44cd4865-3b62-4c5e-831f-602c2a9f8ca2", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20211111103556/1.0/resourceInstances/vfwe075631eb9950/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "582a20a2-7036-487a-90b4-19c1fd4cba0b", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20211111103556/1.0/resourceInstances/vfwe075631eb9950/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "eafe0421-f19c-451e-af25-151c8e1b8472", "generatedFromUUID": "582a20a2-7036-487a-90b4-19c1fd4cba0b" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20211111103556/1.0/resourceInstances/vfwe075631eb9950/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "eafe0421-f19c-451e-af25-151c8e1b8472", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20211111103556-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20211111103556/1.0/artifacts/service-Vfw20211111103556-csar.csar", "artifactChecksum": "NDEzZTcyMmQwMTNlYzE3YjcwMzhmNzhiZjU0NDViMzM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f14ca612-a942-4de6-a032-3b1cfe240d55" } ], "workloadContext": "Production" } 2021-11-11T10:38:12.950Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-11-11T10:38:12.951Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 84933acd-5f8c-40c4-9b89-764ceb03d89e ASDC 2021-11-11T10:38:13.098Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:f384bd4d-7ade-4869-a40b-96480873d469 ServiceName:vFW 2021-11-11 10-35-56 ServiceVersion:1.0 ServiceUUID:84933acd-5f8c-40c4-9b89-764ceb03d89e ServiceInvariantUUID:618a43c9-e522-4de1-a5a9-8d8a772d1942 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20211111103556-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20211111103556/1.0/artifacts/service-Vfw20211111103556-csar.csar ArtifactUUID:f14ca612-a942-4de6-a032-3b1cfe240d55 ArtifactChecksum:NDEzZTcyMmQwMTNlYzE3YjcwMzhmNzhiZjU0NDViMzM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW e075631e-b995 0 ResourceCustomizationUUID:8c35335f-4008-4c68-a090-4176f2e7246e ResourceInvariantUUID:c2bfb4d1-fdda-4138-ba99-a6c38805c573 ResourceName:vFW e075631e-b995 ResourceType:VF ResourceUUID:16b7942a-8f68-4828-972c-7fc0863969f9 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfwe075631eb9950_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20211111103556/1.0/resourceInstances/vfwe075631eb9950/artifacts/vfwe075631eb9950_modules.json ArtifactUUID:44cd4865-3b62-4c5e-831f-602c2a9f8ca2 ArtifactChecksum:NGZhM2ViNzg2NTczNGQ2Yzg3NjAzM2ZhNjEyMDZhZDM= 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/Vfw20211111103556/1.0/resourceInstances/vfwe075631eb9950/artifacts/base_vfw.yaml ArtifactUUID:582a20a2-7036-487a-90b4-19c1fd4cba0b 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/Vfw20211111103556/1.0/resourceInstances/vfwe075631eb9950/artifacts/base_vfw.env ArtifactUUID:eafe0421-f19c-451e-af25-151c8e1b8472 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/Vfw20211111103556/1.0/resourceInstances/vfwe075631eb9950/artifacts/base_vfw.env ArtifactUUID:eafe0421-f19c-451e-af25-151c8e1b8472 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-11-11T10:38:13.099Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 84933acd-5f8c-40c4-9b89-764ceb03d89e 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 (?, ?, ?, ?, ?) 2021-11-11T10:38:13.354Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-11T10:38:13.355Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2021-11-11T10:38:13.357Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2021-11-11T10:38:13.357Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: f14ca612-a942-4de6-a032-3b1cfe240d55 from URL: /sdc/v1/catalog/services/Vfw20211111103556/1.0/artifacts/service-Vfw20211111103556-csar.csar 2021-11-11T10:38:13.357Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||INFO|500||DistributionClient - download 2021-11-11T10:38:13.359Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211111103556/1.0/artifacts/service-Vfw20211111103556-csar.csar 2021-11-11T10:38:13.876Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2021-11-11T10:38:13.894Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211111103556/1.0/artifacts/service-Vfw20211111103556-csar.csar f14ca612-a942-4de6-a032-3b1cfe240d55 98897 2021-11-11T10:38:13.908Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211111103556/1.0/artifacts/service-Vfw20211111103556-csar.csar ASDC sendASDCNotification 2021-11-11T10:38:13.908Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211111103556/1.0/artifacts/service-Vfw20211111103556-csar.csar 2021-11-11T10:38:13.909Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-11T10:38:13.910Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-11T10:38:13.912Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-11T10:38:13.912Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "f384bd4d-7ade-4869-a40b-96480873d469", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636627093894, "artifactURL": "/sdc/v1/catalog/services/Vfw20211111103556/1.0/artifacts/service-Vfw20211111103556-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-11T10:38:14.012Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-11T10:38:14.013Z||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. 2021-11-11T10:38:14.013Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CtoXtZ0TKyziuG3U) ... 2021-11-11T10:38:14.025Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T10:38:14.026Z||pool-10-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-11T10:38:14.913Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-11T10:38:14.914Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2021-11-11T10:38:14.914Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: f14ca612-a942-4de6-a032-3b1cfe240d55, URL: /sdc/v1/catalog/services/Vfw20211111103556/1.0/artifacts/service-Vfw20211111103556-csar.csar to file: /app/ASDC/1/service-Vfw20211111103556-csar.csar 2021-11-11T10:38:14.915Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20211111103556-csar.csar 2021-11-11T10:38:14.982Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20211111103556-csar.csar 2021-11-11T10:38:14.982Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20211111103556-csar.csar 2021-11-11T10:38:15.942Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5615821979763941990/Definitions/service-Vfw20211111103556-template.yml Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_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 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 2021-11-11T10:38:18.628Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2021-11-11T10:38:18.633Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||WARN|500||#################################################################################################### 2021-11-11T10:38:18.633Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20211111103556-csar.csar 2021-11-11T10:38:18.633Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2021-11-11T10:38:18.634Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||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-Vfw20211111103556-csar.csar 2021-11-11T10:38:18.634Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW e075631e-b995 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-Vfw20211111103556-csar.csar 2021-11-11T10:38:18.634Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||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-Vfw20211111103556-csar.csar 2021-11-11T10:38:18.634Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211111103556-csar.csar 2021-11-11T10:38:18.634Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211111103556-csar.csar 2021-11-11T10:38:18.634Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211111103556-csar.csar 2021-11-11T10:38:18.634Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||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-Vfw20211111103556-csar.csar 2021-11-11T10:38:18.634Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211111103556-csar.csar 2021-11-11T10:38:18.634Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211111103556-csar.csar 2021-11-11T10:38:18.635Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20211111103556-csar.csar 2021-11-11T10:38:18.635Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20211111103556-csar.csar 2021-11-11T10:38:18.635Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211111103556-csar.csar 2021-11-11T10:38:18.635Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211111103556-csar.csar 2021-11-11T10:38:18.635Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||WARN|500||#################################################################################################### 2021-11-11T10:38:18.642Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T10:38:18.643Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-11 10-35-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-11T10:38:18.647Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||Node template vFW e075631e-b995 0 is matching search criteria 2021-11-11T10:38:18.647Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2021-11-11T10:38:18.649Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW e075631e-b995 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-11T10:38:18.650Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T10:38:18.650Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-11 10-35-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-11T10:38:18.651Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||Node template vFW e075631e-b995 0 is matching search criteria 2021-11-11T10:38:18.651Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2021-11-11T10:38:18.651Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW e075631e-b995 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-11T10:38:18.651Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T10:38:18.651Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-11 10-35-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-11T10:38:18.655Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T10:38:18.656Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||Node template vFW e075631e-b995 0 is not matching search criteria 2021-11-11T10:38:18.656Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-11-11T10:38:18.656Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-11-11T10:38:18.656Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-11-11T10:38:18.656Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-11-11T10:38:18.657Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-11-11T10:38:18.657Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2021-11-11T10:38:18.657Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-11-11T10:38:18.657Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-11-11T10:38:18.657Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2021-11-11T10:38:18.657Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-11-11T10:38:18.657Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-11-11T10:38:18.658Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-11-11T10:38:18.658Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-11-11T10:38:18.658Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2021-11-11T10:38:18.658Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-11-11T10:38:18.658Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-11-11T10:38:18.659Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T10:38:18.659Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-11 10-35-56 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-11-11T10:38:18.660Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T10:38:18.660Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||Node template vFW e075631e-b995 0 is matching search criteria 2021-11-11T10:38:18.660Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW e075631e-b995 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-11T10:38:18.661Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T10:38:18.661Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||Node template vFW e075631e-b995 0 is matching search criteria 2021-11-11T10:38:18.661Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW e075631e-b995 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-11T10:38:18.661Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T10:38:18.662Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||Node template vFW e075631e-b995 0 is matching search criteria 2021-11-11T10:38:18.662Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW e075631e-b995 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-11T10:38:18.662Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T10:38:18.662Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||Node template vFW e075631e-b995 0 is not matching search criteria 2021-11-11T10:38:18.662Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-11-11T10:38:18.662Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-11-11T10:38:18.663Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-11-11T10:38:18.663Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-11-11T10:38:18.663Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2021-11-11T10:38:18.663Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-11-11T10:38:18.663Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-11-11T10:38:18.663Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-11-11T10:38:18.663Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-11-11T10:38:18.664Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2021-11-11T10:38:18.664Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-11-11T10:38:18.664Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=e30fea1b-c912-4ec8-9ffd-9be0f51531f9 2021-11-11T10:38:18.664Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T10:38:18.664Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||Node template vFW e075631e-b995 0 is not matching search criteria 2021-11-11T10:38:18.664Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-11-11T10:38:18.665Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-11-11T10:38:18.665Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-11-11T10:38:18.665Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-11-11T10:38:18.665Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-11-11T10:38:18.665Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2021-11-11T10:38:18.665Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-11-11T10:38:18.665Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-11-11T10:38:18.666Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-11-11T10:38:18.666Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-11-11T10:38:18.666Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2021-11-11T10:38:18.666Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-11-11T10:38:18.666Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=25e8ccfe-69d1-4f4c-96fc-9706e19d5652 2021-11-11T10:38:18.666Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T10:38:18.666Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||Node template vFW e075631e-b995 0 is not matching search criteria 2021-11-11T10:38:18.667Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-11-11T10:38:18.667Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-11-11T10:38:18.667Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-11-11T10:38:18.667Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-11-11T10:38:18.667Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-11-11T10:38:18.667Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2021-11-11T10:38:18.668Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-11-11T10:38:18.668Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-11-11T10:38:18.668Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2021-11-11T10:38:18.668Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-11-11T10:38:18.669Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-11-11T10:38:18.669Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-11-11T10:38:18.669Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=07ae53f5-5cda-4f43-a905-da17f8497aa2 2021-11-11T10:38:18.669Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T10:38:18.669Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-11 10-35-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-11T10:38:18.669Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T10:38:18.670Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-11 10-35-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-11T10:38:18.670Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T10:38:18.670Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-11 10-35-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-11T10:38:18.670Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T10:38:18.670Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-11 10-35-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-11T10:38:18.671Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2021-11-11 10-35-56 Description:catalog service description Model UUID:84933acd-5f8c-40c4-9b89-764ceb03d89e Model Version:NULL Model InvariantUuid:618a43c9-e522-4de1-a5a9-8d8a772d1942 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW e075631e-b995 Model UUID:af265b68-0d75-456a-a0fa-2df5bb0bfa5a Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:c2bfb4d1-fdda-4138-ba99-a6c38805c573 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:8c35335f-4008-4c68-a090-4176f2e7246e NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:cc2ce298-2e09-473b-860d-58db3d95ac4e ModelName:VfwE075631eB995..base_vfw..module-0 ModelUuid:1224fc76-c498-4eb8-b6aa-0af02ee02231 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:e30fea1b-c912-4ec8-9ffd-9be0f51531f9 ModelInvariantUuid:6c734256-97cc-430e-b05e-ca77f1c887a7 ModelName:vFW e075631e-b995-nodes.vfwCvfc ModelUuid:1268a866-bc52-4266-a437-2028974220b3 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:e4b790b6-c26f-45cc-a9ab-d5f7bc02cd69 ModelInvariantUuid:aa6a0f78-f04b-4989-a4fe-9b7ca0bd5410 ModelName:VfwE075631eB995.compute.nodes.heat.vfw ModelUuid:e3267355-f738-4a61-9975-5d14cc777f3a ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:25e8ccfe-69d1-4f4c-96fc-9706e19d5652 ModelInvariantUuid:c1886d45-91af-4f4c-a377-382c4186a17b ModelName:vFW e075631e-b995-nodes.vsnCvfc ModelUuid:e09c6cc9-551d-4050-851d-73b0e4b21c42 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:5d3aba2d-5144-4054-9d29-c9c89c5d8a8d ModelInvariantUuid:1194ced0-8d90-4fc7-822a-aec24c18d729 ModelName:VfwE075631eB995.compute.nodes.heat.vsn ModelUuid:6a1ea94d-553d-4b9a-b52d-17feb9f83374 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:07ae53f5-5cda-4f43-a905-da17f8497aa2 ModelInvariantUuid:d894b9f4-8382-4884-8a4a-c740650db962 ModelName:vFW e075631e-b995-nodes.vpgCvfc ModelUuid:893a8a7a-90db-49ae-adfc-768273b6dd51 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:2972f1a4-0388-438c-aeb1-a74254600956 ModelInvariantUuid:b5d76b21-cf9a-4894-a89f-4719d6d10e7b ModelName:VfwE075631eB995.compute.nodes.heat.vpg ModelUuid:f1bd0183-e486-4d05-a7d3-2b8c30dfa288 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=? 2021-11-11T10:38:18.693Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 16b7942a-8f68-4828-972c-7fc0863969f9 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=? 2021-11-11T10:38:18.795Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||INFO|500||vFW e075631e-b995 0 2021-11-11T10:38:18.802Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 16b7942a-8f68-4828-972c-7fc0863969f9 2021-11-11T10:38:18.802Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 44cd4865-3b62-4c5e-831f-602c2a9f8ca2 from URL: /sdc/v1/catalog/services/Vfw20211111103556/1.0/resourceInstances/vfwe075631eb9950/artifacts/vfwe075631eb9950_modules.json 2021-11-11T10:38:18.802Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||INFO|500||DistributionClient - download 2021-11-11T10:38:18.802Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211111103556/1.0/resourceInstances/vfwe075631eb9950/artifacts/vfwe075631eb9950_modules.json 2021-11-11T10:38:19.054Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2021-11-11T10:38:19.054Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211111103556/1.0/resourceInstances/vfwe075631eb9950/artifacts/vfwe075631eb9950_modules.json 44cd4865-3b62-4c5e-831f-602c2a9f8ca2 785 2021-11-11T10:38:19.055Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211111103556/1.0/resourceInstances/vfwe075631eb9950/artifacts/vfwe075631eb9950_modules.json ASDC sendASDCNotification 2021-11-11T10:38:19.055Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211111103556/1.0/resourceInstances/vfwe075631eb9950/artifacts/vfwe075631eb9950_modules.json 2021-11-11T10:38:19.056Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-11T10:38:19.056Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-11T10:38:19.059Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-11T10:38:19.060Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "f384bd4d-7ade-4869-a40b-96480873d469", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636627099055, "artifactURL": "/sdc/v1/catalog/services/Vfw20211111103556/1.0/resourceInstances/vfwe075631eb9950/artifacts/vfwe075631eb9950_modules.json", "status": "DOWNLOAD_OK" } 2021-11-11T10:38:19.160Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-11T10:38:19.161Z||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. 2021-11-11T10:38:19.161Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CtoXtZ0TKyziuG3U) ... 2021-11-11T10:38:19.174Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T10:38:19.174Z||pool-11-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":2,"count":1} 2021-11-11T10:38:20.061Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwE075631eB995..base_vfw..module-0", "vfModuleModelInvariantUUID": "cc2ce298-2e09-473b-860d-58db3d95ac4e", "vfModuleModelVersion": "1", "vfModuleModelUUID": "1224fc76-c498-4eb8-b6aa-0af02ee02231", "vfModuleModelCustomizationUUID": "debe64ec-03b8-4ecb-a975-bcbaf2200cfc", "isBase": true, "artifacts": [ "582a20a2-7036-487a-90b4-19c1fd4cba0b", "eafe0421-f19c-451e-af25-151c8e1b8472" ], "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": "" } } ] 2021-11-11T10:38:20.074Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwE075631eB995..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:1224fc76-c498-4eb8-b6aa-0af02ee02231 VfModuleModelInvariantUUID:cc2ce298-2e09-473b-860d-58db3d95ac4e VfModuleModelDescription:NULL Artifacts UUID List:{ 582a20a2-7036-487a-90b4-19c1fd4cba0b , eafe0421-f19c-451e-af25-151c8e1b8472 } 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 } 2021-11-11T10:38:20.077Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwE075631eB995..base_vfw..module-0", "vfModuleModelInvariantUUID": "cc2ce298-2e09-473b-860d-58db3d95ac4e", "vfModuleModelVersion": "1", "vfModuleModelUUID": "1224fc76-c498-4eb8-b6aa-0af02ee02231", "vfModuleModelCustomizationUUID": "debe64ec-03b8-4ecb-a975-bcbaf2200cfc", "isBase": true, "artifacts": [ "582a20a2-7036-487a-90b4-19c1fd4cba0b", "eafe0421-f19c-451e-af25-151c8e1b8472" ], "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": "" } } ] 2021-11-11T10:38:20.077Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwE075631eB995..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:1224fc76-c498-4eb8-b6aa-0af02ee02231 VfModuleModelInvariantUUID:cc2ce298-2e09-473b-860d-58db3d95ac4e VfModuleModelDescription:NULL Artifacts UUID List:{ 582a20a2-7036-487a-90b4-19c1fd4cba0b , eafe0421-f19c-451e-af25-151c8e1b8472 } 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 } 2021-11-11T10:38:20.078Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 582a20a2-7036-487a-90b4-19c1fd4cba0b from URL: /sdc/v1/catalog/services/Vfw20211111103556/1.0/resourceInstances/vfwe075631eb9950/artifacts/base_vfw.yaml 2021-11-11T10:38:20.078Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||INFO|500||DistributionClient - download 2021-11-11T10:38:20.078Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211111103556/1.0/resourceInstances/vfwe075631eb9950/artifacts/base_vfw.yaml 2021-11-11T10:38:20.237Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2021-11-11T10:38:20.238Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211111103556/1.0/resourceInstances/vfwe075631eb9950/artifacts/base_vfw.yaml 582a20a2-7036-487a-90b4-19c1fd4cba0b 20368 2021-11-11T10:38:20.238Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211111103556/1.0/resourceInstances/vfwe075631eb9950/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-11-11T10:38:20.238Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211111103556/1.0/resourceInstances/vfwe075631eb9950/artifacts/base_vfw.yaml 2021-11-11T10:38:20.239Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-11T10:38:20.239Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-11T10:38:20.241Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-11T10:38:20.242Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "f384bd4d-7ade-4869-a40b-96480873d469", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636627100238, "artifactURL": "/sdc/v1/catalog/services/Vfw20211111103556/1.0/resourceInstances/vfwe075631eb9950/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-11-11T10:38:20.342Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-11T10:38:20.343Z||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. 2021-11-11T10:38:20.343Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CtoXtZ0TKyziuG3U) ... 2021-11-11T10:38:20.359Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T10:38:20.359Z||pool-12-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2021-11-11T10:38:21.243Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: eafe0421-f19c-451e-af25-151c8e1b8472 from URL: /sdc/v1/catalog/services/Vfw20211111103556/1.0/resourceInstances/vfwe075631eb9950/artifacts/base_vfw.env 2021-11-11T10:38:21.243Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||INFO|500||DistributionClient - download 2021-11-11T10:38:21.244Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211111103556/1.0/resourceInstances/vfwe075631eb9950/artifacts/base_vfw.env 2021-11-11T10:38:21.444Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2021-11-11T10:38:21.445Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211111103556/1.0/resourceInstances/vfwe075631eb9950/artifacts/base_vfw.env eafe0421-f19c-451e-af25-151c8e1b8472 2098 2021-11-11T10:38:21.445Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211111103556/1.0/resourceInstances/vfwe075631eb9950/artifacts/base_vfw.env ASDC sendASDCNotification 2021-11-11T10:38:21.445Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211111103556/1.0/resourceInstances/vfwe075631eb9950/artifacts/base_vfw.env 2021-11-11T10:38:21.445Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-11T10:38:21.446Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-11T10:38:21.449Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-11T10:38:21.449Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "f384bd4d-7ade-4869-a40b-96480873d469", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636627101445, "artifactURL": "/sdc/v1/catalog/services/Vfw20211111103556/1.0/resourceInstances/vfwe075631eb9950/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-11-11T10:38:21.549Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-11T10:38:21.550Z||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. 2021-11-11T10:38:21.550Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CtoXtZ0TKyziuG3U) ... 2021-11-11T10:38:21.564Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T10:38:21.564Z||pool-13-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-11-11T10:38:22.450Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 84933acd-5f8c-40c4-9b89-764ceb03d89e 2021-11-11T10:38:22.450Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW e075631e-b995 0 16b7942a-8f68-4828-972c-7fc0863969f9 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=? 2021-11-11T10:38:22.487Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@52816af3, org.onap.sdc.toscaparser.api.parameters.Input@7465d6ec, org.onap.sdc.toscaparser.api.parameters.Input@3d94a5e1, org.onap.sdc.toscaparser.api.parameters.Input@16078061, org.onap.sdc.toscaparser.api.parameters.Input@4f88b6a0] 2021-11-11T10:38:22.491Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T10:38:22.491Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-11 10-35-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-11T10:38:22.491Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 2021-11-11T10:38:22.492Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 8c35335f-4008-4c68-a090-4176f2e7246e 2021-11-11T10:38:22.492Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 8c35335f-4008-4c68-a090-4176f2e7246e matches Tosca VF Customization UUID: 8c35335f-4008-4c68-a090-4176f2e7246e 2021-11-11T10:38:22.492Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 8c35335f-4008-4c68-a090-4176f2e7246e 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=? 2021-11-11T10:38:22.501Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T10:38:22.501Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-11 10-35-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-11T10:38:22.502Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 8c35335f-4008-4c68-a090-4176f2e7246e: {\"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\"} 2021-11-11T10:38:22.503Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@45129b3 2021-11-11T10:38:22.503Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T10:38:22.503Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-11 10-35-56 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-11-11T10:38:22.503Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : debe64ec-03b8-4ecb-a975-bcbaf2200cfc 2021-11-11T10:38:22.505Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID debe64ec-03b8-4ecb-a975-bcbaf2200cfc 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=? 2021-11-11T10:38:22.512Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T10:38:22.513Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||Node template vFW e075631e-b995 0 is matching search criteria 2021-11-11T10:38:22.513Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW e075631e-b995 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-11T10:38:22.514Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T10:38:22.514Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||Node template vFW e075631e-b995 0 is matching search criteria 2021-11-11T10:38:22.514Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW e075631e-b995 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-11T10:38:22.514Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T10:38:22.514Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||Node template vFW e075631e-b995 0 is not matching search criteria 2021-11-11T10:38:22.514Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-11-11T10:38:22.515Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-11-11T10:38:22.515Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-11-11T10:38:22.515Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-11-11T10:38:22.515Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2021-11-11T10:38:22.515Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-11-11T10:38:22.515Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-11-11T10:38:22.516Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-11-11T10:38:22.516Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-11-11T10:38:22.516Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2021-11-11T10:38:22.516Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-11-11T10:38:22.516Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=e30fea1b-c912-4ec8-9ffd-9be0f51531f9 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=? 2021-11-11T10:38:22.525Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T10:38:22.525Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||Node template vFW e075631e-b995 0 is matching search criteria 2021-11-11T10:38:22.525Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW e075631e-b995 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-11T10:38:22.525Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T10:38:22.525Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||Node template vFW e075631e-b995 0 is not matching search criteria 2021-11-11T10:38:22.526Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-11-11T10:38:22.526Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-11-11T10:38:22.526Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-11-11T10:38:22.526Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-11-11T10:38:22.526Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-11-11T10:38:22.526Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2021-11-11T10:38:22.527Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-11-11T10:38:22.527Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-11-11T10:38:22.527Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-11-11T10:38:22.527Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-11-11T10:38:22.527Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2021-11-11T10:38:22.528Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-11-11T10:38:22.528Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=25e8ccfe-69d1-4f4c-96fc-9706e19d5652 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=? 2021-11-11T10:38:22.530Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T10:38:22.530Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||Node template vFW e075631e-b995 0 is matching search criteria 2021-11-11T10:38:22.530Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW e075631e-b995 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-11T10:38:22.533Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T10:38:22.533Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||Node template vFW e075631e-b995 0 is not matching search criteria 2021-11-11T10:38:22.533Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-11-11T10:38:22.533Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-11-11T10:38:22.533Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-11-11T10:38:22.534Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-11-11T10:38:22.534Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-11-11T10:38:22.534Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2021-11-11T10:38:22.534Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-11-11T10:38:22.534Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-11-11T10:38:22.534Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2021-11-11T10:38:22.535Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-11-11T10:38:22.535Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-11-11T10:38:22.535Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-11-11T10:38:22.535Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=07ae53f5-5cda-4f43-a905-da17f8497aa2 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=? 2021-11-11T10:38:22.537Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T10:38:22.537Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||Node template vFW e075631e-b995 0 is matching search criteria 2021-11-11T10:38:22.537Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW e075631e-b995 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-11T10:38:22.538Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T10:38:22.538Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||Node template vFW e075631e-b995 0 is matching search criteria 2021-11-11T10:38:22.538Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW e075631e-b995 0] matching following query criteria: sdcType=VF, customizationUUID=8c35335f-4008-4c68-a090-4176f2e7246e 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=? 2021-11-11T10:38:22.540Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T10:38:22.540Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-11 10-35-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-11T10:38:22.541Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 84933acd-5f8c-40c4-9b89-764ceb03d89e: vFW e075631e-b995 2021-11-11T10:38:22.541Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T10:38:22.541Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-11 10-35-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-11T10:38:22.541Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T10:38:22.541Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-11 10-35-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-11T10:38:22.541Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T10:38:22.542Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-11 10-35-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-11T10:38:22.542Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T10:38:22.542Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-11 10-35-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-11T10:38:22.542Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T10:38:22.542Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-11 10-35-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-11T10:38:22.542Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||INFO|500||Saving Service: vFW 2021-11-11 10-35-56 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 (?, ?, ?, ?, ?) 2021-11-11T10:38:22.818Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW e075631e-b995 16b7942a-8f68-4828-972c-7fc0863969f9 1 ASDC deployResourceStructure 2021-11-11T10:38:22.818Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211111103556/1.0/resourceInstances/vfwe075631eb9950/artifacts/vfwe075631eb9950_modules.json ASDC sendASDCNotification 2021-11-11T10:38:22.818Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211111103556/1.0/resourceInstances/vfwe075631eb9950/artifacts/vfwe075631eb9950_modules.json 2021-11-11T10:38:22.819Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-11T10:38:22.819Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-11T10:38:22.821Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-11T10:38:22.821Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "f384bd4d-7ade-4869-a40b-96480873d469", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636627102818, "artifactURL": "/sdc/v1/catalog/services/Vfw20211111103556/1.0/resourceInstances/vfwe075631eb9950/artifacts/vfwe075631eb9950_modules.json", "status": "DEPLOY_OK" } 2021-11-11T10:38:22.921Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-11T10:38:22.922Z||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. 2021-11-11T10:38:22.922Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CtoXtZ0TKyziuG3U) ... 2021-11-11T10:38:22.933Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T10:38:22.934Z||pool-14-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-11T10:38:23.821Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211111103556/1.0/resourceInstances/vfwe075631eb9950/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-11-11T10:38:23.822Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211111103556/1.0/resourceInstances/vfwe075631eb9950/artifacts/base_vfw.yaml 2021-11-11T10:38:23.822Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-11T10:38:23.823Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-11T10:38:23.824Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-11T10:38:23.825Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "f384bd4d-7ade-4869-a40b-96480873d469", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636627103821, "artifactURL": "/sdc/v1/catalog/services/Vfw20211111103556/1.0/resourceInstances/vfwe075631eb9950/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-11-11T10:38:23.925Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-11T10:38:23.926Z||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. 2021-11-11T10:38:23.926Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CtoXtZ0TKyziuG3U) ... 2021-11-11T10:38:23.936Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T10:38:23.937Z||pool-15-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-11-11T10:38:24.825Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211111103556/1.0/resourceInstances/vfwe075631eb9950/artifacts/base_vfw.env ASDC sendASDCNotification 2021-11-11T10:38:24.826Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211111103556/1.0/resourceInstances/vfwe075631eb9950/artifacts/base_vfw.env 2021-11-11T10:38:24.826Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-11T10:38:24.827Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-11T10:38:24.829Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-11T10:38:24.829Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "f384bd4d-7ade-4869-a40b-96480873d469", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636627104825, "artifactURL": "/sdc/v1/catalog/services/Vfw20211111103556/1.0/resourceInstances/vfwe075631eb9950/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-11-11T10:38:24.929Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-11T10:38:24.930Z||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. 2021-11-11T10:38:24.930Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CtoXtZ0TKyziuG3U) ... 2021-11-11T10:38:24.939Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T10:38:24.940Z||pool-16-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-11T10:38:25.830Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211111103556/1.0/artifacts/service-Vfw20211111103556-csar.csar ASDC sendASDCNotification 2021-11-11T10:38:25.830Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211111103556/1.0/artifacts/service-Vfw20211111103556-csar.csar 2021-11-11T10:38:25.831Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-11T10:38:25.831Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-11T10:38:25.834Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-11T10:38:25.834Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "f384bd4d-7ade-4869-a40b-96480873d469", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636627105830, "artifactURL": "/sdc/v1/catalog/services/Vfw20211111103556/1.0/artifacts/service-Vfw20211111103556-csar.csar", "status": "DEPLOY_OK" } 2021-11-11T10:38:25.934Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-11T10:38:25.935Z||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. 2021-11-11T10:38:25.935Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CtoXtZ0TKyziuG3U) ... 2021-11-11T10:38:25.944Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T10:38:25.945Z||pool-17-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-11-11T10:38:26.835Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f384bd4d-7ade-4869-a40b-96480873d469 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-11-11T10:38:26.859Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f384bd4d-7ade-4869-a40b-96480873d469 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=? 2021-11-11T10:38:26.862Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-11T10:38:26.862Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-11T10:38:26.863Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-11T10:38:56.345Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T10:38:56.345Z||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. 2021-11-11T10:38:56.345Z||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 CtoXtZ0TKyziuG3U) ... 2021-11-11T10:38:56.863Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f384bd4d-7ade-4869-a40b-96480873d469 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-11-11T10:38:56.874Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f384bd4d-7ade-4869-a40b-96480873d469 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=? 2021-11-11T10:38:56.877Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-11T10:38:56.877Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-11T10:38:56.877Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-11T10:38:56.981Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T10:38:56.987Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-11T10:38:56.987Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f384bd4d-7ade-4869-a40b-96480873d469", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636627076342, "artifactURL": "/sdc/v1/catalog/services/Vfw20211111103556/1.0/resourceInstances/vfwe075631eb9950/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-11T10:38:56.990Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-11T10:38:56.990Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-11T10:38:56.991Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f384bd4d-7ade-4869-a40b-96480873d469", "consumerID": "multicloud-k8s-id", "timestamp": 1636627076085, "artifactURL": "/sdc/v1/catalog/services/Vfw20211111103556/1.0/resourceInstances/vfwe075631eb9950/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-11T10:38:56.991Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-11T10:38:56.991Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-11T10:38:56.991Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f384bd4d-7ade-4869-a40b-96480873d469", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636627076342, "artifactURL": "/sdc/v1/catalog/services/Vfw20211111103556/1.0/resourceInstances/vfwe075631eb9950/artifacts/vfwe075631eb9950_modules.json", "status": "NOTIFIED" } 2021-11-11T10:38:56.992Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-11T10:38:56.992Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-11T10:38:56.992Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f384bd4d-7ade-4869-a40b-96480873d469", "consumerID": "multicloud-k8s-id", "timestamp": 1636627076085, "artifactURL": "/sdc/v1/catalog/services/Vfw20211111103556/1.0/resourceInstances/vfwe075631eb9950/artifacts/vfwe075631eb9950_modules.json", "status": "NOTIFIED" } 2021-11-11T10:38:56.992Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-11T10:38:56.992Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-11T10:38:56.992Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f384bd4d-7ade-4869-a40b-96480873d469", "consumerID": "cds", "timestamp": 1636627086455, "artifactURL": "/sdc/v1/catalog/services/Vfw20211111103556/1.0/resourceInstances/vfwe075631eb9950/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-11T10:38:56.993Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-11T10:38:56.993Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-11T10:38:56.993Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f384bd4d-7ade-4869-a40b-96480873d469", "consumerID": "policy-id", "timestamp": 1636627086494, "artifactURL": "/sdc/v1/catalog/services/Vfw20211111103556/1.0/resourceInstances/vfwe075631eb9950/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-11T10:38:56.993Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-11T10:38:56.993Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-11T10:38:56.994Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f384bd4d-7ade-4869-a40b-96480873d469", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636627076342, "artifactURL": "/sdc/v1/catalog/services/Vfw20211111103556/1.0/resourceInstances/vfwe075631eb9950/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-11-11T10:38:56.994Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-11T10:38:56.994Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-11T10:38:56.994Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f384bd4d-7ade-4869-a40b-96480873d469", "consumerID": "multicloud-k8s-id", "timestamp": 1636627076085, "artifactURL": "/sdc/v1/catalog/services/Vfw20211111103556/1.0/resourceInstances/vfwe075631eb9950/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-11-11T10:38:56.994Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-11T10:38:56.994Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-11T10:38:56.995Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f384bd4d-7ade-4869-a40b-96480873d469", "consumerID": "cds", "timestamp": 1636627086455, "artifactURL": "/sdc/v1/catalog/services/Vfw20211111103556/1.0/resourceInstances/vfwe075631eb9950/artifacts/vfwe075631eb9950_modules.json", "status": "NOT_NOTIFIED" } 2021-11-11T10:38:56.995Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-11T10:38:56.995Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-11T10:38:56.995Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f384bd4d-7ade-4869-a40b-96480873d469", "consumerID": "policy-id", "timestamp": 1636627086494, "artifactURL": "/sdc/v1/catalog/services/Vfw20211111103556/1.0/resourceInstances/vfwe075631eb9950/artifacts/vfwe075631eb9950_modules.json", "status": "NOT_NOTIFIED" } 2021-11-11T10:38:56.996Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-11T10:38:56.996Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-11T10:38:56.996Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f384bd4d-7ade-4869-a40b-96480873d469", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636627076342, "artifactURL": "/sdc/v1/catalog/services/Vfw20211111103556/1.0/resourceInstances/vfwe075631eb9950/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-11T10:38:56.996Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-11T10:38:56.996Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-11T10:38:56.996Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f384bd4d-7ade-4869-a40b-96480873d469", "consumerID": "multicloud-k8s-id", "timestamp": 1636627076085, "artifactURL": "/sdc/v1/catalog/services/Vfw20211111103556/1.0/resourceInstances/vfwe075631eb9950/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-11T10:38:56.996Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-11T10:38:56.996Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-11T10:38:56.997Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f384bd4d-7ade-4869-a40b-96480873d469", "consumerID": "cds", "timestamp": 1636627086455, "artifactURL": "/sdc/v1/catalog/services/Vfw20211111103556/1.0/resourceInstances/vfwe075631eb9950/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-11-11T10:38:56.997Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-11T10:38:56.997Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-11T10:38:56.997Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f384bd4d-7ade-4869-a40b-96480873d469", "consumerID": "policy-id", "timestamp": 1636627086494, "artifactURL": "/sdc/v1/catalog/services/Vfw20211111103556/1.0/resourceInstances/vfwe075631eb9950/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-11-11T10:38:56.997Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-11T10:38:56.997Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-11T10:38:56.997Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f384bd4d-7ade-4869-a40b-96480873d469", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636627076342, "artifactURL": "/sdc/v1/catalog/services/Vfw20211111103556/1.0/resourceInstances/vfwe075631eb9950/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-11-11T10:38:56.998Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-11T10:38:56.998Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-11T10:38:56.998Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f384bd4d-7ade-4869-a40b-96480873d469", "consumerID": "multicloud-k8s-id", "timestamp": 1636627076085, "artifactURL": "/sdc/v1/catalog/services/Vfw20211111103556/1.0/resourceInstances/vfwe075631eb9950/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-11-11T10:38:56.999Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-11T10:38:56.999Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-11T10:38:56.999Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f384bd4d-7ade-4869-a40b-96480873d469", "consumerID": "ves-openapi-manager", "timestamp": 1636627089460, "artifactURL": "/sdc/v1/catalog/services/Vfw20211111103556/1.0/resourceInstances/vfwe075631eb9950/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-11T10:38:56.999Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-11T10:38:56.999Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-11T10:38:56.999Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f384bd4d-7ade-4869-a40b-96480873d469", "consumerID": "cds", "timestamp": 1636627086455, "artifactURL": "/sdc/v1/catalog/services/Vfw20211111103556/1.0/resourceInstances/vfwe075631eb9950/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-11T10:38:57.000Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-11T10:38:57.000Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-11T10:38:57.000Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f384bd4d-7ade-4869-a40b-96480873d469", "consumerID": "policy-id", "timestamp": 1636627086494, "artifactURL": "/sdc/v1/catalog/services/Vfw20211111103556/1.0/resourceInstances/vfwe075631eb9950/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-11T10:38:57.000Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-11T10:38:57.000Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-11T10:38:57.001Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f384bd4d-7ade-4869-a40b-96480873d469", "consumerID": "multicloud-k8s-id", "timestamp": 1636627076085, "artifactURL": "/sdc/v1/catalog/services/Vfw20211111103556/1.0/artifacts/service-Vfw20211111103556-template.yml", "status": "NOT_NOTIFIED" } 2021-11-11T10:38:57.001Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-11T10:38:57.001Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-11T10:38:57.001Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f384bd4d-7ade-4869-a40b-96480873d469", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636627076342, "artifactURL": "/sdc/v1/catalog/services/Vfw20211111103556/1.0/artifacts/service-Vfw20211111103556-template.yml", "status": "NOT_NOTIFIED" } 2021-11-11T10:38:57.001Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-11T10:38:57.001Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-11T10:38:57.001Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f384bd4d-7ade-4869-a40b-96480873d469", "consumerID": "ves-openapi-manager", "timestamp": 1636627089460, "artifactURL": "/sdc/v1/catalog/services/Vfw20211111103556/1.0/resourceInstances/vfwe075631eb9950/artifacts/vfwe075631eb9950_modules.json", "status": "NOT_NOTIFIED" } 2021-11-11T10:38:57.002Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-11T10:38:57.002Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-11T10:38:57.002Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f384bd4d-7ade-4869-a40b-96480873d469", "consumerID": "cds", "timestamp": 1636627086455, "artifactURL": "/sdc/v1/catalog/services/Vfw20211111103556/1.0/resourceInstances/vfwe075631eb9950/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-11-11T10:38:57.002Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-11T10:38:57.002Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-11T10:38:57.002Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f384bd4d-7ade-4869-a40b-96480873d469", "consumerID": "policy-id", "timestamp": 1636627086494, "artifactURL": "/sdc/v1/catalog/services/Vfw20211111103556/1.0/resourceInstances/vfwe075631eb9950/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-11-11T10:38:57.002Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-11T10:38:57.003Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-11T10:38:57.003Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f384bd4d-7ade-4869-a40b-96480873d469", "consumerID": "multicloud-k8s-id", "timestamp": 1636627076085, "artifactURL": "/sdc/v1/catalog/services/Vfw20211111103556/1.0/artifacts/service-Vfw20211111103556-csar.csar", "status": "NOTIFIED" } 2021-11-11T10:38:57.003Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-11T10:38:57.003Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-11T10:38:57.003Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f384bd4d-7ade-4869-a40b-96480873d469", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636627076342, "artifactURL": "/sdc/v1/catalog/services/Vfw20211111103556/1.0/artifacts/service-Vfw20211111103556-csar.csar", "status": "NOTIFIED" } 2021-11-11T10:38:57.003Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-11T10:38:57.003Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-11T10:38:57.004Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f384bd4d-7ade-4869-a40b-96480873d469", "consumerID": "ves-openapi-manager", "timestamp": 1636627089460, "artifactURL": "/sdc/v1/catalog/services/Vfw20211111103556/1.0/resourceInstances/vfwe075631eb9950/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-11-11T10:38:57.004Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-11T10:38:57.004Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-11T10:38:57.004Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f384bd4d-7ade-4869-a40b-96480873d469", "consumerID": "cds", "timestamp": 1636627086455, "artifactURL": "/sdc/v1/catalog/services/Vfw20211111103556/1.0/artifacts/service-Vfw20211111103556-template.yml", "status": "NOT_NOTIFIED" } 2021-11-11T10:38:57.004Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-11T10:38:57.005Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-11T10:38:57.005Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f384bd4d-7ade-4869-a40b-96480873d469", "consumerID": "policy-id", "timestamp": 1636627086494, "artifactURL": "/sdc/v1/catalog/services/Vfw20211111103556/1.0/artifacts/service-Vfw20211111103556-template.yml", "status": "NOT_NOTIFIED" } 2021-11-11T10:38:57.005Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-11T10:38:57.005Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-11T10:38:57.005Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f384bd4d-7ade-4869-a40b-96480873d469", "consumerID": "ves-openapi-manager", "timestamp": 1636627089460, "artifactURL": "/sdc/v1/catalog/services/Vfw20211111103556/1.0/resourceInstances/vfwe075631eb9950/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-11T10:38:57.005Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-11T10:38:57.006Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-11T10:38:57.006Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f384bd4d-7ade-4869-a40b-96480873d469", "consumerID": "cds", "timestamp": 1636627086455, "artifactURL": "/sdc/v1/catalog/services/Vfw20211111103556/1.0/artifacts/service-Vfw20211111103556-csar.csar", "status": "NOTIFIED" } 2021-11-11T10:38:57.006Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-11T10:38:57.006Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-11T10:38:57.006Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f384bd4d-7ade-4869-a40b-96480873d469", "consumerID": "policy-id", "timestamp": 1636627086494, "artifactURL": "/sdc/v1/catalog/services/Vfw20211111103556/1.0/artifacts/service-Vfw20211111103556-csar.csar", "status": "NOTIFIED" } 2021-11-11T10:38:57.006Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-11T10:38:57.006Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-11T10:38:57.007Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f384bd4d-7ade-4869-a40b-96480873d469", "consumerID": "multicloud-k8s-id", "timestamp": 1636627093792, "artifactURL": "/sdc/v1/catalog/services/Vfw20211111103556/1.0/resourceInstances/vfwe075631eb9950/artifacts/vfwe075631eb9950_modules.json", "status": "DOWNLOAD_OK" } 2021-11-11T10:38:57.007Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-11T10:38:57.007Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-11T10:38:57.007Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f384bd4d-7ade-4869-a40b-96480873d469", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636627093894, "artifactURL": "/sdc/v1/catalog/services/Vfw20211111103556/1.0/artifacts/service-Vfw20211111103556-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-11T10:38:57.007Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-11T10:38:57.007Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-11T10:38:57.008Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f384bd4d-7ade-4869-a40b-96480873d469", "consumerID": "ves-openapi-manager", "timestamp": 1636627089460, "artifactURL": "/sdc/v1/catalog/services/Vfw20211111103556/1.0/resourceInstances/vfwe075631eb9950/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-11-11T10:38:57.008Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-11T10:38:57.008Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-11T10:38:57.008Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f384bd4d-7ade-4869-a40b-96480873d469", "consumerID": "cds", "timestamp": 1636627094701, "artifactURL": "/sdc/v1/catalog/services/Vfw20211111103556/1.0/artifacts/service-Vfw20211111103556-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-11T10:38:57.008Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-11T10:38:57.009Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-11T10:38:57.009Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f384bd4d-7ade-4869-a40b-96480873d469", "consumerID": "policy-id", "timestamp": 1636627094910, "artifactURL": "/sdc/v1/catalog/services/Vfw20211111103556/1.0/artifacts/service-Vfw20211111103556-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-11T10:38:57.009Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-11T10:38:57.009Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-11T10:38:57.009Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f384bd4d-7ade-4869-a40b-96480873d469", "consumerID": "ves-openapi-manager", "timestamp": 1636627089460, "artifactURL": "/sdc/v1/catalog/services/Vfw20211111103556/1.0/artifacts/service-Vfw20211111103556-template.yml", "status": "NOT_NOTIFIED" } 2021-11-11T10:38:57.009Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-11T10:38:57.009Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-11T10:38:57.010Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f384bd4d-7ade-4869-a40b-96480873d469", "consumerID": "multicloud-k8s-id", "timestamp": 1636627095198, "artifactURL": "/sdc/v1/catalog/services/Vfw20211111103556/1.0/resourceInstances/vfwe075631eb9950/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-11-11T10:38:57.010Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-11T10:38:57.010Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-11T10:38:57.010Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f384bd4d-7ade-4869-a40b-96480873d469", "consumerID": "dcae-sch", "timestamp": 1636627094890, "artifactURL": "/sdc/v1/catalog/services/Vfw20211111103556/1.0/resourceInstances/vfwe075631eb9950/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-11T10:38:57.010Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-11T10:38:57.011Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-11T10:38:57.011Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f384bd4d-7ade-4869-a40b-96480873d469", "consumerID": "cds", "timestamp": 1636627095729, "artifactURL": "/sdc/v1/catalog/services/Vfw20211111103556/1.0/artifacts/service-Vfw20211111103556-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=? 2021-11-11T10:38:57.017Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f384bd4d-7ade-4869-a40b-96480873d469 2021-11-11T10:38:57.018Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f384bd4d-7ade-4869-a40b-96480873d469 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 (?, ?, ?, ?, ?) 2021-11-11T10:38:57.030Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-11T10:38:57.030Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f384bd4d-7ade-4869-a40b-96480873d469", "consumerID": "policy-id", "timestamp": 1636627095919, "artifactURL": "/sdc/v1/catalog/services/Vfw20211111103556/1.0/artifacts/service-Vfw20211111103556-csar.csar", "status": "DEPLOY_OK" } 2021-11-11T10:38:57.031Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-11T10:38:57.031Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-11T10:38:57.031Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f384bd4d-7ade-4869-a40b-96480873d469", "consumerID": "ves-openapi-manager", "timestamp": 1636627089460, "artifactURL": "/sdc/v1/catalog/services/Vfw20211111103556/1.0/artifacts/service-Vfw20211111103556-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-11T10:38:57.031Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-11T10:38:57.032Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-11T10:38:57.032Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f384bd4d-7ade-4869-a40b-96480873d469", "consumerID": "dcae-sch", "timestamp": 1636627094890, "artifactURL": "/sdc/v1/catalog/services/Vfw20211111103556/1.0/resourceInstances/vfwe075631eb9950/artifacts/vfwe075631eb9950_modules.json", "status": "NOT_NOTIFIED" } 2021-11-11T10:38:57.032Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-11T10:38:57.032Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-11T10:38:57.032Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f384bd4d-7ade-4869-a40b-96480873d469", "consumerID": "multicloud-k8s-id", "timestamp": 1636627096592, "artifactURL": "/sdc/v1/catalog/services/Vfw20211111103556/1.0/resourceInstances/vfwe075631eb9950/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-11-11T10:38:57.033Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-11T10:38:57.033Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-11T10:38:57.033Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f384bd4d-7ade-4869-a40b-96480873d469", "consumerID": "policy-id", "timestamp": 1636627096930, "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=? 2021-11-11T10:38:57.044Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f384bd4d-7ade-4869-a40b-96480873d469 2021-11-11T10:38:57.044Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f384bd4d-7ade-4869-a40b-96480873d469 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 (?, ?, ?, ?, ?) 2021-11-11T10:38:57.052Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-11T10:38:57.053Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f384bd4d-7ade-4869-a40b-96480873d469", "consumerID": "dcae-sch", "timestamp": 1636627094890, "artifactURL": "/sdc/v1/catalog/services/Vfw20211111103556/1.0/resourceInstances/vfwe075631eb9950/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-11-11T10:38:57.053Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-11T10:38:57.053Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-11T10:38:57.053Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f384bd4d-7ade-4869-a40b-96480873d469", "consumerID": "multicloud-k8s-id", "timestamp": 1636627097853, "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=? 2021-11-11T10:38:57.058Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f384bd4d-7ade-4869-a40b-96480873d469 2021-11-11T10:38:57.058Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f384bd4d-7ade-4869-a40b-96480873d469 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=? 2021-11-11T10:38:57.065Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-11T10:38:57.065Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f384bd4d-7ade-4869-a40b-96480873d469", "consumerID": "clamp", "timestamp": 1636627097492, "artifactURL": "/sdc/v1/catalog/services/Vfw20211111103556/1.0/resourceInstances/vfwe075631eb9950/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-11T10:38:57.066Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-11T10:38:57.066Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-11T10:38:57.066Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f384bd4d-7ade-4869-a40b-96480873d469", "consumerID": "dcae-sch", "timestamp": 1636627094890, "artifactURL": "/sdc/v1/catalog/services/Vfw20211111103556/1.0/resourceInstances/vfwe075631eb9950/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-11T10:38:57.066Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-11T10:38:57.066Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-11T10:38:57.066Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f384bd4d-7ade-4869-a40b-96480873d469", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636627097982, "artifactURL": "/sdc/v1/catalog/services/Vfw20211111103556/1.0/resourceInstances/vfwe075631eb9950/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-11T10:38:57.067Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-11T10:38:57.067Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-11T10:38:57.067Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f384bd4d-7ade-4869-a40b-96480873d469", "consumerID": "multicloud-k8s-id", "timestamp": 1636627098858, "artifactURL": "/sdc/v1/catalog/services/Vfw20211111103556/1.0/resourceInstances/vfwe075631eb9950/artifacts/vfwe075631eb9950_modules.json", "status": "DEPLOY_OK" } 2021-11-11T10:38:57.067Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-11T10:38:57.067Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-11T10:38:57.067Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f384bd4d-7ade-4869-a40b-96480873d469", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636627099055, "artifactURL": "/sdc/v1/catalog/services/Vfw20211111103556/1.0/resourceInstances/vfwe075631eb9950/artifacts/vfwe075631eb9950_modules.json", "status": "DOWNLOAD_OK" } 2021-11-11T10:38:57.068Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-11T10:38:57.068Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-11T10:38:57.068Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f384bd4d-7ade-4869-a40b-96480873d469", "consumerID": "clamp", "timestamp": 1636627097492, "artifactURL": "/sdc/v1/catalog/services/Vfw20211111103556/1.0/resourceInstances/vfwe075631eb9950/artifacts/vfwe075631eb9950_modules.json", "status": "NOTIFIED" } 2021-11-11T10:38:57.068Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-11T10:38:57.068Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-11T10:38:57.068Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f384bd4d-7ade-4869-a40b-96480873d469", "consumerID": "dcae-sch", "timestamp": 1636627094890, "artifactURL": "/sdc/v1/catalog/services/Vfw20211111103556/1.0/resourceInstances/vfwe075631eb9950/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-11-11T10:38:57.069Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-11T10:38:57.069Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-11T10:38:57.069Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f384bd4d-7ade-4869-a40b-96480873d469", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636627097982, "artifactURL": "/sdc/v1/catalog/services/Vfw20211111103556/1.0/resourceInstances/vfwe075631eb9950/artifacts/vfwe075631eb9950_modules.json", "status": "NOT_NOTIFIED" } 2021-11-11T10:38:57.069Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-11T10:38:57.069Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-11T10:38:57.069Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f384bd4d-7ade-4869-a40b-96480873d469", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636627100238, "artifactURL": "/sdc/v1/catalog/services/Vfw20211111103556/1.0/resourceInstances/vfwe075631eb9950/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-11-11T10:38:57.070Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-11T10:38:57.070Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-11T10:38:57.070Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f384bd4d-7ade-4869-a40b-96480873d469", "consumerID": "clamp", "timestamp": 1636627097492, "artifactURL": "/sdc/v1/catalog/services/Vfw20211111103556/1.0/resourceInstances/vfwe075631eb9950/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-11-11T10:38:57.070Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-11T10:38:57.070Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-11T10:38:57.070Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f384bd4d-7ade-4869-a40b-96480873d469", "consumerID": "dcae-sch", "timestamp": 1636627094890, "artifactURL": "/sdc/v1/catalog/services/Vfw20211111103556/1.0/artifacts/service-Vfw20211111103556-template.yml", "status": "NOT_NOTIFIED" } 2021-11-11T10:38:57.070Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-11T10:38:57.070Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-11T10:38:57.071Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f384bd4d-7ade-4869-a40b-96480873d469", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636627097982, "artifactURL": "/sdc/v1/catalog/services/Vfw20211111103556/1.0/resourceInstances/vfwe075631eb9950/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-11-11T10:38:57.071Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-11T10:38:57.071Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-11T10:38:57.071Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f384bd4d-7ade-4869-a40b-96480873d469", "consumerID": "clamp", "timestamp": 1636627097492, "artifactURL": "/sdc/v1/catalog/services/Vfw20211111103556/1.0/resourceInstances/vfwe075631eb9950/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-11T10:38:57.071Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-11T10:38:57.071Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-11T10:38:57.072Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f384bd4d-7ade-4869-a40b-96480873d469", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636627101445, "artifactURL": "/sdc/v1/catalog/services/Vfw20211111103556/1.0/resourceInstances/vfwe075631eb9950/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-11-11T10:38:57.072Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-11T10:38:57.072Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-11T10:38:57.072Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f384bd4d-7ade-4869-a40b-96480873d469", "consumerID": "dcae-sch", "timestamp": 1636627094890, "artifactURL": "/sdc/v1/catalog/services/Vfw20211111103556/1.0/artifacts/service-Vfw20211111103556-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-11T10:38:57.072Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-11T10:38:57.073Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-11T10:38:57.073Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f384bd4d-7ade-4869-a40b-96480873d469", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636627097982, "artifactURL": "/sdc/v1/catalog/services/Vfw20211111103556/1.0/resourceInstances/vfwe075631eb9950/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-11T10:38:57.073Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-11T10:38:57.073Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-11T10:38:57.073Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f384bd4d-7ade-4869-a40b-96480873d469", "consumerID": "clamp", "timestamp": 1636627097492, "artifactURL": "/sdc/v1/catalog/services/Vfw20211111103556/1.0/resourceInstances/vfwe075631eb9950/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-11-11T10:38:57.074Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-11T10:38:57.074Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-11T10:38:57.074Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f384bd4d-7ade-4869-a40b-96480873d469", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636627097982, "artifactURL": "/sdc/v1/catalog/services/Vfw20211111103556/1.0/resourceInstances/vfwe075631eb9950/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-11-11T10:38:57.074Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-11T10:38:57.074Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-11T10:38:57.074Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f384bd4d-7ade-4869-a40b-96480873d469", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636627102818, "artifactURL": "/sdc/v1/catalog/services/Vfw20211111103556/1.0/resourceInstances/vfwe075631eb9950/artifacts/vfwe075631eb9950_modules.json", "status": "DEPLOY_OK" } 2021-11-11T10:38:57.075Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-11T10:38:57.075Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-11T10:38:57.075Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f384bd4d-7ade-4869-a40b-96480873d469", "consumerID": "clamp", "timestamp": 1636627097492, "artifactURL": "/sdc/v1/catalog/services/Vfw20211111103556/1.0/artifacts/service-Vfw20211111103556-template.yml", "status": "NOT_NOTIFIED" } 2021-11-11T10:38:57.075Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-11T10:38:57.075Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-11T10:38:57.075Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f384bd4d-7ade-4869-a40b-96480873d469", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636627097982, "artifactURL": "/sdc/v1/catalog/services/Vfw20211111103556/1.0/artifacts/service-Vfw20211111103556-template.yml", "status": "NOT_NOTIFIED" } 2021-11-11T10:38:57.076Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-11T10:38:57.076Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-11T10:38:57.076Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f384bd4d-7ade-4869-a40b-96480873d469", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636627103821, "artifactURL": "/sdc/v1/catalog/services/Vfw20211111103556/1.0/resourceInstances/vfwe075631eb9950/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-11-11T10:38:57.076Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-11T10:38:57.076Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-11T10:38:57.076Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f384bd4d-7ade-4869-a40b-96480873d469", "consumerID": "clamp", "timestamp": 1636627097492, "artifactURL": "/sdc/v1/catalog/services/Vfw20211111103556/1.0/artifacts/service-Vfw20211111103556-csar.csar", "status": "NOTIFIED" } 2021-11-11T10:38:57.077Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-11T10:38:57.077Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-11T10:38:57.077Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f384bd4d-7ade-4869-a40b-96480873d469", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636627097982, "artifactURL": "/sdc/v1/catalog/services/Vfw20211111103556/1.0/artifacts/service-Vfw20211111103556-csar.csar", "status": "NOTIFIED" } 2021-11-11T10:38:57.077Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-11T10:38:57.077Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-11T10:38:57.077Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f384bd4d-7ade-4869-a40b-96480873d469", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636627104825, "artifactURL": "/sdc/v1/catalog/services/Vfw20211111103556/1.0/resourceInstances/vfwe075631eb9950/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-11-11T10:38:57.078Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-11T10:38:57.078Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-11T10:38:57.078Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f384bd4d-7ade-4869-a40b-96480873d469", "consumerID": "aai-ml", "timestamp": 1636627105147, "artifactURL": "/sdc/v1/catalog/services/Vfw20211111103556/1.0/resourceInstances/vfwe075631eb9950/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-11T10:38:57.078Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-11T10:38:57.078Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-11T10:38:57.078Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f384bd4d-7ade-4869-a40b-96480873d469", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636627105830, "artifactURL": "/sdc/v1/catalog/services/Vfw20211111103556/1.0/artifacts/service-Vfw20211111103556-csar.csar", "status": "DEPLOY_OK" } 2021-11-11T10:38:57.079Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-11T10:38:57.079Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-11T10:38:57.079Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f384bd4d-7ade-4869-a40b-96480873d469", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636627105830, "artifactURL": "/sdc/v1/catalog/services/Vfw20211111103556/1.0/artifacts/service-Vfw20211111103556-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-11T10:38:57.080Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-11T10:38:57.080Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-11T10:38:57.080Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f384bd4d-7ade-4869-a40b-96480873d469", "consumerID": "aai-ml", "timestamp": 1636627105147, "artifactURL": "/sdc/v1/catalog/services/Vfw20211111103556/1.0/resourceInstances/vfwe075631eb9950/artifacts/vfwe075631eb9950_modules.json", "status": "NOT_NOTIFIED" } 2021-11-11T10:38:57.080Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-11T10:38:57.080Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-11T10:38:57.080Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f384bd4d-7ade-4869-a40b-96480873d469", "consumerID": "aai-ml", "timestamp": 1636627105147, "artifactURL": "/sdc/v1/catalog/services/Vfw20211111103556/1.0/resourceInstances/vfwe075631eb9950/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-11-11T10:38:57.081Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-11T10:38:57.081Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-11T10:38:57.081Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f384bd4d-7ade-4869-a40b-96480873d469", "consumerID": "aai-ml", "timestamp": 1636627105147, "artifactURL": "/sdc/v1/catalog/services/Vfw20211111103556/1.0/resourceInstances/vfwe075631eb9950/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-11T10:38:57.081Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-11T10:38:57.081Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-11T10:38:57.081Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f384bd4d-7ade-4869-a40b-96480873d469", "consumerID": "aai-ml", "timestamp": 1636627105147, "artifactURL": "/sdc/v1/catalog/services/Vfw20211111103556/1.0/resourceInstances/vfwe075631eb9950/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-11-11T10:38:57.082Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-11T10:38:57.082Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-11T10:38:57.082Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f384bd4d-7ade-4869-a40b-96480873d469", "consumerID": "aai-ml", "timestamp": 1636627105147, "artifactURL": "/sdc/v1/catalog/services/Vfw20211111103556/1.0/artifacts/service-Vfw20211111103556-template.yml", "status": "NOT_NOTIFIED" } 2021-11-11T10:38:57.082Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-11T10:38:57.082Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-11T10:38:57.082Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f384bd4d-7ade-4869-a40b-96480873d469", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636627111156, "artifactURL": "/sdc/v1/catalog/services/Vfw20211111103556/1.0/artifacts/service-Vfw20211111103556-csar.csar", "status": "DEPLOY_OK" } 2021-11-11T10:38:57.083Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-11T10:38:57.083Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-11T10:38:57.083Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f384bd4d-7ade-4869-a40b-96480873d469", "consumerID": "aai-ml", "timestamp": 1636627105147, "artifactURL": "/sdc/v1/catalog/services/Vfw20211111103556/1.0/artifacts/service-Vfw20211111103556-csar.csar", "status": "NOTIFIED" } 2021-11-11T10:38:57.083Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-11T10:38:57.083Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-11T10:38:57.083Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f384bd4d-7ade-4869-a40b-96480873d469", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636627112161, "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=? 2021-11-11T10:38:57.088Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f384bd4d-7ade-4869-a40b-96480873d469 2021-11-11T10:38:57.089Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f384bd4d-7ade-4869-a40b-96480873d469 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 (?, ?, ?, ?, ?) 2021-11-11T10:38:57.097Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-11T10:38:57.097Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f384bd4d-7ade-4869-a40b-96480873d469", "consumerID": "aai-ml", "timestamp": 1636627113283, "artifactURL": "/sdc/v1/catalog/services/Vfw20211111103556/1.0/artifacts/service-Vfw20211111103556-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-11T10:38:57.097Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-11T10:38:57.097Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-11T10:38:57.097Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f384bd4d-7ade-4869-a40b-96480873d469", "consumerID": "clamp", "timestamp": 1636627120219, "artifactURL": "/sdc/v1/catalog/services/Vfw20211111103556/1.0/artifacts/service-Vfw20211111103556-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-11T10:38:57.098Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-11T10:38:57.098Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-11T10:38:57.098Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f384bd4d-7ade-4869-a40b-96480873d469", "consumerID": "clamp", "timestamp": 1636627122225, "artifactURL": "/sdc/v1/catalog/services/Vfw20211111103556/1.0/artifacts/service-Vfw20211111103556-csar.csar", "status": "DEPLOY_OK" } 2021-11-11T10:38:57.098Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-11T10:38:57.098Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-11T10:38:57.099Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f384bd4d-7ade-4869-a40b-96480873d469", "consumerID": "clamp", "timestamp": 1636627123229, "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=? 2021-11-11T10:38:57.103Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f384bd4d-7ade-4869-a40b-96480873d469 2021-11-11T10:38:57.103Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f384bd4d-7ade-4869-a40b-96480873d469 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 (?, ?, ?, ?, ?) 2021-11-11T10:38:57.110Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-11T10:38:57.110Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f384bd4d-7ade-4869-a40b-96480873d469", "consumerID": "aai-ml", "timestamp": 1636627127072, "artifactURL": "/sdc/v1/catalog/services/Vfw20211111103556/1.0/artifacts/service-Vfw20211111103556-csar.csar", "status": "DEPLOY_OK" } 2021-11-11T10:38:57.111Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-11T10:38:57.111Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-11T10:38:57.112Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f384bd4d-7ade-4869-a40b-96480873d469", "consumerID": "aai-ml", "timestamp": 1636627128078, "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=? 2021-11-11T10:38:57.118Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f384bd4d-7ade-4869-a40b-96480873d469 2021-11-11T10:38:57.119Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f384bd4d-7ade-4869-a40b-96480873d469 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 (?, ?, ?, ?, ?) 2021-11-11T10:39:26.878Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f384bd4d-7ade-4869-a40b-96480873d469 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-11-11T10:39:26.905Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f384bd4d-7ade-4869-a40b-96480873d469 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=? 2021-11-11T10:39:26.910Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-11T10:39:26.910Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-11-11T10:39:26.910Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-11-11T10:39:26.910Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-11-11T10:39:26.910Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-11T10:39:26.910Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-11T10:39:26.911Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-11T10:39:26.911Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-11T10:39:26.911Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-11T10:39:26.911Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-11T10:39:26.911Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-11T10:39:26.919Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-11-11T10:39:56.345Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T10:39:56.348Z||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. 2021-11-11T10:39:56.348Z||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 CtoXtZ0TKyziuG3U) ... 2021-11-11T10:39:56.920Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f384bd4d-7ade-4869-a40b-96480873d469 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=? 2021-11-11T10:39:56.935Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f384bd4d-7ade-4869-a40b-96480873d469 and serviceModelVersionId: 84933acd-5f8c-40c4-9b89-764ceb03d89e 2021-11-11T10:39:56.936Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 618a43c9-e522-4de1-a5a9-8d8a772d1942 2021-11-11T10:40:05.951Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T10:40:11.518Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/618a43c9-e522-4de1-a5a9-8d8a772d1942/model-vers/model-ver/84933acd-5f8c-40c4-9b89-764ceb03d89e?depth=0 2021-11-11T10:40:11.630Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2021-11-11T10:40:12.091Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/618a43c9-e522-4de1-a5a9-8d8a772d1942/model-vers/model-ver/84933acd-5f8c-40c4-9b89-764ceb03d89e?depth=0|INFO|500||Invoke 2021-11-11T10:40:12.098Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/618a43c9-e522-4de1-a5a9-8d8a772d1942/model-vers/model-ver/84933acd-5f8c-40c4-9b89-764ceb03d89e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/618a43c9-e522-4de1-a5a9-8d8a772d1942/model-vers/model-ver/84933acd-5f8c-40c4-9b89-764ceb03d89e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f384bd4d-7ade-4869-a40b-96480873d469], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[2ec7b6ad-2567-483d-aa11-35698c33f100], X-ECOMP-RequestID=[f384bd4d-7ade-4869-a40b-96480873d469], X-TransactionId=[], X-ONAP-RequestID=[f384bd4d-7ade-4869-a40b-96480873d469], Content-Type=[application/merge-patch+json]} 2021-11-11T10:40:12.218Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/618a43c9-e522-4de1-a5a9-8d8a772d1942/model-vers/model-ver/84933acd-5f8c-40c4-9b89-764ceb03d89e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-11-11T10:40:13.189Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/618a43c9-e522-4de1-a5a9-8d8a772d1942/model-vers/model-ver/84933acd-5f8c-40c4-9b89-764ceb03d89e?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/618a43c9-e522-4de1-a5a9-8d8a772d1942/model-vers/model-ver/84933acd-5f8c-40c4-9b89-764ceb03d89e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211111-10:40:12:268-11790], vertex-id=[360520], Content-Length=[0], Date=[Thu, 11 Nov 2021 10:40:12 GMT], Content-Type=[application/json]} 2021-11-11T10:40:13.191Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/618a43c9-e522-4de1-a5a9-8d8a772d1942/model-vers/model-ver/84933acd-5f8c-40c4-9b89-764ceb03d89e?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-11-11T10:40:13.192Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/618a43c9-e522-4de1-a5a9-8d8a772d1942/model-vers/model-ver/84933acd-5f8c-40c4-9b89-764ceb03d89e?depth=0|INFO|500||InvokeReturn 2021-11-11T10:40:13.197Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-11-11T10:40:13.200Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-11T10:40:13.205Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-11-11T10:40:13.206Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f384bd4d-7ade-4869-a40b-96480873d469 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-11-11T10:40:13.207Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-11-11T10:40:13.208Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-11T10:40:13.210Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-11T10:40:13.210Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "f384bd4d-7ade-4869-a40b-96480873d469", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636627213206, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-11T10:40:13.311Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-11T10:40:13.312Z||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. 2021-11-11T10:40:13.312Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CtoXtZ0TKyziuG3U) ... 2021-11-11T10:40:13.337Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T10:40:13.338Z||pool-18-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-11-11T10:40:14.224Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T10:40:14.225Z|f384bd4d-7ade-4869-a40b-96480873d469|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. 2021-11-11T10:40:14.225Z|f384bd4d-7ade-4869-a40b-96480873d469|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 CtoXtZ0TKyziuG3U) ... 2021-11-11T10:40:24.776Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T10:40:24.777Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T10:40:24.778Z|f384bd4d-7ade-4869-a40b-96480873d469|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. 2021-11-11T10:40:24.778Z|f384bd4d-7ade-4869-a40b-96480873d469|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 CtoXtZ0TKyziuG3U) ... 2021-11-11T10:40:34.316Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T10:40:56.345Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T10:40:56.344Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T10:40:56.348Z|f384bd4d-7ade-4869-a40b-96480873d469|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. 2021-11-11T10:40:56.348Z|f384bd4d-7ade-4869-a40b-96480873d469|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 CtoXtZ0TKyziuG3U) ... 2021-11-11T10:40:56.348Z||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. 2021-11-11T10:40:56.349Z||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 CtoXtZ0TKyziuG3U) ... 2021-11-11T10:40:56.989Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T10:40:56.991Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-11T10:40:56.991Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f384bd4d-7ade-4869-a40b-96480873d469", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636627213206, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-11T10:40:56.993Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-11T10:41:05.909Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T10:41:56.345Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T10:41:56.345Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T10:41:56.357Z|f384bd4d-7ade-4869-a40b-96480873d469|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. 2021-11-11T10:41:56.357Z||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. 2021-11-11T10:41:56.358Z|f384bd4d-7ade-4869-a40b-96480873d469|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 CtoXtZ0TKyziuG3U) ... 2021-11-11T10:41:56.358Z||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 CtoXtZ0TKyziuG3U) ... 2021-11-11T10:42:05.913Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T10:42:05.913Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T10:42:56.342Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T10:42:56.344Z||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. 2021-11-11T10:42:56.344Z||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 CtoXtZ0TKyziuG3U) ... 2021-11-11T10:42:56.345Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T10:42:56.346Z||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. 2021-11-11T10:42:56.347Z||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 CtoXtZ0TKyziuG3U) ... 2021-11-11T10:43:05.897Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T10:43:05.904Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T10:43:56.343Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T10:43:56.344Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T10:43:56.346Z||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. 2021-11-11T10:43:56.345Z||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. 2021-11-11T10:43:56.346Z||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 CtoXtZ0TKyziuG3U) ... 2021-11-11T10:43:56.346Z||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 CtoXtZ0TKyziuG3U) ... 2021-11-11T10:44:02.671Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T10:44:02.674Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-11T10:44:02.675Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"cdf94d74-de8b-491e-85a4-3de308960376","serviceName":"basic_onboard_lUSEff","serviceVersion":"1.0","serviceUUID":"8e71e594-512f-4d6a-b9be-568e00ffa02d","serviceDescription":"service","serviceInvariantUUID":"5b82f8e9-c1be-43fa-bd6b-63185b51017d","resources":[{"resourceInstanceName":"basic_onboard_lUSEff 0","resourceName":"basic_onboard_lUSEff","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b6179ab2-bb5e-4b6c-9e48-b5f63abfe9e8","resourceInvariantUUID":"f4de340b-67ef-47d0-9d79-97907ed4eb43","resourceCustomizationUUID":"bba8c298-a52f-41a6-9941-2178bce50ead","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLuseff/1.0/resourceInstances/basic_onboard_luseff0/artifacts/vf-license-model.xml","artifactChecksum":"MjZjMDY1ZjMzODE4NzVkNTBjMmM0ZWY2NjZiMTFjZDc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"4f001fbb-95d6-4cb0-bda7-dbe42c60aef7","artifactVersion":"1"},{"artifactName":"basic_onboard_luseff0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLuseff/1.0/resourceInstances/basic_onboard_luseff0/artifacts/basic_onboard_luseff0_modules.json","artifactChecksum":"ZjRkNmI2ODg5OWJmZmY1Y2Y1NmRmNDhiNWQ4ZTFiNTc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"502ee236-6477-4f79-8df5-f7b7bc79fe3c","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLuseff/1.0/resourceInstances/basic_onboard_luseff0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"929ae033-52d9-4126-a1a1-1365dbee7feb","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLuseff/1.0/resourceInstances/basic_onboard_luseff0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d001a5c0-0e96-4b83-a43c-1e4be8316feb","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLuseff/1.0/resourceInstances/basic_onboard_luseff0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"81c6d736-09bc-4d19-8c1c-9212c16ad281","artifactVersion":"2","generatedFromUUID":"929ae033-52d9-4126-a1a1-1365dbee7feb"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardLuseff-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLuseff/1.0/artifacts/service-BasicOnboardLuseff-template.yml","artifactChecksum":"OGVjYmFhNzcxNzZhNDY1ZGZkMWNkNjI0N2Y3NDk3YzQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a6c5a0ae-2768-43be-a9f4-d40e92d2ec9f","artifactVersion":"1"},{"artifactName":"service-BasicOnboardLuseff-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLuseff/1.0/artifacts/service-BasicOnboardLuseff-csar.csar","artifactChecksum":"MzY3NWE2MWYzZjUzYzEzZmNhOTBjMWI4YjVjYWJjMzA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"732bdc70-5328-4547-85e1-99dc33e0d4ca","artifactVersion":"1"}],"workloadContext":"Production"} 2021-11-11T10:44:02.682Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-11T10:44:02.683Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-11-11T10:44:02.687Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-11T10:44:02.688Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "cdf94d74-de8b-491e-85a4-3de308960376", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636627436342, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLuseff/1.0/resourceInstances/basic_onboard_luseff0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-11T10:44:02.788Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-11T10:44:02.790Z||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. 2021-11-11T10:44:02.790Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CtoXtZ0TKyziuG3U) ... 2021-11-11T10:44:02.801Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T10:44:02.802Z||pool-19-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-11-11T10:44:02.913Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T10:44:02.914Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T10:44:02.914Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdf94d74-de8b-491e-85a4-3de308960376", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636627436342, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLuseff/1.0/resourceInstances/basic_onboard_luseff0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-11T10:44:02.915Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-11T10:44:03.689Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-11T10:44:03.690Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-11-11T10:44:03.692Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-11T10:44:03.693Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "cdf94d74-de8b-491e-85a4-3de308960376", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636627436342, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLuseff/1.0/resourceInstances/basic_onboard_luseff0/artifacts/basic_onboard_luseff0_modules.json", "status": "NOTIFIED" } 2021-11-11T10:44:03.792Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-11T10:44:03.793Z||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. 2021-11-11T10:44:03.793Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CtoXtZ0TKyziuG3U) ... 2021-11-11T10:44:03.825Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T10:44:03.825Z||pool-20-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1} 2021-11-11T10:44:04.693Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-11T10:44:04.695Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-11-11T10:44:04.697Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-11T10:44:04.697Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "cdf94d74-de8b-491e-85a4-3de308960376", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636627436342, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLuseff/1.0/resourceInstances/basic_onboard_luseff0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-11-11T10:44:04.797Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-11T10:44:04.798Z||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. 2021-11-11T10:44:04.799Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CtoXtZ0TKyziuG3U) ... 2021-11-11T10:44:04.815Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T10:44:04.815Z||pool-21-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2021-11-11T10:44:05.698Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-11T10:44:05.699Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-11-11T10:44:05.701Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-11T10:44:05.701Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "cdf94d74-de8b-491e-85a4-3de308960376", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636627436342, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLuseff/1.0/resourceInstances/basic_onboard_luseff0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-11T10:44:05.805Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms 2021-11-11T10:44:05.806Z||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. 2021-11-11T10:44:05.806Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CtoXtZ0TKyziuG3U) ... 2021-11-11T10:44:05.818Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T10:44:05.818Z||pool-22-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-11T10:44:06.702Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-11T10:44:06.703Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-11-11T10:44:06.706Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-11T10:44:06.706Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "cdf94d74-de8b-491e-85a4-3de308960376", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636627436342, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLuseff/1.0/resourceInstances/basic_onboard_luseff0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-11-11T10:44:06.806Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-11T10:44:06.807Z||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. 2021-11-11T10:44:06.807Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CtoXtZ0TKyziuG3U) ... 2021-11-11T10:44:06.825Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T10:44:06.826Z||pool-23-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2021-11-11T10:44:07.706Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-11T10:44:07.707Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-11-11T10:44:07.709Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-11T10:44:07.709Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "cdf94d74-de8b-491e-85a4-3de308960376", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636627436342, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLuseff/1.0/artifacts/service-BasicOnboardLuseff-template.yml", "status": "NOT_NOTIFIED" } 2021-11-11T10:44:07.809Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-11T10:44:07.810Z||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. 2021-11-11T10:44:07.810Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CtoXtZ0TKyziuG3U) ... 2021-11-11T10:44:07.823Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T10:44:07.823Z||pool-24-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-11T10:44:08.710Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-11T10:44:08.711Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-11-11T10:44:08.713Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-11T10:44:08.713Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "cdf94d74-de8b-491e-85a4-3de308960376", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636627436342, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLuseff/1.0/artifacts/service-BasicOnboardLuseff-csar.csar", "status": "NOTIFIED" } 2021-11-11T10:44:08.813Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-11T10:44:08.814Z||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. 2021-11-11T10:44:08.814Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CtoXtZ0TKyziuG3U) ... 2021-11-11T10:44:08.826Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T10:44:08.826Z||pool-25-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-11T10:44:09.715Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "cdf94d74-de8b-491e-85a4-3de308960376", "serviceName": "basic_onboard_lUSEff", "serviceVersion": "1.0", "serviceUUID": "8e71e594-512f-4d6a-b9be-568e00ffa02d", "serviceDescription": "service", "serviceInvariantUUID": "5b82f8e9-c1be-43fa-bd6b-63185b51017d", "resources": [ { "resourceInstanceName": "basic_onboard_lUSEff 0", "resourceCustomizationUUID": "bba8c298-a52f-41a6-9941-2178bce50ead", "resourceName": "basic_onboard_lUSEff", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "b6179ab2-bb5e-4b6c-9e48-b5f63abfe9e8", "resourceInvariantUUID": "f4de340b-67ef-47d0-9d79-97907ed4eb43", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_luseff0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLuseff/1.0/resourceInstances/basic_onboard_luseff0/artifacts/basic_onboard_luseff0_modules.json", "artifactChecksum": "ZjRkNmI2ODg5OWJmZmY1Y2Y1NmRmNDhiNWQ4ZTFiNTc\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "502ee236-6477-4f79-8df5-f7b7bc79fe3c", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLuseff/1.0/resourceInstances/basic_onboard_luseff0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "929ae033-52d9-4126-a1a1-1365dbee7feb", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLuseff/1.0/resourceInstances/basic_onboard_luseff0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "81c6d736-09bc-4d19-8c1c-9212c16ad281", "generatedFromUUID": "929ae033-52d9-4126-a1a1-1365dbee7feb" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLuseff/1.0/resourceInstances/basic_onboard_luseff0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "81c6d736-09bc-4d19-8c1c-9212c16ad281", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardLuseff-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLuseff/1.0/artifacts/service-BasicOnboardLuseff-csar.csar", "artifactChecksum": "MzY3NWE2MWYzZjUzYzEzZmNhOTBjMWI4YjVjYWJjMzA\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "732bdc70-5328-4547-85e1-99dc33e0d4ca" } ], "workloadContext": "Production" } 2021-11-11T10:44:09.716Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-11-11T10:44:09.716Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 8e71e594-512f-4d6a-b9be-568e00ffa02d ASDC 2021-11-11T10:44:09.718Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:cdf94d74-de8b-491e-85a4-3de308960376 ServiceName:basic_onboard_lUSEff ServiceVersion:1.0 ServiceUUID:8e71e594-512f-4d6a-b9be-568e00ffa02d ServiceInvariantUUID:5b82f8e9-c1be-43fa-bd6b-63185b51017d ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardLuseff-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardLuseff/1.0/artifacts/service-BasicOnboardLuseff-csar.csar ArtifactUUID:732bdc70-5328-4547-85e1-99dc33e0d4ca ArtifactChecksum:MzY3NWE2MWYzZjUzYzEzZmNhOTBjMWI4YjVjYWJjMzA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_lUSEff 0 ResourceCustomizationUUID:bba8c298-a52f-41a6-9941-2178bce50ead ResourceInvariantUUID:f4de340b-67ef-47d0-9d79-97907ed4eb43 ResourceName:basic_onboard_lUSEff ResourceType:VF ResourceUUID:b6179ab2-bb5e-4b6c-9e48-b5f63abfe9e8 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_luseff0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardLuseff/1.0/resourceInstances/basic_onboard_luseff0/artifacts/basic_onboard_luseff0_modules.json ArtifactUUID:502ee236-6477-4f79-8df5-f7b7bc79fe3c ArtifactChecksum:ZjRkNmI2ODg5OWJmZmY1Y2Y1NmRmNDhiNWQ4ZTFiNTc= 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/BasicOnboardLuseff/1.0/resourceInstances/basic_onboard_luseff0/artifacts/base_ubuntu18.yaml ArtifactUUID:929ae033-52d9-4126-a1a1-1365dbee7feb 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/BasicOnboardLuseff/1.0/resourceInstances/basic_onboard_luseff0/artifacts/base_ubuntu18.env ArtifactUUID:81c6d736-09bc-4d19-8c1c-9212c16ad281 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/BasicOnboardLuseff/1.0/resourceInstances/basic_onboard_luseff0/artifacts/base_ubuntu18.env ArtifactUUID:81c6d736-09bc-4d19-8c1c-9212c16ad281 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-11-11T10:44:09.718Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8e71e594-512f-4d6a-b9be-568e00ffa02d 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 (?, ?, ?, ?, ?) 2021-11-11T10:44:09.773Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-11T10:44:09.775Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2021-11-11T10:44:09.775Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2021-11-11T10:44:09.777Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 732bdc70-5328-4547-85e1-99dc33e0d4ca from URL: /sdc/v1/catalog/services/BasicOnboardLuseff/1.0/artifacts/service-BasicOnboardLuseff-csar.csar 2021-11-11T10:44:09.777Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500||DistributionClient - download 2021-11-11T10:44:09.777Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardLuseff/1.0/artifacts/service-BasicOnboardLuseff-csar.csar 2021-11-11T10:44:09.892Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2021-11-11T10:44:09.896Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardLuseff/1.0/artifacts/service-BasicOnboardLuseff-csar.csar 732bdc70-5328-4547-85e1-99dc33e0d4ca 71551 2021-11-11T10:44:09.896Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardLuseff/1.0/artifacts/service-BasicOnboardLuseff-csar.csar ASDC sendASDCNotification 2021-11-11T10:44:09.896Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLuseff/1.0/artifacts/service-BasicOnboardLuseff-csar.csar 2021-11-11T10:44:09.896Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-11T10:44:09.897Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-11-11T10:44:09.899Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-11T10:44:09.899Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "cdf94d74-de8b-491e-85a4-3de308960376", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636627449896, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLuseff/1.0/artifacts/service-BasicOnboardLuseff-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-11T10:44:09.999Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-11T10:44:10.001Z||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. 2021-11-11T10:44:10.001Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CtoXtZ0TKyziuG3U) ... 2021-11-11T10:44:10.013Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T10:44:10.013Z||pool-26-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-11T10:44:10.899Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-11T10:44:10.901Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2021-11-11T10:44:10.901Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 732bdc70-5328-4547-85e1-99dc33e0d4ca, URL: /sdc/v1/catalog/services/BasicOnboardLuseff/1.0/artifacts/service-BasicOnboardLuseff-csar.csar to file: /app/ASDC/1/service-BasicOnboardLuseff-csar.csar 2021-11-11T10:44:10.902Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardLuseff-csar.csar 2021-11-11T10:44:10.902Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardLuseff-csar.csar 2021-11-11T10:44:10.902Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardLuseff-csar.csar 2021-11-11T10:44:11.206Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12233754852215125802/Definitions/service-BasicOnboardLuseff-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 2021-11-11T10:44:12.497Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2021-11-11T10:44:12.498Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||WARN|500||#################################################################################################### 2021-11-11T10:44:12.498Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardLuseff-csar.csar 2021-11-11T10:44:12.498Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2021-11-11T10:44:12.498Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_lUSEff 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-BasicOnboardLuseff-csar.csar 2021-11-11T10:44:12.498Z|cdf94d74-de8b-491e-85a4-3de308960376|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-BasicOnboardLuseff-csar.csar 2021-11-11T10:44:12.498Z|cdf94d74-de8b-491e-85a4-3de308960376|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-BasicOnboardLuseff-csar.csar 2021-11-11T10:44:12.499Z|cdf94d74-de8b-491e-85a4-3de308960376|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-BasicOnboardLuseff-csar.csar 2021-11-11T10:44:12.499Z|cdf94d74-de8b-491e-85a4-3de308960376|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-BasicOnboardLuseff-csar.csar 2021-11-11T10:44:12.499Z|cdf94d74-de8b-491e-85a4-3de308960376|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-BasicOnboardLuseff-csar.csar 2021-11-11T10:44:12.499Z|cdf94d74-de8b-491e-85a4-3de308960376|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-BasicOnboardLuseff-csar.csar 2021-11-11T10:44:12.499Z|cdf94d74-de8b-491e-85a4-3de308960376|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-BasicOnboardLuseff-csar.csar 2021-11-11T10:44:12.499Z|cdf94d74-de8b-491e-85a4-3de308960376|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-BasicOnboardLuseff-csar.csar 2021-11-11T10:44:12.499Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||WARN|500||#################################################################################################### 2021-11-11T10:44:12.499Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T10:44:12.500Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_lUSEff is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-11T10:44:12.500Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_lUSEff 0 is matching search criteria 2021-11-11T10:44:12.500Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2021-11-11T10:44:12.500Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_lUSEff 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-11T10:44:12.501Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T10:44:12.501Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_lUSEff is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-11T10:44:12.501Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_lUSEff 0 is matching search criteria 2021-11-11T10:44:12.501Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2021-11-11T10:44:12.501Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_lUSEff 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-11T10:44:12.501Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T10:44:12.501Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_lUSEff is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-11T10:44:12.502Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T10:44:12.502Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_lUSEff 0 is not matching search criteria 2021-11-11T10:44:12.502Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2021-11-11T10:44:12.502Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2021-11-11T10:44:12.502Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2021-11-11T10:44:12.502Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-11-11T10:44:12.503Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-11-11T10:44:12.503Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T10:44:12.503Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_lUSEff is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-11-11T10:44:12.503Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T10:44:12.503Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_lUSEff 0 is matching search criteria 2021-11-11T10:44:12.503Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_lUSEff 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-11T10:44:12.504Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T10:44:12.504Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_lUSEff 0 is matching search criteria 2021-11-11T10:44:12.504Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_lUSEff 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-11T10:44:12.504Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T10:44:12.504Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_lUSEff 0 is matching search criteria 2021-11-11T10:44:12.505Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_lUSEff 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-11T10:44:12.505Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T10:44:12.505Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_lUSEff 0 is not matching search criteria 2021-11-11T10:44:12.505Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-11-11T10:44:12.505Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-11-11T10:44:12.505Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=fe734ffc-0e26-4419-86a0-c53c60fea959 2021-11-11T10:44:12.505Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T10:44:12.506Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_lUSEff is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-11T10:44:12.506Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T10:44:12.506Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_lUSEff is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-11T10:44:12.506Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T10:44:12.506Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_lUSEff is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-11T10:44:12.506Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T10:44:12.506Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_lUSEff is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-11T10:44:12.507Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_lUSEff Description:service Model UUID:8e71e594-512f-4d6a-b9be-568e00ffa02d Model Version:NULL Model InvariantUuid:5b82f8e9-c1be-43fa-bd6b-63185b51017d Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_lUSEff Model UUID:232386ce-f4bf-4de7-ba05-eb3496cb7152 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:f4de340b-67ef-47d0-9d79-97907ed4eb43 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:bba8c298-a52f-41a6-9941-2178bce50ead NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:fb2eaac5-6aaf-466d-b648-e8f02355f482 ModelName:BasicOnboardLuseff..base_ubuntu18..module-0 ModelUuid:8dad44bd-8d53-48b0-9fdd-ddd5e7bdc46a ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:fe734ffc-0e26-4419-86a0-c53c60fea959 ModelInvariantUuid:11875208-8e6b-472b-abae-3e6934d5c5e5 ModelName:basic_onboard_lUSEff-nodes.ubuntu18Cvfc ModelUuid:bdd724b8-6bcd-49ec-bfbc-ed82d39f9b69 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:575175e0-170a-485b-b5c6-32113921b659 ModelInvariantUuid:5417ccfd-79fc-47b3-b343-d76770f84e71 ModelName:BasicOnboardLuseff.compute.nodes.heat.ubuntu18 ModelUuid:2948a46f-484f-4750-ae89-1422134b2e84 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=? 2021-11-11T10:44:12.513Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: b6179ab2-bb5e-4b6c-9e48-b5f63abfe9e8 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=? 2021-11-11T10:44:12.518Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500||basic_onboard_lUSEff 0 2021-11-11T10:44:12.518Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b6179ab2-bb5e-4b6c-9e48-b5f63abfe9e8 2021-11-11T10:44:12.518Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 502ee236-6477-4f79-8df5-f7b7bc79fe3c from URL: /sdc/v1/catalog/services/BasicOnboardLuseff/1.0/resourceInstances/basic_onboard_luseff0/artifacts/basic_onboard_luseff0_modules.json 2021-11-11T10:44:12.518Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500||DistributionClient - download 2021-11-11T10:44:12.518Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardLuseff/1.0/resourceInstances/basic_onboard_luseff0/artifacts/basic_onboard_luseff0_modules.json 2021-11-11T10:44:12.974Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2021-11-11T10:44:12.974Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardLuseff/1.0/resourceInstances/basic_onboard_luseff0/artifacts/basic_onboard_luseff0_modules.json 502ee236-6477-4f79-8df5-f7b7bc79fe3c 798 2021-11-11T10:44:12.975Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardLuseff/1.0/resourceInstances/basic_onboard_luseff0/artifacts/basic_onboard_luseff0_modules.json ASDC sendASDCNotification 2021-11-11T10:44:12.975Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLuseff/1.0/resourceInstances/basic_onboard_luseff0/artifacts/basic_onboard_luseff0_modules.json 2021-11-11T10:44:12.975Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-11T10:44:12.975Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-11-11T10:44:12.977Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-11T10:44:12.977Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "cdf94d74-de8b-491e-85a4-3de308960376", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636627452975, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLuseff/1.0/resourceInstances/basic_onboard_luseff0/artifacts/basic_onboard_luseff0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-11T10:44:13.077Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-11T10:44:13.079Z||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. 2021-11-11T10:44:13.079Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CtoXtZ0TKyziuG3U) ... 2021-11-11T10:44:13.091Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T10:44:13.092Z||pool-27-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-11-11T10:44:13.978Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardLuseff..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "fb2eaac5-6aaf-466d-b648-e8f02355f482", "vfModuleModelVersion": "1", "vfModuleModelUUID": "8dad44bd-8d53-48b0-9fdd-ddd5e7bdc46a", "vfModuleModelCustomizationUUID": "c615bb94-95ea-4367-afae-00f9e0459a0a", "isBase": true, "artifacts": [ "929ae033-52d9-4126-a1a1-1365dbee7feb", "81c6d736-09bc-4d19-8c1c-9212c16ad281" ], "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": "" } } ] 2021-11-11T10:44:13.986Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardLuseff..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:8dad44bd-8d53-48b0-9fdd-ddd5e7bdc46a VfModuleModelInvariantUUID:fb2eaac5-6aaf-466d-b648-e8f02355f482 VfModuleModelDescription:NULL Artifacts UUID List:{ 929ae033-52d9-4126-a1a1-1365dbee7feb , 81c6d736-09bc-4d19-8c1c-9212c16ad281 } 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 } 2021-11-11T10:44:13.988Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardLuseff..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "fb2eaac5-6aaf-466d-b648-e8f02355f482", "vfModuleModelVersion": "1", "vfModuleModelUUID": "8dad44bd-8d53-48b0-9fdd-ddd5e7bdc46a", "vfModuleModelCustomizationUUID": "c615bb94-95ea-4367-afae-00f9e0459a0a", "isBase": true, "artifacts": [ "929ae033-52d9-4126-a1a1-1365dbee7feb", "81c6d736-09bc-4d19-8c1c-9212c16ad281" ], "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": "" } } ] 2021-11-11T10:44:13.988Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardLuseff..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:8dad44bd-8d53-48b0-9fdd-ddd5e7bdc46a VfModuleModelInvariantUUID:fb2eaac5-6aaf-466d-b648-e8f02355f482 VfModuleModelDescription:NULL Artifacts UUID List:{ 929ae033-52d9-4126-a1a1-1365dbee7feb , 81c6d736-09bc-4d19-8c1c-9212c16ad281 } 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 } 2021-11-11T10:44:13.988Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 929ae033-52d9-4126-a1a1-1365dbee7feb from URL: /sdc/v1/catalog/services/BasicOnboardLuseff/1.0/resourceInstances/basic_onboard_luseff0/artifacts/base_ubuntu18.yaml 2021-11-11T10:44:13.989Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500||DistributionClient - download 2021-11-11T10:44:13.989Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardLuseff/1.0/resourceInstances/basic_onboard_luseff0/artifacts/base_ubuntu18.yaml 2021-11-11T10:44:14.536Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2021-11-11T10:44:14.537Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardLuseff/1.0/resourceInstances/basic_onboard_luseff0/artifacts/base_ubuntu18.yaml 929ae033-52d9-4126-a1a1-1365dbee7feb 5033 2021-11-11T10:44:14.537Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardLuseff/1.0/resourceInstances/basic_onboard_luseff0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-11-11T10:44:14.537Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLuseff/1.0/resourceInstances/basic_onboard_luseff0/artifacts/base_ubuntu18.yaml 2021-11-11T10:44:14.537Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-11T10:44:14.537Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-11-11T10:44:14.539Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-11T10:44:14.539Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "cdf94d74-de8b-491e-85a4-3de308960376", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636627454537, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLuseff/1.0/resourceInstances/basic_onboard_luseff0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-11-11T10:44:14.640Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-11T10:44:14.641Z||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. 2021-11-11T10:44:14.641Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CtoXtZ0TKyziuG3U) ... 2021-11-11T10:44:14.663Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T10:44:14.664Z||pool-28-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2021-11-11T10:44:15.542Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 81c6d736-09bc-4d19-8c1c-9212c16ad281 from URL: /sdc/v1/catalog/services/BasicOnboardLuseff/1.0/resourceInstances/basic_onboard_luseff0/artifacts/base_ubuntu18.env 2021-11-11T10:44:15.542Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500||DistributionClient - download 2021-11-11T10:44:15.542Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardLuseff/1.0/resourceInstances/basic_onboard_luseff0/artifacts/base_ubuntu18.env 2021-11-11T10:44:15.872Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2021-11-11T10:44:15.872Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardLuseff/1.0/resourceInstances/basic_onboard_luseff0/artifacts/base_ubuntu18.env 81c6d736-09bc-4d19-8c1c-9212c16ad281 909 2021-11-11T10:44:15.873Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardLuseff/1.0/resourceInstances/basic_onboard_luseff0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-11-11T10:44:15.873Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLuseff/1.0/resourceInstances/basic_onboard_luseff0/artifacts/base_ubuntu18.env 2021-11-11T10:44:15.873Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-11T10:44:15.873Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-11-11T10:44:15.875Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-11T10:44:15.875Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "cdf94d74-de8b-491e-85a4-3de308960376", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636627455873, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLuseff/1.0/resourceInstances/basic_onboard_luseff0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-11-11T10:44:15.975Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-11T10:44:15.976Z||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. 2021-11-11T10:44:15.977Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CtoXtZ0TKyziuG3U) ... 2021-11-11T10:44:15.987Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T10:44:15.988Z||pool-29-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-11T10:44:16.876Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 8e71e594-512f-4d6a-b9be-568e00ffa02d 2021-11-11T10:44:16.876Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_lUSEff 0 b6179ab2-bb5e-4b6c-9e48-b5f63abfe9e8 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=? 2021-11-11T10:44:16.889Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6081019d, org.onap.sdc.toscaparser.api.parameters.Input@fa08b18, org.onap.sdc.toscaparser.api.parameters.Input@6718fe5, org.onap.sdc.toscaparser.api.parameters.Input@242bff75, org.onap.sdc.toscaparser.api.parameters.Input@4cce8f84] 2021-11-11T10:44:16.891Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T10:44:16.891Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_lUSEff is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-11T10:44:16.891Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 2021-11-11T10:44:16.891Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= bba8c298-a52f-41a6-9941-2178bce50ead 2021-11-11T10:44:16.892Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: bba8c298-a52f-41a6-9941-2178bce50ead matches Tosca VF Customization UUID: bba8c298-a52f-41a6-9941-2178bce50ead 2021-11-11T10:44:16.892Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: bba8c298-a52f-41a6-9941-2178bce50ead 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=? 2021-11-11T10:44:16.895Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T10:44:16.895Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_lUSEff is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-11T10:44:16.895Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id bba8c298-a52f-41a6-9941-2178bce50ead: {\"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\"} 2021-11-11T10:44:16.895Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@36921a7e 2021-11-11T10:44:16.896Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T10:44:16.896Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_lUSEff is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-11-11T10:44:16.896Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c615bb94-95ea-4367-afae-00f9e0459a0a 2021-11-11T10:44:16.896Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c615bb94-95ea-4367-afae-00f9e0459a0a 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=? 2021-11-11T10:44:16.899Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T10:44:16.899Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_lUSEff 0 is matching search criteria 2021-11-11T10:44:16.900Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_lUSEff 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-11T10:44:16.900Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T10:44:16.900Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_lUSEff 0 is matching search criteria 2021-11-11T10:44:16.900Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_lUSEff 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-11T10:44:16.901Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T10:44:16.901Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_lUSEff 0 is not matching search criteria 2021-11-11T10:44:16.901Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-11-11T10:44:16.901Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-11-11T10:44:16.901Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=fe734ffc-0e26-4419-86a0-c53c60fea959 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=? 2021-11-11T10:44:16.904Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T10:44:16.904Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_lUSEff 0 is matching search criteria 2021-11-11T10:44:16.904Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_lUSEff 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-11T10:44:16.905Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T10:44:16.905Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_lUSEff 0 is matching search criteria 2021-11-11T10:44:16.905Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_lUSEff 0] matching following query criteria: sdcType=VF, customizationUUID=bba8c298-a52f-41a6-9941-2178bce50ead 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=? 2021-11-11T10:44:16.906Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T10:44:16.906Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_lUSEff is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-11T10:44:16.907Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 8e71e594-512f-4d6a-b9be-568e00ffa02d: basic_onboard_lUSEff 2021-11-11T10:44:16.907Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T10:44:16.907Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_lUSEff is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-11T10:44:16.907Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T10:44:16.907Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_lUSEff is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-11T10:44:16.907Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T10:44:16.908Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_lUSEff is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-11T10:44:16.908Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T10:44:16.908Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_lUSEff is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-11T10:44:16.908Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T10:44:16.908Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_lUSEff is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-11T10:44:16.908Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500||Saving Service: basic_onboard_lUSEff 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 (?, ?, ?, ?, ?) 2021-11-11T10:44:17.000Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_lUSEff b6179ab2-bb5e-4b6c-9e48-b5f63abfe9e8 1 ASDC deployResourceStructure 2021-11-11T10:44:17.000Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardLuseff/1.0/resourceInstances/basic_onboard_luseff0/artifacts/basic_onboard_luseff0_modules.json ASDC sendASDCNotification 2021-11-11T10:44:17.000Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLuseff/1.0/resourceInstances/basic_onboard_luseff0/artifacts/basic_onboard_luseff0_modules.json 2021-11-11T10:44:17.000Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-11T10:44:17.001Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-11-11T10:44:17.002Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-11T10:44:17.002Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "cdf94d74-de8b-491e-85a4-3de308960376", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636627457000, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLuseff/1.0/resourceInstances/basic_onboard_luseff0/artifacts/basic_onboard_luseff0_modules.json", "status": "DEPLOY_OK" } 2021-11-11T10:44:17.103Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-11T10:44:17.103Z||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. 2021-11-11T10:44:17.104Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CtoXtZ0TKyziuG3U) ... 2021-11-11T10:44:17.113Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T10:44:17.113Z||pool-30-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-11-11T10:44:18.003Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardLuseff/1.0/resourceInstances/basic_onboard_luseff0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-11-11T10:44:18.004Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLuseff/1.0/resourceInstances/basic_onboard_luseff0/artifacts/base_ubuntu18.yaml 2021-11-11T10:44:18.004Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-11T10:44:18.004Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-11-11T10:44:18.006Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-11T10:44:18.006Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "cdf94d74-de8b-491e-85a4-3de308960376", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636627458003, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLuseff/1.0/resourceInstances/basic_onboard_luseff0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-11-11T10:44:18.106Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-11T10:44:18.107Z||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. 2021-11-11T10:44:18.108Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CtoXtZ0TKyziuG3U) ... 2021-11-11T10:44:18.128Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T10:44:18.129Z||pool-31-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2021-11-11T10:44:19.007Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardLuseff/1.0/resourceInstances/basic_onboard_luseff0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-11-11T10:44:19.007Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLuseff/1.0/resourceInstances/basic_onboard_luseff0/artifacts/base_ubuntu18.env 2021-11-11T10:44:19.007Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-11T10:44:19.007Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-11-11T10:44:19.009Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-11T10:44:19.010Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "cdf94d74-de8b-491e-85a4-3de308960376", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636627459007, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLuseff/1.0/resourceInstances/basic_onboard_luseff0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-11-11T10:44:19.110Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-11T10:44:19.111Z||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. 2021-11-11T10:44:19.111Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CtoXtZ0TKyziuG3U) ... 2021-11-11T10:44:19.125Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T10:44:19.126Z||pool-32-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-11-11T10:44:20.011Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardLuseff/1.0/artifacts/service-BasicOnboardLuseff-csar.csar ASDC sendASDCNotification 2021-11-11T10:44:20.011Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLuseff/1.0/artifacts/service-BasicOnboardLuseff-csar.csar 2021-11-11T10:44:20.011Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-11T10:44:20.012Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-11-11T10:44:20.015Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-11T10:44:20.016Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "cdf94d74-de8b-491e-85a4-3de308960376", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636627460011, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLuseff/1.0/artifacts/service-BasicOnboardLuseff-csar.csar", "status": "DEPLOY_OK" } 2021-11-11T10:44:20.116Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-11T10:44:20.117Z||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. 2021-11-11T10:44:20.117Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CtoXtZ0TKyziuG3U) ... 2021-11-11T10:44:20.129Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T10:44:20.130Z||pool-33-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-11-11T10:44:21.017Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cdf94d74-de8b-491e-85a4-3de308960376 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-11-11T10:44:21.033Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cdf94d74-de8b-491e-85a4-3de308960376 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=? 2021-11-11T10:44:21.035Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-11T10:44:21.036Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-11T10:44:21.036Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-11T10:44:51.036Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cdf94d74-de8b-491e-85a4-3de308960376 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-11-11T10:44:51.052Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cdf94d74-de8b-491e-85a4-3de308960376 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=? 2021-11-11T10:44:51.055Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-11T10:44:51.055Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-11T10:44:51.055Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-11T10:44:56.345Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T10:44:56.347Z||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. 2021-11-11T10:44:56.347Z||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 CtoXtZ0TKyziuG3U) ... 2021-11-11T10:44:56.395Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T10:44:56.400Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T10:44:56.402Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdf94d74-de8b-491e-85a4-3de308960376", "consumerID": "aai-ml", "timestamp": 1636627435146, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLuseff/1.0/resourceInstances/basic_onboard_luseff0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-11T10:44:56.406Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-11T10:45:21.055Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cdf94d74-de8b-491e-85a4-3de308960376 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-11-11T10:45:21.071Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cdf94d74-de8b-491e-85a4-3de308960376 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=? 2021-11-11T10:45:21.073Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-11T10:45:21.073Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-11T10:45:21.074Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-11T10:45:51.074Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cdf94d74-de8b-491e-85a4-3de308960376 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-11-11T10:45:51.102Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cdf94d74-de8b-491e-85a4-3de308960376 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=? 2021-11-11T10:45:51.104Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-11T10:45:51.104Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-11T10:45:51.104Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-11T10:45:56.345Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T10:45:56.347Z||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. 2021-11-11T10:45:56.348Z||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 CtoXtZ0TKyziuG3U) ... 2021-11-11T10:45:56.386Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T10:45:56.387Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T10:45:56.387Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdf94d74-de8b-491e-85a4-3de308960376", "consumerID": "multicloud-k8s-id", "timestamp": 1636627436085, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLuseff/1.0/resourceInstances/basic_onboard_luseff0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-11T10:45:56.392Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-11T10:45:56.392Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T10:45:56.392Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdf94d74-de8b-491e-85a4-3de308960376", "consumerID": "dcae-sch", "timestamp": 1636627434891, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLuseff/1.0/resourceInstances/basic_onboard_luseff0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-11T10:45:56.393Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-11T10:46:21.105Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cdf94d74-de8b-491e-85a4-3de308960376 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-11-11T10:46:21.117Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cdf94d74-de8b-491e-85a4-3de308960376 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=? 2021-11-11T10:46:21.122Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-11T10:46:21.122Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-11T10:46:21.122Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-11T10:46:51.122Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cdf94d74-de8b-491e-85a4-3de308960376 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-11-11T10:46:51.140Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cdf94d74-de8b-491e-85a4-3de308960376 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=? 2021-11-11T10:46:51.142Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-11T10:46:51.143Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-11T10:46:51.143Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-11T10:46:56.345Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T10:46:56.347Z||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. 2021-11-11T10:46:56.348Z||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 CtoXtZ0TKyziuG3U) ... 2021-11-11T10:46:56.877Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T10:46:56.883Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T10:46:56.884Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdf94d74-de8b-491e-85a4-3de308960376", "consumerID": "aai-ml", "timestamp": 1636627435146, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLuseff/1.0/resourceInstances/basic_onboard_luseff0/artifacts/basic_onboard_luseff0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-11T10:46:56.887Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-11T10:46:56.888Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T10:46:56.888Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdf94d74-de8b-491e-85a4-3de308960376", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636627436342, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLuseff/1.0/resourceInstances/basic_onboard_luseff0/artifacts/basic_onboard_luseff0_modules.json", "status": "NOTIFIED" } 2021-11-11T10:46:56.888Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-11T10:46:56.888Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T10:46:56.888Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdf94d74-de8b-491e-85a4-3de308960376", "consumerID": "multicloud-k8s-id", "timestamp": 1636627436085, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLuseff/1.0/resourceInstances/basic_onboard_luseff0/artifacts/basic_onboard_luseff0_modules.json", "status": "NOTIFIED" } 2021-11-11T10:46:56.888Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-11T10:46:56.889Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T10:46:56.889Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdf94d74-de8b-491e-85a4-3de308960376", "consumerID": "dcae-sch", "timestamp": 1636627434891, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLuseff/1.0/resourceInstances/basic_onboard_luseff0/artifacts/basic_onboard_luseff0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-11T10:46:56.889Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-11T10:46:56.889Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T10:46:56.889Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdf94d74-de8b-491e-85a4-3de308960376", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636627436342, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLuseff/1.0/resourceInstances/basic_onboard_luseff0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-11-11T10:46:56.889Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-11T10:46:56.889Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T10:46:56.889Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdf94d74-de8b-491e-85a4-3de308960376", "consumerID": "aai-ml", "timestamp": 1636627435146, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLuseff/1.0/resourceInstances/basic_onboard_luseff0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-11-11T10:46:56.889Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-11T10:46:56.890Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T10:46:56.890Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdf94d74-de8b-491e-85a4-3de308960376", "consumerID": "multicloud-k8s-id", "timestamp": 1636627436085, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLuseff/1.0/resourceInstances/basic_onboard_luseff0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-11-11T10:46:56.890Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-11T10:46:56.890Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T10:46:56.890Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdf94d74-de8b-491e-85a4-3de308960376", "consumerID": "dcae-sch", "timestamp": 1636627434891, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLuseff/1.0/resourceInstances/basic_onboard_luseff0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-11-11T10:46:56.891Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-11T10:46:56.891Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T10:46:56.891Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdf94d74-de8b-491e-85a4-3de308960376", "consumerID": "aai-ml", "timestamp": 1636627435146, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLuseff/1.0/resourceInstances/basic_onboard_luseff0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-11T10:46:56.891Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-11T10:46:56.891Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T10:46:56.891Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdf94d74-de8b-491e-85a4-3de308960376", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636627436342, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLuseff/1.0/resourceInstances/basic_onboard_luseff0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-11T10:46:56.891Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-11T10:46:56.891Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T10:46:56.891Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdf94d74-de8b-491e-85a4-3de308960376", "consumerID": "multicloud-k8s-id", "timestamp": 1636627436085, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLuseff/1.0/resourceInstances/basic_onboard_luseff0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-11T10:46:56.892Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-11T10:46:56.892Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T10:46:56.892Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdf94d74-de8b-491e-85a4-3de308960376", "consumerID": "dcae-sch", "timestamp": 1636627434891, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLuseff/1.0/resourceInstances/basic_onboard_luseff0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-11T10:46:56.892Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-11T10:46:56.892Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T10:46:56.892Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdf94d74-de8b-491e-85a4-3de308960376", "consumerID": "aai-ml", "timestamp": 1636627435146, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLuseff/1.0/resourceInstances/basic_onboard_luseff0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-11T10:46:56.892Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-11T10:46:56.893Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T10:46:56.893Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdf94d74-de8b-491e-85a4-3de308960376", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636627436342, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLuseff/1.0/resourceInstances/basic_onboard_luseff0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-11-11T10:46:56.894Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-11T10:46:56.894Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T10:46:56.894Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdf94d74-de8b-491e-85a4-3de308960376", "consumerID": "multicloud-k8s-id", "timestamp": 1636627436085, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLuseff/1.0/resourceInstances/basic_onboard_luseff0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-11-11T10:46:56.894Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-11T10:46:56.894Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T10:46:56.894Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdf94d74-de8b-491e-85a4-3de308960376", "consumerID": "dcae-sch", "timestamp": 1636627434891, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLuseff/1.0/resourceInstances/basic_onboard_luseff0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-11T10:46:56.894Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-11T10:46:56.895Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T10:46:56.895Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdf94d74-de8b-491e-85a4-3de308960376", "consumerID": "cds", "timestamp": 1636627446455, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLuseff/1.0/resourceInstances/basic_onboard_luseff0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-11T10:46:56.896Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-11T10:46:56.896Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T10:46:56.896Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdf94d74-de8b-491e-85a4-3de308960376", "consumerID": "policy-id", "timestamp": 1636627446493, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLuseff/1.0/resourceInstances/basic_onboard_luseff0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-11T10:46:56.897Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-11T10:46:56.897Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T10:46:56.897Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdf94d74-de8b-491e-85a4-3de308960376", "consumerID": "aai-ml", "timestamp": 1636627435146, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLuseff/1.0/artifacts/service-BasicOnboardLuseff-template.yml", "status": "NOT_NOTIFIED" } 2021-11-11T10:46:56.897Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-11T10:46:56.897Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T10:46:56.898Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdf94d74-de8b-491e-85a4-3de308960376", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636627436342, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLuseff/1.0/artifacts/service-BasicOnboardLuseff-template.yml", "status": "NOT_NOTIFIED" } 2021-11-11T10:46:56.898Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-11T10:46:56.898Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T10:46:56.898Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdf94d74-de8b-491e-85a4-3de308960376", "consumerID": "dcae-sch", "timestamp": 1636627434891, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLuseff/1.0/artifacts/service-BasicOnboardLuseff-template.yml", "status": "NOT_NOTIFIED" } 2021-11-11T10:46:56.898Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-11T10:46:56.898Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T10:46:56.899Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdf94d74-de8b-491e-85a4-3de308960376", "consumerID": "multicloud-k8s-id", "timestamp": 1636627436085, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLuseff/1.0/artifacts/service-BasicOnboardLuseff-template.yml", "status": "NOT_NOTIFIED" } 2021-11-11T10:46:56.899Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-11T10:46:56.899Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T10:46:56.899Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdf94d74-de8b-491e-85a4-3de308960376", "consumerID": "cds", "timestamp": 1636627446455, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLuseff/1.0/resourceInstances/basic_onboard_luseff0/artifacts/basic_onboard_luseff0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-11T10:46:56.899Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-11T10:46:56.900Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T10:46:56.900Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdf94d74-de8b-491e-85a4-3de308960376", "consumerID": "policy-id", "timestamp": 1636627446493, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLuseff/1.0/resourceInstances/basic_onboard_luseff0/artifacts/basic_onboard_luseff0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-11T10:46:56.900Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-11T10:46:56.900Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T10:46:56.900Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdf94d74-de8b-491e-85a4-3de308960376", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636627436342, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLuseff/1.0/artifacts/service-BasicOnboardLuseff-csar.csar", "status": "NOTIFIED" } 2021-11-11T10:46:56.901Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-11T10:46:56.901Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T10:46:56.901Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdf94d74-de8b-491e-85a4-3de308960376", "consumerID": "aai-ml", "timestamp": 1636627435146, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLuseff/1.0/artifacts/service-BasicOnboardLuseff-csar.csar", "status": "NOTIFIED" } 2021-11-11T10:46:56.901Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-11T10:46:56.901Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T10:46:56.902Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdf94d74-de8b-491e-85a4-3de308960376", "consumerID": "dcae-sch", "timestamp": 1636627434891, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLuseff/1.0/artifacts/service-BasicOnboardLuseff-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-11T10:46:56.902Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-11T10:46:56.902Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T10:46:56.902Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdf94d74-de8b-491e-85a4-3de308960376", "consumerID": "multicloud-k8s-id", "timestamp": 1636627436085, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLuseff/1.0/artifacts/service-BasicOnboardLuseff-csar.csar", "status": "NOTIFIED" } 2021-11-11T10:46:56.902Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-11T10:46:56.902Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T10:46:56.902Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdf94d74-de8b-491e-85a4-3de308960376", "consumerID": "cds", "timestamp": 1636627446455, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLuseff/1.0/resourceInstances/basic_onboard_luseff0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-11-11T10:46:56.903Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-11T10:46:56.903Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T10:46:56.903Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdf94d74-de8b-491e-85a4-3de308960376", "consumerID": "policy-id", "timestamp": 1636627446493, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLuseff/1.0/resourceInstances/basic_onboard_luseff0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-11-11T10:46:56.903Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-11T10:46:56.903Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T10:46:56.904Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdf94d74-de8b-491e-85a4-3de308960376", "consumerID": "multicloud-k8s-id", "timestamp": 1636627449893, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLuseff/1.0/resourceInstances/basic_onboard_luseff0/artifacts/basic_onboard_luseff0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-11T10:46:56.904Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-11T10:46:56.904Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T10:46:56.905Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdf94d74-de8b-491e-85a4-3de308960376", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636627449896, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLuseff/1.0/artifacts/service-BasicOnboardLuseff-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-11T10:46:56.905Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-11T10:46:56.905Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T10:46:56.906Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdf94d74-de8b-491e-85a4-3de308960376", "consumerID": "aai-ml", "timestamp": 1636627449901, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLuseff/1.0/artifacts/service-BasicOnboardLuseff-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-11T10:46:56.906Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-11T10:46:56.906Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T10:46:56.906Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdf94d74-de8b-491e-85a4-3de308960376", "consumerID": "ves-openapi-manager", "timestamp": 1636627449460, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLuseff/1.0/resourceInstances/basic_onboard_luseff0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-11T10:46:56.906Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-11T10:46:56.907Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T10:46:56.908Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdf94d74-de8b-491e-85a4-3de308960376", "consumerID": "cds", "timestamp": 1636627446455, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLuseff/1.0/resourceInstances/basic_onboard_luseff0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-11T10:46:56.908Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-11T10:46:56.908Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T10:46:56.908Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdf94d74-de8b-491e-85a4-3de308960376", "consumerID": "policy-id", "timestamp": 1636627446493, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLuseff/1.0/resourceInstances/basic_onboard_luseff0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-11T10:46:56.909Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-11T10:46:56.909Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T10:46:56.909Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdf94d74-de8b-491e-85a4-3de308960376", "consumerID": "cds", "timestamp": 1636627446455, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLuseff/1.0/resourceInstances/basic_onboard_luseff0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-11T10:46:56.909Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-11T10:46:56.909Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T10:46:56.910Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdf94d74-de8b-491e-85a4-3de308960376", "consumerID": "policy-id", "timestamp": 1636627446493, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLuseff/1.0/resourceInstances/basic_onboard_luseff0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-11T10:46:56.910Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-11T10:46:56.910Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T10:46:56.910Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdf94d74-de8b-491e-85a4-3de308960376", "consumerID": "ves-openapi-manager", "timestamp": 1636627449460, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLuseff/1.0/resourceInstances/basic_onboard_luseff0/artifacts/basic_onboard_luseff0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-11T10:46:56.910Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-11T10:46:56.911Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T10:46:56.911Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdf94d74-de8b-491e-85a4-3de308960376", "consumerID": "multicloud-k8s-id", "timestamp": 1636627451193, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLuseff/1.0/resourceInstances/basic_onboard_luseff0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-11-11T10:46:56.911Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-11T10:46:56.911Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T10:46:56.911Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdf94d74-de8b-491e-85a4-3de308960376", "consumerID": "ves-openapi-manager", "timestamp": 1636627449460, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLuseff/1.0/resourceInstances/basic_onboard_luseff0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-11-11T10:46:56.911Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-11T10:46:56.911Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T10:46:56.912Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdf94d74-de8b-491e-85a4-3de308960376", "consumerID": "cds", "timestamp": 1636627446455, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLuseff/1.0/artifacts/service-BasicOnboardLuseff-template.yml", "status": "NOT_NOTIFIED" } 2021-11-11T10:46:56.912Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-11T10:46:56.912Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T10:46:56.912Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdf94d74-de8b-491e-85a4-3de308960376", "consumerID": "policy-id", "timestamp": 1636627446493, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLuseff/1.0/artifacts/service-BasicOnboardLuseff-template.yml", "status": "NOT_NOTIFIED" } 2021-11-11T10:46:56.912Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-11T10:46:56.913Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T10:46:56.913Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdf94d74-de8b-491e-85a4-3de308960376", "consumerID": "multicloud-k8s-id", "timestamp": 1636627452533, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLuseff/1.0/resourceInstances/basic_onboard_luseff0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-11-11T10:46:56.913Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-11T10:46:56.913Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T10:46:56.913Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdf94d74-de8b-491e-85a4-3de308960376", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636627452975, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLuseff/1.0/resourceInstances/basic_onboard_luseff0/artifacts/basic_onboard_luseff0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-11T10:46:56.913Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-11T10:46:56.914Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T10:46:56.914Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdf94d74-de8b-491e-85a4-3de308960376", "consumerID": "ves-openapi-manager", "timestamp": 1636627449460, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLuseff/1.0/resourceInstances/basic_onboard_luseff0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-11T10:46:56.914Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-11T10:46:56.914Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T10:46:56.914Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdf94d74-de8b-491e-85a4-3de308960376", "consumerID": "cds", "timestamp": 1636627446455, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLuseff/1.0/artifacts/service-BasicOnboardLuseff-csar.csar", "status": "NOTIFIED" } 2021-11-11T10:46:56.915Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-11T10:46:56.915Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T10:46:56.915Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdf94d74-de8b-491e-85a4-3de308960376", "consumerID": "policy-id", "timestamp": 1636627446493, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLuseff/1.0/artifacts/service-BasicOnboardLuseff-csar.csar", "status": "NOTIFIED" } 2021-11-11T10:46:56.915Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-11T10:46:56.915Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T10:46:56.916Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdf94d74-de8b-491e-85a4-3de308960376", "consumerID": "multicloud-k8s-id", "timestamp": 1636627453570, "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=? 2021-11-11T10:46:56.928Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of cdf94d74-de8b-491e-85a4-3de308960376 2021-11-11T10:46:56.929Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId cdf94d74-de8b-491e-85a4-3de308960376 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 (?, ?, ?, ?, ?) 2021-11-11T10:46:56.947Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T10:46:56.947Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdf94d74-de8b-491e-85a4-3de308960376", "consumerID": "ves-openapi-manager", "timestamp": 1636627449460, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLuseff/1.0/resourceInstances/basic_onboard_luseff0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-11T10:46:56.947Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-11T10:46:56.947Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T10:46:56.948Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdf94d74-de8b-491e-85a4-3de308960376", "consumerID": "policy-id", "timestamp": 1636627454432, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLuseff/1.0/artifacts/service-BasicOnboardLuseff-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-11T10:46:56.948Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-11T10:46:56.948Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T10:46:56.948Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdf94d74-de8b-491e-85a4-3de308960376", "consumerID": "cds", "timestamp": 1636627454483, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLuseff/1.0/artifacts/service-BasicOnboardLuseff-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-11T10:46:56.958Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-11T10:46:56.961Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T10:46:56.961Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdf94d74-de8b-491e-85a4-3de308960376", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636627454537, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLuseff/1.0/resourceInstances/basic_onboard_luseff0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-11-11T10:46:56.961Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-11T10:46:56.961Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T10:46:56.961Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdf94d74-de8b-491e-85a4-3de308960376", "consumerID": "multicloud-k8s-id", "timestamp": 1636627454576, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLuseff/1.0/resourceInstances/basic_onboard_luseff0/artifacts/basic_onboard_luseff0_modules.json", "status": "DEPLOY_OK" } 2021-11-11T10:46:56.961Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-11T10:46:56.961Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T10:46:56.961Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdf94d74-de8b-491e-85a4-3de308960376", "consumerID": "ves-openapi-manager", "timestamp": 1636627449460, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLuseff/1.0/artifacts/service-BasicOnboardLuseff-template.yml", "status": "NOT_NOTIFIED" } 2021-11-11T10:46:56.961Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-11T10:46:56.961Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T10:46:56.961Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdf94d74-de8b-491e-85a4-3de308960376", "consumerID": "policy-id", "timestamp": 1636627455437, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLuseff/1.0/artifacts/service-BasicOnboardLuseff-csar.csar", "status": "DEPLOY_OK" } 2021-11-11T10:46:56.962Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-11T10:46:56.962Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T10:46:56.962Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdf94d74-de8b-491e-85a4-3de308960376", "consumerID": "cds", "timestamp": 1636627455490, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLuseff/1.0/artifacts/service-BasicOnboardLuseff-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=? 2021-11-11T10:46:56.967Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of cdf94d74-de8b-491e-85a4-3de308960376 2021-11-11T10:46:56.967Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId cdf94d74-de8b-491e-85a4-3de308960376 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 (?, ?, ?, ?, ?) 2021-11-11T10:46:56.975Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T10:46:56.975Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdf94d74-de8b-491e-85a4-3de308960376", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636627455873, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLuseff/1.0/resourceInstances/basic_onboard_luseff0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-11-11T10:46:56.975Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-11T10:46:56.975Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T10:46:56.975Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdf94d74-de8b-491e-85a4-3de308960376", "consumerID": "ves-openapi-manager", "timestamp": 1636627449460, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLuseff/1.0/artifacts/service-BasicOnboardLuseff-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-11T10:46:56.976Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-11T10:46:56.976Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T10:46:56.976Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdf94d74-de8b-491e-85a4-3de308960376", "consumerID": "policy-id", "timestamp": 1636627456440, "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=? 2021-11-11T10:46:56.980Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of cdf94d74-de8b-491e-85a4-3de308960376 2021-11-11T10:46:56.980Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId cdf94d74-de8b-491e-85a4-3de308960376 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=? 2021-11-11T10:46:56.986Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T10:46:56.986Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdf94d74-de8b-491e-85a4-3de308960376", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636627457000, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLuseff/1.0/resourceInstances/basic_onboard_luseff0/artifacts/basic_onboard_luseff0_modules.json", "status": "DEPLOY_OK" } 2021-11-11T10:46:56.987Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-11T10:46:56.987Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T10:46:56.987Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdf94d74-de8b-491e-85a4-3de308960376", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636627458003, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLuseff/1.0/resourceInstances/basic_onboard_luseff0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-11-11T10:46:56.987Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-11T10:46:56.987Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T10:46:56.987Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdf94d74-de8b-491e-85a4-3de308960376", "consumerID": "clamp", "timestamp": 1636627457492, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLuseff/1.0/resourceInstances/basic_onboard_luseff0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-11T10:46:56.987Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-11T10:46:56.987Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T10:46:56.987Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdf94d74-de8b-491e-85a4-3de308960376", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636627457982, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLuseff/1.0/resourceInstances/basic_onboard_luseff0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-11T10:46:56.988Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-11T10:46:56.988Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T10:46:56.988Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdf94d74-de8b-491e-85a4-3de308960376", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636627459007, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLuseff/1.0/resourceInstances/basic_onboard_luseff0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-11-11T10:46:56.988Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-11T10:46:56.988Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T10:46:56.988Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdf94d74-de8b-491e-85a4-3de308960376", "consumerID": "clamp", "timestamp": 1636627457492, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLuseff/1.0/resourceInstances/basic_onboard_luseff0/artifacts/basic_onboard_luseff0_modules.json", "status": "NOTIFIED" } 2021-11-11T10:46:56.988Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-11T10:46:56.988Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T10:46:56.988Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdf94d74-de8b-491e-85a4-3de308960376", "consumerID": "aai-ml", "timestamp": 1636627459552, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLuseff/1.0/artifacts/service-BasicOnboardLuseff-csar.csar", "status": "DEPLOY_OK" } 2021-11-11T10:46:56.989Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-11T10:46:56.989Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T10:46:56.989Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdf94d74-de8b-491e-85a4-3de308960376", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636627457982, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLuseff/1.0/resourceInstances/basic_onboard_luseff0/artifacts/basic_onboard_luseff0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-11T10:46:56.989Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-11T10:46:56.989Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T10:46:56.989Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdf94d74-de8b-491e-85a4-3de308960376", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636627460011, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLuseff/1.0/artifacts/service-BasicOnboardLuseff-csar.csar", "status": "DEPLOY_OK" } 2021-11-11T10:46:56.989Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-11T10:46:56.989Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T10:46:56.989Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdf94d74-de8b-491e-85a4-3de308960376", "consumerID": "clamp", "timestamp": 1636627457492, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLuseff/1.0/resourceInstances/basic_onboard_luseff0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-11-11T10:46:56.989Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-11T10:46:56.989Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T10:46:56.990Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdf94d74-de8b-491e-85a4-3de308960376", "consumerID": "aai-ml", "timestamp": 1636627460555, "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=? 2021-11-11T10:46:56.994Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of cdf94d74-de8b-491e-85a4-3de308960376 2021-11-11T10:46:56.994Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId cdf94d74-de8b-491e-85a4-3de308960376 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 (?, ?, ?, ?, ?) 2021-11-11T10:46:57.003Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T10:46:57.003Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdf94d74-de8b-491e-85a4-3de308960376", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636627457982, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLuseff/1.0/resourceInstances/basic_onboard_luseff0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-11-11T10:46:57.003Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-11T10:46:57.003Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T10:46:57.003Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdf94d74-de8b-491e-85a4-3de308960376", "consumerID": "clamp", "timestamp": 1636627457492, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLuseff/1.0/resourceInstances/basic_onboard_luseff0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-11T10:46:57.004Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-11T10:46:57.004Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T10:46:57.004Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdf94d74-de8b-491e-85a4-3de308960376", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636627457982, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLuseff/1.0/resourceInstances/basic_onboard_luseff0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-11T10:46:57.004Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-11T10:46:57.004Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T10:46:57.004Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdf94d74-de8b-491e-85a4-3de308960376", "consumerID": "clamp", "timestamp": 1636627457492, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLuseff/1.0/resourceInstances/basic_onboard_luseff0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-11T10:46:57.004Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-11T10:46:57.004Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T10:46:57.004Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdf94d74-de8b-491e-85a4-3de308960376", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636627457982, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLuseff/1.0/resourceInstances/basic_onboard_luseff0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-11T10:46:57.004Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-11T10:46:57.005Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T10:46:57.005Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdf94d74-de8b-491e-85a4-3de308960376", "consumerID": "clamp", "timestamp": 1636627457492, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLuseff/1.0/artifacts/service-BasicOnboardLuseff-template.yml", "status": "NOT_NOTIFIED" } 2021-11-11T10:46:57.005Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-11T10:46:57.005Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T10:46:57.005Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdf94d74-de8b-491e-85a4-3de308960376", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636627457982, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLuseff/1.0/artifacts/service-BasicOnboardLuseff-template.yml", "status": "NOT_NOTIFIED" } 2021-11-11T10:46:57.005Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-11T10:46:57.005Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T10:46:57.005Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdf94d74-de8b-491e-85a4-3de308960376", "consumerID": "clamp", "timestamp": 1636627457492, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLuseff/1.0/artifacts/service-BasicOnboardLuseff-csar.csar", "status": "NOTIFIED" } 2021-11-11T10:46:57.005Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-11T10:46:57.005Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T10:46:57.005Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdf94d74-de8b-491e-85a4-3de308960376", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636627457982, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLuseff/1.0/artifacts/service-BasicOnboardLuseff-csar.csar", "status": "NOTIFIED" } 2021-11-11T10:46:57.006Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-11T10:46:57.006Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T10:46:57.006Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdf94d74-de8b-491e-85a4-3de308960376", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636627465776, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLuseff/1.0/artifacts/service-BasicOnboardLuseff-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-11T10:46:57.006Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-11T10:46:57.006Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T10:46:57.006Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdf94d74-de8b-491e-85a4-3de308960376", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636627468149, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLuseff/1.0/artifacts/service-BasicOnboardLuseff-csar.csar", "status": "DEPLOY_OK" } 2021-11-11T10:46:57.006Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-11T10:46:57.006Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T10:46:57.006Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdf94d74-de8b-491e-85a4-3de308960376", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636627469154, "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=? 2021-11-11T10:46:57.010Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of cdf94d74-de8b-491e-85a4-3de308960376 2021-11-11T10:46:57.010Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId cdf94d74-de8b-491e-85a4-3de308960376 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 (?, ?, ?, ?, ?) 2021-11-11T10:46:57.018Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T10:46:57.018Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdf94d74-de8b-491e-85a4-3de308960376", "consumerID": "clamp", "timestamp": 1636627476268, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLuseff/1.0/artifacts/service-BasicOnboardLuseff-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-11T10:46:57.018Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-11T10:46:57.018Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T10:46:57.018Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdf94d74-de8b-491e-85a4-3de308960376", "consumerID": "clamp", "timestamp": 1636627477292, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLuseff/1.0/artifacts/service-BasicOnboardLuseff-csar.csar", "status": "DEPLOY_OK" } 2021-11-11T10:46:57.019Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-11T10:46:57.019Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T10:46:57.019Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdf94d74-de8b-491e-85a4-3de308960376", "consumerID": "clamp", "timestamp": 1636627478295, "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=? 2021-11-11T10:46:57.023Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of cdf94d74-de8b-491e-85a4-3de308960376 2021-11-11T10:46:57.023Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId cdf94d74-de8b-491e-85a4-3de308960376 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 (?, ?, ?, ?, ?) 2021-11-11T10:47:21.143Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cdf94d74-de8b-491e-85a4-3de308960376 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-11-11T10:47:21.163Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cdf94d74-de8b-491e-85a4-3de308960376 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=? 2021-11-11T10:47:21.167Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-11T10:47:21.167Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-11-11T10:47:21.167Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-11-11T10:47:21.167Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-11-11T10:47:21.167Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-11T10:47:21.167Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-11T10:47:21.167Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-11T10:47:21.168Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-11T10:47:21.168Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-11T10:47:21.168Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-11T10:47:21.168Z|cdf94d74-de8b-491e-85a4-3de308960376|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=? 2021-11-11T10:47:21.173Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-11-11T10:47:51.173Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: cdf94d74-de8b-491e-85a4-3de308960376 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=? 2021-11-11T10:47:51.184Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: cdf94d74-de8b-491e-85a4-3de308960376 and serviceModelVersionId: 8e71e594-512f-4d6a-b9be-568e00ffa02d 2021-11-11T10:47:51.185Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5b82f8e9-c1be-43fa-bd6b-63185b51017d 2021-11-11T10:47:51.187Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5b82f8e9-c1be-43fa-bd6b-63185b51017d/model-vers/model-ver/8e71e594-512f-4d6a-b9be-568e00ffa02d?depth=0 2021-11-11T10:47:51.200Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2021-11-11T10:47:51.272Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5b82f8e9-c1be-43fa-bd6b-63185b51017d/model-vers/model-ver/8e71e594-512f-4d6a-b9be-568e00ffa02d?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]} 2021-11-11T10:47:51.273Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5b82f8e9-c1be-43fa-bd6b-63185b51017d/model-vers/model-ver/8e71e594-512f-4d6a-b9be-568e00ffa02d?depth=0|INFO|500||Invoke 2021-11-11T10:47:51.318Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5b82f8e9-c1be-43fa-bd6b-63185b51017d/model-vers/model-ver/8e71e594-512f-4d6a-b9be-568e00ffa02d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-11-11T10:47:51.677Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5b82f8e9-c1be-43fa-bd6b-63185b51017d/model-vers/model-ver/8e71e594-512f-4d6a-b9be-568e00ffa02d?depth=0|INFO|500||InvokeReturn 2021-11-11T10:47:51.678Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5b82f8e9-c1be-43fa-bd6b-63185b51017d/model-vers/model-ver/8e71e594-512f-4d6a-b9be-568e00ffa02d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211111-10:47:51:326-92414], vertex-id=[200872], Content-Length=[0], Date=[Thu, 11 Nov 2021 10:47:51 GMT], Content-Type=[application/json]} 2021-11-11T10:47:51.678Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity. 2021-11-11T10:47:51.679Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-11-11T10:47:51.679Z|cdf94d74-de8b-491e-85a4-3de308960376|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=? 2021-11-11T10:47:51.685Z|cdf94d74-de8b-491e-85a4-3de308960376|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) 2021-11-11T10:47:51.685Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID cdf94d74-de8b-491e-85a4-3de308960376 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-11-11T10:47:51.686Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-11-11T10:47:51.686Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-11-11T10:47:51.689Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-11T10:47:51.689Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "cdf94d74-de8b-491e-85a4-3de308960376", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636627671685, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-11T10:47:51.791Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2021-11-11T10:47:51.793Z||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. 2021-11-11T10:47:51.793Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CtoXtZ0TKyziuG3U) ... 2021-11-11T10:47:51.808Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T10:47:51.809Z||pool-34-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-11-11T10:47:52.702Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T10:47:52.703Z||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. 2021-11-11T10:47:52.703Z||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 CtoXtZ0TKyziuG3U) ... 2021-11-11T10:47:56.344Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T10:47:56.346Z||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. 2021-11-11T10:47:56.346Z||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 CtoXtZ0TKyziuG3U) ... 2021-11-11T10:47:56.976Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T10:47:56.978Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T10:47:56.978Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdf94d74-de8b-491e-85a4-3de308960376", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636627671685, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-11T10:47:56.980Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-11T10:48:03.461Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T10:48:03.462Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T10:48:03.464Z||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. 2021-11-11T10:48:03.464Z||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 CtoXtZ0TKyziuG3U) ... 2021-11-11T10:48:13.016Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T10:48:13.018Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T10:48:13.018Z||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. 2021-11-11T10:48:13.018Z||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 CtoXtZ0TKyziuG3U) ... 2021-11-11T10:48:22.555Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T10:48:22.556Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T10:48:22.557Z||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. 2021-11-11T10:48:22.557Z||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 CtoXtZ0TKyziuG3U) ... 2021-11-11T10:48:32.101Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T10:48:56.342Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T10:48:56.344Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T10:48:56.345Z||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. 2021-11-11T10:48:56.345Z||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. 2021-11-11T10:48:56.345Z||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 CtoXtZ0TKyziuG3U) ... 2021-11-11T10:48:56.345Z||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 CtoXtZ0TKyziuG3U) ... 2021-11-11T10:49:05.897Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T10:49:05.897Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T10:49:56.342Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T10:49:56.344Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T10:49:56.346Z||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. 2021-11-11T10:49:56.346Z||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 CtoXtZ0TKyziuG3U) ... 2021-11-11T10:49:56.346Z||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. 2021-11-11T10:49:56.347Z||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 CtoXtZ0TKyziuG3U) ... 2021-11-11T10:50:05.909Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T10:50:05.909Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T10:50:56.342Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T10:50:56.345Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T10:50:56.345Z||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. 2021-11-11T10:50:56.345Z||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. 2021-11-11T10:50:56.345Z||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 CtoXtZ0TKyziuG3U) ... 2021-11-11T10:50:56.345Z||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 CtoXtZ0TKyziuG3U) ... 2021-11-11T10:51:05.893Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T10:51:05.899Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T10:51:56.342Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T10:51:56.344Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T10:51:56.345Z||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. 2021-11-11T10:51:56.346Z||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. 2021-11-11T10:51:56.346Z||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 CtoXtZ0TKyziuG3U) ... 2021-11-11T10:51:56.346Z||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 CtoXtZ0TKyziuG3U) ... 2021-11-11T10:52:05.894Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T10:52:05.896Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T10:52:56.343Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T10:52:56.344Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T10:52:56.347Z||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. 2021-11-11T10:52:56.347Z||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. 2021-11-11T10:52:56.347Z||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 CtoXtZ0TKyziuG3U) ... 2021-11-11T10:52:56.348Z||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 CtoXtZ0TKyziuG3U) ... 2021-11-11T10:53:05.897Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T10:53:05.897Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T10:53:56.342Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T10:53:56.344Z||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. 2021-11-11T10:53:56.344Z||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 CtoXtZ0TKyziuG3U) ... 2021-11-11T10:53:56.344Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T10:53:56.345Z||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. 2021-11-11T10:53:56.345Z||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 CtoXtZ0TKyziuG3U) ... 2021-11-11T10:54:05.892Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T10:54:05.892Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T10:54:56.342Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T10:54:56.344Z||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. 2021-11-11T10:54:56.344Z||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 CtoXtZ0TKyziuG3U) ... 2021-11-11T10:54:56.345Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T10:54:56.345Z||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. 2021-11-11T10:54:56.345Z||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 CtoXtZ0TKyziuG3U) ... 2021-11-11T10:55:05.889Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T10:55:05.893Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T10:55:56.343Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T10:55:56.344Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T10:55:56.345Z||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. 2021-11-11T10:55:56.345Z||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 CtoXtZ0TKyziuG3U) ... 2021-11-11T10:55:56.345Z||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. 2021-11-11T10:55:56.345Z||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 CtoXtZ0TKyziuG3U) ... 2021-11-11T10:56:05.895Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T10:56:05.895Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T10:56:56.345Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T10:56:56.345Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T10:56:56.350Z||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. 2021-11-11T10:56:56.350Z|f384bd4d-7ade-4869-a40b-96480873d469|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. 2021-11-11T10:56:56.350Z||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 CtoXtZ0TKyziuG3U) ... 2021-11-11T10:56:56.350Z|f384bd4d-7ade-4869-a40b-96480873d469|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 CtoXtZ0TKyziuG3U) ... 2021-11-11T10:57:05.901Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T10:57:05.922Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T10:57:56.342Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T10:57:56.343Z||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. 2021-11-11T10:57:56.343Z||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 CtoXtZ0TKyziuG3U) ... 2021-11-11T10:57:56.344Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T10:57:56.345Z||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. 2021-11-11T10:57:56.345Z||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 CtoXtZ0TKyziuG3U) ... 2021-11-11T10:58:05.882Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T10:58:05.885Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T10:58:56.343Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T10:58:56.344Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T10:58:56.345Z||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. 2021-11-11T10:58:56.345Z||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 CtoXtZ0TKyziuG3U) ... 2021-11-11T10:58:56.345Z||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. 2021-11-11T10:58:56.345Z||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 CtoXtZ0TKyziuG3U) ... 2021-11-11T10:59:05.926Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T10:59:05.926Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T10:59:56.342Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T10:59:56.343Z||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. 2021-11-11T10:59:56.344Z||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 CtoXtZ0TKyziuG3U) ... 2021-11-11T10:59:56.344Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T10:59:56.345Z||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. 2021-11-11T10:59:56.345Z||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 CtoXtZ0TKyziuG3U) ... 2021-11-11T11:00:05.892Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:00:05.894Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:00:56.343Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T11:00:56.344Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T11:00:56.345Z||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. 2021-11-11T11:00:56.346Z||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 CtoXtZ0TKyziuG3U) ... 2021-11-11T11:00:56.345Z||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. 2021-11-11T11:00:56.346Z||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 CtoXtZ0TKyziuG3U) ... 2021-11-11T11:01:05.890Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:01:05.890Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:01:56.343Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T11:01:56.344Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T11:01:56.348Z||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. 2021-11-11T11:01:56.348Z||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 CtoXtZ0TKyziuG3U) ... 2021-11-11T11:01:56.349Z|f384bd4d-7ade-4869-a40b-96480873d469|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. 2021-11-11T11:01:56.349Z|f384bd4d-7ade-4869-a40b-96480873d469|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 CtoXtZ0TKyziuG3U) ... 2021-11-11T11:02:05.915Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:02:05.916Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:02:56.342Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T11:02:56.344Z||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. 2021-11-11T11:02:56.344Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T11:02:56.344Z||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 CtoXtZ0TKyziuG3U) ... 2021-11-11T11:02:56.345Z||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. 2021-11-11T11:02:56.345Z||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 CtoXtZ0TKyziuG3U) ... 2021-11-11T11:03:05.898Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:03:05.912Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:03:56.342Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T11:03:56.343Z||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. 2021-11-11T11:03:56.343Z||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 CtoXtZ0TKyziuG3U) ... 2021-11-11T11:03:56.344Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T11:03:56.346Z|cdf94d74-de8b-491e-85a4-3de308960376|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. 2021-11-11T11:03:56.346Z|cdf94d74-de8b-491e-85a4-3de308960376|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 CtoXtZ0TKyziuG3U) ... 2021-11-11T11:04:05.891Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:04:05.891Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:04:56.345Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T11:04:56.345Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T11:04:56.350Z||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. 2021-11-11T11:04:56.350Z||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 CtoXtZ0TKyziuG3U) ... 2021-11-11T11:04:56.350Z||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. 2021-11-11T11:04:56.350Z||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 CtoXtZ0TKyziuG3U) ... 2021-11-11T11:05:05.898Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:05:05.898Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:05:56.345Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T11:05:56.343Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T11:05:56.348Z||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. 2021-11-11T11:05:56.348Z||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. 2021-11-11T11:05:56.348Z||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 CtoXtZ0TKyziuG3U) ... 2021-11-11T11:05:56.348Z||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 CtoXtZ0TKyziuG3U) ... 2021-11-11T11:06:05.906Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:06:05.906Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:06:56.342Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T11:06:56.343Z||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. 2021-11-11T11:06:56.343Z||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 CtoXtZ0TKyziuG3U) ... 2021-11-11T11:06:56.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T11:06:56.345Z||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. 2021-11-11T11:06:56.346Z||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 CtoXtZ0TKyziuG3U) ... 2021-11-11T11:07:05.886Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:07:05.887Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:07:56.343Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T11:07:56.345Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T11:07:56.347Z||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. 2021-11-11T11:07:56.347Z||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. 2021-11-11T11:07:56.347Z||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 CtoXtZ0TKyziuG3U) ... 2021-11-11T11:07:56.347Z||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 CtoXtZ0TKyziuG3U) ... 2021-11-11T11:07:56.658Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:07:56.660Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-11T11:07:56.660Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c811b8a8-6420-43bf-919a-2071a2287d51", "consumerID": "multicloud-k8s-id", "timestamp": 1636628856085, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-11-11T11:07:56.662Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-11T11:07:56.662Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-11T11:07:56.662Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c811b8a8-6420-43bf-919a-2071a2287d51", "consumerID": "dcae-sch", "timestamp": 1636628854891, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-11-11T11:07:56.662Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-11T11:07:56.662Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-11T11:07:56.663Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c811b8a8-6420-43bf-919a-2071a2287d51", "consumerID": "cds", "timestamp": 1636628856455, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-11-11T11:07:56.663Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-11T11:07:56.663Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-11T11:07:56.663Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c811b8a8-6420-43bf-919a-2071a2287d51", "consumerID": "cds", "timestamp": 1636628856455, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-11-11T11:07:56.663Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-11T11:07:56.664Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-11T11:07:56.664Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c811b8a8-6420-43bf-919a-2071a2287d51", "consumerID": "multicloud-k8s-id", "timestamp": 1636628856085, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-11-11T11:07:56.664Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-11T11:07:56.664Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-11T11:07:56.664Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c811b8a8-6420-43bf-919a-2071a2287d51", "consumerID": "dcae-sch", "timestamp": 1636628854891, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-11T11:07:56.664Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-11T11:07:56.665Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-11T11:07:56.665Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c811b8a8-6420-43bf-919a-2071a2287d51", "consumerID": "cds", "timestamp": 1636628862448, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-11T11:07:56.665Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-11T11:07:56.665Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-11T11:07:56.665Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c811b8a8-6420-43bf-919a-2071a2287d51", "consumerID": "cds", "timestamp": 1636628863461, "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 (?, ?, ?, ?, ?) 2021-11-11T11:07:56.688Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c811b8a8-6420-43bf-919a-2071a2287d51 2021-11-11T11:07:56.689Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId c811b8a8-6420-43bf-919a-2071a2287d51 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 (?, ?, ?, ?, ?) 2021-11-11T11:07:56.699Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-11T11:07:56.700Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c811b8a8-6420-43bf-919a-2071a2287d51", "consumerID": "policy-id", "timestamp": 1636628866498, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-11-11T11:07:56.700Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-11T11:07:56.700Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-11T11:07:56.700Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c811b8a8-6420-43bf-919a-2071a2287d51", "consumerID": "clamp", "timestamp": 1636628867492, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-11-11T11:07:56.701Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-11T11:07:56.701Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-11T11:07:56.701Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c811b8a8-6420-43bf-919a-2071a2287d51", "consumerID": "policy-id", "timestamp": 1636628866498, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-11-11T11:07:56.701Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-11T11:07:56.701Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-11T11:07:56.702Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c811b8a8-6420-43bf-919a-2071a2287d51", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636628867982, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-11-11T11:07:56.702Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-11T11:07:56.702Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-11T11:07:56.702Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c811b8a8-6420-43bf-919a-2071a2287d51", "consumerID": "clamp", "timestamp": 1636628867492, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-11-11T11:07:56.703Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-11T11:07:56.703Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-11T11:07:56.703Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c811b8a8-6420-43bf-919a-2071a2287d51", "consumerID": "policy-id", "timestamp": 1636628869359, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-11T11:07:56.704Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-11T11:07:56.704Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-11T11:07:56.704Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c811b8a8-6420-43bf-919a-2071a2287d51", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636628867982, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-11-11T11:07:56.705Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-11T11:07:56.705Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-11T11:07:56.705Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c811b8a8-6420-43bf-919a-2071a2287d51", "consumerID": "ves-openapi-manager", "timestamp": 1636628869460, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-11-11T11:07:56.705Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-11T11:07:56.705Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-11T11:07:56.705Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c811b8a8-6420-43bf-919a-2071a2287d51", "consumerID": "policy-id", "timestamp": 1636628870364, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-11-11T11:07:56.706Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-11T11:07:56.706Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-11T11:07:56.706Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c811b8a8-6420-43bf-919a-2071a2287d51", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636628871082, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-11T11:07:56.706Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-11T11:07:56.706Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-11T11:07:56.706Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c811b8a8-6420-43bf-919a-2071a2287d51", "consumerID": "ves-openapi-manager", "timestamp": 1636628869460, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-11T11:07:56.707Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-11T11:07:56.707Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-11T11:07:56.707Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c811b8a8-6420-43bf-919a-2071a2287d51", "consumerID": "policy-id", "timestamp": 1636628871367, "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=? 2021-11-11T11:07:56.715Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c811b8a8-6420-43bf-919a-2071a2287d51 2021-11-11T11:07:56.715Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId c811b8a8-6420-43bf-919a-2071a2287d51 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 (?, ?, ?, ?, ?) 2021-11-11T11:07:56.729Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-11T11:07:56.729Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c811b8a8-6420-43bf-919a-2071a2287d51", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636628872782, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-11-11T11:07:56.730Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-11T11:07:56.730Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-11T11:07:56.730Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c811b8a8-6420-43bf-919a-2071a2287d51", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636628873786, "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=? 2021-11-11T11:07:56.735Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c811b8a8-6420-43bf-919a-2071a2287d51 2021-11-11T11:07:56.735Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId c811b8a8-6420-43bf-919a-2071a2287d51 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 (?, ?, ?, ?, ?) 2021-11-11T11:07:56.743Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-11T11:07:56.743Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c811b8a8-6420-43bf-919a-2071a2287d51", "consumerID": "aai-ml", "timestamp": 1636628875147, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-11-11T11:07:56.743Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-11T11:07:56.986Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:07:56.987Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-11T11:07:56.987Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"c811b8a8-6420-43bf-919a-2071a2287d51","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"38a7dda7-fd37-4ffb-b90f-095c6fc27443","serviceDescription":"service","serviceInvariantUUID":"3422db51-f421-4db7-8034-2a0bf19a6caf","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"1b8d014b-4174-45b3-a5b7-b9bd033985c8","resourceInvariantUUID":"c8d42038-b5b2-4775-9193-37bc72ea1593","resourceCustomizationUUID":"ea9c2d83-a964-46de-b955-8acb785c73fe","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":"MTE1YzY1NDMxMmExY2Y3MWE2ZDg0NzE5NThjMDlkMmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9201399d-3ee9-4ccc-a72d-af6946e5c174","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZDMyMGI5MWU4ODc5YTRiNDNjZDY2ZTk5ZjkxZjA3NjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f1265f07-79e8-421b-b47a-36397237cd03","artifactVersion":"1"}],"workloadContext":"Production"} 2021-11-11T11:07:56.993Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-11T11:07:56.994Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-11-11T11:07:57.000Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-11T11:07:57.000Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "c811b8a8-6420-43bf-919a-2071a2287d51", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636628876343, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-11-11T11:07:57.099Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-11T11:07:57.101Z||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. 2021-11-11T11:07:57.101Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CtoXtZ0TKyziuG3U) ... 2021-11-11T11:07:57.112Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:07:57.112Z||pool-35-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-11T11:07:58.000Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-11T11:07:58.001Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-11-11T11:07:58.003Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-11T11:07:58.003Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "c811b8a8-6420-43bf-919a-2071a2287d51", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636628876343, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-11-11T11:07:58.103Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-11T11:07:58.104Z||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. 2021-11-11T11:07:58.104Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CtoXtZ0TKyziuG3U) ... 2021-11-11T11:07:58.119Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:07:58.119Z||pool-36-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-11-11T11:07:59.004Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "c811b8a8-6420-43bf-919a-2071a2287d51", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "38a7dda7-fd37-4ffb-b90f-095c6fc27443", "serviceDescription": "service", "serviceInvariantUUID": "3422db51-f421-4db7-8034-2a0bf19a6caf", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "ea9c2d83-a964-46de-b955-8acb785c73fe", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "1b8d014b-4174-45b3-a5b7-b9bd033985c8", "resourceInvariantUUID": "c8d42038-b5b2-4775-9193-37bc72ea1593", "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": "ZDMyMGI5MWU4ODc5YTRiNDNjZDY2ZTk5ZjkxZjA3NjE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f1265f07-79e8-421b-b47a-36397237cd03" } ], "workloadContext": "Production" } 2021-11-11T11:07:59.005Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-11-11T11:07:59.005Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 38a7dda7-fd37-4ffb-b90f-095c6fc27443 ASDC 2021-11-11T11:07:59.006Z|c811b8a8-6420-43bf-919a-2071a2287d51|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:c811b8a8-6420-43bf-919a-2071a2287d51 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:38a7dda7-fd37-4ffb-b90f-095c6fc27443 ServiceInvariantUUID:3422db51-f421-4db7-8034-2a0bf19a6caf 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:f1265f07-79e8-421b-b47a-36397237cd03 ArtifactChecksum:ZDMyMGI5MWU4ODc5YTRiNDNjZDY2ZTk5ZjkxZjA3NjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:ea9c2d83-a964-46de-b955-8acb785c73fe ResourceInvariantUUID:c8d42038-b5b2-4775-9193-37bc72ea1593 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:1b8d014b-4174-45b3-a5b7-b9bd033985c8 ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2021-11-11T11:07:59.006Z|c811b8a8-6420-43bf-919a-2071a2287d51|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 38a7dda7-fd37-4ffb-b90f-095c6fc27443 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=? 2021-11-11T11:07:59.034Z|c811b8a8-6420-43bf-919a-2071a2287d51|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-11T11:07:59.036Z|c811b8a8-6420-43bf-919a-2071a2287d51|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2021-11-11T11:07:59.036Z|c811b8a8-6420-43bf-919a-2071a2287d51|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2021-11-11T11:07:59.036Z|c811b8a8-6420-43bf-919a-2071a2287d51|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: f1265f07-79e8-421b-b47a-36397237cd03 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-11-11T11:07:59.037Z|c811b8a8-6420-43bf-919a-2071a2287d51|pool-2-thread-4|||||INFO|500||DistributionClient - download 2021-11-11T11:07:59.037Z|c811b8a8-6420-43bf-919a-2071a2287d51|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 2021-11-11T11:07:59.553Z|c811b8a8-6420-43bf-919a-2071a2287d51|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2021-11-11T11:07:59.556Z|c811b8a8-6420-43bf-919a-2071a2287d51|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar f1265f07-79e8-421b-b47a-36397237cd03 52491 2021-11-11T11:07:59.556Z|c811b8a8-6420-43bf-919a-2071a2287d51|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 2021-11-11T11:07:59.557Z|c811b8a8-6420-43bf-919a-2071a2287d51|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 2021-11-11T11:07:59.557Z|c811b8a8-6420-43bf-919a-2071a2287d51|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-11T11:07:59.557Z|c811b8a8-6420-43bf-919a-2071a2287d51|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-11-11T11:07:59.559Z|c811b8a8-6420-43bf-919a-2071a2287d51|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-11T11:07:59.560Z|c811b8a8-6420-43bf-919a-2071a2287d51|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "c811b8a8-6420-43bf-919a-2071a2287d51", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636628879556, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-11T11:07:59.660Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-11T11:07:59.661Z||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. 2021-11-11T11:07:59.661Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CtoXtZ0TKyziuG3U) ... 2021-11-11T11:07:59.681Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:07:59.682Z||pool-37-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2021-11-11T11:08:00.560Z|c811b8a8-6420-43bf-919a-2071a2287d51|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-11T11:08:00.561Z|c811b8a8-6420-43bf-919a-2071a2287d51|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2021-11-11T11:08:00.562Z|c811b8a8-6420-43bf-919a-2071a2287d51|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: f1265f07-79e8-421b-b47a-36397237cd03, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2021-11-11T11:08:00.562Z|c811b8a8-6420-43bf-919a-2071a2287d51|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2021-11-11T11:08:00.563Z|c811b8a8-6420-43bf-919a-2071a2287d51|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2021-11-11T11:08:00.563Z|c811b8a8-6420-43bf-919a-2071a2287d51|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2021-11-11T11:08:00.665Z|c811b8a8-6420-43bf-919a-2071a2287d51|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16887650756491038067/Definitions/service-BasicNetwork-template.yml 2021-11-11T11:08:01.133Z|c811b8a8-6420-43bf-919a-2071a2287d51|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2021-11-11T11:08:01.133Z|c811b8a8-6420-43bf-919a-2071a2287d51|pool-2-thread-4|||||WARN|500||#################################################################################################### 2021-11-11T11:08:01.133Z|c811b8a8-6420-43bf-919a-2071a2287d51|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-11-11T11:08:01.133Z|c811b8a8-6420-43bf-919a-2071a2287d51|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2021-11-11T11:08:01.134Z|c811b8a8-6420-43bf-919a-2071a2287d51|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 2021-11-11T11:08:01.134Z|c811b8a8-6420-43bf-919a-2071a2287d51|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 2021-11-11T11:08:01.134Z|c811b8a8-6420-43bf-919a-2071a2287d51|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 2021-11-11T11:08:01.134Z|c811b8a8-6420-43bf-919a-2071a2287d51|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 2021-11-11T11:08:01.134Z|c811b8a8-6420-43bf-919a-2071a2287d51|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 2021-11-11T11:08:01.134Z|c811b8a8-6420-43bf-919a-2071a2287d51|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 2021-11-11T11:08:01.135Z|c811b8a8-6420-43bf-919a-2071a2287d51|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 2021-11-11T11:08:01.135Z|c811b8a8-6420-43bf-919a-2071a2287d51|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 2021-11-11T11:08:01.135Z|c811b8a8-6420-43bf-919a-2071a2287d51|pool-2-thread-4|||||WARN|500||#################################################################################################### 2021-11-11T11:08:01.135Z|c811b8a8-6420-43bf-919a-2071a2287d51|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T11:08:01.135Z|c811b8a8-6420-43bf-919a-2071a2287d51|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-11T11:08:01.136Z|c811b8a8-6420-43bf-919a-2071a2287d51|pool-2-thread-4|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2021-11-11T11:08:01.136Z|c811b8a8-6420-43bf-919a-2071a2287d51|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2021-11-11T11:08:01.136Z|c811b8a8-6420-43bf-919a-2071a2287d51|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-11T11:08:01.136Z|c811b8a8-6420-43bf-919a-2071a2287d51|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T11:08:01.136Z|c811b8a8-6420-43bf-919a-2071a2287d51|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-11T11:08:01.137Z|c811b8a8-6420-43bf-919a-2071a2287d51|pool-2-thread-4|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2021-11-11T11:08:01.137Z|c811b8a8-6420-43bf-919a-2071a2287d51|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2021-11-11T11:08:01.137Z|c811b8a8-6420-43bf-919a-2071a2287d51|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-11T11:08:01.137Z|c811b8a8-6420-43bf-919a-2071a2287d51|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T11:08:01.137Z|c811b8a8-6420-43bf-919a-2071a2287d51|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-11T11:08:01.137Z|c811b8a8-6420-43bf-919a-2071a2287d51|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T11:08:01.138Z|c811b8a8-6420-43bf-919a-2071a2287d51|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-11T11:08:01.138Z|c811b8a8-6420-43bf-919a-2071a2287d51|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T11:08:01.138Z|c811b8a8-6420-43bf-919a-2071a2287d51|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-11T11:08:01.138Z|c811b8a8-6420-43bf-919a-2071a2287d51|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T11:08:01.138Z|c811b8a8-6420-43bf-919a-2071a2287d51|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-11T11:08:01.139Z|c811b8a8-6420-43bf-919a-2071a2287d51|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T11:08:01.139Z|c811b8a8-6420-43bf-919a-2071a2287d51|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-11T11:08:01.139Z|c811b8a8-6420-43bf-919a-2071a2287d51|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:38a7dda7-fd37-4ffb-b90f-095c6fc27443 Model Version:NULL Model InvariantUuid:3422db51-f421-4db7-8034-2a0bf19a6caf Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:c8d42038-b5b2-4775-9193-37bc72ea1593 Model UUID:7cf49edc-1cb1-4e43-bf36-5249f278ab88 Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:ea9c2d83-a964-46de-b955-8acb785c73fe 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=? 2021-11-11T11:08:01.146Z|c811b8a8-6420-43bf-919a-2071a2287d51|pool-2-thread-4|||||INFO|500||Processing Resource Type: VL, Model UUID: 1b8d014b-4174-45b3-a5b7-b9bd033985c8 2021-11-11T11:08:01.146Z|c811b8a8-6420-43bf-919a-2071a2287d51|pool-2-thread-4|||||INFO|500||No resources found for Service: 38a7dda7-fd37-4ffb-b90f-095c6fc27443 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=? 2021-11-11T11:08:01.152Z|c811b8a8-6420-43bf-919a-2071a2287d51|pool-2-thread-4|||||INFO|500|| 2021-11-11T11:08:01.152Z|c811b8a8-6420-43bf-919a-2071a2287d51|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2021-11-11T11:08:01.153Z|c811b8a8-6420-43bf-919a-2071a2287d51|pool-2-thread-4|||||DEBUG|500||No resources found for Service: 38a7dda7-fd37-4ffb-b90f-095c6fc27443 2021-11-11T11:08:01.153Z|c811b8a8-6420-43bf-919a-2071a2287d51|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 38a7dda7-fd37-4ffb-b90f-095c6fc27443 2021-11-11T11:08:01.153Z|c811b8a8-6420-43bf-919a-2071a2287d51|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2021-11-11T11:08:01.154Z|c811b8a8-6420-43bf-919a-2071a2287d51|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=? 2021-11-11T11:08:01.158Z|c811b8a8-6420-43bf-919a-2071a2287d51|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4c5b3c95, org.onap.sdc.toscaparser.api.parameters.Input@1ad7ff95, org.onap.sdc.toscaparser.api.parameters.Input@469cd6f5, org.onap.sdc.toscaparser.api.parameters.Input@6b5719e2, org.onap.sdc.toscaparser.api.parameters.Input@7efd3f89] 2021-11-11T11:08:01.159Z|c811b8a8-6420-43bf-919a-2071a2287d51|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T11:08:01.160Z|c811b8a8-6420-43bf-919a-2071a2287d51|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-11T11:08:01.160Z|c811b8a8-6420-43bf-919a-2071a2287d51|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T11:08:01.160Z|c811b8a8-6420-43bf-919a-2071a2287d51|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-11T11:08:01.160Z|c811b8a8-6420-43bf-919a-2071a2287d51|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 38a7dda7-fd37-4ffb-b90f-095c6fc27443: Generic NeutronNet 2021-11-11T11:08:01.161Z|c811b8a8-6420-43bf-919a-2071a2287d51|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T11:08:01.161Z|c811b8a8-6420-43bf-919a-2071a2287d51|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-11T11:08:01.161Z|c811b8a8-6420-43bf-919a-2071a2287d51|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T11:08:01.161Z|c811b8a8-6420-43bf-919a-2071a2287d51|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=? 2021-11-11T11:08:01.201Z|c811b8a8-6420-43bf-919a-2071a2287d51|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T11:08:01.201Z|c811b8a8-6420-43bf-919a-2071a2287d51|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-11T11:08:01.202Z|c811b8a8-6420-43bf-919a-2071a2287d51|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T11:08:01.202Z|c811b8a8-6420-43bf-919a-2071a2287d51|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-11T11:08:01.202Z|c811b8a8-6420-43bf-919a-2071a2287d51|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T11:08:01.202Z|c811b8a8-6420-43bf-919a-2071a2287d51|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-11T11:08:01.202Z|c811b8a8-6420-43bf-919a-2071a2287d51|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 (?, ?) 2021-11-11T11:08:01.272Z|c811b8a8-6420-43bf-919a-2071a2287d51|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2021-11-11T11:08:01.273Z|c811b8a8-6420-43bf-919a-2071a2287d51|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 2021-11-11T11:08:01.273Z|c811b8a8-6420-43bf-919a-2071a2287d51|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 2021-11-11T11:08:01.273Z|c811b8a8-6420-43bf-919a-2071a2287d51|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-11T11:08:01.273Z|c811b8a8-6420-43bf-919a-2071a2287d51|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-11-11T11:08:01.275Z|c811b8a8-6420-43bf-919a-2071a2287d51|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-11T11:08:01.275Z|c811b8a8-6420-43bf-919a-2071a2287d51|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "c811b8a8-6420-43bf-919a-2071a2287d51", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636628881273, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-11-11T11:08:01.375Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-11T11:08:01.376Z||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. 2021-11-11T11:08:01.376Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CtoXtZ0TKyziuG3U) ... 2021-11-11T11:08:01.388Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:08:01.389Z||pool-38-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-11T11:08:02.276Z|c811b8a8-6420-43bf-919a-2071a2287d51|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c811b8a8-6420-43bf-919a-2071a2287d51 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-11-11T11:08:02.284Z|c811b8a8-6420-43bf-919a-2071a2287d51|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c811b8a8-6420-43bf-919a-2071a2287d51 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=? 2021-11-11T11:08:02.289Z|c811b8a8-6420-43bf-919a-2071a2287d51|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-11T11:08:02.289Z|c811b8a8-6420-43bf-919a-2071a2287d51|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-11T11:08:02.289Z|c811b8a8-6420-43bf-919a-2071a2287d51|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-11T11:08:32.289Z|c811b8a8-6420-43bf-919a-2071a2287d51|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c811b8a8-6420-43bf-919a-2071a2287d51 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-11-11T11:08:32.303Z|c811b8a8-6420-43bf-919a-2071a2287d51|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c811b8a8-6420-43bf-919a-2071a2287d51 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=? 2021-11-11T11:08:32.307Z|c811b8a8-6420-43bf-919a-2071a2287d51|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-11T11:08:32.307Z|c811b8a8-6420-43bf-919a-2071a2287d51|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-11T11:08:32.307Z|c811b8a8-6420-43bf-919a-2071a2287d51|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-11T11:08:56.345Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T11:08:56.351Z||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. 2021-11-11T11:08:56.351Z||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 CtoXtZ0TKyziuG3U) ... 2021-11-11T11:08:56.399Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:08:56.400Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-11T11:08:56.400Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c811b8a8-6420-43bf-919a-2071a2287d51", "consumerID": "clamp", "timestamp": 1636628876529, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-11T11:08:56.402Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-11T11:09:02.308Z|c811b8a8-6420-43bf-919a-2071a2287d51|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c811b8a8-6420-43bf-919a-2071a2287d51 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-11-11T11:09:02.323Z|c811b8a8-6420-43bf-919a-2071a2287d51|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c811b8a8-6420-43bf-919a-2071a2287d51 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=? 2021-11-11T11:09:02.325Z|c811b8a8-6420-43bf-919a-2071a2287d51|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-11T11:09:02.326Z|c811b8a8-6420-43bf-919a-2071a2287d51|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-11T11:09:02.326Z|c811b8a8-6420-43bf-919a-2071a2287d51|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-11T11:09:32.326Z|c811b8a8-6420-43bf-919a-2071a2287d51|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c811b8a8-6420-43bf-919a-2071a2287d51 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-11-11T11:09:32.338Z|c811b8a8-6420-43bf-919a-2071a2287d51|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c811b8a8-6420-43bf-919a-2071a2287d51 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=? 2021-11-11T11:09:32.341Z|c811b8a8-6420-43bf-919a-2071a2287d51|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-11T11:09:32.341Z|c811b8a8-6420-43bf-919a-2071a2287d51|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-11T11:09:32.341Z|c811b8a8-6420-43bf-919a-2071a2287d51|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-11T11:09:56.345Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T11:09:56.348Z||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. 2021-11-11T11:09:56.348Z||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 CtoXtZ0TKyziuG3U) ... 2021-11-11T11:09:56.390Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:09:56.391Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-11T11:09:56.391Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c811b8a8-6420-43bf-919a-2071a2287d51", "consumerID": "aai-ml", "timestamp": 1636628875147, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-11-11T11:09:56.392Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-11T11:10:02.341Z|c811b8a8-6420-43bf-919a-2071a2287d51|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c811b8a8-6420-43bf-919a-2071a2287d51 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-11-11T11:10:02.365Z|c811b8a8-6420-43bf-919a-2071a2287d51|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c811b8a8-6420-43bf-919a-2071a2287d51 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=? 2021-11-11T11:10:02.368Z|c811b8a8-6420-43bf-919a-2071a2287d51|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-11T11:10:02.368Z|c811b8a8-6420-43bf-919a-2071a2287d51|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-11T11:10:02.368Z|c811b8a8-6420-43bf-919a-2071a2287d51|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-11T11:10:32.368Z|c811b8a8-6420-43bf-919a-2071a2287d51|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c811b8a8-6420-43bf-919a-2071a2287d51 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-11-11T11:10:32.389Z|c811b8a8-6420-43bf-919a-2071a2287d51|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c811b8a8-6420-43bf-919a-2071a2287d51 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=? 2021-11-11T11:10:32.391Z|c811b8a8-6420-43bf-919a-2071a2287d51|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-11T11:10:32.391Z|c811b8a8-6420-43bf-919a-2071a2287d51|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-11T11:10:32.391Z|c811b8a8-6420-43bf-919a-2071a2287d51|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-11T11:10:56.344Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T11:10:56.345Z||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. 2021-11-11T11:10:56.345Z||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 CtoXtZ0TKyziuG3U) ... 2021-11-11T11:10:56.377Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:10:56.378Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-11T11:10:56.378Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c811b8a8-6420-43bf-919a-2071a2287d51", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636628876343, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-11-11T11:10:56.379Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-11T11:10:56.379Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-11T11:10:56.379Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c811b8a8-6420-43bf-919a-2071a2287d51", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636628876343, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-11-11T11:10:56.379Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-11T11:10:56.379Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-11T11:10:56.379Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c811b8a8-6420-43bf-919a-2071a2287d51", "consumerID": "aai-ml", "timestamp": 1636628878300, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-11T11:10:56.379Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-11T11:10:56.379Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-11T11:10:56.380Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c811b8a8-6420-43bf-919a-2071a2287d51", "consumerID": "clamp", "timestamp": 1636628878539, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-11-11T11:10:56.380Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-11T11:10:56.380Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-11T11:10:56.380Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c811b8a8-6420-43bf-919a-2071a2287d51", "consumerID": "clamp", "timestamp": 1636628879542, "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=? 2021-11-11T11:10:56.386Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c811b8a8-6420-43bf-919a-2071a2287d51 2021-11-11T11:10:56.387Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c811b8a8-6420-43bf-919a-2071a2287d51 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 (?, ?, ?, ?, ?) 2021-11-11T11:10:56.400Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-11T11:10:56.400Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c811b8a8-6420-43bf-919a-2071a2287d51", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636628879556, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-11T11:10:56.401Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-11T11:10:56.401Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-11T11:10:56.401Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c811b8a8-6420-43bf-919a-2071a2287d51", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636628881273, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-11-11T11:10:56.401Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-11T11:10:56.401Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-11T11:10:56.401Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c811b8a8-6420-43bf-919a-2071a2287d51", "consumerID": "aai-ml", "timestamp": 1636628882746, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-11-11T11:10:56.401Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-11T11:10:56.401Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-11T11:10:56.401Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c811b8a8-6420-43bf-919a-2071a2287d51", "consumerID": "aai-ml", "timestamp": 1636628883749, "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=? 2021-11-11T11:10:56.406Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c811b8a8-6420-43bf-919a-2071a2287d51 2021-11-11T11:10:56.406Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c811b8a8-6420-43bf-919a-2071a2287d51 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 (?, ?, ?, ?, ?) 2021-11-11T11:11:02.392Z|c811b8a8-6420-43bf-919a-2071a2287d51|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c811b8a8-6420-43bf-919a-2071a2287d51 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-11-11T11:11:02.403Z|c811b8a8-6420-43bf-919a-2071a2287d51|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c811b8a8-6420-43bf-919a-2071a2287d51 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=? 2021-11-11T11:11:02.406Z|c811b8a8-6420-43bf-919a-2071a2287d51|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-11T11:11:02.407Z|c811b8a8-6420-43bf-919a-2071a2287d51|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-11-11T11:11:02.407Z|c811b8a8-6420-43bf-919a-2071a2287d51|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-11-11T11:11:02.407Z|c811b8a8-6420-43bf-919a-2071a2287d51|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-11-11T11:11:02.407Z|c811b8a8-6420-43bf-919a-2071a2287d51|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-11T11:11:02.407Z|c811b8a8-6420-43bf-919a-2071a2287d51|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-11T11:11:02.408Z|c811b8a8-6420-43bf-919a-2071a2287d51|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-11T11:11:02.408Z|c811b8a8-6420-43bf-919a-2071a2287d51|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-11T11:11:02.408Z|c811b8a8-6420-43bf-919a-2071a2287d51|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-11T11:11:02.408Z|c811b8a8-6420-43bf-919a-2071a2287d51|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-11T11:11:02.408Z|c811b8a8-6420-43bf-919a-2071a2287d51|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=? 2021-11-11T11:11:02.413Z|c811b8a8-6420-43bf-919a-2071a2287d51|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-11-11T11:11:32.414Z|c811b8a8-6420-43bf-919a-2071a2287d51|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c811b8a8-6420-43bf-919a-2071a2287d51 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=? 2021-11-11T11:11:32.425Z|c811b8a8-6420-43bf-919a-2071a2287d51|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c811b8a8-6420-43bf-919a-2071a2287d51 and serviceModelVersionId: 38a7dda7-fd37-4ffb-b90f-095c6fc27443 2021-11-11T11:11:32.425Z|c811b8a8-6420-43bf-919a-2071a2287d51|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3422db51-f421-4db7-8034-2a0bf19a6caf 2021-11-11T11:11:32.426Z|c811b8a8-6420-43bf-919a-2071a2287d51|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3422db51-f421-4db7-8034-2a0bf19a6caf/model-vers/model-ver/38a7dda7-fd37-4ffb-b90f-095c6fc27443?depth=0 2021-11-11T11:11:32.433Z|c811b8a8-6420-43bf-919a-2071a2287d51|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2021-11-11T11:11:32.489Z|c811b8a8-6420-43bf-919a-2071a2287d51|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3422db51-f421-4db7-8034-2a0bf19a6caf/model-vers/model-ver/38a7dda7-fd37-4ffb-b90f-095c6fc27443?depth=0|INFO|500||Invoke 2021-11-11T11:11:32.490Z|c811b8a8-6420-43bf-919a-2071a2287d51|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3422db51-f421-4db7-8034-2a0bf19a6caf/model-vers/model-ver/38a7dda7-fd37-4ffb-b90f-095c6fc27443?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3422db51-f421-4db7-8034-2a0bf19a6caf/model-vers/model-ver/38a7dda7-fd37-4ffb-b90f-095c6fc27443?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c811b8a8-6420-43bf-919a-2071a2287d51], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[772e97d8-e227-4cf0-9071-f89aa4b732b8], X-ECOMP-RequestID=[c811b8a8-6420-43bf-919a-2071a2287d51], X-TransactionId=[], X-ONAP-RequestID=[c811b8a8-6420-43bf-919a-2071a2287d51], Content-Type=[application/merge-patch+json]} 2021-11-11T11:11:32.514Z|c811b8a8-6420-43bf-919a-2071a2287d51|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3422db51-f421-4db7-8034-2a0bf19a6caf/model-vers/model-ver/38a7dda7-fd37-4ffb-b90f-095c6fc27443?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-11-11T11:11:33.131Z|c811b8a8-6420-43bf-919a-2071a2287d51|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3422db51-f421-4db7-8034-2a0bf19a6caf/model-vers/model-ver/38a7dda7-fd37-4ffb-b90f-095c6fc27443?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/3422db51-f421-4db7-8034-2a0bf19a6caf/model-vers/model-ver/38a7dda7-fd37-4ffb-b90f-095c6fc27443?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211111-11:11:32:521-50180], vertex-id=[196848], Content-Length=[0], Date=[Thu, 11 Nov 2021 11:11:32 GMT], Content-Type=[application/json]} 2021-11-11T11:11:33.132Z|c811b8a8-6420-43bf-919a-2071a2287d51|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3422db51-f421-4db7-8034-2a0bf19a6caf/model-vers/model-ver/38a7dda7-fd37-4ffb-b90f-095c6fc27443?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-11-11T11:11:33.132Z|c811b8a8-6420-43bf-919a-2071a2287d51|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3422db51-f421-4db7-8034-2a0bf19a6caf/model-vers/model-ver/38a7dda7-fd37-4ffb-b90f-095c6fc27443?depth=0|INFO|500||InvokeReturn 2021-11-11T11:11:33.133Z|c811b8a8-6420-43bf-919a-2071a2287d51|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-11-11T11:11:33.133Z|c811b8a8-6420-43bf-919a-2071a2287d51|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=? 2021-11-11T11:11:33.138Z|c811b8a8-6420-43bf-919a-2071a2287d51|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) 2021-11-11T11:11:33.138Z|c811b8a8-6420-43bf-919a-2071a2287d51|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c811b8a8-6420-43bf-919a-2071a2287d51 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-11-11T11:11:33.138Z|c811b8a8-6420-43bf-919a-2071a2287d51|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-11-11T11:11:33.139Z|c811b8a8-6420-43bf-919a-2071a2287d51|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-11-11T11:11:33.141Z|c811b8a8-6420-43bf-919a-2071a2287d51|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-11T11:11:33.142Z|c811b8a8-6420-43bf-919a-2071a2287d51|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "c811b8a8-6420-43bf-919a-2071a2287d51", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636629093138, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-11T11:11:33.242Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-11T11:11:33.243Z||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. 2021-11-11T11:11:33.243Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CtoXtZ0TKyziuG3U) ... 2021-11-11T11:11:33.260Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:11:33.261Z||pool-39-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=? 2021-11-11T11:11:34.157Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T11:11:34.158Z||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. 2021-11-11T11:11:34.158Z||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 CtoXtZ0TKyziuG3U) ... 2021-11-11T11:11:38.768Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:11:38.770Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-11T11:11:38.770Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"928552d1-048e-464c-8e7a-326a3f3e359b","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"51a6ef95-5cb4-4e32-8cc4-e92464048502","serviceDescription":"service","serviceInvariantUUID":"331a8ef3-0b78-4071-870d-57ba34c28b91","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"70c1c071-08be-49e8-a2bd-04bf5a0b6b68","resourceInvariantUUID":"e357f86f-4559-46fc-aee8-1dc3bc93dcfe","resourceCustomizationUUID":"7c1438cf-7fc8-462a-a85b-b35255ce3cb5","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":"NzA5MGFkNzRhNDZmNGI5NmU3NGRlNDVkMWZlODUxYzc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2252f57b-4327-4319-812a-156ba72b6421","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":"MTdhYmQ4ZTI1MTY3OTM2OTBkYzAyMzEwZmM1OWM1MDk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e369d364-4f7a-4326-aff2-86a38cd61753","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":"f58c8a44-9a35-49d0-b9a2-ffaa816a5831","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":"29e6c449-5364-44f1-a452-d8cddeb68c6c","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":"832c3439-1f9d-45a3-a53a-3d3073183682","artifactVersion":"2","generatedFromUUID":"f58c8a44-9a35-49d0-b9a2-ffaa816a5831"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NzIwYTlhZGFhOTBmYmJmMzQ2YWFmMDM1MmViYTgyY2M\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"509e95ec-35ae-4844-80f1-a4a5ea148d0d","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"MWYxYzU5MzViNzAzZGU5YTQxNmEwZDkxNjY3MWEwNDg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e37d1337-7b10-4f2a-8697-5c433a9ee88c","artifactVersion":"1"}],"workloadContext":"Production"} 2021-11-11T11:11:38.772Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-11T11:11:38.773Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-11T11:11:38.776Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-11T11:11:38.777Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "928552d1-048e-464c-8e7a-326a3f3e359b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636629094157, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-11T11:11:38.876Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2021-11-11T11:11:38.876Z||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. 2021-11-11T11:11:38.877Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CtoXtZ0TKyziuG3U) ... 2021-11-11T11:11:38.890Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:11:38.891Z||pool-40-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-11-11T11:11:39.777Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-11T11:11:39.779Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-11T11:11:39.781Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-11T11:11:39.782Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "928552d1-048e-464c-8e7a-326a3f3e359b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636629094157, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-11-11T11:11:39.882Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-11T11:11:39.883Z||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. 2021-11-11T11:11:39.883Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CtoXtZ0TKyziuG3U) ... 2021-11-11T11:11:39.897Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:11:39.897Z||pool-41-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-11-11T11:11:40.782Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-11T11:11:40.783Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-11T11:11:40.785Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-11T11:11:40.785Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "928552d1-048e-464c-8e7a-326a3f3e359b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636629094157, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-11-11T11:11:40.885Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-11T11:11:40.886Z||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. 2021-11-11T11:11:40.886Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CtoXtZ0TKyziuG3U) ... 2021-11-11T11:11:40.904Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:11:40.904Z||pool-42-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2021-11-11T11:11:41.786Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-11T11:11:41.787Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-11T11:11:41.789Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-11T11:11:41.790Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "928552d1-048e-464c-8e7a-326a3f3e359b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636629094157, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-11T11:11:41.890Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-11T11:11:41.890Z||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. 2021-11-11T11:11:41.890Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CtoXtZ0TKyziuG3U) ... 2021-11-11T11:11:41.909Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:11:41.909Z||pool-43-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2021-11-11T11:11:42.790Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-11T11:11:42.791Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-11T11:11:42.793Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-11T11:11:42.793Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "928552d1-048e-464c-8e7a-326a3f3e359b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636629094157, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-11-11T11:11:42.893Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-11T11:11:42.894Z||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. 2021-11-11T11:11:42.894Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CtoXtZ0TKyziuG3U) ... 2021-11-11T11:11:42.915Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:11:42.918Z||pool-44-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2021-11-11T11:11:43.794Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-11T11:11:43.794Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-11T11:11:43.796Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-11T11:11:43.796Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "928552d1-048e-464c-8e7a-326a3f3e359b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636629094157, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-11-11T11:11:43.897Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-11T11:11:43.898Z||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. 2021-11-11T11:11:43.898Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CtoXtZ0TKyziuG3U) ... 2021-11-11T11:11:43.910Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:11:43.911Z||pool-45-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-11-11T11:11:44.797Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-11T11:11:44.798Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-11T11:11:44.801Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-11T11:11:44.801Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "928552d1-048e-464c-8e7a-326a3f3e359b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636629094157, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-11-11T11:11:44.901Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-11T11:11:44.902Z||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. 2021-11-11T11:11:44.902Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CtoXtZ0TKyziuG3U) ... 2021-11-11T11:11:44.924Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:11:44.925Z||pool-46-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2021-11-11T11:11:45.802Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "928552d1-048e-464c-8e7a-326a3f3e359b", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "51a6ef95-5cb4-4e32-8cc4-e92464048502", "serviceDescription": "service", "serviceInvariantUUID": "331a8ef3-0b78-4071-870d-57ba34c28b91", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "7c1438cf-7fc8-462a-a85b-b35255ce3cb5", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "70c1c071-08be-49e8-a2bd-04bf5a0b6b68", "resourceInvariantUUID": "e357f86f-4559-46fc-aee8-1dc3bc93dcfe", "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": "MTdhYmQ4ZTI1MTY3OTM2OTBkYzAyMzEwZmM1OWM1MDk\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "e369d364-4f7a-4326-aff2-86a38cd61753", "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": "f58c8a44-9a35-49d0-b9a2-ffaa816a5831", "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": "832c3439-1f9d-45a3-a53a-3d3073183682", "generatedFromUUID": "f58c8a44-9a35-49d0-b9a2-ffaa816a5831" }, "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": "832c3439-1f9d-45a3-a53a-3d3073183682", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "MWYxYzU5MzViNzAzZGU5YTQxNmEwZDkxNjY3MWEwNDg\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "e37d1337-7b10-4f2a-8697-5c433a9ee88c" } ], "workloadContext": "Production" } 2021-11-11T11:11:45.803Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-11-11T11:11:45.803Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 51a6ef95-5cb4-4e32-8cc4-e92464048502 ASDC 2021-11-11T11:11:45.805Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:928552d1-048e-464c-8e7a-326a3f3e359b ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:51a6ef95-5cb4-4e32-8cc4-e92464048502 ServiceInvariantUUID:331a8ef3-0b78-4071-870d-57ba34c28b91 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:e37d1337-7b10-4f2a-8697-5c433a9ee88c ArtifactChecksum:MWYxYzU5MzViNzAzZGU5YTQxNmEwZDkxNjY3MWEwNDg= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:7c1438cf-7fc8-462a-a85b-b35255ce3cb5 ResourceInvariantUUID:e357f86f-4559-46fc-aee8-1dc3bc93dcfe ResourceName:basic_vm ResourceType:VF ResourceUUID:70c1c071-08be-49e8-a2bd-04bf5a0b6b68 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:e369d364-4f7a-4326-aff2-86a38cd61753 ArtifactChecksum:MTdhYmQ4ZTI1MTY3OTM2OTBkYzAyMzEwZmM1OWM1MDk= 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:f58c8a44-9a35-49d0-b9a2-ffaa816a5831 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:832c3439-1f9d-45a3-a53a-3d3073183682 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:832c3439-1f9d-45a3-a53a-3d3073183682 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-11-11T11:11:45.805Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 51a6ef95-5cb4-4e32-8cc4-e92464048502 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 (?, ?, ?, ?, ?) 2021-11-11T11:11:45.837Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-11T11:11:45.838Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-11-11T11:11:45.838Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-11-11T11:11:45.838Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: e37d1337-7b10-4f2a-8697-5c433a9ee88c from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-11-11T11:11:45.838Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-11-11T11:11:45.839Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-11-11T11:11:45.931Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-11-11T11:11:45.934Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar e37d1337-7b10-4f2a-8697-5c433a9ee88c 71027 2021-11-11T11:11:45.935Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2021-11-11T11:11:45.935Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-11-11T11:11:45.935Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-11T11:11:45.936Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-11T11:11:45.938Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-11T11:11:45.939Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "928552d1-048e-464c-8e7a-326a3f3e359b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636629105935, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-11T11:11:46.039Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-11T11:11:46.040Z||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. 2021-11-11T11:11:46.040Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CtoXtZ0TKyziuG3U) ... 2021-11-11T11:11:46.051Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:11:46.052Z||pool-47-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-11T11:11:46.939Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-11T11:11:46.941Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-11-11T11:11:46.941Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: e37d1337-7b10-4f2a-8697-5c433a9ee88c, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2021-11-11T11:11:46.941Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2021-11-11T11:11:46.942Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2021-11-11T11:11:46.942Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2021-11-11T11:11:47.127Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14659098629348104082/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 2021-11-11T11:11:48.233Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2021-11-11T11:11:48.234Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-11-11T11:11:48.234Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-11-11T11:11:48.234Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2021-11-11T11:11:48.235Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||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 2021-11-11T11:11:48.235Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||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 2021-11-11T11:11:48.235Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||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 2021-11-11T11:11:48.235Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||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 2021-11-11T11:11:48.236Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||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 2021-11-11T11:11:48.236Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||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 2021-11-11T11:11:48.236Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||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 2021-11-11T11:11:48.236Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||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 2021-11-11T11:11:48.236Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||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 2021-11-11T11:11:48.237Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-11-11T11:11:48.237Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T11:11:48.237Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-11T11:11:48.238Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-11-11T11:11:48.238Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-11-11T11:11:48.238Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-11T11:11:48.239Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T11:11:48.239Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-11T11:11:48.239Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-11-11T11:11:48.240Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-11-11T11:11:48.240Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-11T11:11:48.240Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T11:11:48.240Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-11T11:11:48.241Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T11:11:48.241Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-11-11T11:11:48.242Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2021-11-11T11:11:48.242Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2021-11-11T11:11:48.242Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2021-11-11T11:11:48.242Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2021-11-11T11:11:48.243Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-11-11T11:11:48.243Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T11:11:48.243Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-11-11T11:11:48.244Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T11:11:48.244Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-11-11T11:11:48.244Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-11T11:11:48.245Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T11:11:48.245Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-11-11T11:11:48.245Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-11T11:11:48.246Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T11:11:48.246Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-11-11T11:11:48.246Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-11T11:11:48.246Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T11:11:48.247Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-11-11T11:11:48.247Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2021-11-11T11:11:48.247Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2021-11-11T11:11:48.247Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=cc321075-a842-42b4-8a8e-cf19ea45c626 2021-11-11T11:11:48.248Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T11:11:48.248Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-11T11:11:48.248Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T11:11:48.248Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-11T11:11:48.249Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T11:11:48.249Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-11T11:11:48.249Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T11:11:48.249Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-11T11:11:48.250Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:51a6ef95-5cb4-4e32-8cc4-e92464048502 Model Version:NULL Model InvariantUuid:331a8ef3-0b78-4071-870d-57ba34c28b91 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:de2b630f-9a42-46eb-842f-212de441c32d Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:e357f86f-4559-46fc-aee8-1dc3bc93dcfe Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:7c1438cf-7fc8-462a-a85b-b35255ce3cb5 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:99cfcafe-adcc-4bca-a173-0d5941d7a7b3 ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:1224f96f-ce5f-4d93-8d85-acaffae541cc ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:cc321075-a842-42b4-8a8e-cf19ea45c626 ModelInvariantUuid:c1e7415a-e914-4af0-ba98-6cedd39455e5 ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:cec2f3c7-0a22-4ff9-9832-15bc5afbcfe1 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:775aa594-f18f-4a79-9d7f-dad16a0129e6 ModelInvariantUuid:8f4bc536-7c3b-4493-95b0-209947b64a19 ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:2c79d355-b804-433a-9826-595ceaa3bbf2 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=? 2021-11-11T11:11:48.256Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 70c1c071-08be-49e8-a2bd-04bf5a0b6b68 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=? 2021-11-11T11:11:48.260Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||INFO|500||basic_vm 0 2021-11-11T11:11:48.260Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 70c1c071-08be-49e8-a2bd-04bf5a0b6b68 2021-11-11T11:11:48.260Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: e369d364-4f7a-4326-aff2-86a38cd61753 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2021-11-11T11:11:48.260Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-11-11T11:11:48.261Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||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 2021-11-11T11:11:48.378Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-11-11T11:11:48.379Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json e369d364-4f7a-4326-aff2-86a38cd61753 787 2021-11-11T11:11:48.379Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||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 2021-11-11T11:11:48.379Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||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 2021-11-11T11:11:48.379Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-11T11:11:48.380Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-11T11:11:48.381Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-11T11:11:48.381Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "928552d1-048e-464c-8e7a-326a3f3e359b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636629108379, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-11T11:11:48.482Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-11T11:11:48.483Z||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. 2021-11-11T11:11:48.483Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CtoXtZ0TKyziuG3U) ... 2021-11-11T11:11:48.495Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:11:48.495Z||pool-48-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-11T11:11:49.382Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "99cfcafe-adcc-4bca-a173-0d5941d7a7b3", "vfModuleModelVersion": "1", "vfModuleModelUUID": "1224f96f-ce5f-4d93-8d85-acaffae541cc", "vfModuleModelCustomizationUUID": "92e4b3f5-d329-4568-acc0-1b45884de965", "isBase": true, "artifacts": [ "f58c8a44-9a35-49d0-b9a2-ffaa816a5831", "832c3439-1f9d-45a3-a53a-3d3073183682" ], "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": "" } } ] 2021-11-11T11:11:49.387Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:1224f96f-ce5f-4d93-8d85-acaffae541cc VfModuleModelInvariantUUID:99cfcafe-adcc-4bca-a173-0d5941d7a7b3 VfModuleModelDescription:NULL Artifacts UUID List:{ f58c8a44-9a35-49d0-b9a2-ffaa816a5831 , 832c3439-1f9d-45a3-a53a-3d3073183682 } 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 } 2021-11-11T11:11:49.389Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "99cfcafe-adcc-4bca-a173-0d5941d7a7b3", "vfModuleModelVersion": "1", "vfModuleModelUUID": "1224f96f-ce5f-4d93-8d85-acaffae541cc", "vfModuleModelCustomizationUUID": "92e4b3f5-d329-4568-acc0-1b45884de965", "isBase": true, "artifacts": [ "f58c8a44-9a35-49d0-b9a2-ffaa816a5831", "832c3439-1f9d-45a3-a53a-3d3073183682" ], "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": "" } } ] 2021-11-11T11:11:49.389Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:1224f96f-ce5f-4d93-8d85-acaffae541cc VfModuleModelInvariantUUID:99cfcafe-adcc-4bca-a173-0d5941d7a7b3 VfModuleModelDescription:NULL Artifacts UUID List:{ f58c8a44-9a35-49d0-b9a2-ffaa816a5831 , 832c3439-1f9d-45a3-a53a-3d3073183682 } 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 } 2021-11-11T11:11:49.389Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: f58c8a44-9a35-49d0-b9a2-ffaa816a5831 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2021-11-11T11:11:49.389Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-11-11T11:11:49.389Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2021-11-11T11:11:49.471Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-11-11T11:11:49.472Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml f58c8a44-9a35-49d0-b9a2-ffaa816a5831 5033 2021-11-11T11:11:49.472Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||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 2021-11-11T11:11:49.472Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||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 2021-11-11T11:11:49.472Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-11T11:11:49.472Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-11T11:11:49.474Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-11T11:11:49.474Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "928552d1-048e-464c-8e7a-326a3f3e359b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636629109472, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-11-11T11:11:49.574Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-11T11:11:49.575Z||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. 2021-11-11T11:11:49.575Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CtoXtZ0TKyziuG3U) ... 2021-11-11T11:11:49.585Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:11:49.585Z||pool-49-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-11T11:11:50.474Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 832c3439-1f9d-45a3-a53a-3d3073183682 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2021-11-11T11:11:50.475Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-11-11T11:11:50.475Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2021-11-11T11:11:50.677Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-11-11T11:11:50.678Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 832c3439-1f9d-45a3-a53a-3d3073183682 903 2021-11-11T11:11:50.678Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||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 2021-11-11T11:11:50.678Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||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 2021-11-11T11:11:50.678Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-11T11:11:50.678Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-11T11:11:50.681Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-11T11:11:50.681Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "928552d1-048e-464c-8e7a-326a3f3e359b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636629110678, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-11-11T11:11:50.781Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-11T11:11:50.782Z||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. 2021-11-11T11:11:50.782Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CtoXtZ0TKyziuG3U) ... 2021-11-11T11:11:50.795Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:11:50.796Z||pool-50-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-11-11T11:11:51.681Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 51a6ef95-5cb4-4e32-8cc4-e92464048502 2021-11-11T11:11:51.682Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 70c1c071-08be-49e8-a2bd-04bf5a0b6b68 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=? 2021-11-11T11:11:51.696Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@140c525e, org.onap.sdc.toscaparser.api.parameters.Input@65a763fd, org.onap.sdc.toscaparser.api.parameters.Input@409446ff, org.onap.sdc.toscaparser.api.parameters.Input@575bceca, org.onap.sdc.toscaparser.api.parameters.Input@21b3f8dd] 2021-11-11T11:11:51.698Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T11:11:51.698Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-11T11:11:51.699Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 2021-11-11T11:11:51.699Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 7c1438cf-7fc8-462a-a85b-b35255ce3cb5 2021-11-11T11:11:51.699Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 7c1438cf-7fc8-462a-a85b-b35255ce3cb5 matches Tosca VF Customization UUID: 7c1438cf-7fc8-462a-a85b-b35255ce3cb5 2021-11-11T11:11:51.699Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 7c1438cf-7fc8-462a-a85b-b35255ce3cb5 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=? 2021-11-11T11:11:51.702Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T11:11:51.702Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-11T11:11:51.702Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 7c1438cf-7fc8-462a-a85b-b35255ce3cb5: {\"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\"} 2021-11-11T11:11:51.703Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@14307dc0 2021-11-11T11:11:51.703Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T11:11:51.703Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-11-11T11:11:51.703Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 92e4b3f5-d329-4568-acc0-1b45884de965 2021-11-11T11:11:51.703Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 92e4b3f5-d329-4568-acc0-1b45884de965 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=? 2021-11-11T11:11:51.706Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T11:11:51.706Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-11-11T11:11:51.706Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-11T11:11:51.707Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T11:11:51.707Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-11-11T11:11:51.707Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-11T11:11:51.707Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T11:11:51.707Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-11-11T11:11:51.708Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2021-11-11T11:11:51.708Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2021-11-11T11:11:51.708Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=cc321075-a842-42b4-8a8e-cf19ea45c626 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=? 2021-11-11T11:11:51.710Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T11:11:51.711Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-11-11T11:11:51.711Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-11T11:11:51.711Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T11:11:51.711Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-11-11T11:11:51.711Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=7c1438cf-7fc8-462a-a85b-b35255ce3cb5 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=? 2021-11-11T11:11:51.713Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T11:11:51.713Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-11T11:11:51.714Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 51a6ef95-5cb4-4e32-8cc4-e92464048502: basic_vm 2021-11-11T11:11:51.714Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T11:11:51.714Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-11T11:11:51.714Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T11:11:51.714Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-11T11:11:51.714Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T11:11:51.715Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-11T11:11:51.715Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T11:11:51.715Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-11T11:11:51.715Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T11:11:51.715Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-11T11:11:51.716Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||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 (?, ?, ?, ?, ?) 2021-11-11T11:11:51.800Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 70c1c071-08be-49e8-a2bd-04bf5a0b6b68 1 ASDC deployResourceStructure 2021-11-11T11:11:51.800Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||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 2021-11-11T11:11:51.800Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||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 2021-11-11T11:11:51.801Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-11T11:11:51.801Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-11T11:11:51.803Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-11T11:11:51.803Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "928552d1-048e-464c-8e7a-326a3f3e359b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636629111800, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-11-11T11:11:51.903Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-11T11:11:51.904Z||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. 2021-11-11T11:11:51.904Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CtoXtZ0TKyziuG3U) ... 2021-11-11T11:11:51.916Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:11:51.917Z||pool-51-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2021-11-11T11:11:52.808Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||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 2021-11-11T11:11:52.809Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||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 2021-11-11T11:11:52.809Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-11T11:11:52.809Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-11T11:11:52.811Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-11T11:11:52.811Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "928552d1-048e-464c-8e7a-326a3f3e359b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636629112808, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-11-11T11:11:52.911Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-11T11:11:52.912Z||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. 2021-11-11T11:11:52.912Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CtoXtZ0TKyziuG3U) ... 2021-11-11T11:11:52.924Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:11:52.924Z||pool-52-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-11T11:11:53.812Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||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 2021-11-11T11:11:53.812Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||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 2021-11-11T11:11:53.813Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-11T11:11:53.815Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-11T11:11:53.816Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-11T11:11:53.816Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "928552d1-048e-464c-8e7a-326a3f3e359b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636629113812, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-11-11T11:11:53.917Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-11-11T11:11:53.918Z||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. 2021-11-11T11:11:53.918Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CtoXtZ0TKyziuG3U) ... 2021-11-11T11:11:53.942Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:11:53.942Z||pool-53-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2021-11-11T11:11:54.817Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2021-11-11T11:11:54.818Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-11-11T11:11:54.818Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-11T11:11:54.819Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-11T11:11:54.821Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-11T11:11:54.821Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "928552d1-048e-464c-8e7a-326a3f3e359b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636629114817, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-11-11T11:11:54.921Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-11T11:11:54.922Z||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. 2021-11-11T11:11:54.922Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CtoXtZ0TKyziuG3U) ... 2021-11-11T11:11:54.940Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:11:54.941Z||pool-54-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2021-11-11T11:11:55.822Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 928552d1-048e-464c-8e7a-326a3f3e359b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-11-11T11:11:55.834Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 928552d1-048e-464c-8e7a-326a3f3e359b 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=? 2021-11-11T11:11:55.836Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-11T11:11:55.836Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-11T11:11:55.836Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-11T11:11:56.344Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T11:11:56.345Z||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. 2021-11-11T11:11:56.345Z||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 CtoXtZ0TKyziuG3U) ... 2021-11-11T11:11:56.369Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:11:56.392Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-11T11:11:56.392Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "928552d1-048e-464c-8e7a-326a3f3e359b", "consumerID": "cds", "timestamp": 1636628961455, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-11T11:11:56.393Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-11T11:11:56.393Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-11T11:11:56.393Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "928552d1-048e-464c-8e7a-326a3f3e359b", "consumerID": "dcae-sch", "timestamp": 1636628954890, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-11T11:11:56.393Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-11T11:11:56.393Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-11T11:11:56.394Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "928552d1-048e-464c-8e7a-326a3f3e359b", "consumerID": "multicloud-k8s-id", "timestamp": 1636628956085, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-11T11:11:56.394Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-11T11:11:56.394Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-11T11:11:56.394Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "928552d1-048e-464c-8e7a-326a3f3e359b", "consumerID": "clamp", "timestamp": 1636628957492, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-11T11:11:56.394Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-11T11:11:56.394Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-11T11:11:56.394Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "928552d1-048e-464c-8e7a-326a3f3e359b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636628957983, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-11T11:11:56.394Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-11T11:11:56.394Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-11T11:11:56.394Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "928552d1-048e-464c-8e7a-326a3f3e359b", "consumerID": "multicloud-k8s-id", "timestamp": 1636628956085, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-11-11T11:11:56.394Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-11T11:11:56.394Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-11T11:11:56.395Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "928552d1-048e-464c-8e7a-326a3f3e359b", "consumerID": "dcae-sch", "timestamp": 1636628954890, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-11T11:11:56.395Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-11T11:11:56.395Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-11T11:11:56.395Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "928552d1-048e-464c-8e7a-326a3f3e359b", "consumerID": "cds", "timestamp": 1636628961455, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-11T11:11:56.395Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-11T11:11:56.395Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-11T11:11:56.395Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "928552d1-048e-464c-8e7a-326a3f3e359b", "consumerID": "clamp", "timestamp": 1636628957492, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-11-11T11:11:56.395Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-11T11:11:56.395Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-11T11:11:56.395Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "928552d1-048e-464c-8e7a-326a3f3e359b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636628957983, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-11T11:11:56.395Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-11T11:11:56.395Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-11T11:11:56.395Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "928552d1-048e-464c-8e7a-326a3f3e359b", "consumerID": "multicloud-k8s-id", "timestamp": 1636628956085, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-11-11T11:11:56.396Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-11T11:11:56.396Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-11T11:11:56.396Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "928552d1-048e-464c-8e7a-326a3f3e359b", "consumerID": "dcae-sch", "timestamp": 1636628954890, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-11-11T11:11:56.396Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-11T11:11:56.396Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-11T11:11:56.396Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "928552d1-048e-464c-8e7a-326a3f3e359b", "consumerID": "clamp", "timestamp": 1636628957492, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-11-11T11:11:56.396Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-11T11:11:56.396Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-11T11:11:56.396Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "928552d1-048e-464c-8e7a-326a3f3e359b", "consumerID": "cds", "timestamp": 1636628961455, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-11-11T11:11:56.396Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-11T11:11:56.396Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-11T11:11:56.397Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "928552d1-048e-464c-8e7a-326a3f3e359b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636628957983, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-11-11T11:11:56.397Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-11T11:11:56.397Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-11T11:11:56.397Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "928552d1-048e-464c-8e7a-326a3f3e359b", "consumerID": "multicloud-k8s-id", "timestamp": 1636628956085, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-11T11:11:56.397Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-11T11:11:56.397Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-11T11:11:56.397Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "928552d1-048e-464c-8e7a-326a3f3e359b", "consumerID": "aai-ml", "timestamp": 1636628965146, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-11T11:11:56.397Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-11T11:11:56.397Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-11T11:11:56.397Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "928552d1-048e-464c-8e7a-326a3f3e359b", "consumerID": "cds", "timestamp": 1636628961455, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-11T11:11:56.397Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-11T11:11:56.397Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-11T11:11:56.397Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "928552d1-048e-464c-8e7a-326a3f3e359b", "consumerID": "clamp", "timestamp": 1636628957492, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-11T11:11:56.398Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-11T11:11:56.398Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-11T11:11:56.398Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "928552d1-048e-464c-8e7a-326a3f3e359b", "consumerID": "dcae-sch", "timestamp": 1636628954890, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-11T11:11:56.398Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-11T11:11:56.398Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-11T11:11:56.398Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "928552d1-048e-464c-8e7a-326a3f3e359b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636628957983, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-11T11:11:56.398Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-11T11:11:56.398Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-11T11:11:56.398Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "928552d1-048e-464c-8e7a-326a3f3e359b", "consumerID": "aai-ml", "timestamp": 1636628965146, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-11T11:11:56.398Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-11T11:11:56.398Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-11T11:11:56.398Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "928552d1-048e-464c-8e7a-326a3f3e359b", "consumerID": "multicloud-k8s-id", "timestamp": 1636628956085, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-11-11T11:11:56.399Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-11T11:11:56.399Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-11T11:11:56.399Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "928552d1-048e-464c-8e7a-326a3f3e359b", "consumerID": "clamp", "timestamp": 1636628957492, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-11-11T11:11:56.399Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-11T11:11:56.399Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-11T11:11:56.399Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "928552d1-048e-464c-8e7a-326a3f3e359b", "consumerID": "dcae-sch", "timestamp": 1636628954890, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-11-11T11:11:56.399Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-11T11:11:56.399Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-11T11:11:56.399Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "928552d1-048e-464c-8e7a-326a3f3e359b", "consumerID": "cds", "timestamp": 1636628961455, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-11-11T11:11:56.399Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-11T11:11:56.399Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-11T11:11:56.399Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "928552d1-048e-464c-8e7a-326a3f3e359b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636628957983, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-11-11T11:11:56.400Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-11T11:11:56.400Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-11T11:11:56.400Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "928552d1-048e-464c-8e7a-326a3f3e359b", "consumerID": "policy-id", "timestamp": 1636628966493, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-11T11:11:56.400Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-11T11:11:56.400Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-11T11:11:56.400Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "928552d1-048e-464c-8e7a-326a3f3e359b", "consumerID": "aai-ml", "timestamp": 1636628965146, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-11-11T11:11:56.400Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-11T11:11:56.400Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-11T11:11:56.400Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "928552d1-048e-464c-8e7a-326a3f3e359b", "consumerID": "multicloud-k8s-id", "timestamp": 1636628956085, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-11-11T11:11:56.400Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-11T11:11:56.400Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-11T11:11:56.401Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "928552d1-048e-464c-8e7a-326a3f3e359b", "consumerID": "clamp", "timestamp": 1636628957492, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-11-11T11:11:56.401Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-11T11:11:56.401Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-11T11:11:56.401Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "928552d1-048e-464c-8e7a-326a3f3e359b", "consumerID": "cds", "timestamp": 1636628961455, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-11-11T11:11:56.401Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-11T11:11:56.401Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-11T11:11:56.401Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "928552d1-048e-464c-8e7a-326a3f3e359b", "consumerID": "dcae-sch", "timestamp": 1636628954890, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-11-11T11:11:56.401Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-11T11:11:56.401Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-11T11:11:56.401Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "928552d1-048e-464c-8e7a-326a3f3e359b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636628957983, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-11-11T11:11:56.401Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-11T11:11:56.401Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-11T11:11:56.401Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "928552d1-048e-464c-8e7a-326a3f3e359b", "consumerID": "policy-id", "timestamp": 1636628966493, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-11T11:11:56.402Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-11T11:11:56.402Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-11T11:11:56.402Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "928552d1-048e-464c-8e7a-326a3f3e359b", "consumerID": "aai-ml", "timestamp": 1636628965146, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-11T11:11:56.402Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-11T11:11:56.402Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-11T11:11:56.402Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "928552d1-048e-464c-8e7a-326a3f3e359b", "consumerID": "clamp", "timestamp": 1636628957492, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-11-11T11:11:56.402Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-11T11:11:56.402Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-11T11:11:56.402Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "928552d1-048e-464c-8e7a-326a3f3e359b", "consumerID": "multicloud-k8s-id", "timestamp": 1636628956085, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-11-11T11:11:56.402Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-11T11:11:56.402Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-11T11:11:56.402Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "928552d1-048e-464c-8e7a-326a3f3e359b", "consumerID": "cds", "timestamp": 1636628961455, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-11-11T11:11:56.403Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-11T11:11:56.403Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-11T11:11:56.403Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "928552d1-048e-464c-8e7a-326a3f3e359b", "consumerID": "dcae-sch", "timestamp": 1636628954890, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-11T11:11:56.403Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-11T11:11:56.403Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-11T11:11:56.403Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "928552d1-048e-464c-8e7a-326a3f3e359b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636628957983, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-11-11T11:11:56.403Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-11T11:11:56.403Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-11T11:11:56.403Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "928552d1-048e-464c-8e7a-326a3f3e359b", "consumerID": "policy-id", "timestamp": 1636628966493, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-11-11T11:11:56.403Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-11T11:11:56.403Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-11T11:11:56.403Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "928552d1-048e-464c-8e7a-326a3f3e359b", "consumerID": "aai-ml", "timestamp": 1636628965146, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-11-11T11:11:56.404Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-11T11:11:56.404Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-11T11:11:56.404Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "928552d1-048e-464c-8e7a-326a3f3e359b", "consumerID": "ves-openapi-manager", "timestamp": 1636628969460, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-11T11:11:56.404Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-11T11:11:56.404Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-11T11:11:56.404Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "928552d1-048e-464c-8e7a-326a3f3e359b", "consumerID": "policy-id", "timestamp": 1636628966493, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-11T11:11:56.404Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-11T11:11:56.404Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-11T11:11:56.404Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "928552d1-048e-464c-8e7a-326a3f3e359b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636628970188, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-11T11:11:56.405Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-11T11:11:56.405Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-11T11:11:56.405Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "928552d1-048e-464c-8e7a-326a3f3e359b", "consumerID": "cds", "timestamp": 1636628970269, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-11T11:11:56.405Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-11T11:11:56.405Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-11T11:11:56.405Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "928552d1-048e-464c-8e7a-326a3f3e359b", "consumerID": "multicloud-k8s-id", "timestamp": 1636628970272, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-11T11:11:56.405Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-11T11:11:56.405Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-11T11:11:56.405Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "928552d1-048e-464c-8e7a-326a3f3e359b", "consumerID": "aai-ml", "timestamp": 1636628965146, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-11-11T11:11:56.405Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-11T11:11:56.405Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-11T11:11:56.405Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "928552d1-048e-464c-8e7a-326a3f3e359b", "consumerID": "ves-openapi-manager", "timestamp": 1636628969460, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-11T11:11:56.406Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-11T11:11:56.406Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-11T11:11:56.406Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "928552d1-048e-464c-8e7a-326a3f3e359b", "consumerID": "policy-id", "timestamp": 1636628966493, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-11-11T11:11:56.406Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-11T11:11:56.406Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-11T11:11:56.406Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "928552d1-048e-464c-8e7a-326a3f3e359b", "consumerID": "cds", "timestamp": 1636628971277, "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=? 2021-11-11T11:11:56.412Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 928552d1-048e-464c-8e7a-326a3f3e359b 2021-11-11T11:11:56.412Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 928552d1-048e-464c-8e7a-326a3f3e359b 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 (?, ?, ?, ?, ?) 2021-11-11T11:11:56.420Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-11T11:11:56.420Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "928552d1-048e-464c-8e7a-326a3f3e359b", "consumerID": "multicloud-k8s-id", "timestamp": 1636628971474, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-11-11T11:11:56.420Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-11T11:11:56.420Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-11T11:11:56.420Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "928552d1-048e-464c-8e7a-326a3f3e359b", "consumerID": "aai-ml", "timestamp": 1636628965146, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-11-11T11:11:56.420Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-11T11:11:56.420Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-11T11:11:56.421Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "928552d1-048e-464c-8e7a-326a3f3e359b", "consumerID": "ves-openapi-manager", "timestamp": 1636628969460, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-11-11T11:11:56.421Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-11T11:11:56.421Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-11T11:11:56.421Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "928552d1-048e-464c-8e7a-326a3f3e359b", "consumerID": "policy-id", "timestamp": 1636628966493, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-11-11T11:11:56.421Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-11T11:11:56.421Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-11T11:11:56.421Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "928552d1-048e-464c-8e7a-326a3f3e359b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636628972736, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-11-11T11:11:56.421Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-11T11:11:56.421Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-11T11:11:56.421Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "928552d1-048e-464c-8e7a-326a3f3e359b", "consumerID": "ves-openapi-manager", "timestamp": 1636628969460, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-11T11:11:56.421Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-11T11:11:56.421Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-11T11:11:56.421Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "928552d1-048e-464c-8e7a-326a3f3e359b", "consumerID": "multicloud-k8s-id", "timestamp": 1636628973177, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-11-11T11:11:56.422Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-11T11:11:56.422Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-11T11:11:56.422Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "928552d1-048e-464c-8e7a-326a3f3e359b", "consumerID": "policy-id", "timestamp": 1636628966493, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-11-11T11:11:56.422Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-11T11:11:56.422Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-11T11:11:56.422Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "928552d1-048e-464c-8e7a-326a3f3e359b", "consumerID": "aai-ml", "timestamp": 1636628973283, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-11T11:11:56.422Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-11T11:11:56.422Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-11T11:11:56.422Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "928552d1-048e-464c-8e7a-326a3f3e359b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636628973740, "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=? 2021-11-11T11:11:56.426Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 928552d1-048e-464c-8e7a-326a3f3e359b 2021-11-11T11:11:56.426Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 928552d1-048e-464c-8e7a-326a3f3e359b 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 (?, ?, ?, ?, ?) 2021-11-11T11:11:56.433Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-11T11:11:56.433Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "928552d1-048e-464c-8e7a-326a3f3e359b", "consumerID": "ves-openapi-manager", "timestamp": 1636628969460, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-11-11T11:11:56.433Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-11T11:11:56.433Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-11T11:11:56.433Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "928552d1-048e-464c-8e7a-326a3f3e359b", "consumerID": "multicloud-k8s-id", "timestamp": 1636628974227, "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=? 2021-11-11T11:11:56.438Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 928552d1-048e-464c-8e7a-326a3f3e359b 2021-11-11T11:11:56.438Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 928552d1-048e-464c-8e7a-326a3f3e359b 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 (?, ?, ?, ?, ?) 2021-11-11T11:11:56.445Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-11T11:11:56.445Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "928552d1-048e-464c-8e7a-326a3f3e359b", "consumerID": "policy-id", "timestamp": 1636628974591, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-11T11:11:56.445Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-11T11:11:56.445Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-11T11:11:56.445Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "928552d1-048e-464c-8e7a-326a3f3e359b", "consumerID": "ves-openapi-manager", "timestamp": 1636628969460, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-11-11T11:11:56.445Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-11T11:11:56.445Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-11T11:11:56.445Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "928552d1-048e-464c-8e7a-326a3f3e359b", "consumerID": "multicloud-k8s-id", "timestamp": 1636628975232, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-11-11T11:11:56.445Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-11T11:11:56.445Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-11T11:11:56.445Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "928552d1-048e-464c-8e7a-326a3f3e359b", "consumerID": "policy-id", "timestamp": 1636628975595, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-11-11T11:11:56.446Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-11T11:11:56.446Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-11T11:11:56.446Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "928552d1-048e-464c-8e7a-326a3f3e359b", "consumerID": "ves-openapi-manager", "timestamp": 1636628969460, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-11T11:11:56.446Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-11T11:11:56.446Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-11T11:11:56.446Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "928552d1-048e-464c-8e7a-326a3f3e359b", "consumerID": "policy-id", "timestamp": 1636628976599, "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=? 2021-11-11T11:11:56.450Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 928552d1-048e-464c-8e7a-326a3f3e359b 2021-11-11T11:11:56.450Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 928552d1-048e-464c-8e7a-326a3f3e359b 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=? 2021-11-11T11:11:56.455Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-11T11:11:56.455Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cd762b-5593-46fc-8382-84724d0db190", "consumerID": "dcae-sch", "timestamp": 1636628974890, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-11T11:11:56.455Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-11T11:11:56.455Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-11T11:11:56.455Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cd762b-5593-46fc-8382-84724d0db190", "consumerID": "cds", "timestamp": 1636628976455, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-11T11:11:56.455Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-11T11:11:56.455Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-11T11:11:56.455Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cd762b-5593-46fc-8382-84724d0db190", "consumerID": "multicloud-k8s-id", "timestamp": 1636628976237, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-11T11:11:56.456Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-11T11:11:56.456Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-11T11:11:56.456Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cd762b-5593-46fc-8382-84724d0db190", "consumerID": "dcae-sch", "timestamp": 1636628974890, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-11T11:11:56.456Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-11T11:11:56.456Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-11T11:11:56.456Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cd762b-5593-46fc-8382-84724d0db190", "consumerID": "cds", "timestamp": 1636628976455, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-11T11:11:56.456Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-11T11:11:56.456Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-11T11:11:56.456Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cd762b-5593-46fc-8382-84724d0db190", "consumerID": "multicloud-k8s-id", "timestamp": 1636628976237, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-11-11T11:11:56.456Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-11T11:11:56.456Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-11T11:11:56.456Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cd762b-5593-46fc-8382-84724d0db190", "consumerID": "dcae-sch", "timestamp": 1636628974890, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-11-11T11:11:56.457Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-11T11:11:56.457Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-11T11:11:56.457Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cd762b-5593-46fc-8382-84724d0db190", "consumerID": "cds", "timestamp": 1636628976455, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-11-11T11:11:56.457Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-11T11:11:56.457Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-11T11:11:56.457Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cd762b-5593-46fc-8382-84724d0db190", "consumerID": "multicloud-k8s-id", "timestamp": 1636628976237, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-11-11T11:11:56.457Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-11T11:11:56.457Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-11T11:11:56.457Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "928552d1-048e-464c-8e7a-326a3f3e359b", "consumerID": "clamp", "timestamp": 1636628980547, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-11T11:11:56.457Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-11T11:11:56.457Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-11T11:11:56.457Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cd762b-5593-46fc-8382-84724d0db190", "consumerID": "dcae-sch", "timestamp": 1636628974890, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-11T11:11:56.457Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-11T11:11:56.458Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-11T11:11:56.458Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cd762b-5593-46fc-8382-84724d0db190", "consumerID": "cds", "timestamp": 1636628976455, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-11T11:11:56.458Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-11T11:11:56.458Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-11T11:11:56.458Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cd762b-5593-46fc-8382-84724d0db190", "consumerID": "multicloud-k8s-id", "timestamp": 1636628976237, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-11T11:11:56.458Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-11T11:11:56.458Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-11T11:11:56.458Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "928552d1-048e-464c-8e7a-326a3f3e359b", "consumerID": "aai-ml", "timestamp": 1636628981534, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-11-11T11:11:56.458Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-11T11:11:56.458Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-11T11:11:56.458Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cd762b-5593-46fc-8382-84724d0db190", "consumerID": "dcae-sch", "timestamp": 1636628974890, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-11-11T11:11:56.458Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-11T11:11:56.459Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-11T11:11:56.459Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cd762b-5593-46fc-8382-84724d0db190", "consumerID": "cds", "timestamp": 1636628976455, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-11-11T11:11:56.459Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-11T11:11:56.459Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-11T11:11:56.459Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cd762b-5593-46fc-8382-84724d0db190", "consumerID": "multicloud-k8s-id", "timestamp": 1636628976237, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-11-11T11:11:56.459Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-11T11:11:56.459Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-11T11:11:56.459Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "928552d1-048e-464c-8e7a-326a3f3e359b", "consumerID": "aai-ml", "timestamp": 1636628982538, "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=? 2021-11-11T11:11:56.463Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 928552d1-048e-464c-8e7a-326a3f3e359b 2021-11-11T11:11:56.463Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 928552d1-048e-464c-8e7a-326a3f3e359b 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 (?, ?, ?, ?, ?) 2021-11-11T11:11:56.477Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-11T11:11:56.477Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "928552d1-048e-464c-8e7a-326a3f3e359b", "consumerID": "clamp", "timestamp": 1636628982558, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-11-11T11:11:56.477Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-11T11:11:56.477Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-11T11:11:56.477Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cd762b-5593-46fc-8382-84724d0db190", "consumerID": "dcae-sch", "timestamp": 1636628974890, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-11-11T11:11:56.478Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-11T11:11:56.478Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-11T11:11:56.478Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cd762b-5593-46fc-8382-84724d0db190", "consumerID": "cds", "timestamp": 1636628976455, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-11-11T11:11:56.478Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-11T11:11:56.478Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-11T11:11:56.478Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cd762b-5593-46fc-8382-84724d0db190", "consumerID": "multicloud-k8s-id", "timestamp": 1636628976237, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-11-11T11:11:56.478Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-11T11:11:56.478Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-11T11:11:56.478Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "928552d1-048e-464c-8e7a-326a3f3e359b", "consumerID": "clamp", "timestamp": 1636628983568, "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=? 2021-11-11T11:11:56.483Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 928552d1-048e-464c-8e7a-326a3f3e359b 2021-11-11T11:11:56.483Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 928552d1-048e-464c-8e7a-326a3f3e359b 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 (?, ?, ?, ?, ?) 2021-11-11T11:11:56.490Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-11T11:11:56.490Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cd762b-5593-46fc-8382-84724d0db190", "consumerID": "dcae-sch", "timestamp": 1636628974890, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-11-11T11:11:56.490Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-11T11:11:56.491Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-11T11:11:56.491Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cd762b-5593-46fc-8382-84724d0db190", "consumerID": "cds", "timestamp": 1636628976455, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-11-11T11:11:56.491Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-11T11:11:56.491Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-11T11:11:56.491Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cd762b-5593-46fc-8382-84724d0db190", "consumerID": "multicloud-k8s-id", "timestamp": 1636628976237, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-11-11T11:11:56.491Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-11T11:11:56.491Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-11T11:11:56.491Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cd762b-5593-46fc-8382-84724d0db190", "consumerID": "dcae-sch", "timestamp": 1636628974890, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-11T11:11:56.491Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-11T11:11:56.491Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-11T11:11:56.491Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cd762b-5593-46fc-8382-84724d0db190", "consumerID": "cds", "timestamp": 1636628976455, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-11-11T11:11:56.491Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-11T11:11:56.491Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-11T11:11:56.492Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cd762b-5593-46fc-8382-84724d0db190", "consumerID": "multicloud-k8s-id", "timestamp": 1636628976237, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-11-11T11:11:56.492Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-11T11:11:56.492Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-11T11:11:56.492Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cd762b-5593-46fc-8382-84724d0db190", "consumerID": "multicloud-k8s-id", "timestamp": 1636628986197, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-11T11:11:56.492Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-11T11:11:56.492Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-11T11:11:56.492Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cd762b-5593-46fc-8382-84724d0db190", "consumerID": "cds", "timestamp": 1636628986250, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-11T11:11:56.492Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-11T11:11:56.492Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-11T11:11:56.492Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cd762b-5593-46fc-8382-84724d0db190", "consumerID": "policy-id", "timestamp": 1636628986493, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-11T11:11:56.492Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-11T11:11:56.493Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-11T11:11:56.493Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cd762b-5593-46fc-8382-84724d0db190", "consumerID": "multicloud-k8s-id", "timestamp": 1636628987366, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-11-11T11:11:56.493Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-11T11:11:56.493Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-11T11:11:56.493Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cd762b-5593-46fc-8382-84724d0db190", "consumerID": "clamp", "timestamp": 1636628987492, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-11T11:11:56.493Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-11T11:11:56.493Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-11T11:11:56.493Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cd762b-5593-46fc-8382-84724d0db190", "consumerID": "policy-id", "timestamp": 1636628986493, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-11T11:11:56.493Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-11T11:11:56.493Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-11T11:11:56.493Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cd762b-5593-46fc-8382-84724d0db190", "consumerID": "multicloud-k8s-id", "timestamp": 1636628988481, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-11-11T11:11:56.493Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-11T11:11:56.493Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-11T11:11:56.494Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cd762b-5593-46fc-8382-84724d0db190", "consumerID": "cds", "timestamp": 1636628988601, "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 (?, ?, ?, ?, ?) 2021-11-11T11:11:56.505Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 30cd762b-5593-46fc-8382-84724d0db190 2021-11-11T11:11:56.505Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 30cd762b-5593-46fc-8382-84724d0db190 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 (?, ?, ?, ?, ?) 2021-11-11T11:11:56.512Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-11T11:11:56.512Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cd762b-5593-46fc-8382-84724d0db190", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636628987982, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-11T11:11:56.512Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-11T11:11:56.512Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-11T11:11:56.512Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cd762b-5593-46fc-8382-84724d0db190", "consumerID": "clamp", "timestamp": 1636628987492, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-11-11T11:11:56.513Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-11T11:11:56.513Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-11T11:11:56.513Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cd762b-5593-46fc-8382-84724d0db190", "consumerID": "policy-id", "timestamp": 1636628986493, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-11-11T11:11:56.513Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-11T11:11:56.513Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-11T11:11:56.513Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cd762b-5593-46fc-8382-84724d0db190", "consumerID": "multicloud-k8s-id", "timestamp": 1636628989505, "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=? 2021-11-11T11:11:56.516Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 30cd762b-5593-46fc-8382-84724d0db190 2021-11-11T11:11:56.517Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 30cd762b-5593-46fc-8382-84724d0db190 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 (?, ?, ?, ?, ?) 2021-11-11T11:11:56.524Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-11T11:11:56.524Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cd762b-5593-46fc-8382-84724d0db190", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636628987982, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-11T11:11:56.524Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-11T11:11:56.524Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-11T11:11:56.524Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cd762b-5593-46fc-8382-84724d0db190", "consumerID": "ves-openapi-manager", "timestamp": 1636628989460, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-11T11:11:56.524Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-11T11:11:56.524Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-11T11:11:56.524Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cd762b-5593-46fc-8382-84724d0db190", "consumerID": "clamp", "timestamp": 1636628987492, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-11-11T11:11:56.525Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-11T11:11:56.525Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-11T11:11:56.525Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cd762b-5593-46fc-8382-84724d0db190", "consumerID": "policy-id", "timestamp": 1636628986493, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-11T11:11:56.525Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-11T11:11:56.525Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-11T11:11:56.525Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cd762b-5593-46fc-8382-84724d0db190", "consumerID": "multicloud-k8s-id", "timestamp": 1636628990507, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-11-11T11:11:56.525Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-11T11:11:56.525Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-11T11:11:56.525Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cd762b-5593-46fc-8382-84724d0db190", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636628987982, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-11-11T11:11:56.525Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-11T11:11:56.526Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-11T11:11:56.526Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cd762b-5593-46fc-8382-84724d0db190", "consumerID": "ves-openapi-manager", "timestamp": 1636628989460, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-11T11:11:56.526Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-11T11:11:56.526Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-11T11:11:56.526Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cd762b-5593-46fc-8382-84724d0db190", "consumerID": "clamp", "timestamp": 1636628987492, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-11T11:11:56.526Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-11T11:11:56.526Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-11T11:11:56.526Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cd762b-5593-46fc-8382-84724d0db190", "consumerID": "policy-id", "timestamp": 1636628986493, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-11-11T11:11:56.526Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-11T11:11:56.526Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-11T11:11:56.526Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cd762b-5593-46fc-8382-84724d0db190", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636628987982, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-11T11:11:56.526Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-11T11:11:56.527Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-11T11:11:56.527Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28efd3e-9e10-4a19-93d0-66535d29960a", "consumerID": "cds", "timestamp": 1636628991455, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-11T11:11:56.527Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-11T11:11:56.527Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-11T11:11:56.527Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cd762b-5593-46fc-8382-84724d0db190", "consumerID": "ves-openapi-manager", "timestamp": 1636628989460, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-11-11T11:11:56.527Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-11T11:11:56.527Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-11T11:11:56.527Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cd762b-5593-46fc-8382-84724d0db190", "consumerID": "clamp", "timestamp": 1636628987492, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-11-11T11:11:56.527Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-11T11:11:56.527Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-11T11:11:56.527Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cd762b-5593-46fc-8382-84724d0db190", "consumerID": "policy-id", "timestamp": 1636628986493, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-11-11T11:11:56.527Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-11T11:11:56.528Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-11T11:11:56.528Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cd762b-5593-46fc-8382-84724d0db190", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636628987982, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-11-11T11:11:56.528Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-11T11:11:56.528Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-11T11:11:56.528Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cd762b-5593-46fc-8382-84724d0db190", "consumerID": "ves-openapi-manager", "timestamp": 1636628989460, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-11T11:11:56.528Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-11T11:11:56.528Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-11T11:11:56.528Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28efd3e-9e10-4a19-93d0-66535d29960a", "consumerID": "cds", "timestamp": 1636628991455, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-11-11T11:11:56.529Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-11T11:11:56.529Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-11T11:11:56.529Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cd762b-5593-46fc-8382-84724d0db190", "consumerID": "clamp", "timestamp": 1636628987492, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-11-11T11:11:56.529Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-11T11:11:56.529Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-11T11:11:56.529Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cd762b-5593-46fc-8382-84724d0db190", "consumerID": "policy-id", "timestamp": 1636628986493, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-11-11T11:11:56.529Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-11T11:11:56.529Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-11T11:11:56.529Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cd762b-5593-46fc-8382-84724d0db190", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636628987982, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-11-11T11:11:56.529Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-11T11:11:56.529Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-11T11:11:56.529Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28efd3e-9e10-4a19-93d0-66535d29960a", "consumerID": "cds", "timestamp": 1636628991455, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-11-11T11:11:56.530Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-11T11:11:56.530Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-11T11:11:56.530Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cd762b-5593-46fc-8382-84724d0db190", "consumerID": "ves-openapi-manager", "timestamp": 1636628989460, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-11-11T11:11:56.530Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-11T11:11:56.530Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-11T11:11:56.530Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cd762b-5593-46fc-8382-84724d0db190", "consumerID": "clamp", "timestamp": 1636628987492, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-11-11T11:11:56.530Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-11T11:11:56.530Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-11T11:11:56.530Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cd762b-5593-46fc-8382-84724d0db190", "consumerID": "policy-id", "timestamp": 1636628986493, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-11-11T11:11:56.530Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-11T11:11:56.530Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-11T11:11:56.530Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cd762b-5593-46fc-8382-84724d0db190", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636628987982, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-11-11T11:11:56.531Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-11T11:11:56.531Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-11T11:11:56.531Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28efd3e-9e10-4a19-93d0-66535d29960a", "consumerID": "cds", "timestamp": 1636628991455, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-11T11:11:56.531Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-11T11:11:56.531Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-11T11:11:56.531Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cd762b-5593-46fc-8382-84724d0db190", "consumerID": "ves-openapi-manager", "timestamp": 1636628989460, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-11-11T11:11:56.531Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-11T11:11:56.531Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-11T11:11:56.531Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cd762b-5593-46fc-8382-84724d0db190", "consumerID": "clamp", "timestamp": 1636628987492, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-11-11T11:11:56.531Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-11T11:11:56.531Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-11T11:11:56.531Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28efd3e-9e10-4a19-93d0-66535d29960a", "consumerID": "dcae-sch", "timestamp": 1636628994890, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-11T11:11:56.531Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-11T11:11:56.532Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-11T11:11:56.532Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cd762b-5593-46fc-8382-84724d0db190", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636628987982, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-11-11T11:11:56.532Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-11T11:11:56.532Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-11T11:11:56.532Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cd762b-5593-46fc-8382-84724d0db190", "consumerID": "policy-id", "timestamp": 1636628995732, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-11T11:11:56.532Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-11T11:11:56.532Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-11T11:11:56.532Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cd762b-5593-46fc-8382-84724d0db190", "consumerID": "aai-ml", "timestamp": 1636628995146, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-11T11:11:56.532Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-11T11:11:56.532Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-11T11:11:56.532Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28efd3e-9e10-4a19-93d0-66535d29960a", "consumerID": "cds", "timestamp": 1636628991455, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-11-11T11:11:56.532Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-11T11:11:56.533Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-11T11:11:56.533Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cd762b-5593-46fc-8382-84724d0db190", "consumerID": "ves-openapi-manager", "timestamp": 1636628989460, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-11-11T11:11:56.533Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-11T11:12:25.843Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 928552d1-048e-464c-8e7a-326a3f3e359b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-11-11T11:12:25.855Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 928552d1-048e-464c-8e7a-326a3f3e359b 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=? 2021-11-11T11:12:25.857Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-11T11:12:25.857Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-11-11T11:12:25.858Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-11-11T11:12:25.858Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-11-11T11:12:25.858Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-11T11:12:25.858Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-11T11:12:25.858Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-11T11:12:25.858Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-11T11:12:25.859Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-11T11:12:25.859Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-11T11:12:25.859Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||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=? 2021-11-11T11:12:25.863Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-11-11T11:12:55.864Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 928552d1-048e-464c-8e7a-326a3f3e359b 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=? 2021-11-11T11:12:55.882Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 928552d1-048e-464c-8e7a-326a3f3e359b and serviceModelVersionId: 51a6ef95-5cb4-4e32-8cc4-e92464048502 2021-11-11T11:12:55.882Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 331a8ef3-0b78-4071-870d-57ba34c28b91 2021-11-11T11:12:55.884Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/331a8ef3-0b78-4071-870d-57ba34c28b91/model-vers/model-ver/51a6ef95-5cb4-4e32-8cc4-e92464048502?depth=0 2021-11-11T11:12:55.895Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2021-11-11T11:12:55.957Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/331a8ef3-0b78-4071-870d-57ba34c28b91/model-vers/model-ver/51a6ef95-5cb4-4e32-8cc4-e92464048502?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]} 2021-11-11T11:12:55.959Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/331a8ef3-0b78-4071-870d-57ba34c28b91/model-vers/model-ver/51a6ef95-5cb4-4e32-8cc4-e92464048502?depth=0|INFO|500||Invoke 2021-11-11T11:12:55.990Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/331a8ef3-0b78-4071-870d-57ba34c28b91/model-vers/model-ver/51a6ef95-5cb4-4e32-8cc4-e92464048502?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-11-11T11:12:56.345Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T11:12:56.346Z|cdf94d74-de8b-491e-85a4-3de308960376|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. 2021-11-11T11:12:56.346Z|cdf94d74-de8b-491e-85a4-3de308960376|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 CtoXtZ0TKyziuG3U) ... 2021-11-11T11:12:56.375Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:12:56.378Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-11T11:12:56.378Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28efd3e-9e10-4a19-93d0-66535d29960a", "consumerID": "dcae-sch", "timestamp": 1636628994890, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-11-11T11:12:56.380Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-11T11:12:56.380Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-11T11:12:56.380Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28efd3e-9e10-4a19-93d0-66535d29960a", "consumerID": "multicloud-k8s-id", "timestamp": 1636628996085, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-11T11:12:56.380Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-11T11:12:56.380Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-11T11:12:56.380Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cd762b-5593-46fc-8382-84724d0db190", "consumerID": "policy-id", "timestamp": 1636628996736, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-11-11T11:12:56.381Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-11T11:12:56.381Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-11T11:12:56.381Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cd762b-5593-46fc-8382-84724d0db190", "consumerID": "aai-ml", "timestamp": 1636628995146, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-11T11:12:56.381Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-11T11:12:56.381Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-11T11:12:56.381Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cd762b-5593-46fc-8382-84724d0db190", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636628997089, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-11T11:12:56.382Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-11T11:12:56.382Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-11T11:12:56.382Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28efd3e-9e10-4a19-93d0-66535d29960a", "consumerID": "cds", "timestamp": 1636628991455, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-11T11:12:56.382Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-11T11:12:56.383Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-11T11:12:56.383Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cd762b-5593-46fc-8382-84724d0db190", "consumerID": "ves-openapi-manager", "timestamp": 1636628989460, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-11T11:12:56.383Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-11T11:12:56.383Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-11T11:12:56.383Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28efd3e-9e10-4a19-93d0-66535d29960a", "consumerID": "dcae-sch", "timestamp": 1636628994890, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-11-11T11:12:56.383Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-11T11:12:56.383Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-11T11:12:56.383Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28efd3e-9e10-4a19-93d0-66535d29960a", "consumerID": "multicloud-k8s-id", "timestamp": 1636628996085, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-11-11T11:12:56.384Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-11T11:12:56.384Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-11T11:12:56.384Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cd762b-5593-46fc-8382-84724d0db190", "consumerID": "policy-id", "timestamp": 1636628997741, "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=? 2021-11-11T11:12:56.392Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 30cd762b-5593-46fc-8382-84724d0db190 2021-11-11T11:12:56.392Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 30cd762b-5593-46fc-8382-84724d0db190 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=? 2021-11-11T11:12:56.404Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-11T11:12:56.404Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cd762b-5593-46fc-8382-84724d0db190", "consumerID": "aai-ml", "timestamp": 1636628995146, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-11-11T11:12:56.405Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-11T11:12:56.405Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-11T11:12:56.405Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28efd3e-9e10-4a19-93d0-66535d29960a", "consumerID": "cds", "timestamp": 1636628991455, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-11-11T11:12:56.405Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-11T11:12:56.405Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-11T11:12:56.405Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28efd3e-9e10-4a19-93d0-66535d29960a", "consumerID": "ves-openapi-manager", "timestamp": 1636628989460, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-11T11:12:56.406Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-11T11:12:56.406Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-11T11:12:56.406Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28efd3e-9e10-4a19-93d0-66535d29960a", "consumerID": "dcae-sch", "timestamp": 1636628994890, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-11T11:12:56.406Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-11T11:12:56.406Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-11T11:12:56.406Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28efd3e-9e10-4a19-93d0-66535d29960a", "consumerID": "multicloud-k8s-id", "timestamp": 1636628996085, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-11-11T11:12:56.407Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-11T11:12:56.407Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-11T11:12:56.407Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28efd3e-9e10-4a19-93d0-66535d29960a", "consumerID": "policy-id", "timestamp": 1636628986493, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-11T11:12:56.407Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-11T11:12:56.407Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-11T11:12:56.408Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cd762b-5593-46fc-8382-84724d0db190", "consumerID": "aai-ml", "timestamp": 1636628995146, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-11T11:12:56.408Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-11T11:12:56.408Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-11T11:12:56.409Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28efd3e-9e10-4a19-93d0-66535d29960a", "consumerID": "ves-openapi-manager", "timestamp": 1636628989460, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-11-11T11:12:56.409Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-11T11:12:56.409Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-11T11:12:56.409Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28efd3e-9e10-4a19-93d0-66535d29960a", "consumerID": "cds", "timestamp": 1636628991455, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-11-11T11:12:56.409Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-11T11:12:56.409Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-11T11:12:56.410Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cd762b-5593-46fc-8382-84724d0db190", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636628999489, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-11-11T11:12:56.410Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-11T11:12:56.410Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-11T11:12:56.410Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28efd3e-9e10-4a19-93d0-66535d29960a", "consumerID": "dcae-sch", "timestamp": 1636628994890, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-11-11T11:12:56.410Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-11T11:12:56.410Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-11T11:12:56.411Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28efd3e-9e10-4a19-93d0-66535d29960a", "consumerID": "multicloud-k8s-id", "timestamp": 1636628996085, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-11-11T11:12:56.411Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-11T11:12:56.411Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-11T11:12:56.411Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28efd3e-9e10-4a19-93d0-66535d29960a", "consumerID": "policy-id", "timestamp": 1636628986493, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-11-11T11:12:56.411Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-11T11:12:56.411Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-11T11:12:56.412Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cd762b-5593-46fc-8382-84724d0db190", "consumerID": "aai-ml", "timestamp": 1636628995146, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-11-11T11:12:56.412Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-11T11:12:56.412Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-11T11:12:56.412Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28efd3e-9e10-4a19-93d0-66535d29960a", "consumerID": "ves-openapi-manager", "timestamp": 1636628989460, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-11-11T11:12:56.412Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-11T11:12:56.412Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-11T11:12:56.412Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28efd3e-9e10-4a19-93d0-66535d29960a", "consumerID": "cds", "timestamp": 1636628991455, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-11-11T11:12:56.412Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-11T11:12:56.413Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-11T11:12:56.413Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cd762b-5593-46fc-8382-84724d0db190", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636629000493, "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=? 2021-11-11T11:12:56.418Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 30cd762b-5593-46fc-8382-84724d0db190 2021-11-11T11:12:56.418Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 30cd762b-5593-46fc-8382-84724d0db190 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 (?, ?, ?, ?, ?) 2021-11-11T11:12:56.427Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-11T11:12:56.428Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28efd3e-9e10-4a19-93d0-66535d29960a", "consumerID": "dcae-sch", "timestamp": 1636628994890, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-11T11:12:56.429Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-11T11:12:56.429Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-11T11:12:56.429Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28efd3e-9e10-4a19-93d0-66535d29960a", "consumerID": "multicloud-k8s-id", "timestamp": 1636628996085, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-11-11T11:12:56.429Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-11T11:12:56.429Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-11T11:12:56.430Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28efd3e-9e10-4a19-93d0-66535d29960a", "consumerID": "policy-id", "timestamp": 1636628986493, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-11-11T11:12:56.430Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-11T11:12:56.430Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-11T11:12:56.430Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cd762b-5593-46fc-8382-84724d0db190", "consumerID": "aai-ml", "timestamp": 1636628995146, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-11-11T11:12:56.430Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-11T11:12:56.430Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-11T11:12:56.430Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28efd3e-9e10-4a19-93d0-66535d29960a", "consumerID": "ves-openapi-manager", "timestamp": 1636628989460, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-11T11:12:56.431Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-11T11:12:56.431Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-11T11:12:56.431Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28efd3e-9e10-4a19-93d0-66535d29960a", "consumerID": "cds", "timestamp": 1636629001370, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-11T11:12:56.431Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-11T11:12:56.431Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-11T11:12:56.431Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28efd3e-9e10-4a19-93d0-66535d29960a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636628987982, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-11T11:12:56.431Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-11T11:12:56.432Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-11T11:12:56.432Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28efd3e-9e10-4a19-93d0-66535d29960a", "consumerID": "dcae-sch", "timestamp": 1636628994890, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-11-11T11:12:56.432Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-11T11:12:56.432Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-11T11:12:56.432Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28efd3e-9e10-4a19-93d0-66535d29960a", "consumerID": "multicloud-k8s-id", "timestamp": 1636628996085, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-11T11:12:56.432Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-11T11:12:56.438Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-11T11:12:56.438Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28efd3e-9e10-4a19-93d0-66535d29960a", "consumerID": "policy-id", "timestamp": 1636628986493, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-11T11:12:56.439Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-11T11:12:56.439Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-11T11:12:56.439Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cd762b-5593-46fc-8382-84724d0db190", "consumerID": "aai-ml", "timestamp": 1636628995146, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-11-11T11:12:56.439Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-11T11:12:56.439Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-11T11:12:56.439Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28efd3e-9e10-4a19-93d0-66535d29960a", "consumerID": "ves-openapi-manager", "timestamp": 1636628989460, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-11-11T11:12:56.439Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-11T11:12:56.439Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-11T11:12:56.440Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28efd3e-9e10-4a19-93d0-66535d29960a", "consumerID": "cds", "timestamp": 1636629002383, "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 (?, ?, ?, ?, ?) 2021-11-11T11:12:56.452Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f28efd3e-9e10-4a19-93d0-66535d29960a 2021-11-11T11:12:56.453Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f28efd3e-9e10-4a19-93d0-66535d29960a 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 (?, ?, ?, ?, ?) 2021-11-11T11:12:56.459Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-11T11:12:56.459Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28efd3e-9e10-4a19-93d0-66535d29960a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636628987982, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-11-11T11:12:56.460Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-11T11:12:56.460Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-11T11:12:56.460Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28efd3e-9e10-4a19-93d0-66535d29960a", "consumerID": "dcae-sch", "timestamp": 1636628994890, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-11-11T11:12:56.460Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-11T11:12:56.460Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-11T11:12:56.460Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28efd3e-9e10-4a19-93d0-66535d29960a", "consumerID": "multicloud-k8s-id", "timestamp": 1636628996085, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-11-11T11:12:56.460Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-11T11:12:56.460Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-11T11:12:56.460Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28efd3e-9e10-4a19-93d0-66535d29960a", "consumerID": "policy-id", "timestamp": 1636628986493, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-11-11T11:12:56.461Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-11T11:12:56.461Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-11T11:12:56.461Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cd762b-5593-46fc-8382-84724d0db190", "consumerID": "aai-ml", "timestamp": 1636628995146, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-11-11T11:12:56.461Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-11T11:12:56.461Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-11T11:12:56.461Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28efd3e-9e10-4a19-93d0-66535d29960a", "consumerID": "ves-openapi-manager", "timestamp": 1636628989460, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-11T11:12:56.461Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-11T11:12:56.461Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-11T11:12:56.461Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28efd3e-9e10-4a19-93d0-66535d29960a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636628987982, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-11-11T11:12:56.461Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-11T11:12:56.461Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-11T11:12:56.461Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28efd3e-9e10-4a19-93d0-66535d29960a", "consumerID": "dcae-sch", "timestamp": 1636628994890, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-11T11:12:56.462Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-11T11:12:56.462Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-11T11:12:56.462Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28efd3e-9e10-4a19-93d0-66535d29960a", "consumerID": "multicloud-k8s-id", "timestamp": 1636628996085, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-11-11T11:12:56.462Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-11T11:12:56.462Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-11T11:12:56.462Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28efd3e-9e10-4a19-93d0-66535d29960a", "consumerID": "policy-id", "timestamp": 1636628986493, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-11T11:12:56.462Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-11T11:12:56.462Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-11T11:12:56.462Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cd762b-5593-46fc-8382-84724d0db190", "consumerID": "aai-ml", "timestamp": 1636629003903, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-11T11:12:56.462Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-11T11:12:56.462Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-11T11:12:56.462Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28efd3e-9e10-4a19-93d0-66535d29960a", "consumerID": "ves-openapi-manager", "timestamp": 1636628989460, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-11-11T11:12:56.463Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-11T11:12:56.463Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-11T11:12:56.463Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28efd3e-9e10-4a19-93d0-66535d29960a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636628987982, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-11T11:12:56.463Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-11T11:12:56.463Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-11T11:12:56.463Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28efd3e-9e10-4a19-93d0-66535d29960a", "consumerID": "multicloud-k8s-id", "timestamp": 1636628996085, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-11-11T11:12:56.463Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-11T11:12:56.463Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-11T11:12:56.464Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28efd3e-9e10-4a19-93d0-66535d29960a", "consumerID": "policy-id", "timestamp": 1636628986493, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-11-11T11:12:56.464Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-11T11:12:56.464Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-11T11:12:56.464Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28efd3e-9e10-4a19-93d0-66535d29960a", "consumerID": "ves-openapi-manager", "timestamp": 1636628989460, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-11-11T11:12:56.464Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-11T11:12:56.464Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-11T11:12:56.464Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28efd3e-9e10-4a19-93d0-66535d29960a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636628987982, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-11-11T11:12:56.464Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-11T11:12:56.464Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-11T11:12:56.464Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cd762b-5593-46fc-8382-84724d0db190", "consumerID": "clamp", "timestamp": 1636629005552, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-11T11:12:56.465Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-11T11:12:56.465Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-11T11:12:56.465Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28efd3e-9e10-4a19-93d0-66535d29960a", "consumerID": "policy-id", "timestamp": 1636628986493, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-11-11T11:12:56.465Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-11T11:12:56.465Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-11T11:12:56.465Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28efd3e-9e10-4a19-93d0-66535d29960a", "consumerID": "multicloud-k8s-id", "timestamp": 1636629005824, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-11T11:12:56.465Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-11T11:12:56.465Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-11T11:12:56.465Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28efd3e-9e10-4a19-93d0-66535d29960a", "consumerID": "ves-openapi-manager", "timestamp": 1636628989460, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-11T11:12:56.465Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-11T11:12:56.465Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-11T11:12:56.465Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28efd3e-9e10-4a19-93d0-66535d29960a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636628987982, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-11T11:12:56.466Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-11T11:12:56.466Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-11T11:12:56.466Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28efd3e-9e10-4a19-93d0-66535d29960a", "consumerID": "policy-id", "timestamp": 1636628986493, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-11-11T11:12:56.466Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-11T11:12:56.466Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-11T11:12:56.466Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28efd3e-9e10-4a19-93d0-66535d29960a", "consumerID": "multicloud-k8s-id", "timestamp": 1636629006980, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-11-11T11:12:56.466Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-11T11:12:56.466Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-11T11:12:56.466Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28efd3e-9e10-4a19-93d0-66535d29960a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636628987982, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-11-11T11:12:56.466Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-11T11:12:56.466Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-11T11:12:56.467Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28efd3e-9e10-4a19-93d0-66535d29960a", "consumerID": "policy-id", "timestamp": 1636629007882, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-11T11:12:56.467Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-11T11:12:56.467Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-11T11:12:56.467Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28efd3e-9e10-4a19-93d0-66535d29960a", "consumerID": "multicloud-k8s-id", "timestamp": 1636629008169, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-11-11T11:12:56.467Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-11T11:12:56.467Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-11T11:12:56.467Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28efd3e-9e10-4a19-93d0-66535d29960a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636628987982, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-11-11T11:12:56.467Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-11T11:12:56.467Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-11T11:12:56.467Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28efd3e-9e10-4a19-93d0-66535d29960a", "consumerID": "policy-id", "timestamp": 1636629008886, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-11-11T11:12:56.467Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-11T11:12:56.468Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-11T11:12:56.468Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28efd3e-9e10-4a19-93d0-66535d29960a", "consumerID": "multicloud-k8s-id", "timestamp": 1636629009363, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-11-11T11:12:56.468Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-11T11:12:56.468Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-11T11:12:56.468Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28efd3e-9e10-4a19-93d0-66535d29960a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636628987982, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-11-11T11:12:56.468Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-11T11:12:56.468Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-11T11:12:56.468Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cd762b-5593-46fc-8382-84724d0db190", "consumerID": "clamp", "timestamp": 1636629009557, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-11-11T11:12:56.468Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-11T11:12:56.468Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-11T11:12:56.468Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28efd3e-9e10-4a19-93d0-66535d29960a", "consumerID": "policy-id", "timestamp": 1636629009889, "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=? 2021-11-11T11:12:56.472Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f28efd3e-9e10-4a19-93d0-66535d29960a 2021-11-11T11:12:56.473Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f28efd3e-9e10-4a19-93d0-66535d29960a 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 (?, ?, ?, ?, ?) 2021-11-11T11:12:56.480Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-11T11:12:56.480Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28efd3e-9e10-4a19-93d0-66535d29960a", "consumerID": "multicloud-k8s-id", "timestamp": 1636629010423, "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=? 2021-11-11T11:12:56.485Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f28efd3e-9e10-4a19-93d0-66535d29960a 2021-11-11T11:12:56.485Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f28efd3e-9e10-4a19-93d0-66535d29960a 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=? 2021-11-11T11:12:56.490Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-11T11:12:56.491Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cd762b-5593-46fc-8382-84724d0db190", "consumerID": "clamp", "timestamp": 1636629010560, "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=? 2021-11-11T11:12:56.495Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 30cd762b-5593-46fc-8382-84724d0db190 2021-11-11T11:12:56.495Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 30cd762b-5593-46fc-8382-84724d0db190 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 (?, ?, ?, ?, ?) 2021-11-11T11:12:56.502Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-11T11:12:56.502Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28efd3e-9e10-4a19-93d0-66535d29960a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636629010676, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-11T11:12:56.502Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-11T11:12:56.502Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-11T11:12:56.502Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cd762b-5593-46fc-8382-84724d0db190", "consumerID": "aai-ml", "timestamp": 1636629011182, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-11-11T11:12:56.502Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-11T11:12:56.503Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-11T11:12:56.503Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28efd3e-9e10-4a19-93d0-66535d29960a", "consumerID": "multicloud-k8s-id", "timestamp": 1636629011427, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-11-11T11:12:56.503Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-11T11:12:56.503Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-11T11:12:56.503Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28efd3e-9e10-4a19-93d0-66535d29960a", "consumerID": "clamp", "timestamp": 1636628987492, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-11T11:12:56.503Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-11T11:12:56.503Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-11T11:12:56.503Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cd762b-5593-46fc-8382-84724d0db190", "consumerID": "aai-ml", "timestamp": 1636629012187, "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=? 2021-11-11T11:12:56.507Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 30cd762b-5593-46fc-8382-84724d0db190 2021-11-11T11:12:56.507Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 30cd762b-5593-46fc-8382-84724d0db190 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 (?, ?, ?, ?, ?) 2021-11-11T11:12:56.515Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-11T11:12:56.515Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28efd3e-9e10-4a19-93d0-66535d29960a", "consumerID": "clamp", "timestamp": 1636628987492, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-11-11T11:12:56.516Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-11T11:12:56.516Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-11T11:12:56.516Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28efd3e-9e10-4a19-93d0-66535d29960a", "consumerID": "aai-ml", "timestamp": 1636628995146, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-11T11:12:56.516Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-11T11:12:56.516Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-11T11:12:56.516Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28efd3e-9e10-4a19-93d0-66535d29960a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636629013469, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-11-11T11:12:56.516Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-11T11:12:56.516Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-11T11:12:56.516Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28efd3e-9e10-4a19-93d0-66535d29960a", "consumerID": "clamp", "timestamp": 1636628987492, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-11-11T11:12:56.517Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-11T11:12:56.517Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-11T11:12:56.517Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28efd3e-9e10-4a19-93d0-66535d29960a", "consumerID": "aai-ml", "timestamp": 1636628995146, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-11-11T11:12:56.517Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-11T11:12:56.517Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-11T11:12:56.517Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28efd3e-9e10-4a19-93d0-66535d29960a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636629014473, "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=? 2021-11-11T11:12:56.521Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f28efd3e-9e10-4a19-93d0-66535d29960a 2021-11-11T11:12:56.524Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f28efd3e-9e10-4a19-93d0-66535d29960a 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 (?, ?, ?, ?, ?) 2021-11-11T11:12:56.533Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-11T11:12:56.533Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28efd3e-9e10-4a19-93d0-66535d29960a", "consumerID": "clamp", "timestamp": 1636628987492, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-11-11T11:12:56.534Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-11T11:12:56.534Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-11T11:12:56.534Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28efd3e-9e10-4a19-93d0-66535d29960a", "consumerID": "aai-ml", "timestamp": 1636628995146, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-11-11T11:12:56.535Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-11T11:12:56.535Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-11T11:12:56.535Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28efd3e-9e10-4a19-93d0-66535d29960a", "consumerID": "clamp", "timestamp": 1636628987492, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-11-11T11:12:56.535Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-11T11:12:56.535Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-11T11:12:56.535Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28efd3e-9e10-4a19-93d0-66535d29960a", "consumerID": "aai-ml", "timestamp": 1636628995146, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-11T11:12:56.535Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-11T11:12:56.536Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-11T11:12:56.536Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28efd3e-9e10-4a19-93d0-66535d29960a", "consumerID": "clamp", "timestamp": 1636628987492, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-11T11:12:56.536Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-11T11:12:56.536Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-11T11:12:56.536Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28efd3e-9e10-4a19-93d0-66535d29960a", "consumerID": "aai-ml", "timestamp": 1636628995146, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-11-11T11:12:56.536Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-11T11:12:56.536Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-11T11:12:56.537Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28efd3e-9e10-4a19-93d0-66535d29960a", "consumerID": "clamp", "timestamp": 1636628987492, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-11-11T11:12:56.537Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-11T11:12:56.537Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-11T11:12:56.537Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28efd3e-9e10-4a19-93d0-66535d29960a", "consumerID": "aai-ml", "timestamp": 1636628995146, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-11T11:12:56.537Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-11T11:12:56.537Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-11T11:12:56.537Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28efd3e-9e10-4a19-93d0-66535d29960a", "consumerID": "clamp", "timestamp": 1636628987492, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-11-11T11:12:56.537Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-11T11:12:56.538Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-11T11:12:56.538Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28efd3e-9e10-4a19-93d0-66535d29960a", "consumerID": "aai-ml", "timestamp": 1636628995146, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-11-11T11:12:56.538Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-11T11:12:56.538Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-11T11:12:56.538Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28efd3e-9e10-4a19-93d0-66535d29960a", "consumerID": "clamp", "timestamp": 1636628987492, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-11-11T11:12:56.538Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-11T11:12:56.539Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-11T11:12:56.539Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28efd3e-9e10-4a19-93d0-66535d29960a", "consumerID": "aai-ml", "timestamp": 1636628995146, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-11-11T11:12:56.539Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-11T11:12:56.539Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-11T11:12:56.539Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28efd3e-9e10-4a19-93d0-66535d29960a", "consumerID": "aai-ml", "timestamp": 1636628995146, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-11-11T11:12:56.539Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-11T11:12:56.539Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-11T11:12:56.539Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28efd3e-9e10-4a19-93d0-66535d29960a", "consumerID": "aai-ml", "timestamp": 1636629022357, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-11T11:12:56.540Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-11T11:12:56.540Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-11T11:12:56.540Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28efd3e-9e10-4a19-93d0-66535d29960a", "consumerID": "aai-ml", "timestamp": 1636629030152, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-11-11T11:12:56.540Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-11T11:12:56.540Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-11T11:12:56.540Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28efd3e-9e10-4a19-93d0-66535d29960a", "consumerID": "clamp", "timestamp": 1636629030558, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-11T11:12:56.540Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-11T11:12:56.540Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-11T11:12:56.541Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28efd3e-9e10-4a19-93d0-66535d29960a", "consumerID": "aai-ml", "timestamp": 1636629031155, "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=? 2021-11-11T11:12:56.545Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f28efd3e-9e10-4a19-93d0-66535d29960a 2021-11-11T11:12:56.545Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f28efd3e-9e10-4a19-93d0-66535d29960a 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 (?, ?, ?, ?, ?) 2021-11-11T11:12:56.553Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-11T11:12:56.553Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28efd3e-9e10-4a19-93d0-66535d29960a", "consumerID": "clamp", "timestamp": 1636629032590, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-11-11T11:12:56.554Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-11T11:12:56.554Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-11T11:12:56.554Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28efd3e-9e10-4a19-93d0-66535d29960a", "consumerID": "clamp", "timestamp": 1636629033599, "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=? 2021-11-11T11:12:56.559Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f28efd3e-9e10-4a19-93d0-66535d29960a 2021-11-11T11:12:56.559Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f28efd3e-9e10-4a19-93d0-66535d29960a 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 (?, ?, ?, ?, ?) 2021-11-11T11:12:56.676Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/331a8ef3-0b78-4071-870d-57ba34c28b91/model-vers/model-ver/51a6ef95-5cb4-4e32-8cc4-e92464048502?depth=0|INFO|500||InvokeReturn 2021-11-11T11:12:56.677Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/331a8ef3-0b78-4071-870d-57ba34c28b91/model-vers/model-ver/51a6ef95-5cb4-4e32-8cc4-e92464048502?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211111-11:12:55:998-5672], vertex-id=[258192], Content-Length=[0], Date=[Thu, 11 Nov 2021 11:12:55 GMT], Content-Type=[application/json]} 2021-11-11T11:12:56.678Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity. 2021-11-11T11:12:56.678Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-11-11T11:12:56.678Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||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=? 2021-11-11T11:12:56.684Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||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) 2021-11-11T11:12:56.685Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 928552d1-048e-464c-8e7a-326a3f3e359b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-11-11T11:12:56.685Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-11-11T11:12:56.685Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-11T11:12:56.688Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-11T11:12:56.689Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "928552d1-048e-464c-8e7a-326a3f3e359b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636629176685, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-11T11:12:56.788Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-11T11:12:56.789Z||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. 2021-11-11T11:12:56.790Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CtoXtZ0TKyziuG3U) ... 2021-11-11T11:12:56.800Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:12:56.800Z||pool-55-thread-1|||||INFO|500||cambria reply ok (11 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=? 2021-11-11T11:12:57.705Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-11T11:12:57.705Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"30cd762b-5593-46fc-8382-84724d0db190","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"e3cc0bfa-9e52-4228-b90e-8d430ca7de57","serviceDescription":"service","serviceInvariantUUID":"358197b9-207b-4726-97a6-1a33c1e0f6c8","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"cdf2b042-a3f0-4119-bb32-613512ab4c36","resourceInvariantUUID":"90c0d760-861d-4010-be8c-05b4af585a99","resourceCustomizationUUID":"847df133-bc2c-44fc-b7ba-e54d7ad53c57","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":"NGEyM2E2ZWQ1NTZlMThiMmU5NTdhNWZmMjZlYjY4OTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3d43b879-76c2-44b1-9ad7-a149dbf5b7c0","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":"MTFhNDk5MDQ1NmUzMGQzMGIxYzM3ZDdmMjdjZTNjZDA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"5bddf9d7-4447-4f11-baaf-c085316f557a","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":"da2a0f91-b3e6-4e1a-81af-524717694bbe","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":"ab95d5c7-7927-4150-9eca-ebd191dbe2fd","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":"cd7fd79e-84e0-461e-89db-18adb66b9860","artifactVersion":"2","generatedFromUUID":"da2a0f91-b3e6-4e1a-81af-524717694bbe"},{"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":"MDUyMWUwZDYzMzI4OTAxY2ZiNTlhMzNmNDg1MTYwZTY\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"627ec6f8-371d-4d66-9d8c-70aa4de31290","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":"NWVkY2Y0MDVjYjNlYzhmZDViYWZhMDgyMmE5YWM4MTg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3d50e6e3-7225-4a9e-8689-3a6e4d3df981","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"NmY2NWUzYTViNmM0Yzc0NTU3OWVkOWRkOTg5NWMwZDU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e51c88e9-ae19-4d33-822b-34e376c43081","artifactVersion":"1"}],"workloadContext":"Production"} 2021-11-11T11:12:57.705Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-11T11:12:57.706Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-11T11:12:57.708Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-11T11:12:57.708Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "30cd762b-5593-46fc-8382-84724d0db190", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636629094157, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-11T11:12:57.808Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-11T11:12:57.809Z||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. 2021-11-11T11:12:57.809Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CtoXtZ0TKyziuG3U) ... 2021-11-11T11:12:57.820Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:12:57.820Z||pool-56-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-11-11T11:12:58.709Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-11T11:12:58.710Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-11T11:12:58.711Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-11T11:12:58.711Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "30cd762b-5593-46fc-8382-84724d0db190", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636629094157, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-11-11T11:12:58.812Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-11T11:12:58.813Z||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. 2021-11-11T11:12:58.813Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CtoXtZ0TKyziuG3U) ... 2021-11-11T11:12:58.824Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:12:58.824Z||pool-57-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-11-11T11:12:59.712Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-11T11:12:59.713Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-11T11:12:59.714Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-11T11:12:59.715Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "30cd762b-5593-46fc-8382-84724d0db190", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636629094157, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-11-11T11:12:59.815Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-11T11:12:59.816Z||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. 2021-11-11T11:12:59.816Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CtoXtZ0TKyziuG3U) ... 2021-11-11T11:12:59.826Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:12:59.826Z||pool-58-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-11T11:13:00.715Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-11T11:13:00.716Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-11T11:13:00.718Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-11T11:13:00.718Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "30cd762b-5593-46fc-8382-84724d0db190", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636629094157, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-11T11:13:00.818Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-11T11:13:00.819Z||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. 2021-11-11T11:13:00.819Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CtoXtZ0TKyziuG3U) ... 2021-11-11T11:13:00.833Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:13:00.833Z||pool-59-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-11-11T11:13:01.718Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-11T11:13:01.719Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-11T11:13:01.721Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-11T11:13:01.721Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "30cd762b-5593-46fc-8382-84724d0db190", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636629094157, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-11-11T11:13:01.822Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-11T11:13:01.823Z||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. 2021-11-11T11:13:01.823Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CtoXtZ0TKyziuG3U) ... 2021-11-11T11:13:01.844Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:13:01.844Z||pool-60-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2021-11-11T11:13:02.721Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-11T11:13:02.722Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-11T11:13:02.724Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-11T11:13:02.724Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "30cd762b-5593-46fc-8382-84724d0db190", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636629094157, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-11-11T11:13:02.824Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-11T11:13:02.825Z||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. 2021-11-11T11:13:02.825Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CtoXtZ0TKyziuG3U) ... 2021-11-11T11:13:02.853Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:13:02.854Z||pool-61-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1} 2021-11-11T11:13:03.725Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-11T11:13:03.725Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-11T11:13:03.728Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-11T11:13:03.728Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "30cd762b-5593-46fc-8382-84724d0db190", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636629094157, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-11-11T11:13:03.828Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-11T11:13:03.829Z||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. 2021-11-11T11:13:03.829Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CtoXtZ0TKyziuG3U) ... 2021-11-11T11:13:03.842Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:13:03.842Z||pool-62-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-11T11:13:04.729Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-11T11:13:04.729Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-11T11:13:04.731Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-11T11:13:04.732Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "30cd762b-5593-46fc-8382-84724d0db190", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636629094157, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-11-11T11:13:04.831Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-11T11:13:04.833Z||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. 2021-11-11T11:13:04.833Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CtoXtZ0TKyziuG3U) ... 2021-11-11T11:13:04.847Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:13:04.849Z||pool-63-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2021-11-11T11:13:05.733Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "30cd762b-5593-46fc-8382-84724d0db190", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "e3cc0bfa-9e52-4228-b90e-8d430ca7de57", "serviceDescription": "service", "serviceInvariantUUID": "358197b9-207b-4726-97a6-1a33c1e0f6c8", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "847df133-bc2c-44fc-b7ba-e54d7ad53c57", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "cdf2b042-a3f0-4119-bb32-613512ab4c36", "resourceInvariantUUID": "90c0d760-861d-4010-be8c-05b4af585a99", "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": "MTFhNDk5MDQ1NmUzMGQzMGIxYzM3ZDdmMjdjZTNjZDA\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "5bddf9d7-4447-4f11-baaf-c085316f557a", "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": "da2a0f91-b3e6-4e1a-81af-524717694bbe", "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": "cd7fd79e-84e0-461e-89db-18adb66b9860", "generatedFromUUID": "da2a0f91-b3e6-4e1a-81af-524717694bbe" }, "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": "cd7fd79e-84e0-461e-89db-18adb66b9860", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "NmY2NWUzYTViNmM0Yzc0NTU3OWVkOWRkOTg5NWMwZDU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "e51c88e9-ae19-4d33-822b-34e376c43081" } ], "workloadContext": "Production" } 2021-11-11T11:13:05.734Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-11-11T11:13:05.734Z|928552d1-048e-464c-8e7a-326a3f3e359b|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e3cc0bfa-9e52-4228-b90e-8d430ca7de57 ASDC 2021-11-11T11:13:05.735Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:30cd762b-5593-46fc-8382-84724d0db190 ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:e3cc0bfa-9e52-4228-b90e-8d430ca7de57 ServiceInvariantUUID:358197b9-207b-4726-97a6-1a33c1e0f6c8 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:e51c88e9-ae19-4d33-822b-34e376c43081 ArtifactChecksum:NmY2NWUzYTViNmM0Yzc0NTU3OWVkOWRkOTg5NWMwZDU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:847df133-bc2c-44fc-b7ba-e54d7ad53c57 ResourceInvariantUUID:90c0d760-861d-4010-be8c-05b4af585a99 ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:cdf2b042-a3f0-4119-bb32-613512ab4c36 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:5bddf9d7-4447-4f11-baaf-c085316f557a ArtifactChecksum:MTFhNDk5MDQ1NmUzMGQzMGIxYzM3ZDdmMjdjZTNjZDA= 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:da2a0f91-b3e6-4e1a-81af-524717694bbe 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:cd7fd79e-84e0-461e-89db-18adb66b9860 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:cd7fd79e-84e0-461e-89db-18adb66b9860 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-11-11T11:13:05.736Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e3cc0bfa-9e52-4228-b90e-8d430ca7de57 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=? 2021-11-11T11:13:05.777Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-11T11:13:05.778Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-11-11T11:13:05.778Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-11-11T11:13:05.778Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: e51c88e9-ae19-4d33-822b-34e376c43081 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2021-11-11T11:13:05.779Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-11-11T11:13:05.779Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2021-11-11T11:13:05.922Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-11-11T11:13:05.925Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar e51c88e9-ae19-4d33-822b-34e376c43081 78783 2021-11-11T11:13:05.926Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2021-11-11T11:13:05.926Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2021-11-11T11:13:05.926Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-11T11:13:05.927Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-11T11:13:05.928Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-11T11:13:05.929Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "30cd762b-5593-46fc-8382-84724d0db190", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636629185926, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-11T11:13:06.029Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-11T11:13:06.029Z||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. 2021-11-11T11:13:06.030Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CtoXtZ0TKyziuG3U) ... 2021-11-11T11:13:06.040Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:13:06.040Z||pool-64-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-11T11:13:06.929Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-11T11:13:06.930Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-11-11T11:13:06.931Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: e51c88e9-ae19-4d33-822b-34e376c43081, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-11-11T11:13:06.932Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2021-11-11T11:13:06.932Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-11-11T11:13:06.933Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-11-11T11:13:07.072Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13029759721314969446/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 2021-11-11T11:13:08.202Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2021-11-11T11:13:08.203Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-11-11T11:13:08.203Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-11-11T11:13:08.203Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2021-11-11T11:13:08.203Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||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 2021-11-11T11:13:08.203Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||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 2021-11-11T11:13:08.203Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||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 2021-11-11T11:13:08.203Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||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 2021-11-11T11:13:08.203Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||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 2021-11-11T11:13:08.203Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||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 2021-11-11T11:13:08.203Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||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 2021-11-11T11:13:08.203Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||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 2021-11-11T11:13:08.204Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||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 2021-11-11T11:13:08.204Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-11-11T11:13:08.204Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T11:13:08.204Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-11T11:13:08.204Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-11-11T11:13:08.204Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-11-11T11:13:08.204Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-11T11:13:08.205Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T11:13:08.205Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-11T11:13:08.205Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-11-11T11:13:08.205Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-11-11T11:13:08.205Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-11T11:13:08.205Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T11:13:08.205Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-11T11:13:08.205Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T11:13:08.206Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2021-11-11T11:13:08.206Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2021-11-11T11:13:08.206Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2021-11-11T11:13:08.206Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2021-11-11T11:13:08.206Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2021-11-11T11:13:08.206Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-11-11T11:13:08.206Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T11:13:08.206Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-11-11T11:13:08.206Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T11:13:08.207Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-11-11T11:13:08.207Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-11T11:13:08.207Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T11:13:08.207Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-11-11T11:13:08.207Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-11T11:13:08.207Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T11:13:08.207Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-11-11T11:13:08.208Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-11T11:13:08.208Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T11:13:08.208Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2021-11-11T11:13:08.208Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2021-11-11T11:13:08.208Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2021-11-11T11:13:08.208Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=d997e847-69a6-44a9-9fee-19e27fdd4624 2021-11-11T11:13:08.208Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T11:13:08.208Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-11T11:13:08.208Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T11:13:08.209Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-11T11:13:08.209Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T11:13:08.209Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-11T11:13:08.209Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T11:13:08.209Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-11T11:13:08.209Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:e3cc0bfa-9e52-4228-b90e-8d430ca7de57 Model Version:NULL Model InvariantUuid:358197b9-207b-4726-97a6-1a33c1e0f6c8 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:d1c2442f-2d51-4f25-ac94-b94438a4b7c9 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:90c0d760-861d-4010-be8c-05b4af585a99 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:847df133-bc2c-44fc-b7ba-e54d7ad53c57 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:9f4c0e50-e894-4723-9572-e68843251e39 ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:12264d86-a34d-4f93-b777-62905cb4b67f ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:d997e847-69a6-44a9-9fee-19e27fdd4624 ModelInvariantUuid:a37a4781-600b-4c2f-89f2-93dc8dfa5953 ModelName:basic_vm_macro-nodes.ubuntu20Cvfc ModelUuid:8c3cd5e7-b78c-4663-a8ca-44ae60b6726f ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:9f995197-e264-4a46-81c6-c132824f2d59 ModelInvariantUuid:1695a40c-37da-412d-af19-a309dc91d6ec ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20 ModelUuid:c6ecba94-2c21-4b6a-af74-8ffff4151671 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=? 2021-11-11T11:13:08.217Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: cdf2b042-a3f0-4119-bb32-613512ab4c36 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=? 2021-11-11T11:13:08.220Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||INFO|500||basic_vm_macro 0 2021-11-11T11:13:08.220Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: cdf2b042-a3f0-4119-bb32-613512ab4c36 2021-11-11T11:13:08.221Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 5bddf9d7-4447-4f11-baaf-c085316f557a from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2021-11-11T11:13:08.221Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-11-11T11:13:08.221Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||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 2021-11-11T11:13:08.275Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-11-11T11:13:08.275Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 5bddf9d7-4447-4f11-baaf-c085316f557a 792 2021-11-11T11:13:08.275Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||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 2021-11-11T11:13:08.276Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||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 2021-11-11T11:13:08.276Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-11T11:13:08.276Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-11T11:13:08.277Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-11T11:13:08.278Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "30cd762b-5593-46fc-8382-84724d0db190", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636629188275, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-11T11:13:08.378Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-11T11:13:08.379Z||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. 2021-11-11T11:13:08.379Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CtoXtZ0TKyziuG3U) ... 2021-11-11T11:13:08.390Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:13:08.390Z||pool-65-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-11T11:13:09.278Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "9f4c0e50-e894-4723-9572-e68843251e39", "vfModuleModelVersion": "1", "vfModuleModelUUID": "12264d86-a34d-4f93-b777-62905cb4b67f", "vfModuleModelCustomizationUUID": "1b3b253e-f5b6-4f32-a94d-519af5b1d203", "isBase": true, "artifacts": [ "da2a0f91-b3e6-4e1a-81af-524717694bbe", "cd7fd79e-84e0-461e-89db-18adb66b9860" ], "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": "" } } ] 2021-11-11T11:13:09.282Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:12264d86-a34d-4f93-b777-62905cb4b67f VfModuleModelInvariantUUID:9f4c0e50-e894-4723-9572-e68843251e39 VfModuleModelDescription:NULL Artifacts UUID List:{ da2a0f91-b3e6-4e1a-81af-524717694bbe , cd7fd79e-84e0-461e-89db-18adb66b9860 } 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 } 2021-11-11T11:13:09.284Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "9f4c0e50-e894-4723-9572-e68843251e39", "vfModuleModelVersion": "1", "vfModuleModelUUID": "12264d86-a34d-4f93-b777-62905cb4b67f", "vfModuleModelCustomizationUUID": "1b3b253e-f5b6-4f32-a94d-519af5b1d203", "isBase": true, "artifacts": [ "da2a0f91-b3e6-4e1a-81af-524717694bbe", "cd7fd79e-84e0-461e-89db-18adb66b9860" ], "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": "" } } ] 2021-11-11T11:13:09.284Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:12264d86-a34d-4f93-b777-62905cb4b67f VfModuleModelInvariantUUID:9f4c0e50-e894-4723-9572-e68843251e39 VfModuleModelDescription:NULL Artifacts UUID List:{ da2a0f91-b3e6-4e1a-81af-524717694bbe , cd7fd79e-84e0-461e-89db-18adb66b9860 } 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 } 2021-11-11T11:13:09.284Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: da2a0f91-b3e6-4e1a-81af-524717694bbe from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2021-11-11T11:13:09.284Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-11-11T11:13:09.284Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||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 2021-11-11T11:13:09.377Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-11-11T11:13:09.377Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml da2a0f91-b3e6-4e1a-81af-524717694bbe 5033 2021-11-11T11:13:09.378Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||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 2021-11-11T11:13:09.378Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||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 2021-11-11T11:13:09.378Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-11T11:13:09.378Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-11T11:13:09.380Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-11T11:13:09.380Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "30cd762b-5593-46fc-8382-84724d0db190", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636629189378, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-11-11T11:13:09.480Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-11T11:13:09.481Z||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. 2021-11-11T11:13:09.481Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CtoXtZ0TKyziuG3U) ... 2021-11-11T11:13:09.500Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:13:09.501Z||pool-66-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2021-11-11T11:13:10.380Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: cd7fd79e-84e0-461e-89db-18adb66b9860 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2021-11-11T11:13:10.381Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-11-11T11:13:10.381Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||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 2021-11-11T11:13:10.502Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-11-11T11:13:10.502Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env cd7fd79e-84e0-461e-89db-18adb66b9860 903 2021-11-11T11:13:10.502Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||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 2021-11-11T11:13:10.503Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||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 2021-11-11T11:13:10.503Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-11T11:13:10.503Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-11T11:13:10.505Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-11T11:13:10.505Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "30cd762b-5593-46fc-8382-84724d0db190", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636629190502, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-11-11T11:13:10.605Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-11T11:13:10.606Z||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. 2021-11-11T11:13:10.606Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CtoXtZ0TKyziuG3U) ... 2021-11-11T11:13:10.617Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:13:10.618Z||pool-67-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-11T11:13:11.505Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: e3cc0bfa-9e52-4228-b90e-8d430ca7de57 2021-11-11T11:13:11.506Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 cdf2b042-a3f0-4119-bb32-613512ab4c36 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=? 2021-11-11T11:13:11.517Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@77a3536a, org.onap.sdc.toscaparser.api.parameters.Input@111a593a, org.onap.sdc.toscaparser.api.parameters.Input@4a6f70aa, org.onap.sdc.toscaparser.api.parameters.Input@29a15101, org.onap.sdc.toscaparser.api.parameters.Input@44746f5c] 2021-11-11T11:13:11.519Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T11:13:11.519Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-11T11:13:11.520Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 2021-11-11T11:13:11.520Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 847df133-bc2c-44fc-b7ba-e54d7ad53c57 2021-11-11T11:13:11.520Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 847df133-bc2c-44fc-b7ba-e54d7ad53c57 matches Tosca VF Customization UUID: 847df133-bc2c-44fc-b7ba-e54d7ad53c57 2021-11-11T11:13:11.520Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 847df133-bc2c-44fc-b7ba-e54d7ad53c57 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=? 2021-11-11T11:13:11.523Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T11:13:11.523Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-11T11:13:11.524Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 847df133-bc2c-44fc-b7ba-e54d7ad53c57: {\"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\"} 2021-11-11T11:13:11.524Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@15b59188 2021-11-11T11:13:11.524Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T11:13:11.524Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-11-11T11:13:11.525Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 1b3b253e-f5b6-4f32-a94d-519af5b1d203 2021-11-11T11:13:11.525Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 1b3b253e-f5b6-4f32-a94d-519af5b1d203 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=? 2021-11-11T11:13:11.527Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T11:13:11.527Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-11-11T11:13:11.528Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-11T11:13:11.528Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T11:13:11.528Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-11-11T11:13:11.528Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-11T11:13:11.529Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T11:13:11.529Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2021-11-11T11:13:11.529Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2021-11-11T11:13:11.529Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2021-11-11T11:13:11.529Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=d997e847-69a6-44a9-9fee-19e27fdd4624 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=? 2021-11-11T11:13:11.531Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T11:13:11.531Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-11-11T11:13:11.532Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-11T11:13:11.532Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T11:13:11.532Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-11-11T11:13:11.532Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=847df133-bc2c-44fc-b7ba-e54d7ad53c57 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=? 2021-11-11T11:13:11.534Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T11:13:11.534Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-11T11:13:11.534Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid e3cc0bfa-9e52-4228-b90e-8d430ca7de57: basic_vm_macro 2021-11-11T11:13:11.534Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T11:13:11.535Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-11T11:13:11.535Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T11:13:11.535Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-11T11:13:11.535Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T11:13:11.535Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-11T11:13:11.536Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T11:13:11.536Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-11T11:13:11.536Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T11:13:11.536Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-11T11:13:11.537Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||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 (?, ?, ?, ?, ?) 2021-11-11T11:13:11.612Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro cdf2b042-a3f0-4119-bb32-613512ab4c36 1 ASDC deployResourceStructure 2021-11-11T11:13:11.612Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||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 2021-11-11T11:13:11.612Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||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 2021-11-11T11:13:11.612Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-11T11:13:11.612Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-11T11:13:11.614Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-11T11:13:11.614Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "30cd762b-5593-46fc-8382-84724d0db190", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636629191612, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-11-11T11:13:11.714Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-11T11:13:11.715Z||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. 2021-11-11T11:13:11.715Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CtoXtZ0TKyziuG3U) ... 2021-11-11T11:13:11.725Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:13:11.725Z||pool-68-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-11-11T11:13:12.615Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||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 2021-11-11T11:13:12.616Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||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 2021-11-11T11:13:12.616Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-11T11:13:12.616Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-11T11:13:12.618Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-11T11:13:12.618Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "30cd762b-5593-46fc-8382-84724d0db190", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636629192615, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-11-11T11:13:12.718Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-11T11:13:12.719Z||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. 2021-11-11T11:13:12.719Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CtoXtZ0TKyziuG3U) ... 2021-11-11T11:13:12.733Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:13:12.733Z||pool-69-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-11-11T11:13:13.619Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||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 2021-11-11T11:13:13.619Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||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 2021-11-11T11:13:13.619Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-11T11:13:13.620Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-11T11:13:13.622Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-11T11:13:13.622Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "30cd762b-5593-46fc-8382-84724d0db190", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636629193619, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-11-11T11:13:13.722Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-11T11:13:13.723Z||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. 2021-11-11T11:13:13.723Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CtoXtZ0TKyziuG3U) ... 2021-11-11T11:13:13.735Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:13:13.735Z||pool-70-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-11T11:13:14.622Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2021-11-11T11:13:14.623Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2021-11-11T11:13:14.623Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-11T11:13:14.623Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-11T11:13:14.625Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-11T11:13:14.625Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "30cd762b-5593-46fc-8382-84724d0db190", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636629194622, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-11-11T11:13:14.725Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms 2021-11-11T11:13:14.726Z||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. 2021-11-11T11:13:14.726Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CtoXtZ0TKyziuG3U) ... 2021-11-11T11:13:14.739Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:13:14.740Z||pool-71-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-11-11T11:13:15.629Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 30cd762b-5593-46fc-8382-84724d0db190 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-11-11T11:13:15.639Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 30cd762b-5593-46fc-8382-84724d0db190 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=? 2021-11-11T11:13:15.641Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-11T11:13:15.641Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-11-11T11:13:15.641Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-11-11T11:13:15.641Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-11-11T11:13:15.641Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-11T11:13:15.641Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-11T11:13:15.642Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-11T11:13:15.642Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-11T11:13:15.642Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-11T11:13:15.642Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-11T11:13:15.642Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||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=? 2021-11-11T11:13:15.648Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-11-11T11:13:45.650Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 30cd762b-5593-46fc-8382-84724d0db190 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=? 2021-11-11T11:13:45.655Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 30cd762b-5593-46fc-8382-84724d0db190 and serviceModelVersionId: e3cc0bfa-9e52-4228-b90e-8d430ca7de57 2021-11-11T11:13:45.655Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 358197b9-207b-4726-97a6-1a33c1e0f6c8 2021-11-11T11:13:45.656Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/358197b9-207b-4726-97a6-1a33c1e0f6c8/model-vers/model-ver/e3cc0bfa-9e52-4228-b90e-8d430ca7de57?depth=0 2021-11-11T11:13:45.661Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2021-11-11T11:13:45.716Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/358197b9-207b-4726-97a6-1a33c1e0f6c8/model-vers/model-ver/e3cc0bfa-9e52-4228-b90e-8d430ca7de57?depth=0|INFO|500||Invoke 2021-11-11T11:13:45.717Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/358197b9-207b-4726-97a6-1a33c1e0f6c8/model-vers/model-ver/e3cc0bfa-9e52-4228-b90e-8d430ca7de57?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/358197b9-207b-4726-97a6-1a33c1e0f6c8/model-vers/model-ver/e3cc0bfa-9e52-4228-b90e-8d430ca7de57?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[30cd762b-5593-46fc-8382-84724d0db190], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[4f87d172-074c-41c9-8e9a-0d8791f45da2], X-ECOMP-RequestID=[30cd762b-5593-46fc-8382-84724d0db190], X-TransactionId=[], X-ONAP-RequestID=[30cd762b-5593-46fc-8382-84724d0db190], Content-Type=[application/merge-patch+json]} 2021-11-11T11:13:45.740Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/358197b9-207b-4726-97a6-1a33c1e0f6c8/model-vers/model-ver/e3cc0bfa-9e52-4228-b90e-8d430ca7de57?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-11-11T11:13:45.824Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/358197b9-207b-4726-97a6-1a33c1e0f6c8/model-vers/model-ver/e3cc0bfa-9e52-4228-b90e-8d430ca7de57?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/358197b9-207b-4726-97a6-1a33c1e0f6c8/model-vers/model-ver/e3cc0bfa-9e52-4228-b90e-8d430ca7de57?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211111-11:13:45:746-99256], vertex-id=[245848], Content-Length=[0], Date=[Thu, 11 Nov 2021 11:13:45 GMT], Content-Type=[application/json]} 2021-11-11T11:13:45.824Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/358197b9-207b-4726-97a6-1a33c1e0f6c8/model-vers/model-ver/e3cc0bfa-9e52-4228-b90e-8d430ca7de57?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-11-11T11:13:45.825Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/358197b9-207b-4726-97a6-1a33c1e0f6c8/model-vers/model-ver/e3cc0bfa-9e52-4228-b90e-8d430ca7de57?depth=0|INFO|500||InvokeReturn 2021-11-11T11:13:45.826Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-11-11T11:13:45.826Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||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=? 2021-11-11T11:13:45.830Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||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) 2021-11-11T11:13:45.830Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 30cd762b-5593-46fc-8382-84724d0db190 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-11-11T11:13:45.830Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-11-11T11:13:45.831Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-11T11:13:45.833Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-11T11:13:45.833Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "30cd762b-5593-46fc-8382-84724d0db190", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636629225830, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-11T11:13:45.933Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-11T11:13:45.934Z||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. 2021-11-11T11:13:45.934Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CtoXtZ0TKyziuG3U) ... 2021-11-11T11:13:45.959Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:13:45.960Z||pool-72-thread-1|||||INFO|500||cambria reply ok (27 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=? 2021-11-11T11:13:46.848Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-11T11:13:46.848Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"f28efd3e-9e10-4a19-93d0-66535d29960a","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"826b582f-5f78-4db6-bc58-2392c0939fd6","serviceDescription":"service","serviceInvariantUUID":"e7b2d92e-092c-4007-90f5-da6458eeaf81","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ae7dfa33-4785-44e0-82d7-66e9e6c87df3","resourceInvariantUUID":"096559c4-5947-4f59-b4b4-ff9be326ee90","resourceCustomizationUUID":"8629aad2-97e2-4ea7-802f-ea4623a8ebc2","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":"NzU3ZjY1YTMyMTcwOTY2MDVkOTM3ZWJmNzNiMDZlZWU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"4f04d32e-6c03-40c9-aafe-0e618a922c5f","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":"05c8fab5-0301-4962-952b-c3781567b6e7","artifactVersion":"2","generatedFromUUID":"408c7dde-9970-4181-957e-f46d0b66517a"},{"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":"408c7dde-9970-4181-957e-f46d0b66517a","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":"MWI3ZmQzODM1ZjBkMDllYWY2MzkzNmQzNDAzZTdkNmU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"80442bd5-8920-4022-9cc5-b0e30eef674a","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":"53eb2d75-067a-42db-937e-f2471a52e8de","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":"cd56aaa2-b787-4be5-9661-0564cf0fb7d6","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":"a9d06e1e-f3ad-433a-b989-419ad0ee0aaa","artifactVersion":"2","generatedFromUUID":"53eb2d75-067a-42db-937e-f2471a52e8de"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"ZGE1Y2ZhMDFmMzg4ODIzMDI1NWNiNzFmZDg3NzZmY2Q\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8cca596e-4992-4bbf-8164-eed36f6043a9","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"YmVlNTg2YzhiMzkxMTQxMGYyYjAyNTg5ZTVkYWQ4ZWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0c0405a1-d3ce-41f8-b059-10346b163daa","artifactVersion":"1"}],"workloadContext":"Production"} 2021-11-11T11:13:46.848Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-11T11:13:46.849Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-11T11:13:46.851Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-11T11:13:46.851Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "f28efd3e-9e10-4a19-93d0-66535d29960a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636629094157, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-11T11:13:46.951Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-11T11:13:46.952Z||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. 2021-11-11T11:13:46.952Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CtoXtZ0TKyziuG3U) ... 2021-11-11T11:13:46.965Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:13:46.965Z||pool-73-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2021-11-11T11:13:47.852Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-11T11:13:47.852Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-11T11:13:47.855Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-11T11:13:47.855Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "f28efd3e-9e10-4a19-93d0-66535d29960a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636629094157, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-11-11T11:13:47.955Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-11T11:13:47.956Z||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. 2021-11-11T11:13:47.956Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CtoXtZ0TKyziuG3U) ... 2021-11-11T11:13:47.971Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:13:47.975Z||pool-74-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2021-11-11T11:13:48.857Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-11T11:13:48.858Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-11T11:13:48.860Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-11T11:13:48.861Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "f28efd3e-9e10-4a19-93d0-66535d29960a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636629094157, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-11-11T11:13:48.961Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-11T11:13:48.962Z||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. 2021-11-11T11:13:48.962Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CtoXtZ0TKyziuG3U) ... 2021-11-11T11:13:48.980Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:13:48.981Z||pool-75-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1} 2021-11-11T11:13:49.861Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-11T11:13:49.862Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-11T11:13:49.864Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-11T11:13:49.864Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "f28efd3e-9e10-4a19-93d0-66535d29960a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636629094157, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-11-11T11:13:49.964Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-11T11:13:49.965Z||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. 2021-11-11T11:13:49.965Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CtoXtZ0TKyziuG3U) ... 2021-11-11T11:13:49.979Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:13:49.980Z||pool-76-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-11-11T11:13:50.865Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-11T11:13:50.866Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-11T11:13:50.867Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-11T11:13:50.867Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "f28efd3e-9e10-4a19-93d0-66535d29960a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636629094157, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-11-11T11:13:50.968Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-11-11T11:13:50.968Z||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. 2021-11-11T11:13:50.969Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CtoXtZ0TKyziuG3U) ... 2021-11-11T11:13:50.984Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:13:50.984Z||pool-77-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":2,"count":1} 2021-11-11T11:13:51.868Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-11T11:13:51.869Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-11T11:13:51.871Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-11T11:13:51.871Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "f28efd3e-9e10-4a19-93d0-66535d29960a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636629094157, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-11T11:13:51.971Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-11T11:13:51.972Z||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. 2021-11-11T11:13:51.972Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CtoXtZ0TKyziuG3U) ... 2021-11-11T11:13:51.985Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:13:51.986Z||pool-78-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-11-11T11:13:52.873Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-11T11:13:52.873Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-11T11:13:52.875Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-11T11:13:52.875Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "f28efd3e-9e10-4a19-93d0-66535d29960a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636629094157, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-11-11T11:13:52.975Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-11T11:13:52.976Z||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. 2021-11-11T11:13:52.976Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CtoXtZ0TKyziuG3U) ... 2021-11-11T11:13:52.989Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:13:52.990Z||pool-79-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-11-11T11:13:53.876Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-11T11:13:53.877Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-11T11:13:53.878Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-11T11:13:53.878Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "f28efd3e-9e10-4a19-93d0-66535d29960a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636629094157, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-11-11T11:13:53.979Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-11T11:13:53.979Z||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. 2021-11-11T11:13:53.980Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CtoXtZ0TKyziuG3U) ... 2021-11-11T11:13:53.992Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:13:53.993Z||pool-80-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-11-11T11:13:54.879Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-11T11:13:54.879Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-11T11:13:54.881Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-11T11:13:54.882Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "f28efd3e-9e10-4a19-93d0-66535d29960a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636629094157, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-11-11T11:13:54.981Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-11T11:13:54.982Z||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. 2021-11-11T11:13:54.982Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CtoXtZ0TKyziuG3U) ... 2021-11-11T11:13:54.993Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:13:54.994Z||pool-81-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-11T11:13:55.883Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "f28efd3e-9e10-4a19-93d0-66535d29960a", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "826b582f-5f78-4db6-bc58-2392c0939fd6", "serviceDescription": "service", "serviceInvariantUUID": "e7b2d92e-092c-4007-90f5-da6458eeaf81", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "8629aad2-97e2-4ea7-802f-ea4623a8ebc2", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "ae7dfa33-4785-44e0-82d7-66e9e6c87df3", "resourceInvariantUUID": "096559c4-5947-4f59-b4b4-ff9be326ee90", "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": "05c8fab5-0301-4962-952b-c3781567b6e7", "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": "408c7dde-9970-4181-957e-f46d0b66517a", "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": "MWI3ZmQzODM1ZjBkMDllYWY2MzkzNmQzNDAzZTdkNmU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "80442bd5-8920-4022-9cc5-b0e30eef674a", "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": "53eb2d75-067a-42db-937e-f2471a52e8de", "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": "a9d06e1e-f3ad-433a-b989-419ad0ee0aaa", "generatedFromUUID": "53eb2d75-067a-42db-937e-f2471a52e8de" }, "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": "a9d06e1e-f3ad-433a-b989-419ad0ee0aaa", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "YmVlNTg2YzhiMzkxMTQxMGYyYjAyNTg5ZTVkYWQ4ZWY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "0c0405a1-d3ce-41f8-b059-10346b163daa" } ], "workloadContext": "Production" } 2021-11-11T11:13:55.883Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-11-11T11:13:55.883Z|30cd762b-5593-46fc-8382-84724d0db190|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 826b582f-5f78-4db6-bc58-2392c0939fd6 ASDC 2021-11-11T11:13:55.884Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:f28efd3e-9e10-4a19-93d0-66535d29960a ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:826b582f-5f78-4db6-bc58-2392c0939fd6 ServiceInvariantUUID:e7b2d92e-092c-4007-90f5-da6458eeaf81 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:0c0405a1-d3ce-41f8-b059-10346b163daa ArtifactChecksum:YmVlNTg2YzhiMzkxMTQxMGYyYjAyNTg5ZTVkYWQ4ZWY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:8629aad2-97e2-4ea7-802f-ea4623a8ebc2 ResourceInvariantUUID:096559c4-5947-4f59-b4b4-ff9be326ee90 ResourceName:basic_cnf ResourceType:VF ResourceUUID:ae7dfa33-4785-44e0-82d7-66e9e6c87df3 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:05c8fab5-0301-4962-952b-c3781567b6e7 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:408c7dde-9970-4181-957e-f46d0b66517a 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:80442bd5-8920-4022-9cc5-b0e30eef674a ArtifactChecksum:MWI3ZmQzODM1ZjBkMDllYWY2MzkzNmQzNDAzZTdkNmU= 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:53eb2d75-067a-42db-937e-f2471a52e8de 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:a9d06e1e-f3ad-433a-b989-419ad0ee0aaa 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:a9d06e1e-f3ad-433a-b989-419ad0ee0aaa ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-11-11T11:13:55.884Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 826b582f-5f78-4db6-bc58-2392c0939fd6 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=? 2021-11-11T11:13:55.916Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-11T11:13:55.917Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-11-11T11:13:55.917Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-11-11T11:13:55.917Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 0c0405a1-d3ce-41f8-b059-10346b163daa from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-11-11T11:13:55.917Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-11-11T11:13:55.918Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-11-11T11:13:56.344Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T11:13:56.345Z|cdf94d74-de8b-491e-85a4-3de308960376|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. 2021-11-11T11:13:56.345Z|cdf94d74-de8b-491e-85a4-3de308960376|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 CtoXtZ0TKyziuG3U) ... 2021-11-11T11:13:56.367Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:13:56.367Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-11T11:13:56.367Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c811b8a8-6420-43bf-919a-2071a2287d51", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636629093138, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-11T11:13:56.368Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-11T11:13:56.368Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-11T11:13:56.369Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "928552d1-048e-464c-8e7a-326a3f3e359b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636629094157, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-11T11:13:56.369Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-11T11:13:56.369Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-11T11:13:56.369Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "928552d1-048e-464c-8e7a-326a3f3e359b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636629094157, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-11-11T11:13:56.369Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-11T11:13:56.369Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-11T11:13:56.369Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "928552d1-048e-464c-8e7a-326a3f3e359b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636629094157, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-11-11T11:13:56.369Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-11T11:13:56.369Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-11T11:13:56.370Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "928552d1-048e-464c-8e7a-326a3f3e359b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636629094157, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-11T11:13:56.370Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-11T11:13:56.370Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-11T11:13:56.370Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "928552d1-048e-464c-8e7a-326a3f3e359b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636629094157, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-11-11T11:13:56.370Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-11T11:13:56.370Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-11T11:13:56.370Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "928552d1-048e-464c-8e7a-326a3f3e359b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636629094157, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-11-11T11:13:56.370Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-11T11:13:56.370Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-11T11:13:56.370Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "928552d1-048e-464c-8e7a-326a3f3e359b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636629094157, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-11-11T11:13:56.371Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-11T11:13:56.371Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-11T11:13:56.371Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "928552d1-048e-464c-8e7a-326a3f3e359b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636629105935, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-11T11:13:56.371Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-11T11:13:56.371Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-11T11:13:56.371Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "928552d1-048e-464c-8e7a-326a3f3e359b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636629108379, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-11T11:13:56.371Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-11T11:13:56.371Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-11T11:13:56.371Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "928552d1-048e-464c-8e7a-326a3f3e359b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636629109472, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-11-11T11:13:56.372Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-11T11:13:56.372Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-11T11:13:56.372Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "928552d1-048e-464c-8e7a-326a3f3e359b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636629110678, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-11-11T11:13:56.372Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-11T11:13:56.372Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-11T11:13:56.372Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "928552d1-048e-464c-8e7a-326a3f3e359b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636629111800, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-11-11T11:13:56.372Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-11T11:13:56.372Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-11T11:13:56.372Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "928552d1-048e-464c-8e7a-326a3f3e359b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636629112808, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-11-11T11:13:56.373Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-11T11:13:56.373Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-11T11:13:56.373Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "928552d1-048e-464c-8e7a-326a3f3e359b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636629113812, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-11-11T11:13:56.373Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-11T11:13:56.373Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-11T11:13:56.373Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "928552d1-048e-464c-8e7a-326a3f3e359b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636629114817, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-11-11T11:13:56.373Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-11T11:13:56.878Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-11-11T11:13:56.881Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 0c0405a1-d3ce-41f8-b059-10346b163daa 68930 2021-11-11T11:13:56.881Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2021-11-11T11:13:56.881Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-11-11T11:13:56.881Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-11T11:13:56.881Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-11T11:13:56.883Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-11T11:13:56.883Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "f28efd3e-9e10-4a19-93d0-66535d29960a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636629236881, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-11T11:13:56.983Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-11T11:13:56.984Z||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. 2021-11-11T11:13:56.984Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CtoXtZ0TKyziuG3U) ... 2021-11-11T11:13:56.997Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:13:56.997Z||pool-82-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-11-11T11:13:57.883Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-11T11:13:57.884Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-11-11T11:13:57.885Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 0c0405a1-d3ce-41f8-b059-10346b163daa, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2021-11-11T11:13:57.885Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2021-11-11T11:13:57.885Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2021-11-11T11:13:57.886Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2021-11-11T11:13:58.011Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7564897384795599633/Definitions/service-BasicCnf-template.yml 2021-11-11T11:13:59.065Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2021-11-11T11:13:59.065Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-11-11T11:13:59.065Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-11-11T11:13:59.066Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2021-11-11T11:13:59.066Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||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 2021-11-11T11:13:59.066Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||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 2021-11-11T11:13:59.066Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||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 2021-11-11T11:13:59.066Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||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 2021-11-11T11:13:59.066Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-11-11T11:13:59.066Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T11:13:59.066Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-11T11:13:59.066Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-11-11T11:13:59.066Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-11-11T11:13:59.067Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-11T11:13:59.067Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T11:13:59.067Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-11T11:13:59.067Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-11-11T11:13:59.067Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-11-11T11:13:59.067Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-11T11:13:59.067Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T11:13:59.067Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-11T11:13:59.068Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T11:13:59.068Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-11-11T11:13:59.068Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2021-11-11T11:13:59.068Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||DEBUG|500||Node template dummy is not matching search criteria 2021-11-11T11:13:59.068Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-11-11T11:13:59.068Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T11:13:59.068Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-11-11T11:13:59.068Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T11:13:59.069Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-11-11T11:13:59.069Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-11T11:13:59.069Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T11:13:59.069Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-11-11T11:13:59.069Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-11T11:13:59.069Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T11:13:59.069Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-11-11T11:13:59.070Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-11T11:13:59.070Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T11:13:59.070Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-11-11T11:13:59.070Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2021-11-11T11:13:59.070Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=a5a9be00-12ad-4a63-a4f8-6fed3b350140 2021-11-11T11:13:59.070Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T11:13:59.070Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-11T11:13:59.070Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T11:13:59.071Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-11T11:13:59.071Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T11:13:59.071Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-11T11:13:59.071Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T11:13:59.071Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-11T11:13:59.071Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:826b582f-5f78-4db6-bc58-2392c0939fd6 Model Version:NULL Model InvariantUuid:e7b2d92e-092c-4007-90f5-da6458eeaf81 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:cbc4b352-89de-4b9e-8323-53d727605278 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:096559c4-5947-4f59-b4b4-ff9be326ee90 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:8629aad2-97e2-4ea7-802f-ea4623a8ebc2 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:23e626cc-264a-4c81-8edd-2ba1bd397ffd ModelName:BasicCnf..base_dummy..module-0 ModelUuid:2b435e76-3c84-4aad-b7cc-30ece7f471e5 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:a5a9be00-12ad-4a63-a4f8-6fed3b350140 ModelInvariantUuid:a940fbb2-b250-463f-b821-c0e2eeefd6cd ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:d0489d05-efe6-4181-805e-a89336cedff3 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:aa89310b-6027-4e4a-834e-927aff0be8d7 ModelInvariantUuid:c8326f62-5b53-4ca5-b24a-f71139b15286 ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:5b0b69f0-dc0f-4cdb-acb6-3f45a9f0dfcf 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=? 2021-11-11T11:13:59.078Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: ae7dfa33-4785-44e0-82d7-66e9e6c87df3 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=? 2021-11-11T11:13:59.081Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||INFO|500||basic_cnf 0 2021-11-11T11:13:59.081Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ae7dfa33-4785-44e0-82d7-66e9e6c87df3 2021-11-11T11:13:59.081Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 05c8fab5-0301-4962-952b-c3781567b6e7 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2021-11-11T11:13:59.081Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-11-11T11:13:59.082Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||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 2021-11-11T11:13:59.384Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-11-11T11:13:59.384Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 05c8fab5-0301-4962-952b-c3781567b6e7 12 2021-11-11T11:13:59.384Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||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 2021-11-11T11:13:59.384Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||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 2021-11-11T11:13:59.385Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-11T11:13:59.385Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-11T11:13:59.386Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-11T11:13:59.386Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "f28efd3e-9e10-4a19-93d0-66535d29960a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636629239384, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2021-11-11T11:13:59.487Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-11T11:13:59.487Z||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. 2021-11-11T11:13:59.488Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CtoXtZ0TKyziuG3U) ... 2021-11-11T11:13:59.498Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:13:59.499Z||pool-83-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-11-11T11:14:00.387Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 408c7dde-9970-4181-957e-f46d0b66517a from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2021-11-11T11:14:00.387Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-11-11T11:14:00.388Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||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 2021-11-11T11:14:00.528Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-11-11T11:14:00.529Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 408c7dde-9970-4181-957e-f46d0b66517a 2688 2021-11-11T11:14:00.529Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||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 2021-11-11T11:14:00.529Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||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 2021-11-11T11:14:00.529Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-11T11:14:00.530Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-11T11:14:00.532Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-11T11:14:00.532Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "f28efd3e-9e10-4a19-93d0-66535d29960a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636629240529, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-11-11T11:14:00.632Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-11T11:14:00.633Z||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. 2021-11-11T11:14:00.633Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CtoXtZ0TKyziuG3U) ... 2021-11-11T11:14:00.644Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:14:00.644Z||pool-84-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-11T11:14:01.534Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 80442bd5-8920-4022-9cc5-b0e30eef674a from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2021-11-11T11:14:01.534Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-11-11T11:14:01.534Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||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 2021-11-11T11:14:01.643Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-11-11T11:14:01.643Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 80442bd5-8920-4022-9cc5-b0e30eef674a 828 2021-11-11T11:14:01.643Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||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 2021-11-11T11:14:01.644Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||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 2021-11-11T11:14:01.644Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-11T11:14:01.644Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-11T11:14:01.646Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-11T11:14:01.646Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "f28efd3e-9e10-4a19-93d0-66535d29960a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636629241643, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-11T11:14:01.746Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-11T11:14:01.747Z||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. 2021-11-11T11:14:01.747Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CtoXtZ0TKyziuG3U) ... 2021-11-11T11:14:01.759Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:14:01.759Z||pool-85-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-11T11:14:02.646Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "23e626cc-264a-4c81-8edd-2ba1bd397ffd", "vfModuleModelVersion": "1", "vfModuleModelUUID": "2b435e76-3c84-4aad-b7cc-30ece7f471e5", "vfModuleModelCustomizationUUID": "2880d920-5bbd-4acd-9183-0fd3d4419186", "isBase": true, "artifacts": [ "53eb2d75-067a-42db-937e-f2471a52e8de", "408c7dde-9970-4181-957e-f46d0b66517a", "a9d06e1e-f3ad-433a-b989-419ad0ee0aaa" ], "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": "" } } ] 2021-11-11T11:14:02.649Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:2b435e76-3c84-4aad-b7cc-30ece7f471e5 VfModuleModelInvariantUUID:23e626cc-264a-4c81-8edd-2ba1bd397ffd VfModuleModelDescription:NULL Artifacts UUID List:{ 53eb2d75-067a-42db-937e-f2471a52e8de , 408c7dde-9970-4181-957e-f46d0b66517a , a9d06e1e-f3ad-433a-b989-419ad0ee0aaa } 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 } 2021-11-11T11:14:02.651Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "23e626cc-264a-4c81-8edd-2ba1bd397ffd", "vfModuleModelVersion": "1", "vfModuleModelUUID": "2b435e76-3c84-4aad-b7cc-30ece7f471e5", "vfModuleModelCustomizationUUID": "2880d920-5bbd-4acd-9183-0fd3d4419186", "isBase": true, "artifacts": [ "53eb2d75-067a-42db-937e-f2471a52e8de", "408c7dde-9970-4181-957e-f46d0b66517a", "a9d06e1e-f3ad-433a-b989-419ad0ee0aaa" ], "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": "" } } ] 2021-11-11T11:14:02.651Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:2b435e76-3c84-4aad-b7cc-30ece7f471e5 VfModuleModelInvariantUUID:23e626cc-264a-4c81-8edd-2ba1bd397ffd VfModuleModelDescription:NULL Artifacts UUID List:{ 53eb2d75-067a-42db-937e-f2471a52e8de , 408c7dde-9970-4181-957e-f46d0b66517a , a9d06e1e-f3ad-433a-b989-419ad0ee0aaa } 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 } 2021-11-11T11:14:02.651Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 53eb2d75-067a-42db-937e-f2471a52e8de from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2021-11-11T11:14:02.652Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-11-11T11:14:02.652Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2021-11-11T11:14:02.845Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-11-11T11:14:02.845Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 53eb2d75-067a-42db-937e-f2471a52e8de 1164 2021-11-11T11:14:02.846Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||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 2021-11-11T11:14:02.846Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||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 2021-11-11T11:14:02.846Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-11T11:14:02.847Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-11T11:14:02.848Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-11T11:14:02.849Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "f28efd3e-9e10-4a19-93d0-66535d29960a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636629242846, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-11-11T11:14:02.949Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-11T11:14:02.950Z||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. 2021-11-11T11:14:02.950Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CtoXtZ0TKyziuG3U) ... 2021-11-11T11:14:02.961Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:14:02.961Z||pool-86-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-11-11T11:14:03.849Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: a9d06e1e-f3ad-433a-b989-419ad0ee0aaa from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2021-11-11T11:14:03.850Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-11-11T11:14:03.850Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2021-11-11T11:14:03.897Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-11-11T11:14:03.897Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env a9d06e1e-f3ad-433a-b989-419ad0ee0aaa 200 2021-11-11T11:14:03.898Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||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 2021-11-11T11:14:03.898Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||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 2021-11-11T11:14:03.898Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-11T11:14:03.898Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-11T11:14:03.900Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-11T11:14:03.900Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "f28efd3e-9e10-4a19-93d0-66535d29960a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636629243897, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-11-11T11:14:04.000Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-11T11:14:04.001Z||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. 2021-11-11T11:14:04.001Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CtoXtZ0TKyziuG3U) ... 2021-11-11T11:14:04.011Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:14:04.011Z||pool-87-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-11T11:14:04.901Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 826b582f-5f78-4db6-bc58-2392c0939fd6 2021-11-11T11:14:04.901Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 ae7dfa33-4785-44e0-82d7-66e9e6c87df3 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=? 2021-11-11T11:14:04.915Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select 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=? 2021-11-11T11:14:04.921Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@cbcaeb5, org.onap.sdc.toscaparser.api.parameters.Input@450db11f, org.onap.sdc.toscaparser.api.parameters.Input@1d31cf70, org.onap.sdc.toscaparser.api.parameters.Input@56457d00, org.onap.sdc.toscaparser.api.parameters.Input@3f65a87b] 2021-11-11T11:14:04.923Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T11:14:04.923Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-11T11:14:04.924Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 2021-11-11T11:14:04.924Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 8629aad2-97e2-4ea7-802f-ea4623a8ebc2 2021-11-11T11:14:04.924Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 8629aad2-97e2-4ea7-802f-ea4623a8ebc2 matches Tosca VF Customization UUID: 8629aad2-97e2-4ea7-802f-ea4623a8ebc2 2021-11-11T11:14:04.924Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 8629aad2-97e2-4ea7-802f-ea4623a8ebc2 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=? 2021-11-11T11:14:04.927Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T11:14:04.927Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-11T11:14:04.928Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 8629aad2-97e2-4ea7-802f-ea4623a8ebc2: {\"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\"} 2021-11-11T11:14:04.928Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@79c1a4f8 2021-11-11T11:14:04.928Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T11:14:04.928Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-11-11T11:14:04.928Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 2880d920-5bbd-4acd-9183-0fd3d4419186 2021-11-11T11:14:04.929Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 2880d920-5bbd-4acd-9183-0fd3d4419186 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=? 2021-11-11T11:14:04.930Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T11:14:04.930Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-11-11T11:14:04.931Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-11T11:14:04.931Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T11:14:04.931Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-11-11T11:14:04.931Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-11T11:14:04.931Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T11:14:04.931Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-11-11T11:14:04.932Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2021-11-11T11:14:04.932Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=a5a9be00-12ad-4a63-a4f8-6fed3b350140 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=? 2021-11-11T11:14:04.934Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T11:14:04.934Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-11-11T11:14:04.934Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-11T11:14:04.934Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T11:14:04.935Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-11-11T11:14:04.935Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=8629aad2-97e2-4ea7-802f-ea4623a8ebc2 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=? 2021-11-11T11:14:04.936Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T11:14:04.936Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-11T11:14:04.937Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 826b582f-5f78-4db6-bc58-2392c0939fd6: basic_cnf 2021-11-11T11:14:04.937Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T11:14:04.937Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-11T11:14:04.937Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T11:14:04.937Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-11T11:14:04.937Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T11:14:04.937Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-11T11:14:04.938Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T11:14:04.938Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-11T11:14:04.938Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T11:14:04.938Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-11T11:14:04.938Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||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 (?, ?, ?, ?, ?) 2021-11-11T11:14:05.002Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf ae7dfa33-4785-44e0-82d7-66e9e6c87df3 1 ASDC deployResourceStructure 2021-11-11T11:14:05.002Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||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 2021-11-11T11:14:05.003Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||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) 2021-11-11T11:14:05.003Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2021-11-11T11:14:05.003Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-11T11:14:05.005Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-11T11:14:05.005Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "f28efd3e-9e10-4a19-93d0-66535d29960a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636629245002, "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" } 2021-11-11T11:14:05.105Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-11T11:14:05.106Z||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. 2021-11-11T11:14:05.107Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CtoXtZ0TKyziuG3U) ... 2021-11-11T11:14:05.117Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:14:05.118Z||pool-88-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-11T11:14:06.006Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||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 2021-11-11T11:14:06.007Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||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) 2021-11-11T11:14:06.007Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2021-11-11T11:14:06.007Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-11T11:14:06.010Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-11T11:14:06.010Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "f28efd3e-9e10-4a19-93d0-66535d29960a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636629246006, "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" } 2021-11-11T11:14:06.110Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-11T11:14:06.111Z||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. 2021-11-11T11:14:06.111Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CtoXtZ0TKyziuG3U) ... 2021-11-11T11:14:06.124Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:14:06.124Z||pool-89-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2021-11-11T11:14:07.011Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||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 2021-11-11T11:14:07.011Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||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 2021-11-11T11:14:07.011Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-11T11:14:07.012Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-11T11:14:07.013Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-11T11:14:07.013Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "f28efd3e-9e10-4a19-93d0-66535d29960a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636629247010, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-11-11T11:14:07.114Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-11T11:14:07.115Z||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. 2021-11-11T11:14:07.115Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CtoXtZ0TKyziuG3U) ... 2021-11-11T11:14:07.127Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:14:07.127Z||pool-90-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-11T11:14:08.014Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||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 2021-11-11T11:14:08.015Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||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 2021-11-11T11:14:08.015Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-11T11:14:08.015Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-11T11:14:08.017Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-11T11:14:08.017Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "f28efd3e-9e10-4a19-93d0-66535d29960a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636629248014, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2021-11-11T11:14:08.117Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-11T11:14:08.118Z||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. 2021-11-11T11:14:08.118Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CtoXtZ0TKyziuG3U) ... 2021-11-11T11:14:08.129Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:14:08.129Z||pool-91-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-11T11:14:09.019Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||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 2021-11-11T11:14:09.019Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||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 2021-11-11T11:14:09.019Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-11T11:14:09.020Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-11T11:14:09.022Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-11T11:14:09.023Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "f28efd3e-9e10-4a19-93d0-66535d29960a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636629249019, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2021-11-11T11:14:09.123Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-11T11:14:09.123Z||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. 2021-11-11T11:14:09.123Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CtoXtZ0TKyziuG3U) ... 2021-11-11T11:14:09.133Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:14:09.133Z||pool-92-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-11-11T11:14:10.024Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2021-11-11T11:14:10.024Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-11-11T11:14:10.024Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-11T11:14:10.024Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-11T11:14:10.026Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-11T11:14:10.026Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "f28efd3e-9e10-4a19-93d0-66535d29960a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636629250023, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-11-11T11:14:10.126Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-11T11:14:10.127Z||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. 2021-11-11T11:14:10.128Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CtoXtZ0TKyziuG3U) ... 2021-11-11T11:14:10.138Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:14:10.138Z||pool-93-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-11T11:14:11.027Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f28efd3e-9e10-4a19-93d0-66535d29960a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-11-11T11:14:11.037Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f28efd3e-9e10-4a19-93d0-66535d29960a 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=? 2021-11-11T11:14:11.039Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-11T11:14:11.040Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-11-11T11:14:11.040Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-11-11T11:14:11.040Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-11-11T11:14:11.040Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-11T11:14:11.040Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-11T11:14:11.040Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-11T11:14:11.040Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-11T11:14:11.041Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-11T11:14:11.041Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-11T11:14:11.041Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||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=? 2021-11-11T11:14:11.045Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-11-11T11:14:41.046Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f28efd3e-9e10-4a19-93d0-66535d29960a 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=? 2021-11-11T11:14:41.057Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f28efd3e-9e10-4a19-93d0-66535d29960a and serviceModelVersionId: 826b582f-5f78-4db6-bc58-2392c0939fd6 2021-11-11T11:14:41.058Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e7b2d92e-092c-4007-90f5-da6458eeaf81 2021-11-11T11:14:41.059Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e7b2d92e-092c-4007-90f5-da6458eeaf81/model-vers/model-ver/826b582f-5f78-4db6-bc58-2392c0939fd6?depth=0 2021-11-11T11:14:41.066Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2021-11-11T11:14:41.114Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e7b2d92e-092c-4007-90f5-da6458eeaf81/model-vers/model-ver/826b582f-5f78-4db6-bc58-2392c0939fd6?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]} 2021-11-11T11:14:41.116Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e7b2d92e-092c-4007-90f5-da6458eeaf81/model-vers/model-ver/826b582f-5f78-4db6-bc58-2392c0939fd6?depth=0|INFO|500||Invoke 2021-11-11T11:14:41.139Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e7b2d92e-092c-4007-90f5-da6458eeaf81/model-vers/model-ver/826b582f-5f78-4db6-bc58-2392c0939fd6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-11-11T11:14:41.461Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e7b2d92e-092c-4007-90f5-da6458eeaf81/model-vers/model-ver/826b582f-5f78-4db6-bc58-2392c0939fd6?depth=0|INFO|500||InvokeReturn 2021-11-11T11:14:41.462Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e7b2d92e-092c-4007-90f5-da6458eeaf81/model-vers/model-ver/826b582f-5f78-4db6-bc58-2392c0939fd6?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211111-11:14:41:146-93482], vertex-id=[266384], Content-Length=[0], Date=[Thu, 11 Nov 2021 11:14:41 GMT], Content-Type=[application/json]} 2021-11-11T11:14:41.462Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity. 2021-11-11T11:14:41.463Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-11-11T11:14:41.463Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||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=? 2021-11-11T11:14:41.470Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||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) 2021-11-11T11:14:41.471Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f28efd3e-9e10-4a19-93d0-66535d29960a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-11-11T11:14:41.471Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-11-11T11:14:41.471Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-11T11:14:41.475Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-11T11:14:41.475Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "f28efd3e-9e10-4a19-93d0-66535d29960a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636629281471, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-11T11:14:41.575Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-11T11:14:41.576Z||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. 2021-11-11T11:14:41.576Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CtoXtZ0TKyziuG3U) ... 2021-11-11T11:14:41.701Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:14:41.702Z||pool-94-thread-1|||||INFO|500||cambria reply ok (127 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=? 2021-11-11T11:14:42.492Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T11:14:42.493Z|f28efd3e-9e10-4a19-93d0-66535d29960a|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. 2021-11-11T11:14:42.493Z|f28efd3e-9e10-4a19-93d0-66535d29960a|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 CtoXtZ0TKyziuG3U) ... 2021-11-11T11:14:53.198Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:14:53.198Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T11:14:53.199Z|f28efd3e-9e10-4a19-93d0-66535d29960a|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. 2021-11-11T11:14:53.199Z|f28efd3e-9e10-4a19-93d0-66535d29960a|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 CtoXtZ0TKyziuG3U) ... 2021-11-11T11:14:56.344Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T11:14:56.345Z||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. 2021-11-11T11:14:56.345Z||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 CtoXtZ0TKyziuG3U) ... 2021-11-11T11:14:56.364Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:14:56.364Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-11T11:14:56.364Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "928552d1-048e-464c-8e7a-326a3f3e359b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636629176685, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-11T11:14:56.366Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-11T11:15:02.746Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:15:02.746Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T11:15:02.747Z|f28efd3e-9e10-4a19-93d0-66535d29960a|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. 2021-11-11T11:15:02.747Z|f28efd3e-9e10-4a19-93d0-66535d29960a|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 CtoXtZ0TKyziuG3U) ... 2021-11-11T11:15:12.321Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:15:12.322Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T11:15:12.322Z|f28efd3e-9e10-4a19-93d0-66535d29960a|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. 2021-11-11T11:15:12.322Z|f28efd3e-9e10-4a19-93d0-66535d29960a|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 CtoXtZ0TKyziuG3U) ... 2021-11-11T11:15:21.863Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:15:21.864Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T11:15:21.865Z|f28efd3e-9e10-4a19-93d0-66535d29960a|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. 2021-11-11T11:15:21.865Z|f28efd3e-9e10-4a19-93d0-66535d29960a|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 CtoXtZ0TKyziuG3U) ... 2021-11-11T11:15:31.405Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:15:31.406Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T11:15:31.407Z|f28efd3e-9e10-4a19-93d0-66535d29960a|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. 2021-11-11T11:15:31.407Z|f28efd3e-9e10-4a19-93d0-66535d29960a|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 CtoXtZ0TKyziuG3U) ... 2021-11-11T11:15:40.949Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:15:56.343Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T11:15:56.345Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T11:15:56.345Z|f28efd3e-9e10-4a19-93d0-66535d29960a|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. 2021-11-11T11:15:56.345Z|f28efd3e-9e10-4a19-93d0-66535d29960a|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 CtoXtZ0TKyziuG3U) ... 2021-11-11T11:15:56.345Z||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. 2021-11-11T11:15:56.345Z||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 CtoXtZ0TKyziuG3U) ... 2021-11-11T11:15:56.385Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:15:56.386Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T11:15:56.386Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cd762b-5593-46fc-8382-84724d0db190", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636629094157, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-11T11:15:56.391Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-11T11:15:56.391Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T11:15:56.391Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cd762b-5593-46fc-8382-84724d0db190", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636629094157, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-11-11T11:15:56.392Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-11T11:15:56.392Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T11:15:56.392Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cd762b-5593-46fc-8382-84724d0db190", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636629094157, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-11-11T11:15:56.392Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-11T11:15:56.392Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T11:15:56.392Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cd762b-5593-46fc-8382-84724d0db190", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636629094157, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-11T11:15:56.392Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-11T11:15:56.392Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T11:15:56.392Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cd762b-5593-46fc-8382-84724d0db190", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636629094157, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-11-11T11:15:56.393Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-11T11:15:56.393Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T11:15:56.393Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cd762b-5593-46fc-8382-84724d0db190", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636629094157, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-11-11T11:15:56.393Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-11T11:15:56.393Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T11:15:56.393Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cd762b-5593-46fc-8382-84724d0db190", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636629094157, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-11-11T11:15:56.394Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-11T11:15:56.394Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T11:15:56.394Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cd762b-5593-46fc-8382-84724d0db190", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636629094157, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-11-11T11:15:56.394Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-11T11:15:56.394Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T11:15:56.394Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cd762b-5593-46fc-8382-84724d0db190", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636629185926, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-11T11:15:56.394Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-11T11:15:56.394Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T11:15:56.394Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cd762b-5593-46fc-8382-84724d0db190", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636629188275, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-11T11:15:56.395Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-11T11:15:56.395Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T11:15:56.395Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cd762b-5593-46fc-8382-84724d0db190", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636629189378, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-11-11T11:15:56.395Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-11T11:15:56.395Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T11:15:56.395Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cd762b-5593-46fc-8382-84724d0db190", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636629190502, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-11-11T11:15:56.395Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-11T11:15:56.396Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T11:15:56.396Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cd762b-5593-46fc-8382-84724d0db190", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636629191612, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-11-11T11:15:56.396Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-11T11:15:56.396Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T11:15:56.396Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cd762b-5593-46fc-8382-84724d0db190", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636629192615, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-11-11T11:15:56.396Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-11T11:15:56.396Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T11:15:56.396Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cd762b-5593-46fc-8382-84724d0db190", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636629193619, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-11-11T11:15:56.397Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-11T11:15:56.397Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T11:15:56.397Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cd762b-5593-46fc-8382-84724d0db190", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636629194622, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-11-11T11:15:56.397Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-11T11:15:56.399Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T11:15:56.399Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cd762b-5593-46fc-8382-84724d0db190", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636629225830, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-11T11:15:56.399Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-11T11:15:56.399Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T11:15:56.399Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28efd3e-9e10-4a19-93d0-66535d29960a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636629094157, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-11T11:15:56.400Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-11T11:15:56.400Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T11:15:56.400Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28efd3e-9e10-4a19-93d0-66535d29960a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636629094157, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-11-11T11:15:56.400Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-11T11:15:56.400Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T11:15:56.400Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28efd3e-9e10-4a19-93d0-66535d29960a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636629094157, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-11-11T11:15:56.400Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-11T11:15:56.400Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T11:15:56.401Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28efd3e-9e10-4a19-93d0-66535d29960a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636629094157, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-11-11T11:15:56.401Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-11T11:15:56.401Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T11:15:56.401Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28efd3e-9e10-4a19-93d0-66535d29960a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636629094157, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-11-11T11:15:56.401Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-11T11:15:56.401Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T11:15:56.401Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28efd3e-9e10-4a19-93d0-66535d29960a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636629094157, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-11T11:15:56.401Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-11T11:15:56.401Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T11:15:56.402Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28efd3e-9e10-4a19-93d0-66535d29960a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636629094157, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-11-11T11:15:56.402Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-11T11:15:56.402Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T11:15:56.402Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28efd3e-9e10-4a19-93d0-66535d29960a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636629094157, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-11-11T11:15:56.402Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-11T11:15:56.402Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T11:15:56.402Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28efd3e-9e10-4a19-93d0-66535d29960a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636629094157, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-11-11T11:15:56.402Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-11T11:16:05.891Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:16:56.342Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T11:16:56.343Z|f28efd3e-9e10-4a19-93d0-66535d29960a|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. 2021-11-11T11:16:56.344Z|f28efd3e-9e10-4a19-93d0-66535d29960a|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 CtoXtZ0TKyziuG3U) ... 2021-11-11T11:16:56.344Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T11:16:56.345Z|f384bd4d-7ade-4869-a40b-96480873d469|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. 2021-11-11T11:16:56.345Z|f384bd4d-7ade-4869-a40b-96480873d469|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 CtoXtZ0TKyziuG3U) ... 2021-11-11T11:16:56.929Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:16:56.930Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-11T11:16:56.930Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28efd3e-9e10-4a19-93d0-66535d29960a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636629236881, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-11T11:16:56.931Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-11T11:16:56.931Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-11T11:16:56.931Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28efd3e-9e10-4a19-93d0-66535d29960a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636629239384, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2021-11-11T11:16:56.931Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-11T11:16:56.931Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-11T11:16:56.931Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28efd3e-9e10-4a19-93d0-66535d29960a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636629240529, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-11-11T11:16:56.931Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-11T11:16:56.932Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-11T11:16:56.932Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28efd3e-9e10-4a19-93d0-66535d29960a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636629241643, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-11T11:16:56.932Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-11T11:16:56.932Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-11T11:16:56.932Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28efd3e-9e10-4a19-93d0-66535d29960a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636629242846, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-11-11T11:16:56.932Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-11T11:16:56.932Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-11T11:16:56.932Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28efd3e-9e10-4a19-93d0-66535d29960a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636629243897, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-11-11T11:16:56.932Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-11T11:16:56.932Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-11T11:16:56.932Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28efd3e-9e10-4a19-93d0-66535d29960a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636629245002, "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" } 2021-11-11T11:16:56.932Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-11T11:16:56.933Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-11T11:16:56.933Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28efd3e-9e10-4a19-93d0-66535d29960a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636629246006, "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" } 2021-11-11T11:16:56.933Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-11T11:16:56.933Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-11T11:16:56.933Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28efd3e-9e10-4a19-93d0-66535d29960a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636629247010, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-11-11T11:16:56.933Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-11T11:16:56.933Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-11T11:16:56.933Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28efd3e-9e10-4a19-93d0-66535d29960a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636629248014, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2021-11-11T11:16:56.933Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-11T11:16:56.933Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-11T11:16:56.933Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28efd3e-9e10-4a19-93d0-66535d29960a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636629249019, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2021-11-11T11:16:56.934Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-11T11:16:56.934Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-11T11:16:56.934Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28efd3e-9e10-4a19-93d0-66535d29960a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636629250023, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-11-11T11:16:56.934Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-11T11:16:56.934Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-11T11:16:56.934Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28efd3e-9e10-4a19-93d0-66535d29960a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636629281471, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-11T11:16:56.934Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-11T11:17:05.891Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:17:56.343Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T11:17:56.343Z|f28efd3e-9e10-4a19-93d0-66535d29960a|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. 2021-11-11T11:17:56.344Z|f28efd3e-9e10-4a19-93d0-66535d29960a|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 CtoXtZ0TKyziuG3U) ... 2021-11-11T11:17:56.344Z|c811b8a8-6420-43bf-919a-2071a2287d51|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T11:17:56.345Z|c811b8a8-6420-43bf-919a-2071a2287d51|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. 2021-11-11T11:17:56.345Z|c811b8a8-6420-43bf-919a-2071a2287d51|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 CtoXtZ0TKyziuG3U) ... 2021-11-11T11:18:05.896Z|c811b8a8-6420-43bf-919a-2071a2287d51|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:18:05.897Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:18:56.343Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T11:18:56.345Z|c811b8a8-6420-43bf-919a-2071a2287d51|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T11:18:56.347Z|c811b8a8-6420-43bf-919a-2071a2287d51|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. 2021-11-11T11:18:56.347Z|c811b8a8-6420-43bf-919a-2071a2287d51|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 CtoXtZ0TKyziuG3U) ... 2021-11-11T11:18:56.347Z|f28efd3e-9e10-4a19-93d0-66535d29960a|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. 2021-11-11T11:18:56.347Z|f28efd3e-9e10-4a19-93d0-66535d29960a|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 CtoXtZ0TKyziuG3U) ... 2021-11-11T11:19:05.900Z|c811b8a8-6420-43bf-919a-2071a2287d51|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:19:05.901Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:19:56.345Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T11:19:56.344Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T11:19:56.348Z|f28efd3e-9e10-4a19-93d0-66535d29960a|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. 2021-11-11T11:19:56.348Z||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. 2021-11-11T11:19:56.348Z||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 CtoXtZ0TKyziuG3U) ... 2021-11-11T11:19:56.348Z|f28efd3e-9e10-4a19-93d0-66535d29960a|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 CtoXtZ0TKyziuG3U) ... 2021-11-11T11:20:05.897Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:20:05.897Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:20:56.342Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T11:20:56.343Z|f28efd3e-9e10-4a19-93d0-66535d29960a|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. 2021-11-11T11:20:56.343Z|f28efd3e-9e10-4a19-93d0-66535d29960a|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 CtoXtZ0TKyziuG3U) ... 2021-11-11T11:20:56.344Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T11:20:56.345Z|f384bd4d-7ade-4869-a40b-96480873d469|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. 2021-11-11T11:20:56.345Z|f384bd4d-7ade-4869-a40b-96480873d469|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 CtoXtZ0TKyziuG3U) ... 2021-11-11T11:20:56.978Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:20:56.979Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-11T11:20:56.980Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"937ed665-172b-48d1-abba-e5fc686de6f9","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"14f6390f-e728-47e2-abca-740ab0784355","serviceDescription":"service","serviceInvariantUUID":"75986320-70d1-4cae-aeb8-6d9f9c36e169","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"5ee01ae0-a9e8-4345-bfa4-77211f268b21","resourceInvariantUUID":"b845603e-d2e1-4bb4-9925-b75758a49d28","resourceCustomizationUUID":"ddb0aa23-88fc-4a02-b036-40ecedf25d23","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"tca-microservice.yaml","artifactType":"DCAE_INVENTORY_BLUEPRINT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml","artifactChecksum":"Y2I4ZmU1ZmViOTRjZTk5MmViMjQ2ZTZmZTMzNjYzZWE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"0b918212-d4f3-4c4f-91bd-df46adb43292","artifactVersion":"1"},{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml","artifactChecksum":"YzhmZTE4NDc1ZjlmMzJmNzQwZWYyNDkxMmYyM2RkNTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"80fb0128-0fdb-4866-ac20-530f39a04288","artifactVersion":"1"},{"artifactName":"basicclamp0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json","artifactChecksum":"MWUxN2RjNmU2M2Y1YTdhNDVlMTFiOGJjOTQzMWM2ZmE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"99b491d2-46dc-42a8-95a1-747b4f5b8604","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"1af8c7b4-aebb-47c2-8548-6610890f6773","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml","artifactChecksum":"YjcyZGVmNGE4ZjdlNGFiNTFmNjNhOWVkMzg1MDI0YzA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"7caff203-8948-4e27-ad92-d6cbec7dbf30","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"6030e5bd-f1ee-4c2e-845a-d75dbf6b99e4","artifactVersion":"2","generatedFromUUID":"1af8c7b4-aebb-47c2-8548-6610890f6773"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"YTcwNWQzYmVkYmYyZjRiOGQ3NWQzYmIxZTc0NmI5MWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"46713c13-5061-4cbe-a4c2-b511f97e0ced","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"NDI2NzlhZWEzYzA3ZjkyY2YxMzA2ODJjNWY4ZTFjYmE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0422bd7d-79a5-4e78-a0a1-b33edc9b1002","artifactVersion":"1"}],"workloadContext":"Production"} 2021-11-11T11:20:56.982Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-11T11:20:56.983Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-11T11:20:56.985Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:20:56.986Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-11T11:20:56.986Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "937ed665-172b-48d1-abba-e5fc686de6f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636629656342, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-11-11T11:20:56.987Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-11T11:20:56.987Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "937ed665-172b-48d1-abba-e5fc686de6f9", "consumerID": "clamp", "timestamp": 1636629617492, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-11-11T11:20:56.988Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-11T11:20:56.988Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-11T11:20:56.988Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "937ed665-172b-48d1-abba-e5fc686de6f9", "consumerID": "multicloud-k8s-id", "timestamp": 1636629616086, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-11-11T11:20:56.989Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-11T11:20:56.989Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-11T11:20:56.989Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "937ed665-172b-48d1-abba-e5fc686de6f9", "consumerID": "dcae-sch", "timestamp": 1636629614890, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOTIFIED" } 2021-11-11T11:20:56.989Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-11T11:20:56.989Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-11T11:20:56.989Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "937ed665-172b-48d1-abba-e5fc686de6f9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636629617982, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-11-11T11:20:56.989Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-11T11:20:56.989Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-11T11:20:56.989Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "937ed665-172b-48d1-abba-e5fc686de6f9", "consumerID": "cds", "timestamp": 1636629621455, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-11-11T11:20:56.989Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-11T11:20:56.990Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-11T11:20:56.990Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "937ed665-172b-48d1-abba-e5fc686de6f9", "consumerID": "clamp", "timestamp": 1636629617492, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-11T11:20:56.990Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-11T11:20:56.990Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-11T11:20:56.990Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "937ed665-172b-48d1-abba-e5fc686de6f9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636629617982, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-11T11:20:56.990Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-11T11:20:56.990Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-11T11:20:56.990Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "937ed665-172b-48d1-abba-e5fc686de6f9", "consumerID": "dcae-sch", "timestamp": 1636629614890, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-11T11:20:56.990Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-11T11:20:56.990Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-11T11:20:56.990Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "937ed665-172b-48d1-abba-e5fc686de6f9", "consumerID": "multicloud-k8s-id", "timestamp": 1636629616086, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-11T11:20:56.991Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-11T11:20:56.991Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-11T11:20:56.991Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "937ed665-172b-48d1-abba-e5fc686de6f9", "consumerID": "cds", "timestamp": 1636629621455, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-11T11:20:56.991Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-11T11:20:56.991Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-11T11:20:56.991Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "937ed665-172b-48d1-abba-e5fc686de6f9", "consumerID": "aai-ml", "timestamp": 1636629625146, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-11-11T11:20:56.991Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-11T11:20:56.991Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-11T11:20:56.991Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "937ed665-172b-48d1-abba-e5fc686de6f9", "consumerID": "clamp", "timestamp": 1636629617492, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-11-11T11:20:56.992Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-11T11:20:56.992Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-11T11:20:56.992Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "937ed665-172b-48d1-abba-e5fc686de6f9", "consumerID": "multicloud-k8s-id", "timestamp": 1636629616086, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-11-11T11:20:56.992Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-11T11:20:56.992Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-11T11:20:56.992Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "937ed665-172b-48d1-abba-e5fc686de6f9", "consumerID": "dcae-sch", "timestamp": 1636629614890, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-11T11:20:56.992Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-11T11:20:56.992Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-11T11:20:56.992Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "937ed665-172b-48d1-abba-e5fc686de6f9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636629617982, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-11T11:20:56.993Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-11T11:20:56.993Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-11T11:20:56.993Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "937ed665-172b-48d1-abba-e5fc686de6f9", "consumerID": "cds", "timestamp": 1636629621455, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-11T11:20:56.993Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-11T11:20:56.993Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-11T11:20:56.993Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "937ed665-172b-48d1-abba-e5fc686de6f9", "consumerID": "aai-ml", "timestamp": 1636629625146, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-11T11:20:56.993Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-11T11:20:56.993Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-11T11:20:56.993Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "937ed665-172b-48d1-abba-e5fc686de6f9", "consumerID": "policy-id", "timestamp": 1636629626493, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-11-11T11:20:56.994Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-11T11:20:56.994Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-11T11:20:56.994Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "937ed665-172b-48d1-abba-e5fc686de6f9", "consumerID": "clamp", "timestamp": 1636629617492, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-11-11T11:20:56.994Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-11T11:20:56.994Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-11T11:20:56.994Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "937ed665-172b-48d1-abba-e5fc686de6f9", "consumerID": "dcae-sch", "timestamp": 1636629614890, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-11-11T11:20:56.994Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-11T11:20:56.994Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-11T11:20:56.994Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "937ed665-172b-48d1-abba-e5fc686de6f9", "consumerID": "multicloud-k8s-id", "timestamp": 1636629616086, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-11-11T11:20:56.995Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-11T11:20:56.995Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-11T11:20:56.995Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "937ed665-172b-48d1-abba-e5fc686de6f9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636629617982, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-11-11T11:20:56.995Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-11T11:20:56.995Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-11T11:20:56.995Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "937ed665-172b-48d1-abba-e5fc686de6f9", "consumerID": "cds", "timestamp": 1636629621455, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-11-11T11:20:56.995Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-11T11:20:56.995Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-11T11:20:56.995Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "937ed665-172b-48d1-abba-e5fc686de6f9", "consumerID": "aai-ml", "timestamp": 1636629625146, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-11T11:20:56.996Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-11T11:20:56.996Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-11T11:20:56.996Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "937ed665-172b-48d1-abba-e5fc686de6f9", "consumerID": "policy-id", "timestamp": 1636629626493, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-11T11:20:56.996Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-11T11:20:56.996Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-11T11:20:56.996Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "937ed665-172b-48d1-abba-e5fc686de6f9", "consumerID": "multicloud-k8s-id", "timestamp": 1636629616086, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-11T11:20:56.996Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-11T11:20:56.996Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-11T11:20:56.996Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "937ed665-172b-48d1-abba-e5fc686de6f9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636629617982, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-11T11:20:56.997Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-11T11:20:56.997Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-11T11:20:56.997Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "937ed665-172b-48d1-abba-e5fc686de6f9", "consumerID": "clamp", "timestamp": 1636629617492, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-11T11:20:56.997Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-11T11:20:56.997Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-11T11:20:56.997Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "937ed665-172b-48d1-abba-e5fc686de6f9", "consumerID": "dcae-sch", "timestamp": 1636629614890, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-11T11:20:56.997Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-11T11:20:56.997Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-11T11:20:56.997Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "937ed665-172b-48d1-abba-e5fc686de6f9", "consumerID": "cds", "timestamp": 1636629621455, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-11T11:20:56.997Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-11T11:20:56.998Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-11T11:20:56.998Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "937ed665-172b-48d1-abba-e5fc686de6f9", "consumerID": "aai-ml", "timestamp": 1636629625146, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-11-11T11:20:56.998Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-11T11:20:56.998Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-11T11:20:56.998Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "937ed665-172b-48d1-abba-e5fc686de6f9", "consumerID": "policy-id", "timestamp": 1636629626493, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-11T11:20:56.998Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-11T11:20:56.998Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-11T11:20:56.998Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "937ed665-172b-48d1-abba-e5fc686de6f9", "consumerID": "multicloud-k8s-id", "timestamp": 1636629616086, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-11-11T11:20:56.998Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-11T11:20:56.998Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-11T11:20:56.998Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "937ed665-172b-48d1-abba-e5fc686de6f9", "consumerID": "dcae-sch", "timestamp": 1636629614890, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-11T11:20:56.999Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-11T11:20:56.999Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-11T11:20:56.999Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "937ed665-172b-48d1-abba-e5fc686de6f9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636629617982, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-11T11:20:56.999Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-11T11:20:56.999Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-11T11:20:56.999Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "937ed665-172b-48d1-abba-e5fc686de6f9", "consumerID": "clamp", "timestamp": 1636629617492, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-11T11:20:56.999Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-11T11:20:56.999Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-11T11:20:56.999Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "937ed665-172b-48d1-abba-e5fc686de6f9", "consumerID": "cds", "timestamp": 1636629621455, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-11T11:20:56.999Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-11T11:20:57.000Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-11T11:20:57.000Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "937ed665-172b-48d1-abba-e5fc686de6f9", "consumerID": "aai-ml", "timestamp": 1636629625146, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-11T11:20:57.000Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-11T11:20:57.000Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-11T11:20:57.000Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "937ed665-172b-48d1-abba-e5fc686de6f9", "consumerID": "ves-openapi-manager", "timestamp": 1636629629460, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-11-11T11:20:57.000Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-11T11:20:57.000Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-11T11:20:57.000Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "937ed665-172b-48d1-abba-e5fc686de6f9", "consumerID": "policy-id", "timestamp": 1636629626493, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-11-11T11:20:57.000Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-11T11:20:57.000Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-11T11:20:57.000Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "937ed665-172b-48d1-abba-e5fc686de6f9", "consumerID": "dcae-sch", "timestamp": 1636629614890, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-11-11T11:20:57.000Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-11T11:20:57.000Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-11T11:20:57.000Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "937ed665-172b-48d1-abba-e5fc686de6f9", "consumerID": "multicloud-k8s-id", "timestamp": 1636629616086, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-11-11T11:20:57.001Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-11T11:20:57.001Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-11T11:20:57.001Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "937ed665-172b-48d1-abba-e5fc686de6f9", "consumerID": "clamp", "timestamp": 1636629617492, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-11-11T11:20:57.001Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-11T11:20:57.001Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-11T11:20:57.001Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "937ed665-172b-48d1-abba-e5fc686de6f9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636629617982, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-11-11T11:20:57.001Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-11T11:20:57.001Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-11T11:20:57.001Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "937ed665-172b-48d1-abba-e5fc686de6f9", "consumerID": "cds", "timestamp": 1636629621455, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-11-11T11:20:57.001Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-11T11:20:57.001Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-11T11:20:57.001Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "937ed665-172b-48d1-abba-e5fc686de6f9", "consumerID": "aai-ml", "timestamp": 1636629625146, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-11T11:20:57.002Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-11T11:20:57.002Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-11T11:20:57.002Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "937ed665-172b-48d1-abba-e5fc686de6f9", "consumerID": "ves-openapi-manager", "timestamp": 1636629629460, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-11T11:20:57.002Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-11T11:20:57.002Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-11T11:20:57.002Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "937ed665-172b-48d1-abba-e5fc686de6f9", "consumerID": "policy-id", "timestamp": 1636629626493, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-11T11:20:57.002Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-11T11:20:57.002Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-11T11:20:57.002Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "937ed665-172b-48d1-abba-e5fc686de6f9", "consumerID": "dcae-sch", "timestamp": 1636629614890, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-11T11:20:57.002Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-11T11:20:57.002Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-11T11:20:57.002Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "937ed665-172b-48d1-abba-e5fc686de6f9", "consumerID": "multicloud-k8s-id", "timestamp": 1636629616086, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-11-11T11:20:57.002Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-11T11:20:57.003Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-11T11:20:57.003Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "937ed665-172b-48d1-abba-e5fc686de6f9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636629617982, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-11-11T11:20:57.003Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-11T11:20:57.003Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-11T11:20:57.003Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "937ed665-172b-48d1-abba-e5fc686de6f9", "consumerID": "clamp", "timestamp": 1636629617492, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-11-11T11:20:57.003Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-11T11:20:57.003Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-11T11:20:57.003Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "937ed665-172b-48d1-abba-e5fc686de6f9", "consumerID": "cds", "timestamp": 1636629621455, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-11-11T11:20:57.003Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-11T11:20:57.003Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-11T11:20:57.003Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "937ed665-172b-48d1-abba-e5fc686de6f9", "consumerID": "aai-ml", "timestamp": 1636629625146, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-11-11T11:20:57.003Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-11T11:20:57.003Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-11T11:20:57.003Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "937ed665-172b-48d1-abba-e5fc686de6f9", "consumerID": "ves-openapi-manager", "timestamp": 1636629629460, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-11T11:20:57.004Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-11T11:20:57.004Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-11T11:20:57.004Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "937ed665-172b-48d1-abba-e5fc686de6f9", "consumerID": "policy-id", "timestamp": 1636629626493, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-11T11:20:57.004Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-11T11:20:57.004Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-11T11:20:57.004Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "937ed665-172b-48d1-abba-e5fc686de6f9", "consumerID": "aai-ml", "timestamp": 1636629625146, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-11-11T11:20:57.004Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-11T11:20:57.004Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-11T11:20:57.004Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "937ed665-172b-48d1-abba-e5fc686de6f9", "consumerID": "ves-openapi-manager", "timestamp": 1636629629460, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-11-11T11:20:57.004Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-11T11:20:57.004Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-11T11:20:57.004Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "937ed665-172b-48d1-abba-e5fc686de6f9", "consumerID": "policy-id", "timestamp": 1636629626493, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-11-11T11:20:57.004Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-11T11:20:57.005Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-11T11:20:57.005Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "937ed665-172b-48d1-abba-e5fc686de6f9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636629633191, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-11T11:20:57.005Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-11T11:20:57.005Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-11T11:20:57.005Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "937ed665-172b-48d1-abba-e5fc686de6f9", "consumerID": "cds", "timestamp": 1636629633191, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-11T11:20:57.005Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-11T11:20:57.005Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-11T11:20:57.005Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "937ed665-172b-48d1-abba-e5fc686de6f9", "consumerID": "multicloud-k8s-id", "timestamp": 1636629633275, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-11T11:20:57.005Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-11T11:20:57.005Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-11T11:20:57.005Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "937ed665-172b-48d1-abba-e5fc686de6f9", "consumerID": "aai-ml", "timestamp": 1636629634080, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-11T11:20:57.006Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-11T11:20:57.006Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-11T11:20:57.006Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "937ed665-172b-48d1-abba-e5fc686de6f9", "consumerID": "ves-openapi-manager", "timestamp": 1636629629460, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-11T11:20:57.006Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-11T11:20:57.006Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-11T11:20:57.006Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "937ed665-172b-48d1-abba-e5fc686de6f9", "consumerID": "policy-id", "timestamp": 1636629626493, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-11-11T11:20:57.006Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-11T11:20:57.006Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-11T11:20:57.006Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "937ed665-172b-48d1-abba-e5fc686de6f9", "consumerID": "cds", "timestamp": 1636629634205, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-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 (?, ?, ?, ?, ?) 2021-11-11T11:20:57.023Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 937ed665-172b-48d1-abba-e5fc686de6f9 2021-11-11T11:20:57.024Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 937ed665-172b-48d1-abba-e5fc686de6f9 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 (?, ?, ?, ?, ?) 2021-11-11T11:20:57.031Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-11T11:20:57.032Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "937ed665-172b-48d1-abba-e5fc686de6f9", "consumerID": "dcae-sch", "timestamp": 1636629634297, "artifactURL": "/sdc/v1/catalog/services/14f6390f-e728-47e2-abca-740ab0784355/resourceInstances/basicclamp0/artifacts/0b918212-d4f3-4c4f-91bd-df46adb43292", "status": "DOWNLOAD_OK" } 2021-11-11T11:20:57.032Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-11T11:20:57.032Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-11T11:20:57.032Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "937ed665-172b-48d1-abba-e5fc686de6f9", "consumerID": "multicloud-k8s-id", "timestamp": 1636629634400, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-11-11T11:20:57.032Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-11T11:20:57.032Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-11T11:20:57.032Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "937ed665-172b-48d1-abba-e5fc686de6f9", "consumerID": "ves-openapi-manager", "timestamp": 1636629629460, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-11T11:20:57.033Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-11T11:20:57.033Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-11T11:20:57.033Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "937ed665-172b-48d1-abba-e5fc686de6f9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636629635504, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-11-11T11:20:57.033Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-11T11:20:57.033Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-11T11:20:57.033Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "937ed665-172b-48d1-abba-e5fc686de6f9", "consumerID": "dcae-sch", "timestamp": 1636629635600, "artifactURL": "/sdc/v1/catalog/services/14f6390f-e728-47e2-abca-740ab0784355/resourceInstances/basicclamp0/artifacts/0b918212-d4f3-4c4f-91bd-df46adb43292", "status": "DEPLOY_OK" } 2021-11-11T11:20:57.033Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-11T11:20:57.033Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-11T11:20:57.033Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "937ed665-172b-48d1-abba-e5fc686de6f9", "consumerID": "policy-id", "timestamp": 1636629635576, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-11T11:20:57.034Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-11T11:20:57.034Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-11T11:20:57.034Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "937ed665-172b-48d1-abba-e5fc686de6f9", "consumerID": "multicloud-k8s-id", "timestamp": 1636629635777, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-11-11T11:20:57.034Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-11T11:20:57.034Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-11T11:20:57.034Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "937ed665-172b-48d1-abba-e5fc686de6f9", "consumerID": "ves-openapi-manager", "timestamp": 1636629629460, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-11-11T11:20:57.034Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-11T11:20:57.034Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-11T11:20:57.034Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "937ed665-172b-48d1-abba-e5fc686de6f9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636629636517, "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=? 2021-11-11T11:20:57.039Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 937ed665-172b-48d1-abba-e5fc686de6f9 2021-11-11T11:20:57.039Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 937ed665-172b-48d1-abba-e5fc686de6f9 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 (?, ?, ?, ?, ?) 2021-11-11T11:20:57.048Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-11T11:20:57.048Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "937ed665-172b-48d1-abba-e5fc686de6f9", "consumerID": "dcae-sch", "timestamp": 1636629636604, "artifactURL": "/sdc/v1/catalog/services/14f6390f-e728-47e2-abca-740ab0784355/resourceInstances/basicclamp0/artifacts/0b918212-d4f3-4c4f-91bd-df46adb43292", "status": "COMPONENT_DONE_OK", "componentName": "service-change-handler" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-11T11:20:57.053Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of 937ed665-172b-48d1-abba-e5fc686de6f9 2021-11-11T11:20:57.054Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 937ed665-172b-48d1-abba-e5fc686de6f9 and ComponentName service-change-handler 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 (?, ?, ?, ?, ?) 2021-11-11T11:20:57.063Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-11T11:20:57.063Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "937ed665-172b-48d1-abba-e5fc686de6f9", "consumerID": "policy-id", "timestamp": 1636629636610, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-11-11T11:20:57.063Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-11T11:20:57.063Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-11T11:20:57.063Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "937ed665-172b-48d1-abba-e5fc686de6f9", "consumerID": "multicloud-k8s-id", "timestamp": 1636629636806, "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=? 2021-11-11T11:20:57.067Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 937ed665-172b-48d1-abba-e5fc686de6f9 2021-11-11T11:20:57.067Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 937ed665-172b-48d1-abba-e5fc686de6f9 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 (?, ?, ?, ?, ?) 2021-11-11T11:20:57.075Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-11T11:20:57.075Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "937ed665-172b-48d1-abba-e5fc686de6f9", "consumerID": "ves-openapi-manager", "timestamp": 1636629629460, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-11T11:20:57.076Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-11T11:20:57.076Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-11T11:20:57.076Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "937ed665-172b-48d1-abba-e5fc686de6f9", "consumerID": "policy-id", "timestamp": 1636629637613, "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=? 2021-11-11T11:20:57.080Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 937ed665-172b-48d1-abba-e5fc686de6f9 2021-11-11T11:20:57.080Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 937ed665-172b-48d1-abba-e5fc686de6f9 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=? 2021-11-11T11:20:57.086Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-11T11:20:57.086Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "937ed665-172b-48d1-abba-e5fc686de6f9", "consumerID": "multicloud-k8s-id", "timestamp": 1636629637809, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-11-11T11:20:57.086Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-11T11:20:57.086Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-11T11:20:57.086Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "937ed665-172b-48d1-abba-e5fc686de6f9", "consumerID": "clamp", "timestamp": 1636629638840, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-11T11:20:57.086Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-11T11:20:57.086Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-11T11:20:57.086Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-11T11:20:57.087Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "937ed665-172b-48d1-abba-e5fc686de6f9", "consumerID": "clamp", "timestamp": 1636629639843, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-11T11:20:57.087Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-11T11:20:57.087Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-11T11:20:57.087Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "937ed665-172b-48d1-abba-e5fc686de6f9", "consumerID": "aai-ml", "timestamp": 1636629641934, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-11-11T11:20:57.088Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-11T11:20:57.088Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-11T11:20:57.088Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "937ed665-172b-48d1-abba-e5fc686de6f9", "consumerID": "clamp", "timestamp": 1636629642738, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-11-11T11:20:57.088Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-11T11:20:57.088Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-11T11:20:57.088Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "937ed665-172b-48d1-abba-e5fc686de6f9", "consumerID": "aai-ml", "timestamp": 1636629642937, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } 2021-11-11T11:20:57.089Z||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. 2021-11-11T11:20:57.089Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CtoXtZ0TKyziuG3U) ... Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-11T11:20:57.092Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 937ed665-172b-48d1-abba-e5fc686de6f9 2021-11-11T11:20:57.093Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 937ed665-172b-48d1-abba-e5fc686de6f9 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 (?, ?, ?, ?, ?) 2021-11-11T11:20:57.100Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-11T11:20:57.101Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "937ed665-172b-48d1-abba-e5fc686de6f9", "consumerID": "clamp", "timestamp": 1636629643742, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-11-11T11:20:57.101Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-11T11:20:57.101Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-11T11:20:57.101Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "937ed665-172b-48d1-abba-e5fc686de6f9", "consumerID": "clamp", "timestamp": 1636629644746, "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=? 2021-11-11T11:20:57.105Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:20:57.105Z||pool-95-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2021-11-11T11:20:57.106Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 937ed665-172b-48d1-abba-e5fc686de6f9 2021-11-11T11:20:57.106Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 937ed665-172b-48d1-abba-e5fc686de6f9 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 (?, ?, ?, ?, ?) 2021-11-11T11:20:57.987Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-11T11:20:57.987Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-11T11:20:57.989Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-11T11:20:57.989Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "937ed665-172b-48d1-abba-e5fc686de6f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636629656342, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-11T11:20:58.089Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-11T11:20:58.090Z||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. 2021-11-11T11:20:58.090Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CtoXtZ0TKyziuG3U) ... 2021-11-11T11:20:58.100Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:20:58.100Z||pool-96-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-11T11:20:58.989Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-11T11:20:58.990Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-11T11:20:58.993Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-11T11:20:58.993Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "937ed665-172b-48d1-abba-e5fc686de6f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636629656342, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-11-11T11:20:59.092Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-11T11:20:59.093Z||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. 2021-11-11T11:20:59.093Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CtoXtZ0TKyziuG3U) ... 2021-11-11T11:20:59.102Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:20:59.103Z||pool-97-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-11-11T11:20:59.993Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-11T11:20:59.994Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-11T11:20:59.996Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-11T11:20:59.997Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "937ed665-172b-48d1-abba-e5fc686de6f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636629656342, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-11-11T11:21:00.096Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-11T11:21:00.098Z||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. 2021-11-11T11:21:00.098Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CtoXtZ0TKyziuG3U) ... 2021-11-11T11:21:00.109Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:21:00.109Z||pool-98-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-11T11:21:00.997Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-11T11:21:00.998Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-11T11:21:01.001Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-11T11:21:01.001Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "937ed665-172b-48d1-abba-e5fc686de6f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636629656342, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-11T11:21:01.101Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-11T11:21:01.101Z||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. 2021-11-11T11:21:01.101Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CtoXtZ0TKyziuG3U) ... 2021-11-11T11:21:01.111Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:21:01.112Z||pool-99-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-11T11:21:02.002Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-11T11:21:02.002Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-11T11:21:02.004Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-11T11:21:02.006Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "937ed665-172b-48d1-abba-e5fc686de6f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636629656342, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-11-11T11:21:02.104Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2021-11-11T11:21:02.105Z||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. 2021-11-11T11:21:02.105Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CtoXtZ0TKyziuG3U) ... 2021-11-11T11:21:02.118Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:21:02.118Z||pool-100-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-11-11T11:21:03.007Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-11T11:21:03.008Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-11T11:21:03.010Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-11T11:21:03.010Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "937ed665-172b-48d1-abba-e5fc686de6f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636629656342, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-11-11T11:21:03.110Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-11T11:21:03.110Z||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. 2021-11-11T11:21:03.111Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CtoXtZ0TKyziuG3U) ... 2021-11-11T11:21:03.126Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:21:03.126Z||pool-101-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-11-11T11:21:04.010Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-11T11:21:04.011Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-11T11:21:04.013Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-11T11:21:04.013Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "937ed665-172b-48d1-abba-e5fc686de6f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636629656342, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-11-11T11:21:04.113Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-11T11:21:04.114Z||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. 2021-11-11T11:21:04.115Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CtoXtZ0TKyziuG3U) ... 2021-11-11T11:21:04.125Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:21:04.125Z||pool-102-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-11T11:21:05.014Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "937ed665-172b-48d1-abba-e5fc686de6f9", "serviceName": "basicclamp", "serviceVersion": "1.0", "serviceUUID": "14f6390f-e728-47e2-abca-740ab0784355", "serviceDescription": "service", "serviceInvariantUUID": "75986320-70d1-4cae-aeb8-6d9f9c36e169", "resources": [ { "resourceInstanceName": "basicclamp 0", "resourceCustomizationUUID": "ddb0aa23-88fc-4a02-b036-40ecedf25d23", "resourceName": "basicclamp", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "5ee01ae0-a9e8-4345-bfa4-77211f268b21", "resourceInvariantUUID": "b845603e-d2e1-4bb4-9925-b75758a49d28", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basicclamp0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "artifactChecksum": "MWUxN2RjNmU2M2Y1YTdhNDVlMTFiOGJjOTQzMWM2ZmE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "99b491d2-46dc-42a8-95a1-747b4f5b8604", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "1af8c7b4-aebb-47c2-8548-6610890f6773", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "6030e5bd-f1ee-4c2e-845a-d75dbf6b99e4", "generatedFromUUID": "1af8c7b4-aebb-47c2-8548-6610890f6773" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "6030e5bd-f1ee-4c2e-845a-d75dbf6b99e4", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Basicclamp-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "artifactChecksum": "NDI2NzlhZWEzYzA3ZjkyY2YxMzA2ODJjNWY4ZTFjYmE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "0422bd7d-79a5-4e78-a0a1-b33edc9b1002" } ], "workloadContext": "Production" } 2021-11-11T11:21:05.014Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-11-11T11:21:05.014Z|f28efd3e-9e10-4a19-93d0-66535d29960a|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 14f6390f-e728-47e2-abca-740ab0784355 ASDC 2021-11-11T11:21:05.016Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:937ed665-172b-48d1-abba-e5fc686de6f9 ServiceName:basicclamp ServiceVersion:1.0 ServiceUUID:14f6390f-e728-47e2-abca-740ab0784355 ServiceInvariantUUID:75986320-70d1-4cae-aeb8-6d9f9c36e169 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Basicclamp-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ArtifactUUID:0422bd7d-79a5-4e78-a0a1-b33edc9b1002 ArtifactChecksum:NDI2NzlhZWEzYzA3ZjkyY2YxMzA2ODJjNWY4ZTFjYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basicclamp 0 ResourceCustomizationUUID:ddb0aa23-88fc-4a02-b036-40ecedf25d23 ResourceInvariantUUID:b845603e-d2e1-4bb4-9925-b75758a49d28 ResourceName:basicclamp ResourceType:VF ResourceUUID:5ee01ae0-a9e8-4345-bfa4-77211f268b21 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basicclamp0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ArtifactUUID:99b491d2-46dc-42a8-95a1-747b4f5b8604 ArtifactChecksum:MWUxN2RjNmU2M2Y1YTdhNDVlMTFiOGJjOTQzMWM2ZmE= 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/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ArtifactUUID:1af8c7b4-aebb-47c2-8548-6610890f6773 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/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ArtifactUUID:6030e5bd-f1ee-4c2e-845a-d75dbf6b99e4 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/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ArtifactUUID:6030e5bd-f1ee-4c2e-845a-d75dbf6b99e4 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-11-11T11:21:05.016Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 14f6390f-e728-47e2-abca-740ab0784355 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=? 2021-11-11T11:21:05.045Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-11T11:21:05.046Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-11-11T11:21:05.047Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-11-11T11:21:05.047Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 0422bd7d-79a5-4e78-a0a1-b33edc9b1002 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-11-11T11:21:05.047Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-11-11T11:21:05.047Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-11-11T11:21:05.171Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-11-11T11:21:05.175Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 0422bd7d-79a5-4e78-a0a1-b33edc9b1002 73656 2021-11-11T11:21:05.175Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification 2021-11-11T11:21:05.175Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-11-11T11:21:05.175Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-11T11:21:05.175Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-11T11:21:05.177Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-11T11:21:05.177Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "937ed665-172b-48d1-abba-e5fc686de6f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636629665175, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-11T11:21:05.277Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-11T11:21:05.278Z||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. 2021-11-11T11:21:05.279Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CtoXtZ0TKyziuG3U) ... 2021-11-11T11:21:05.289Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:21:05.290Z||pool-103-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-11T11:21:06.178Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-11T11:21:06.178Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-11-11T11:21:06.179Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 0422bd7d-79a5-4e78-a0a1-b33edc9b1002, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar 2021-11-11T11:21:06.179Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar 2021-11-11T11:21:06.180Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar 2021-11-11T11:21:06.180Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar 2021-11-11T11:21:06.325Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP913700164424162578/Definitions/service-Basicclamp-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 2021-11-11T11:21:07.629Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2021-11-11T11:21:07.629Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-11-11T11:21:07.630Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-11-11T11:21:07.630Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2021-11-11T11:21:07.630Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 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-Basicclamp-csar.csar 2021-11-11T11:21:07.630Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||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-Basicclamp-csar.csar 2021-11-11T11:21:07.630Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||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-Basicclamp-csar.csar 2021-11-11T11:21:07.630Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||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-Basicclamp-csar.csar 2021-11-11T11:21:07.630Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||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-Basicclamp-csar.csar 2021-11-11T11:21:07.630Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-11-11T11:21:07.630Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-11-11T11:21:07.630Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||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-Basicclamp-csar.csar 2021-11-11T11:21:07.630Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||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-Basicclamp-csar.csar 2021-11-11T11:21:07.631Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-11-11T11:21:07.631Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T11:21:07.631Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-11T11:21:07.631Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-11-11T11:21:07.631Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-11-11T11:21:07.631Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-11T11:21:07.632Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T11:21:07.632Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-11T11:21:07.632Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-11-11T11:21:07.632Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-11-11T11:21:07.632Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-11T11:21:07.632Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T11:21:07.635Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-11T11:21:07.637Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T11:21:07.637Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-11-11T11:21:07.638Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2021-11-11T11:21:07.638Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2021-11-11T11:21:07.638Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2021-11-11T11:21:07.638Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-11-11T11:21:07.638Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-11-11T11:21:07.638Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T11:21:07.638Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-11-11T11:21:07.638Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T11:21:07.639Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-11-11T11:21:07.639Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-11T11:21:07.639Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T11:21:07.639Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-11-11T11:21:07.639Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-11T11:21:07.640Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T11:21:07.640Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-11-11T11:21:07.640Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-11T11:21:07.640Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T11:21:07.640Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-11-11T11:21:07.640Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-11-11T11:21:07.640Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-11-11T11:21:07.640Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=3fd1eccf-b5eb-47e1-97c9-a4d24fc5105e 2021-11-11T11:21:07.641Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T11:21:07.641Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-11T11:21:07.641Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T11:21:07.641Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-11T11:21:07.641Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T11:21:07.641Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-11T11:21:07.641Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T11:21:07.641Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-11T11:21:07.642Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basicclamp Description:service Model UUID:14f6390f-e728-47e2-abca-740ab0784355 Model Version:NULL Model InvariantUuid:75986320-70d1-4cae-aeb8-6d9f9c36e169 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basicclamp Model UUID:aa8eb3ea-e70d-4b7f-b3ae-c5fc98011386 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:b845603e-d2e1-4bb4-9925-b75758a49d28 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:ddb0aa23-88fc-4a02-b036-40ecedf25d23 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:a252218c-05aa-4403-9dc0-fd9ddd8ee0cf ModelName:Basicclamp..base_ubuntu18..module-0 ModelUuid:48782d96-69b4-41c0-844c-2864e8deeb7c ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:3fd1eccf-b5eb-47e1-97c9-a4d24fc5105e ModelInvariantUuid:ebe0d5c5-1b53-491b-b222-ba86df3d8b49 ModelName:basicclamp-nodes.ubuntu18Cvfc ModelUuid:4111bae7-2402-4bc8-ab0d-3d10d2d503a3 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:14e99ea8-e4f9-479d-a4b4-1b0e08ca4a00 ModelInvariantUuid:bb250fc7-2b94-412c-bd26-c11dd66f053f ModelName:Basicclamp.compute.nodes.heat.ubuntu18 ModelUuid:78d7a94d-032d-4290-9b5c-cde9fb57c3ff 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=? 2021-11-11T11:21:07.651Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 5ee01ae0-a9e8-4345-bfa4-77211f268b21 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=? 2021-11-11T11:21:07.656Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||INFO|500||basicclamp 0 2021-11-11T11:21:07.657Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 5ee01ae0-a9e8-4345-bfa4-77211f268b21 2021-11-11T11:21:07.657Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 99b491d2-46dc-42a8-95a1-747b4f5b8604 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2021-11-11T11:21:07.657Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-11-11T11:21:07.658Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2021-11-11T11:21:07.773Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-11-11T11:21:07.774Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 99b491d2-46dc-42a8-95a1-747b4f5b8604 790 2021-11-11T11:21:07.775Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification 2021-11-11T11:21:07.775Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2021-11-11T11:21:07.775Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-11T11:21:07.776Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-11T11:21:07.778Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-11T11:21:07.778Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "937ed665-172b-48d1-abba-e5fc686de6f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636629667775, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-11T11:21:07.878Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-11T11:21:07.879Z||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. 2021-11-11T11:21:07.879Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CtoXtZ0TKyziuG3U) ... 2021-11-11T11:21:07.889Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:21:07.890Z||pool-104-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-11T11:21:08.779Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "a252218c-05aa-4403-9dc0-fd9ddd8ee0cf", "vfModuleModelVersion": "1", "vfModuleModelUUID": "48782d96-69b4-41c0-844c-2864e8deeb7c", "vfModuleModelCustomizationUUID": "14a9176b-37dd-4ffa-9977-ff26988c47be", "isBase": true, "artifacts": [ "1af8c7b4-aebb-47c2-8548-6610890f6773", "6030e5bd-f1ee-4c2e-845a-d75dbf6b99e4" ], "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": "" } } ] 2021-11-11T11:21:08.783Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:48782d96-69b4-41c0-844c-2864e8deeb7c VfModuleModelInvariantUUID:a252218c-05aa-4403-9dc0-fd9ddd8ee0cf VfModuleModelDescription:NULL Artifacts UUID List:{ 1af8c7b4-aebb-47c2-8548-6610890f6773 , 6030e5bd-f1ee-4c2e-845a-d75dbf6b99e4 } 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 } 2021-11-11T11:21:08.785Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "a252218c-05aa-4403-9dc0-fd9ddd8ee0cf", "vfModuleModelVersion": "1", "vfModuleModelUUID": "48782d96-69b4-41c0-844c-2864e8deeb7c", "vfModuleModelCustomizationUUID": "14a9176b-37dd-4ffa-9977-ff26988c47be", "isBase": true, "artifacts": [ "1af8c7b4-aebb-47c2-8548-6610890f6773", "6030e5bd-f1ee-4c2e-845a-d75dbf6b99e4" ], "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": "" } } ] 2021-11-11T11:21:08.785Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:48782d96-69b4-41c0-844c-2864e8deeb7c VfModuleModelInvariantUUID:a252218c-05aa-4403-9dc0-fd9ddd8ee0cf VfModuleModelDescription:NULL Artifacts UUID List:{ 1af8c7b4-aebb-47c2-8548-6610890f6773 , 6030e5bd-f1ee-4c2e-845a-d75dbf6b99e4 } 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 } 2021-11-11T11:21:08.785Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 1af8c7b4-aebb-47c2-8548-6610890f6773 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2021-11-11T11:21:08.786Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-11-11T11:21:08.786Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2021-11-11T11:21:08.965Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-11-11T11:21:08.965Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 1af8c7b4-aebb-47c2-8548-6610890f6773 5033 2021-11-11T11:21:08.966Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-11-11T11:21:08.966Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2021-11-11T11:21:08.966Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-11T11:21:08.967Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-11T11:21:08.969Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-11T11:21:08.969Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "937ed665-172b-48d1-abba-e5fc686de6f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636629668966, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-11-11T11:21:09.069Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-11T11:21:09.069Z||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. 2021-11-11T11:21:09.069Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CtoXtZ0TKyziuG3U) ... 2021-11-11T11:21:09.080Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:21:09.081Z||pool-105-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-11T11:21:09.971Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 6030e5bd-f1ee-4c2e-845a-d75dbf6b99e4 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2021-11-11T11:21:09.971Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-11-11T11:21:09.971Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2021-11-11T11:21:10.030Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-11-11T11:21:10.031Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 6030e5bd-f1ee-4c2e-845a-d75dbf6b99e4 909 2021-11-11T11:21:10.031Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-11-11T11:21:10.032Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2021-11-11T11:21:10.032Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-11T11:21:10.032Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-11T11:21:10.034Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-11T11:21:10.035Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "937ed665-172b-48d1-abba-e5fc686de6f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636629670031, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-11-11T11:21:10.134Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-11T11:21:10.135Z||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. 2021-11-11T11:21:10.135Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CtoXtZ0TKyziuG3U) ... 2021-11-11T11:21:10.147Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:21:10.147Z||pool-106-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-11-11T11:21:11.036Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 14f6390f-e728-47e2-abca-740ab0784355 2021-11-11T11:21:11.036Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 5ee01ae0-a9e8-4345-bfa4-77211f268b21 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=? 2021-11-11T11:21:11.050Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3db1b91c, org.onap.sdc.toscaparser.api.parameters.Input@46a7f6f9, org.onap.sdc.toscaparser.api.parameters.Input@3ceb8a06, org.onap.sdc.toscaparser.api.parameters.Input@13de809c, org.onap.sdc.toscaparser.api.parameters.Input@2397b2a2] 2021-11-11T11:21:11.051Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T11:21:11.052Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-11T11:21:11.052Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 2021-11-11T11:21:11.053Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= ddb0aa23-88fc-4a02-b036-40ecedf25d23 2021-11-11T11:21:11.053Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ddb0aa23-88fc-4a02-b036-40ecedf25d23 matches Tosca VF Customization UUID: ddb0aa23-88fc-4a02-b036-40ecedf25d23 2021-11-11T11:21:11.053Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: ddb0aa23-88fc-4a02-b036-40ecedf25d23 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=? 2021-11-11T11:21:11.055Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T11:21:11.056Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-11T11:21:11.056Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id ddb0aa23-88fc-4a02-b036-40ecedf25d23: {\"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\"} 2021-11-11T11:21:11.057Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5d983f4c 2021-11-11T11:21:11.057Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T11:21:11.057Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-11-11T11:21:11.058Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 14a9176b-37dd-4ffa-9977-ff26988c47be 2021-11-11T11:21:11.058Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 14a9176b-37dd-4ffa-9977-ff26988c47be 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=? 2021-11-11T11:21:11.060Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T11:21:11.060Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-11-11T11:21:11.061Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-11T11:21:11.061Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T11:21:11.061Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-11-11T11:21:11.062Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-11T11:21:11.062Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T11:21:11.062Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-11-11T11:21:11.063Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-11-11T11:21:11.063Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-11-11T11:21:11.064Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=3fd1eccf-b5eb-47e1-97c9-a4d24fc5105e 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=? 2021-11-11T11:21:11.066Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T11:21:11.066Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-11-11T11:21:11.066Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-11T11:21:11.067Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T11:21:11.067Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-11-11T11:21:11.067Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=ddb0aa23-88fc-4a02-b036-40ecedf25d23 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=? 2021-11-11T11:21:11.069Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T11:21:11.069Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-11T11:21:11.070Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 14f6390f-e728-47e2-abca-740ab0784355: basicclamp 2021-11-11T11:21:11.070Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T11:21:11.070Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-11T11:21:11.071Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T11:21:11.071Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-11T11:21:11.071Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T11:21:11.072Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-11T11:21:11.072Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T11:21:11.072Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-11T11:21:11.072Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T11:21:11.073Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-11T11:21:11.073Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||INFO|500||Saving Service: basicclamp 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 (?, ?, ?, ?, ?) 2021-11-11T11:21:11.179Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp 5ee01ae0-a9e8-4345-bfa4-77211f268b21 1 ASDC deployResourceStructure 2021-11-11T11:21:11.180Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification 2021-11-11T11:21:11.180Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2021-11-11T11:21:11.181Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-11T11:21:11.181Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-11T11:21:11.183Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-11T11:21:11.183Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "937ed665-172b-48d1-abba-e5fc686de6f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636629671180, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-11-11T11:21:11.283Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-11T11:21:11.284Z||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. 2021-11-11T11:21:11.284Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CtoXtZ0TKyziuG3U) ... 2021-11-11T11:21:11.295Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:21:11.296Z||pool-107-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-11T11:21:12.183Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-11-11T11:21:12.184Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2021-11-11T11:21:12.184Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-11T11:21:12.184Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-11T11:21:12.187Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-11T11:21:12.187Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "937ed665-172b-48d1-abba-e5fc686de6f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636629672183, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-11-11T11:21:12.287Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-11T11:21:12.288Z||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. 2021-11-11T11:21:12.288Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CtoXtZ0TKyziuG3U) ... 2021-11-11T11:21:12.300Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:21:12.300Z||pool-108-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2021-11-11T11:21:13.188Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-11-11T11:21:13.188Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2021-11-11T11:21:13.189Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-11T11:21:13.189Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-11T11:21:13.191Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-11T11:21:13.191Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "937ed665-172b-48d1-abba-e5fc686de6f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636629673188, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-11-11T11:21:13.291Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-11T11:21:13.291Z||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. 2021-11-11T11:21:13.291Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CtoXtZ0TKyziuG3U) ... 2021-11-11T11:21:13.302Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:21:13.302Z||pool-109-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-11T11:21:14.191Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification 2021-11-11T11:21:14.192Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-11-11T11:21:14.192Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-11T11:21:14.193Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-11T11:21:14.194Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-11T11:21:14.194Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "937ed665-172b-48d1-abba-e5fc686de6f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636629674191, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-11-11T11:21:14.294Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-11T11:21:14.295Z||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. 2021-11-11T11:21:14.295Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CtoXtZ0TKyziuG3U) ... 2021-11-11T11:21:14.305Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:21:14.305Z||pool-110-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-11-11T11:21:15.195Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 937ed665-172b-48d1-abba-e5fc686de6f9 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-11-11T11:21:15.206Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 937ed665-172b-48d1-abba-e5fc686de6f9 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=? 2021-11-11T11:21:15.209Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-11T11:21:15.209Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-11-11T11:21:15.209Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-11-11T11:21:15.209Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-11-11T11:21:15.210Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-11T11:21:15.210Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-11T11:21:15.210Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-11T11:21:15.210Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-11T11:21:15.210Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-11T11:21:15.210Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-11T11:21:15.211Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-11T11:21:15.211Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||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=? 2021-11-11T11:21:15.216Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-11-11T11:21:45.216Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 937ed665-172b-48d1-abba-e5fc686de6f9 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=? 2021-11-11T11:21:45.232Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 937ed665-172b-48d1-abba-e5fc686de6f9 and serviceModelVersionId: 14f6390f-e728-47e2-abca-740ab0784355 2021-11-11T11:21:45.232Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 75986320-70d1-4cae-aeb8-6d9f9c36e169 2021-11-11T11:21:45.235Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/75986320-70d1-4cae-aeb8-6d9f9c36e169/model-vers/model-ver/14f6390f-e728-47e2-abca-740ab0784355?depth=0 2021-11-11T11:21:45.249Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2021-11-11T11:21:45.329Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75986320-70d1-4cae-aeb8-6d9f9c36e169/model-vers/model-ver/14f6390f-e728-47e2-abca-740ab0784355?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]} 2021-11-11T11:21:45.332Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75986320-70d1-4cae-aeb8-6d9f9c36e169/model-vers/model-ver/14f6390f-e728-47e2-abca-740ab0784355?depth=0|INFO|500||Invoke 2021-11-11T11:21:45.355Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75986320-70d1-4cae-aeb8-6d9f9c36e169/model-vers/model-ver/14f6390f-e728-47e2-abca-740ab0784355?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-11-11T11:21:45.453Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75986320-70d1-4cae-aeb8-6d9f9c36e169/model-vers/model-ver/14f6390f-e728-47e2-abca-740ab0784355?depth=0|INFO|500||InvokeReturn 2021-11-11T11:21:45.454Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75986320-70d1-4cae-aeb8-6d9f9c36e169/model-vers/model-ver/14f6390f-e728-47e2-abca-740ab0784355?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211111-11:21:45:365-59352], vertex-id=[495648], Content-Length=[0], Date=[Thu, 11 Nov 2021 11:21:45 GMT], Content-Type=[application/json]} 2021-11-11T11:21:45.454Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity. 2021-11-11T11:21:45.454Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-11-11T11:21:45.455Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||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=? 2021-11-11T11:21:45.460Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||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) 2021-11-11T11:21:45.460Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 937ed665-172b-48d1-abba-e5fc686de6f9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-11-11T11:21:45.460Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-11-11T11:21:45.461Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-11T11:21:45.464Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-11T11:21:45.465Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "937ed665-172b-48d1-abba-e5fc686de6f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636629705460, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-11T11:21:45.564Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-11T11:21:45.565Z||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. 2021-11-11T11:21:45.565Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CtoXtZ0TKyziuG3U) ... 2021-11-11T11:21:45.587Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:21:45.588Z||pool-111-thread-1|||||INFO|500||cambria reply ok (24 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=? 2021-11-11T11:21:56.342Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T11:21:56.343Z|937ed665-172b-48d1-abba-e5fc686de6f9|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. 2021-11-11T11:21:56.343Z|937ed665-172b-48d1-abba-e5fc686de6f9|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 CtoXtZ0TKyziuG3U) ... 2021-11-11T11:21:56.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T11:21:56.345Z||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. 2021-11-11T11:21:56.345Z||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 CtoXtZ0TKyziuG3U) ... 2021-11-11T11:21:56.472Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:21:56.473Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-11T11:21:56.473Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "937ed665-172b-48d1-abba-e5fc686de6f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636629656342, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-11-11T11:21:56.474Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-11T11:22:05.873Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:22:56.342Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T11:22:56.343Z|937ed665-172b-48d1-abba-e5fc686de6f9|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. 2021-11-11T11:22:56.344Z|937ed665-172b-48d1-abba-e5fc686de6f9|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 CtoXtZ0TKyziuG3U) ... 2021-11-11T11:22:56.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T11:22:56.345Z||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. 2021-11-11T11:22:56.345Z||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 CtoXtZ0TKyziuG3U) ... 2021-11-11T11:22:56.898Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:22:56.899Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-11T11:22:56.899Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "937ed665-172b-48d1-abba-e5fc686de6f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636629656342, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-11T11:22:56.900Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-11T11:22:56.900Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-11T11:22:56.900Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "937ed665-172b-48d1-abba-e5fc686de6f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636629656342, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-11-11T11:22:56.900Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-11T11:22:56.900Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-11T11:22:56.900Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "937ed665-172b-48d1-abba-e5fc686de6f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636629656342, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-11-11T11:22:56.900Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-11T11:22:56.901Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-11T11:22:56.901Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "937ed665-172b-48d1-abba-e5fc686de6f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636629656342, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-11T11:22:56.901Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-11T11:22:56.901Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-11T11:22:56.901Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "937ed665-172b-48d1-abba-e5fc686de6f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636629656342, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-11-11T11:22:56.901Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-11T11:22:56.901Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-11T11:22:56.901Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "937ed665-172b-48d1-abba-e5fc686de6f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636629656342, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-11-11T11:22:56.901Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-11T11:22:56.901Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-11T11:22:56.901Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "937ed665-172b-48d1-abba-e5fc686de6f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636629656342, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-11-11T11:22:56.901Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-11T11:22:56.901Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-11T11:22:56.901Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "937ed665-172b-48d1-abba-e5fc686de6f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636629665175, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-11T11:22:56.901Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-11T11:22:56.901Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-11T11:22:56.901Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "937ed665-172b-48d1-abba-e5fc686de6f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636629667775, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-11T11:22:56.902Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-11T11:22:56.902Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-11T11:22:56.902Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "937ed665-172b-48d1-abba-e5fc686de6f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636629668966, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-11-11T11:22:56.902Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-11T11:22:56.902Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-11T11:22:56.902Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "937ed665-172b-48d1-abba-e5fc686de6f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636629670031, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-11-11T11:22:56.902Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-11T11:22:56.902Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-11T11:22:56.902Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "937ed665-172b-48d1-abba-e5fc686de6f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636629671180, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-11-11T11:22:56.902Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-11T11:22:56.902Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-11T11:22:56.902Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "937ed665-172b-48d1-abba-e5fc686de6f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636629672183, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-11-11T11:22:56.902Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-11T11:22:56.902Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-11T11:22:56.902Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "937ed665-172b-48d1-abba-e5fc686de6f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636629673188, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-11-11T11:22:56.902Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-11T11:22:56.902Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-11T11:22:56.903Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "937ed665-172b-48d1-abba-e5fc686de6f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636629674191, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-11-11T11:22:56.903Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-11T11:22:56.903Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-11T11:22:56.903Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "937ed665-172b-48d1-abba-e5fc686de6f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636629705460, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-11T11:22:56.903Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-11T11:23:05.918Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:23:56.343Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T11:23:56.344Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T11:23:56.345Z|cdf94d74-de8b-491e-85a4-3de308960376|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. 2021-11-11T11:23:56.345Z|937ed665-172b-48d1-abba-e5fc686de6f9|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. 2021-11-11T11:23:56.345Z|cdf94d74-de8b-491e-85a4-3de308960376|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 CtoXtZ0TKyziuG3U) ... 2021-11-11T11:23:56.345Z|937ed665-172b-48d1-abba-e5fc686de6f9|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 CtoXtZ0TKyziuG3U) ... 2021-11-11T11:24:05.888Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:24:05.891Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:24:56.346Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T11:24:56.348Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T11:24:56.349Z|937ed665-172b-48d1-abba-e5fc686de6f9|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. 2021-11-11T11:24:56.349Z||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. 2021-11-11T11:24:56.350Z|937ed665-172b-48d1-abba-e5fc686de6f9|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 CtoXtZ0TKyziuG3U) ... 2021-11-11T11:24:56.350Z||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 CtoXtZ0TKyziuG3U) ... 2021-11-11T11:25:05.968Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:25:05.972Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:25:56.346Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T11:25:56.345Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T11:25:56.350Z|937ed665-172b-48d1-abba-e5fc686de6f9|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. 2021-11-11T11:25:56.350Z||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. 2021-11-11T11:25:56.350Z|937ed665-172b-48d1-abba-e5fc686de6f9|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 CtoXtZ0TKyziuG3U) ... 2021-11-11T11:25:56.350Z||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 CtoXtZ0TKyziuG3U) ... 2021-11-11T11:26:05.896Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:26:05.909Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:26:56.342Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T11:26:56.344Z|937ed665-172b-48d1-abba-e5fc686de6f9|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. 2021-11-11T11:26:56.344Z|937ed665-172b-48d1-abba-e5fc686de6f9|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 CtoXtZ0TKyziuG3U) ... 2021-11-11T11:26:56.345Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T11:26:56.345Z||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. 2021-11-11T11:26:56.345Z||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 CtoXtZ0TKyziuG3U) ... 2021-11-11T11:27:05.891Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:27:05.892Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:27:56.342Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T11:27:56.344Z||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. 2021-11-11T11:27:56.344Z||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 CtoXtZ0TKyziuG3U) ... 2021-11-11T11:27:56.345Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T11:27:56.345Z||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. 2021-11-11T11:27:56.345Z||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 CtoXtZ0TKyziuG3U) ... 2021-11-11T11:27:56.980Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:27:56.980Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-11T11:27:56.980Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"17112192-0940-49e8-898a-8f36d0eed5dd","serviceName":"Demo_pNF_AC9WKy8fn3zupBiE0uF9","serviceVersion":"1.0","serviceUUID":"0c561c64-ae08-4ed9-970a-ff6083277337","serviceDescription":"catalog service description","serviceInvariantUUID":"faa0f281-5397-4ccf-9daf-66fde0b7b7f8","resources":[{"resourceInstanceName":"pNF 4b9f02de-ec09 0","resourceName":"pNF 4b9f02de-ec09","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"2db5780a-e5b9-4448-957c-a5440853a662","resourceInvariantUUID":"06015bf0-8226-47c2-8507-a7b2e4860629","resourceCustomizationUUID":"662fe9ca-bc5b-4574-9a23-9cbea93d6da9","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfAc9wky8fn3zupbie0uf9/1.0/resourceInstances/pnf4b9f02deec090/artifacts/vf-license-model.xml","artifactChecksum":"Y2QwNjk1NGMxMDllMDViZmFjYWYxNDMxZTlkZTQ5YzU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ea2e1edd-def5-4125-81ba-4bb2a45a830a","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfAc9wky8fn3zupbie0uf9/1.0/resourceInstances/pnf4b9f02deec090/artifacts/pNF.csar","artifactChecksum":"YTJkOTAzZGExY2M1MGJlYTA5MDY2NjBkNTQwY2U2NDM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"bf259517-99c0-49c1-96d9-c7af91a60f24","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfAc9wky8fn3zupbie0uf9/1.0/resourceInstances/pnf4b9f02deec090/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f1519864-53c0-46fb-82b6-c61be9b3d9b5","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfAc9wky8fn3zupbie0uf9/1.0/resourceInstances/pnf4b9f02deec090/artifacts/vendor-license-model.xml","artifactChecksum":"Y2RmOWRkOTkzMWZlZGJlMjQ0MTZkMDVjODdiYmU5NzM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"cf093dd8-a73a-4c8d-a78a-5d458a4bdfde","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfAc9wky8fn3zupbie0uf9/1.0/resourceInstances/pnf4b9f02deec090/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"bcee60ba-8329-429d-bacb-203285285adc","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfAc9wky8fn3zupbie0uf9/1.0/resourceInstances/pnf4b9f02deec090/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7cbd7e8e-8679-42f7-94cc-852fe1fa3fa7","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfAc9wky8fn3zupbie0uf9-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfAc9wky8fn3zupbie0uf9/1.0/artifacts/service-DemoPnfAc9wky8fn3zupbie0uf9-template.yml","artifactChecksum":"NDExYzY5Y2UxMGQzNjUxMmYyYWNiNjRmOWE0YTNlOWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a9f8e0ec-fa69-4ddc-8477-364be1c603db","artifactVersion":"1"},{"artifactName":"service-DemoPnfAc9wky8fn3zupbie0uf9-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfAc9wky8fn3zupbie0uf9/1.0/artifacts/service-DemoPnfAc9wky8fn3zupbie0uf9-csar.csar","artifactChecksum":"NjI5YmNhY2E5NTA4ODBmZGM1NWE2MTk0OGE0NGY0ZGQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5928d68f-c29a-40ae-93ae-ebdcedcc0f07","artifactVersion":"1"}],"workloadContext":"Production"} 2021-11-11T11:27:56.983Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-11T11:27:56.983Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-11T11:27:56.988Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-11T11:27:56.988Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "17112192-0940-49e8-898a-8f36d0eed5dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636630076342, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAc9wky8fn3zupbie0uf9/1.0/resourceInstances/pnf4b9f02deec090/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-11T11:27:56.996Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:27:56.997Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T11:27:56.997Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "17112192-0940-49e8-898a-8f36d0eed5dd", "consumerID": "dcae-sch", "timestamp": 1636630034890, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAc9wky8fn3zupbie0uf9/1.0/resourceInstances/pnf4b9f02deec090/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-11T11:27:56.999Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-11T11:27:56.999Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T11:27:56.999Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "17112192-0940-49e8-898a-8f36d0eed5dd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636630037982, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAc9wky8fn3zupbie0uf9/1.0/resourceInstances/pnf4b9f02deec090/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-11T11:27:56.999Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-11T11:27:56.999Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T11:27:57.000Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "17112192-0940-49e8-898a-8f36d0eed5dd", "consumerID": "multicloud-k8s-id", "timestamp": 1636630036085, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAc9wky8fn3zupbie0uf9/1.0/resourceInstances/pnf4b9f02deec090/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-11T11:27:57.000Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-11T11:27:57.000Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T11:27:57.000Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "17112192-0940-49e8-898a-8f36d0eed5dd", "consumerID": "cds", "timestamp": 1636630041455, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAc9wky8fn3zupbie0uf9/1.0/resourceInstances/pnf4b9f02deec090/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-11T11:27:57.000Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-11T11:27:57.001Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T11:27:57.001Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "17112192-0940-49e8-898a-8f36d0eed5dd", "consumerID": "clamp", "timestamp": 1636630037492, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAc9wky8fn3zupbie0uf9/1.0/resourceInstances/pnf4b9f02deec090/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-11T11:27:57.001Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-11T11:27:57.001Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T11:27:57.001Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "17112192-0940-49e8-898a-8f36d0eed5dd", "consumerID": "aai-ml", "timestamp": 1636630045147, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAc9wky8fn3zupbie0uf9/1.0/resourceInstances/pnf4b9f02deec090/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-11T11:27:57.002Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-11T11:27:57.002Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T11:27:57.002Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "17112192-0940-49e8-898a-8f36d0eed5dd", "consumerID": "dcae-sch", "timestamp": 1636630034890, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAc9wky8fn3zupbie0uf9/1.0/resourceInstances/pnf4b9f02deec090/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-11T11:27:57.002Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-11T11:27:57.002Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T11:27:57.003Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "17112192-0940-49e8-898a-8f36d0eed5dd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636630037982, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAc9wky8fn3zupbie0uf9/1.0/resourceInstances/pnf4b9f02deec090/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-11T11:27:57.003Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-11T11:27:57.003Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T11:27:57.003Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "17112192-0940-49e8-898a-8f36d0eed5dd", "consumerID": "multicloud-k8s-id", "timestamp": 1636630036085, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAc9wky8fn3zupbie0uf9/1.0/resourceInstances/pnf4b9f02deec090/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-11T11:27:57.004Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-11T11:27:57.004Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T11:27:57.004Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "17112192-0940-49e8-898a-8f36d0eed5dd", "consumerID": "clamp", "timestamp": 1636630037492, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAc9wky8fn3zupbie0uf9/1.0/resourceInstances/pnf4b9f02deec090/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-11T11:27:57.005Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-11T11:27:57.005Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T11:27:57.005Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "17112192-0940-49e8-898a-8f36d0eed5dd", "consumerID": "cds", "timestamp": 1636630041455, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAc9wky8fn3zupbie0uf9/1.0/resourceInstances/pnf4b9f02deec090/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-11T11:27:57.005Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-11T11:27:57.006Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T11:27:57.006Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "17112192-0940-49e8-898a-8f36d0eed5dd", "consumerID": "aai-ml", "timestamp": 1636630045147, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAc9wky8fn3zupbie0uf9/1.0/resourceInstances/pnf4b9f02deec090/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-11T11:27:57.006Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-11T11:27:57.006Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T11:27:57.006Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "17112192-0940-49e8-898a-8f36d0eed5dd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636630037982, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAc9wky8fn3zupbie0uf9/1.0/resourceInstances/pnf4b9f02deec090/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-11T11:27:57.006Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-11T11:27:57.007Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T11:27:57.007Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "17112192-0940-49e8-898a-8f36d0eed5dd", "consumerID": "multicloud-k8s-id", "timestamp": 1636630036085, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAc9wky8fn3zupbie0uf9/1.0/resourceInstances/pnf4b9f02deec090/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-11T11:27:57.007Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-11T11:27:57.007Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T11:27:57.007Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "17112192-0940-49e8-898a-8f36d0eed5dd", "consumerID": "dcae-sch", "timestamp": 1636630034890, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAc9wky8fn3zupbie0uf9/1.0/resourceInstances/pnf4b9f02deec090/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-11T11:27:57.008Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-11T11:27:57.008Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T11:27:57.008Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "17112192-0940-49e8-898a-8f36d0eed5dd", "consumerID": "clamp", "timestamp": 1636630037492, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAc9wky8fn3zupbie0uf9/1.0/resourceInstances/pnf4b9f02deec090/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-11T11:27:57.008Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-11T11:27:57.009Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T11:27:57.009Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "17112192-0940-49e8-898a-8f36d0eed5dd", "consumerID": "cds", "timestamp": 1636630041455, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAc9wky8fn3zupbie0uf9/1.0/resourceInstances/pnf4b9f02deec090/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-11T11:27:57.009Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-11T11:27:57.009Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T11:27:57.010Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "17112192-0940-49e8-898a-8f36d0eed5dd", "consumerID": "policy-id", "timestamp": 1636630046493, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAc9wky8fn3zupbie0uf9/1.0/resourceInstances/pnf4b9f02deec090/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-11T11:27:57.010Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-11T11:27:57.010Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T11:27:57.010Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "17112192-0940-49e8-898a-8f36d0eed5dd", "consumerID": "aai-ml", "timestamp": 1636630045147, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAc9wky8fn3zupbie0uf9/1.0/resourceInstances/pnf4b9f02deec090/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-11T11:27:57.010Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-11T11:27:57.011Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T11:27:57.011Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "17112192-0940-49e8-898a-8f36d0eed5dd", "consumerID": "dcae-sch", "timestamp": 1636630034890, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAc9wky8fn3zupbie0uf9/1.0/resourceInstances/pnf4b9f02deec090/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-11T11:27:57.011Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-11T11:27:57.011Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T11:27:57.011Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "17112192-0940-49e8-898a-8f36d0eed5dd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636630037982, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAc9wky8fn3zupbie0uf9/1.0/resourceInstances/pnf4b9f02deec090/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-11T11:27:57.012Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-11T11:27:57.012Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T11:27:57.012Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "17112192-0940-49e8-898a-8f36d0eed5dd", "consumerID": "multicloud-k8s-id", "timestamp": 1636630036085, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAc9wky8fn3zupbie0uf9/1.0/resourceInstances/pnf4b9f02deec090/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-11T11:27:57.013Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-11T11:27:57.013Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T11:27:57.013Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "17112192-0940-49e8-898a-8f36d0eed5dd", "consumerID": "clamp", "timestamp": 1636630037492, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAc9wky8fn3zupbie0uf9/1.0/resourceInstances/pnf4b9f02deec090/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-11T11:27:57.013Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-11T11:27:57.013Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T11:27:57.013Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "17112192-0940-49e8-898a-8f36d0eed5dd", "consumerID": "cds", "timestamp": 1636630041455, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAc9wky8fn3zupbie0uf9/1.0/resourceInstances/pnf4b9f02deec090/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-11T11:27:57.014Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-11T11:27:57.014Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T11:27:57.014Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "17112192-0940-49e8-898a-8f36d0eed5dd", "consumerID": "policy-id", "timestamp": 1636630046493, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAc9wky8fn3zupbie0uf9/1.0/resourceInstances/pnf4b9f02deec090/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-11T11:27:57.014Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-11T11:27:57.014Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T11:27:57.014Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "17112192-0940-49e8-898a-8f36d0eed5dd", "consumerID": "aai-ml", "timestamp": 1636630045147, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAc9wky8fn3zupbie0uf9/1.0/resourceInstances/pnf4b9f02deec090/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-11T11:27:57.014Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-11T11:27:57.014Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T11:27:57.014Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "17112192-0940-49e8-898a-8f36d0eed5dd", "consumerID": "dcae-sch", "timestamp": 1636630034890, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAc9wky8fn3zupbie0uf9/1.0/resourceInstances/pnf4b9f02deec090/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-11T11:27:57.014Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-11T11:27:57.015Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T11:27:57.015Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "17112192-0940-49e8-898a-8f36d0eed5dd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636630037982, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAc9wky8fn3zupbie0uf9/1.0/resourceInstances/pnf4b9f02deec090/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-11T11:27:57.015Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-11T11:27:57.015Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T11:27:57.015Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "17112192-0940-49e8-898a-8f36d0eed5dd", "consumerID": "multicloud-k8s-id", "timestamp": 1636630036085, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAc9wky8fn3zupbie0uf9/1.0/resourceInstances/pnf4b9f02deec090/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-11T11:27:57.015Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-11T11:27:57.015Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T11:27:57.015Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "17112192-0940-49e8-898a-8f36d0eed5dd", "consumerID": "clamp", "timestamp": 1636630037492, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAc9wky8fn3zupbie0uf9/1.0/resourceInstances/pnf4b9f02deec090/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-11T11:27:57.016Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-11T11:27:57.016Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T11:27:57.016Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "17112192-0940-49e8-898a-8f36d0eed5dd", "consumerID": "cds", "timestamp": 1636630041455, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAc9wky8fn3zupbie0uf9/1.0/resourceInstances/pnf4b9f02deec090/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-11T11:27:57.016Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-11T11:27:57.016Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T11:27:57.016Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "17112192-0940-49e8-898a-8f36d0eed5dd", "consumerID": "policy-id", "timestamp": 1636630046493, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAc9wky8fn3zupbie0uf9/1.0/resourceInstances/pnf4b9f02deec090/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-11T11:27:57.016Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-11T11:27:57.016Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T11:27:57.017Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "17112192-0940-49e8-898a-8f36d0eed5dd", "consumerID": "aai-ml", "timestamp": 1636630045147, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAc9wky8fn3zupbie0uf9/1.0/resourceInstances/pnf4b9f02deec090/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-11T11:27:57.017Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-11T11:27:57.017Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T11:27:57.017Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "17112192-0940-49e8-898a-8f36d0eed5dd", "consumerID": "dcae-sch", "timestamp": 1636630034890, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAc9wky8fn3zupbie0uf9/1.0/resourceInstances/pnf4b9f02deec090/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-11T11:27:57.017Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-11T11:27:57.017Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T11:27:57.018Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "17112192-0940-49e8-898a-8f36d0eed5dd", "consumerID": "multicloud-k8s-id", "timestamp": 1636630036085, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAc9wky8fn3zupbie0uf9/1.0/resourceInstances/pnf4b9f02deec090/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-11T11:27:57.018Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-11T11:27:57.018Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T11:27:57.018Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "17112192-0940-49e8-898a-8f36d0eed5dd", "consumerID": "clamp", "timestamp": 1636630037492, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAc9wky8fn3zupbie0uf9/1.0/resourceInstances/pnf4b9f02deec090/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-11T11:27:57.018Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-11T11:27:57.018Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T11:27:57.018Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "17112192-0940-49e8-898a-8f36d0eed5dd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636630037982, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAc9wky8fn3zupbie0uf9/1.0/resourceInstances/pnf4b9f02deec090/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-11T11:27:57.019Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-11T11:27:57.019Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T11:27:57.019Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "17112192-0940-49e8-898a-8f36d0eed5dd", "consumerID": "cds", "timestamp": 1636630041455, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAc9wky8fn3zupbie0uf9/1.0/resourceInstances/pnf4b9f02deec090/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-11T11:27:57.019Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-11T11:27:57.019Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T11:27:57.019Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "17112192-0940-49e8-898a-8f36d0eed5dd", "consumerID": "ves-openapi-manager", "timestamp": 1636630049460, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAc9wky8fn3zupbie0uf9/1.0/resourceInstances/pnf4b9f02deec090/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-11T11:27:57.019Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-11T11:27:57.020Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T11:27:57.020Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "17112192-0940-49e8-898a-8f36d0eed5dd", "consumerID": "policy-id", "timestamp": 1636630046493, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAc9wky8fn3zupbie0uf9/1.0/resourceInstances/pnf4b9f02deec090/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-11T11:27:57.020Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-11T11:27:57.020Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T11:27:57.020Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "17112192-0940-49e8-898a-8f36d0eed5dd", "consumerID": "aai-ml", "timestamp": 1636630045147, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAc9wky8fn3zupbie0uf9/1.0/resourceInstances/pnf4b9f02deec090/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-11T11:27:57.020Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-11T11:27:57.020Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T11:27:57.021Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "17112192-0940-49e8-898a-8f36d0eed5dd", "consumerID": "clamp", "timestamp": 1636630037492, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAc9wky8fn3zupbie0uf9/1.0/artifacts/service-DemoPnfAc9wky8fn3zupbie0uf9-template.yml", "status": "NOT_NOTIFIED" } 2021-11-11T11:27:57.021Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-11T11:27:57.022Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T11:27:57.022Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "17112192-0940-49e8-898a-8f36d0eed5dd", "consumerID": "multicloud-k8s-id", "timestamp": 1636630036085, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAc9wky8fn3zupbie0uf9/1.0/artifacts/service-DemoPnfAc9wky8fn3zupbie0uf9-template.yml", "status": "NOT_NOTIFIED" } 2021-11-11T11:27:57.022Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-11T11:27:57.022Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T11:27:57.022Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "17112192-0940-49e8-898a-8f36d0eed5dd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636630037982, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAc9wky8fn3zupbie0uf9/1.0/artifacts/service-DemoPnfAc9wky8fn3zupbie0uf9-template.yml", "status": "NOT_NOTIFIED" } 2021-11-11T11:27:57.022Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-11T11:27:57.023Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T11:27:57.023Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "17112192-0940-49e8-898a-8f36d0eed5dd", "consumerID": "dcae-sch", "timestamp": 1636630034890, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAc9wky8fn3zupbie0uf9/1.0/artifacts/service-DemoPnfAc9wky8fn3zupbie0uf9-template.yml", "status": "NOT_NOTIFIED" } 2021-11-11T11:27:57.023Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-11T11:27:57.023Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T11:27:57.023Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "17112192-0940-49e8-898a-8f36d0eed5dd", "consumerID": "cds", "timestamp": 1636630041455, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAc9wky8fn3zupbie0uf9/1.0/artifacts/service-DemoPnfAc9wky8fn3zupbie0uf9-template.yml", "status": "NOT_NOTIFIED" } 2021-11-11T11:27:57.023Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-11T11:27:57.023Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T11:27:57.023Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "17112192-0940-49e8-898a-8f36d0eed5dd", "consumerID": "ves-openapi-manager", "timestamp": 1636630049460, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAc9wky8fn3zupbie0uf9/1.0/resourceInstances/pnf4b9f02deec090/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-11T11:27:57.024Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-11T11:27:57.024Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T11:27:57.024Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "17112192-0940-49e8-898a-8f36d0eed5dd", "consumerID": "policy-id", "timestamp": 1636630046493, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAc9wky8fn3zupbie0uf9/1.0/resourceInstances/pnf4b9f02deec090/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-11T11:27:57.024Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-11T11:27:57.024Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T11:27:57.024Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "17112192-0940-49e8-898a-8f36d0eed5dd", "consumerID": "aai-ml", "timestamp": 1636630045147, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAc9wky8fn3zupbie0uf9/1.0/artifacts/service-DemoPnfAc9wky8fn3zupbie0uf9-template.yml", "status": "NOT_NOTIFIED" } 2021-11-11T11:27:57.025Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-11T11:27:57.025Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T11:27:57.025Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "17112192-0940-49e8-898a-8f36d0eed5dd", "consumerID": "multicloud-k8s-id", "timestamp": 1636630036085, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAc9wky8fn3zupbie0uf9/1.0/artifacts/service-DemoPnfAc9wky8fn3zupbie0uf9-csar.csar", "status": "NOTIFIED" } 2021-11-11T11:27:57.025Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-11T11:27:57.025Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T11:27:57.025Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "17112192-0940-49e8-898a-8f36d0eed5dd", "consumerID": "dcae-sch", "timestamp": 1636630034890, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAc9wky8fn3zupbie0uf9/1.0/artifacts/service-DemoPnfAc9wky8fn3zupbie0uf9-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-11T11:27:57.025Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-11T11:27:57.025Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T11:27:57.026Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "17112192-0940-49e8-898a-8f36d0eed5dd", "consumerID": "clamp", "timestamp": 1636630037492, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAc9wky8fn3zupbie0uf9/1.0/artifacts/service-DemoPnfAc9wky8fn3zupbie0uf9-csar.csar", "status": "NOTIFIED" } 2021-11-11T11:27:57.026Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-11T11:27:57.026Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T11:27:57.026Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "17112192-0940-49e8-898a-8f36d0eed5dd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636630037982, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAc9wky8fn3zupbie0uf9/1.0/artifacts/service-DemoPnfAc9wky8fn3zupbie0uf9-csar.csar", "status": "NOTIFIED" } 2021-11-11T11:27:57.026Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-11T11:27:57.026Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T11:27:57.026Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "17112192-0940-49e8-898a-8f36d0eed5dd", "consumerID": "cds", "timestamp": 1636630041455, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAc9wky8fn3zupbie0uf9/1.0/artifacts/service-DemoPnfAc9wky8fn3zupbie0uf9-csar.csar", "status": "NOTIFIED" } 2021-11-11T11:27:57.027Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-11T11:27:57.027Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T11:27:57.027Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "17112192-0940-49e8-898a-8f36d0eed5dd", "consumerID": "ves-openapi-manager", "timestamp": 1636630049460, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAc9wky8fn3zupbie0uf9/1.0/resourceInstances/pnf4b9f02deec090/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-11T11:27:57.027Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-11T11:27:57.027Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T11:27:57.027Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "17112192-0940-49e8-898a-8f36d0eed5dd", "consumerID": "policy-id", "timestamp": 1636630046493, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAc9wky8fn3zupbie0uf9/1.0/resourceInstances/pnf4b9f02deec090/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-11T11:27:57.027Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-11T11:27:57.027Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T11:27:57.028Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "17112192-0940-49e8-898a-8f36d0eed5dd", "consumerID": "aai-ml", "timestamp": 1636630045147, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAc9wky8fn3zupbie0uf9/1.0/artifacts/service-DemoPnfAc9wky8fn3zupbie0uf9-csar.csar", "status": "NOTIFIED" } 2021-11-11T11:27:57.028Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-11T11:27:57.028Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T11:27:57.028Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "17112192-0940-49e8-898a-8f36d0eed5dd", "consumerID": "ves-openapi-manager", "timestamp": 1636630049460, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAc9wky8fn3zupbie0uf9/1.0/resourceInstances/pnf4b9f02deec090/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-11T11:27:57.028Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-11T11:27:57.028Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T11:27:57.028Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "17112192-0940-49e8-898a-8f36d0eed5dd", "consumerID": "policy-id", "timestamp": 1636630046493, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAc9wky8fn3zupbie0uf9/1.0/artifacts/service-DemoPnfAc9wky8fn3zupbie0uf9-template.yml", "status": "NOT_NOTIFIED" } 2021-11-11T11:27:57.028Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-11T11:27:57.028Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T11:27:57.028Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "17112192-0940-49e8-898a-8f36d0eed5dd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636630053585, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAc9wky8fn3zupbie0uf9/1.0/artifacts/service-DemoPnfAc9wky8fn3zupbie0uf9-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-11T11:27:57.028Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-11T11:27:57.029Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T11:27:57.029Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "17112192-0940-49e8-898a-8f36d0eed5dd", "consumerID": "cds", "timestamp": 1636630053739, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAc9wky8fn3zupbie0uf9/1.0/artifacts/service-DemoPnfAc9wky8fn3zupbie0uf9-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-11T11:27:57.029Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-11T11:27:57.029Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T11:27:57.029Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "17112192-0940-49e8-898a-8f36d0eed5dd", "consumerID": "aai-ml", "timestamp": 1636630054106, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAc9wky8fn3zupbie0uf9/1.0/artifacts/service-DemoPnfAc9wky8fn3zupbie0uf9-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-11T11:27:57.029Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-11T11:27:57.029Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T11:27:57.029Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "17112192-0940-49e8-898a-8f36d0eed5dd", "consumerID": "ves-openapi-manager", "timestamp": 1636630049460, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAc9wky8fn3zupbie0uf9/1.0/resourceInstances/pnf4b9f02deec090/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-11T11:27:57.029Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-11T11:27:57.030Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T11:27:57.030Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "17112192-0940-49e8-898a-8f36d0eed5dd", "consumerID": "policy-id", "timestamp": 1636630046493, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAc9wky8fn3zupbie0uf9/1.0/artifacts/service-DemoPnfAc9wky8fn3zupbie0uf9-csar.csar", "status": "NOTIFIED" } 2021-11-11T11:27:57.030Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-11T11:27:57.030Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T11:27:57.030Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "17112192-0940-49e8-898a-8f36d0eed5dd", "consumerID": "cds", "timestamp": 1636630054749, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAc9wky8fn3zupbie0uf9/1.0/artifacts/service-DemoPnfAc9wky8fn3zupbie0uf9-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 (?, ?, ?, ?, ?) 2021-11-11T11:27:57.054Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 17112192-0940-49e8-898a-8f36d0eed5dd 2021-11-11T11:27:57.054Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 17112192-0940-49e8-898a-8f36d0eed5dd 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 (?, ?, ?, ?, ?) 2021-11-11T11:27:57.067Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T11:27:57.067Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "17112192-0940-49e8-898a-8f36d0eed5dd", "consumerID": "ves-openapi-manager", "timestamp": 1636630049460, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAc9wky8fn3zupbie0uf9/1.0/resourceInstances/pnf4b9f02deec090/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2021-11-11T11:27:57.069Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-11T11:27:57.070Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T11:27:57.070Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "17112192-0940-49e8-898a-8f36d0eed5dd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636630055516, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAc9wky8fn3zupbie0uf9/1.0/artifacts/service-DemoPnfAc9wky8fn3zupbie0uf9-csar.csar", "status": "DEPLOY_OK" } 2021-11-11T11:27:57.070Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-11T11:27:57.070Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T11:27:57.070Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "17112192-0940-49e8-898a-8f36d0eed5dd", "consumerID": "policy-id", "timestamp": 1636630055583, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAc9wky8fn3zupbie0uf9/1.0/artifacts/service-DemoPnfAc9wky8fn3zupbie0uf9-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-11T11:27:57.070Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-11T11:27:57.070Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T11:27:57.071Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "17112192-0940-49e8-898a-8f36d0eed5dd", "consumerID": "ves-openapi-manager", "timestamp": 1636630049460, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAc9wky8fn3zupbie0uf9/1.0/artifacts/service-DemoPnfAc9wky8fn3zupbie0uf9-template.yml", "status": "NOT_NOTIFIED" } 2021-11-11T11:27:57.071Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-11T11:27:57.071Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T11:27:57.071Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "17112192-0940-49e8-898a-8f36d0eed5dd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636630056520, "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=? 2021-11-11T11:27:57.084Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 17112192-0940-49e8-898a-8f36d0eed5dd 2021-11-11T11:27:57.085Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 17112192-0940-49e8-898a-8f36d0eed5dd 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 (?, ?, ?, ?, ?) 2021-11-11T11:27:57.089Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-11-11T11:27:57.090Z||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. 2021-11-11T11:27:57.090Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CtoXtZ0TKyziuG3U) ... 2021-11-11T11:27:57.096Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T11:27:57.096Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "17112192-0940-49e8-898a-8f36d0eed5dd", "consumerID": "policy-id", "timestamp": 1636630056591, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAc9wky8fn3zupbie0uf9/1.0/artifacts/service-DemoPnfAc9wky8fn3zupbie0uf9-csar.csar", "status": "DEPLOY_OK" } 2021-11-11T11:27:57.097Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-11T11:27:57.097Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T11:27:57.097Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "17112192-0940-49e8-898a-8f36d0eed5dd", "consumerID": "ves-openapi-manager", "timestamp": 1636630049460, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAc9wky8fn3zupbie0uf9/1.0/artifacts/service-DemoPnfAc9wky8fn3zupbie0uf9-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-11T11:27:57.097Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-11T11:27:57.097Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T11:27:57.097Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "17112192-0940-49e8-898a-8f36d0eed5dd", "consumerID": "policy-id", "timestamp": 1636630057596, "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=? 2021-11-11T11:27:57.101Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 17112192-0940-49e8-898a-8f36d0eed5dd 2021-11-11T11:27:57.102Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 17112192-0940-49e8-898a-8f36d0eed5dd 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=? 2021-11-11T11:27:57.103Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:27:57.103Z||pool-112-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-11T11:27:57.109Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T11:27:57.109Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "17112192-0940-49e8-898a-8f36d0eed5dd", "consumerID": "ves-openapi-manager", "timestamp": 1636630058564, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAc9wky8fn3zupbie0uf9/1.0/resourceInstances/pnf4b9f02deec090/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2021-11-11T11:27:57.109Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-11T11:27:57.109Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T11:27:57.109Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "17112192-0940-49e8-898a-8f36d0eed5dd", "consumerID": "aai-ml", "timestamp": 1636630059476, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAc9wky8fn3zupbie0uf9/1.0/artifacts/service-DemoPnfAc9wky8fn3zupbie0uf9-csar.csar", "status": "DEPLOY_OK" } 2021-11-11T11:27:57.110Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-11T11:27:57.110Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T11:27:57.110Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "17112192-0940-49e8-898a-8f36d0eed5dd", "consumerID": "ves-openapi-manager", "timestamp": 1636630059735, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAc9wky8fn3zupbie0uf9/1.0/resourceInstances/pnf4b9f02deec090/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2021-11-11T11:27:57.110Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-11T11:27:57.110Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T11:27:57.110Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "17112192-0940-49e8-898a-8f36d0eed5dd", "consumerID": "aai-ml", "timestamp": 1636630060479, "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=? 2021-11-11T11:27:57.115Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 17112192-0940-49e8-898a-8f36d0eed5dd 2021-11-11T11:27:57.115Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 17112192-0940-49e8-898a-8f36d0eed5dd 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 (?, ?, ?, ?, ?) 2021-11-11T11:27:57.122Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T11:27:57.122Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "17112192-0940-49e8-898a-8f36d0eed5dd", "consumerID": "ves-openapi-manager", "timestamp": 1636630060740, "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=? 2021-11-11T11:27:57.126Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 17112192-0940-49e8-898a-8f36d0eed5dd 2021-11-11T11:27:57.126Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 17112192-0940-49e8-898a-8f36d0eed5dd 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 (?, ?, ?, ?, ?) 2021-11-11T11:27:57.134Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T11:27:57.134Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "17112192-0940-49e8-898a-8f36d0eed5dd", "consumerID": "clamp", "timestamp": 1636630063731, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAc9wky8fn3zupbie0uf9/1.0/artifacts/service-DemoPnfAc9wky8fn3zupbie0uf9-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-11T11:27:57.134Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-11T11:27:57.134Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T11:27:57.135Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "17112192-0940-49e8-898a-8f36d0eed5dd", "consumerID": "clamp", "timestamp": 1636630066732, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAc9wky8fn3zupbie0uf9/1.0/artifacts/service-DemoPnfAc9wky8fn3zupbie0uf9-csar.csar", "status": "DEPLOY_OK" } 2021-11-11T11:27:57.135Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-11T11:27:57.135Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-11T11:27:57.135Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "17112192-0940-49e8-898a-8f36d0eed5dd", "consumerID": "clamp", "timestamp": 1636630067735, "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=? 2021-11-11T11:27:57.139Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 17112192-0940-49e8-898a-8f36d0eed5dd 2021-11-11T11:27:57.139Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 17112192-0940-49e8-898a-8f36d0eed5dd 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 (?, ?, ?, ?, ?) 2021-11-11T11:27:57.988Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-11T11:27:57.989Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-11T11:27:57.990Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-11T11:27:57.991Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "17112192-0940-49e8-898a-8f36d0eed5dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636630076342, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAc9wky8fn3zupbie0uf9/1.0/resourceInstances/pnf4b9f02deec090/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-11T11:27:58.090Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-11T11:27:58.092Z||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. 2021-11-11T11:27:58.092Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CtoXtZ0TKyziuG3U) ... 2021-11-11T11:27:58.107Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:27:58.107Z||pool-113-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2021-11-11T11:27:58.991Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-11T11:27:58.992Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-11T11:27:58.995Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-11T11:27:58.995Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "17112192-0940-49e8-898a-8f36d0eed5dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636630076342, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAc9wky8fn3zupbie0uf9/1.0/resourceInstances/pnf4b9f02deec090/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-11T11:27:59.095Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-11T11:27:59.095Z||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. 2021-11-11T11:27:59.096Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CtoXtZ0TKyziuG3U) ... 2021-11-11T11:27:59.110Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:27:59.110Z||pool-114-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-11-11T11:27:59.995Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-11T11:27:59.996Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-11T11:27:59.998Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-11T11:27:59.998Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "17112192-0940-49e8-898a-8f36d0eed5dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636630076342, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAc9wky8fn3zupbie0uf9/1.0/resourceInstances/pnf4b9f02deec090/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-11T11:28:00.098Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-11T11:28:00.099Z||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. 2021-11-11T11:28:00.099Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CtoXtZ0TKyziuG3U) ... 2021-11-11T11:28:00.109Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:28:00.109Z||pool-115-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-11T11:28:00.999Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-11T11:28:00.999Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-11T11:28:01.002Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-11T11:28:01.002Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "17112192-0940-49e8-898a-8f36d0eed5dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636630076342, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAc9wky8fn3zupbie0uf9/1.0/resourceInstances/pnf4b9f02deec090/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-11T11:28:01.102Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-11T11:28:01.103Z||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. 2021-11-11T11:28:01.103Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CtoXtZ0TKyziuG3U) ... 2021-11-11T11:28:01.113Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:28:01.114Z||pool-116-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-11T11:28:02.003Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-11T11:28:02.003Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-11T11:28:02.005Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-11T11:28:02.006Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "17112192-0940-49e8-898a-8f36d0eed5dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636630076342, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAc9wky8fn3zupbie0uf9/1.0/resourceInstances/pnf4b9f02deec090/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-11T11:28:02.105Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-11T11:28:02.106Z||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. 2021-11-11T11:28:02.106Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CtoXtZ0TKyziuG3U) ... 2021-11-11T11:28:02.116Z||pool-117-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:28:02.117Z||pool-117-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-11T11:28:03.006Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-11T11:28:03.007Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-11T11:28:03.008Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-11T11:28:03.009Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "17112192-0940-49e8-898a-8f36d0eed5dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636630076342, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAc9wky8fn3zupbie0uf9/1.0/artifacts/service-DemoPnfAc9wky8fn3zupbie0uf9-template.yml", "status": "NOT_NOTIFIED" } 2021-11-11T11:28:03.108Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-11T11:28:03.109Z||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. 2021-11-11T11:28:03.109Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CtoXtZ0TKyziuG3U) ... 2021-11-11T11:28:03.119Z||pool-118-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:28:03.119Z||pool-118-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-11-11T11:28:04.009Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-11T11:28:04.010Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-11T11:28:04.012Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-11T11:28:04.012Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "17112192-0940-49e8-898a-8f36d0eed5dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636630076342, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAc9wky8fn3zupbie0uf9/1.0/artifacts/service-DemoPnfAc9wky8fn3zupbie0uf9-csar.csar", "status": "NOTIFIED" } 2021-11-11T11:28:04.111Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-11T11:28:04.112Z||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. 2021-11-11T11:28:04.113Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CtoXtZ0TKyziuG3U) ... 2021-11-11T11:28:04.131Z||pool-119-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:28:04.131Z||pool-119-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2021-11-11T11:28:05.012Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "17112192-0940-49e8-898a-8f36d0eed5dd", "serviceName": "Demo_pNF_AC9WKy8fn3zupBiE0uF9", "serviceVersion": "1.0", "serviceUUID": "0c561c64-ae08-4ed9-970a-ff6083277337", "serviceDescription": "catalog service description", "serviceInvariantUUID": "faa0f281-5397-4ccf-9daf-66fde0b7b7f8", "resources": [ { "resourceInstanceName": "pNF 4b9f02de-ec09 0", "resourceCustomizationUUID": "662fe9ca-bc5b-4574-9a23-9cbea93d6da9", "resourceName": "pNF 4b9f02de-ec09", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "2db5780a-e5b9-4448-957c-a5440853a662", "resourceInvariantUUID": "06015bf0-8226-47c2-8507-a7b2e4860629", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfAc9wky8fn3zupbie0uf9-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfAc9wky8fn3zupbie0uf9/1.0/artifacts/service-DemoPnfAc9wky8fn3zupbie0uf9-csar.csar", "artifactChecksum": "NjI5YmNhY2E5NTA4ODBmZGM1NWE2MTk0OGE0NGY0ZGQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "5928d68f-c29a-40ae-93ae-ebdcedcc0f07" } ], "workloadContext": "Production" } 2021-11-11T11:28:05.013Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-11-11T11:28:05.013Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 0c561c64-ae08-4ed9-970a-ff6083277337 ASDC 2021-11-11T11:28:05.014Z|17112192-0940-49e8-898a-8f36d0eed5dd|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:17112192-0940-49e8-898a-8f36d0eed5dd ServiceName:Demo_pNF_AC9WKy8fn3zupBiE0uF9 ServiceVersion:1.0 ServiceUUID:0c561c64-ae08-4ed9-970a-ff6083277337 ServiceInvariantUUID:faa0f281-5397-4ccf-9daf-66fde0b7b7f8 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfAc9wky8fn3zupbie0uf9-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfAc9wky8fn3zupbie0uf9/1.0/artifacts/service-DemoPnfAc9wky8fn3zupbie0uf9-csar.csar ArtifactUUID:5928d68f-c29a-40ae-93ae-ebdcedcc0f07 ArtifactChecksum:NjI5YmNhY2E5NTA4ODBmZGM1NWE2MTk0OGE0NGY0ZGQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 4b9f02de-ec09 0 ResourceCustomizationUUID:662fe9ca-bc5b-4574-9a23-9cbea93d6da9 ResourceInvariantUUID:06015bf0-8226-47c2-8507-a7b2e4860629 ResourceName:pNF 4b9f02de-ec09 ResourceType:PNF ResourceUUID:2db5780a-e5b9-4448-957c-a5440853a662 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2021-11-11T11:28:05.014Z|17112192-0940-49e8-898a-8f36d0eed5dd|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0c561c64-ae08-4ed9-970a-ff6083277337 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=? 2021-11-11T11:28:05.051Z|17112192-0940-49e8-898a-8f36d0eed5dd|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-11T11:28:05.053Z|17112192-0940-49e8-898a-8f36d0eed5dd|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2021-11-11T11:28:05.053Z|17112192-0940-49e8-898a-8f36d0eed5dd|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2021-11-11T11:28:05.053Z|17112192-0940-49e8-898a-8f36d0eed5dd|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 5928d68f-c29a-40ae-93ae-ebdcedcc0f07 from URL: /sdc/v1/catalog/services/DemoPnfAc9wky8fn3zupbie0uf9/1.0/artifacts/service-DemoPnfAc9wky8fn3zupbie0uf9-csar.csar 2021-11-11T11:28:05.053Z|17112192-0940-49e8-898a-8f36d0eed5dd|pool-2-thread-6|||||INFO|500||DistributionClient - download 2021-11-11T11:28:05.054Z|17112192-0940-49e8-898a-8f36d0eed5dd|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfAc9wky8fn3zupbie0uf9/1.0/artifacts/service-DemoPnfAc9wky8fn3zupbie0uf9-csar.csar 2021-11-11T11:28:05.147Z|17112192-0940-49e8-898a-8f36d0eed5dd|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2021-11-11T11:28:05.152Z|17112192-0940-49e8-898a-8f36d0eed5dd|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfAc9wky8fn3zupbie0uf9/1.0/artifacts/service-DemoPnfAc9wky8fn3zupbie0uf9-csar.csar 5928d68f-c29a-40ae-93ae-ebdcedcc0f07 82614 2021-11-11T11:28:05.153Z|17112192-0940-49e8-898a-8f36d0eed5dd|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfAc9wky8fn3zupbie0uf9/1.0/artifacts/service-DemoPnfAc9wky8fn3zupbie0uf9-csar.csar ASDC sendASDCNotification 2021-11-11T11:28:05.153Z|17112192-0940-49e8-898a-8f36d0eed5dd|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfAc9wky8fn3zupbie0uf9/1.0/artifacts/service-DemoPnfAc9wky8fn3zupbie0uf9-csar.csar 2021-11-11T11:28:05.153Z|17112192-0940-49e8-898a-8f36d0eed5dd|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-11T11:28:05.154Z|17112192-0940-49e8-898a-8f36d0eed5dd|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-11T11:28:05.156Z|17112192-0940-49e8-898a-8f36d0eed5dd|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-11T11:28:05.156Z|17112192-0940-49e8-898a-8f36d0eed5dd|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "17112192-0940-49e8-898a-8f36d0eed5dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636630085152, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAc9wky8fn3zupbie0uf9/1.0/artifacts/service-DemoPnfAc9wky8fn3zupbie0uf9-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-11T11:28:05.256Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-11T11:28:05.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. 2021-11-11T11:28:05.257Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CtoXtZ0TKyziuG3U) ... 2021-11-11T11:28:05.271Z||pool-120-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:28:05.271Z||pool-120-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2021-11-11T11:28:06.157Z|17112192-0940-49e8-898a-8f36d0eed5dd|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-11T11:28:06.157Z|17112192-0940-49e8-898a-8f36d0eed5dd|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2021-11-11T11:28:06.158Z|17112192-0940-49e8-898a-8f36d0eed5dd|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 5928d68f-c29a-40ae-93ae-ebdcedcc0f07, URL: /sdc/v1/catalog/services/DemoPnfAc9wky8fn3zupbie0uf9/1.0/artifacts/service-DemoPnfAc9wky8fn3zupbie0uf9-csar.csar to file: /app/ASDC/1/service-DemoPnfAc9wky8fn3zupbie0uf9-csar.csar 2021-11-11T11:28:06.158Z|17112192-0940-49e8-898a-8f36d0eed5dd|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfAc9wky8fn3zupbie0uf9-csar.csar 2021-11-11T11:28:06.159Z|17112192-0940-49e8-898a-8f36d0eed5dd|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfAc9wky8fn3zupbie0uf9-csar.csar 2021-11-11T11:28:06.159Z|17112192-0940-49e8-898a-8f36d0eed5dd|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfAc9wky8fn3zupbie0uf9-csar.csar 2021-11-11T11:28:06.272Z|17112192-0940-49e8-898a-8f36d0eed5dd|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4825619726008104742/Definitions/service-DemoPnfAc9wky8fn3zupbie0uf9-template.yml 2021-11-11T11:28:07.051Z|17112192-0940-49e8-898a-8f36d0eed5dd|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2021-11-11T11:28:07.052Z|17112192-0940-49e8-898a-8f36d0eed5dd|pool-2-thread-6|||||WARN|500||#################################################################################################### 2021-11-11T11:28:07.052Z|17112192-0940-49e8-898a-8f36d0eed5dd|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfAc9wky8fn3zupbie0uf9-csar.csar 2021-11-11T11:28:07.052Z|17112192-0940-49e8-898a-8f36d0eed5dd|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2021-11-11T11:28:07.052Z|17112192-0940-49e8-898a-8f36d0eed5dd|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-DemoPnfAc9wky8fn3zupbie0uf9-csar.csar 2021-11-11T11:28:07.052Z|17112192-0940-49e8-898a-8f36d0eed5dd|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-DemoPnfAc9wky8fn3zupbie0uf9-csar.csar 2021-11-11T11:28:07.052Z|17112192-0940-49e8-898a-8f36d0eed5dd|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-DemoPnfAc9wky8fn3zupbie0uf9-csar.csar 2021-11-11T11:28:07.052Z|17112192-0940-49e8-898a-8f36d0eed5dd|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-DemoPnfAc9wky8fn3zupbie0uf9-csar.csar 2021-11-11T11:28:07.052Z|17112192-0940-49e8-898a-8f36d0eed5dd|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-DemoPnfAc9wky8fn3zupbie0uf9-csar.csar 2021-11-11T11:28:07.053Z|17112192-0940-49e8-898a-8f36d0eed5dd|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 4b9f02de-ec09 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-DemoPnfAc9wky8fn3zupbie0uf9-csar.csar 2021-11-11T11:28:07.053Z|17112192-0940-49e8-898a-8f36d0eed5dd|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-DemoPnfAc9wky8fn3zupbie0uf9-csar.csar 2021-11-11T11:28:07.053Z|17112192-0940-49e8-898a-8f36d0eed5dd|pool-2-thread-6|||||WARN|500||#################################################################################################### 2021-11-11T11:28:07.053Z|17112192-0940-49e8-898a-8f36d0eed5dd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T11:28:07.053Z|17112192-0940-49e8-898a-8f36d0eed5dd|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_AC9WKy8fn3zupBiE0uF9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-11T11:28:07.053Z|17112192-0940-49e8-898a-8f36d0eed5dd|pool-2-thread-6|||||DEBUG|500||Node template pNF 4b9f02de-ec09 0 is matching search criteria 2021-11-11T11:28:07.053Z|17112192-0940-49e8-898a-8f36d0eed5dd|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2021-11-11T11:28:07.054Z|17112192-0940-49e8-898a-8f36d0eed5dd|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 4b9f02de-ec09 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-11T11:28:07.054Z|17112192-0940-49e8-898a-8f36d0eed5dd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T11:28:07.054Z|17112192-0940-49e8-898a-8f36d0eed5dd|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_AC9WKy8fn3zupBiE0uF9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-11T11:28:07.054Z|17112192-0940-49e8-898a-8f36d0eed5dd|pool-2-thread-6|||||DEBUG|500||Node template pNF 4b9f02de-ec09 0 is matching search criteria 2021-11-11T11:28:07.054Z|17112192-0940-49e8-898a-8f36d0eed5dd|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2021-11-11T11:28:07.054Z|17112192-0940-49e8-898a-8f36d0eed5dd|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 4b9f02de-ec09 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-11T11:28:07.054Z|17112192-0940-49e8-898a-8f36d0eed5dd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T11:28:07.055Z|17112192-0940-49e8-898a-8f36d0eed5dd|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_AC9WKy8fn3zupBiE0uF9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-11T11:28:07.055Z|17112192-0940-49e8-898a-8f36d0eed5dd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T11:28:07.055Z|17112192-0940-49e8-898a-8f36d0eed5dd|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_AC9WKy8fn3zupBiE0uF9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-11T11:28:07.055Z|17112192-0940-49e8-898a-8f36d0eed5dd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T11:28:07.055Z|17112192-0940-49e8-898a-8f36d0eed5dd|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_AC9WKy8fn3zupBiE0uF9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-11T11:28:07.055Z|17112192-0940-49e8-898a-8f36d0eed5dd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T11:28:07.055Z|17112192-0940-49e8-898a-8f36d0eed5dd|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_AC9WKy8fn3zupBiE0uF9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-11T11:28:07.056Z|17112192-0940-49e8-898a-8f36d0eed5dd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T11:28:07.056Z|17112192-0940-49e8-898a-8f36d0eed5dd|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_AC9WKy8fn3zupBiE0uF9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-11T11:28:07.056Z|17112192-0940-49e8-898a-8f36d0eed5dd|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_AC9WKy8fn3zupBiE0uF9 Description:catalog service description Model UUID:0c561c64-ae08-4ed9-970a-ff6083277337 Model Version:NULL Model InvariantUuid:faa0f281-5397-4ccf-9daf-66fde0b7b7f8 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=? 2021-11-11T11:28:07.063Z|17112192-0940-49e8-898a-8f36d0eed5dd|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: 2db5780a-e5b9-4448-957c-a5440853a662 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=? 2021-11-11T11:28:07.067Z|17112192-0940-49e8-898a-8f36d0eed5dd|pool-2-thread-6|||||INFO|500||pNF 4b9f02de-ec09 0 2021-11-11T11:28:07.067Z|17112192-0940-49e8-898a-8f36d0eed5dd|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 2db5780a-e5b9-4448-957c-a5440853a662 2021-11-11T11:28:07.067Z|17112192-0940-49e8-898a-8f36d0eed5dd|pool-2-thread-6|||||DEBUG|500||No resources found for Service: 0c561c64-ae08-4ed9-970a-ff6083277337 2021-11-11T11:28:07.068Z|17112192-0940-49e8-898a-8f36d0eed5dd|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 0c561c64-ae08-4ed9-970a-ff6083277337 2021-11-11T11:28:07.068Z|17112192-0940-49e8-898a-8f36d0eed5dd|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 4b9f02de-ec09 0 2db5780a-e5b9-4448-957c-a5440853a662 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=? 2021-11-11T11:28:07.071Z|17112192-0940-49e8-898a-8f36d0eed5dd|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5552bfdf, org.onap.sdc.toscaparser.api.parameters.Input@2a411455, org.onap.sdc.toscaparser.api.parameters.Input@7a7c1987, org.onap.sdc.toscaparser.api.parameters.Input@71e81142, org.onap.sdc.toscaparser.api.parameters.Input@3184e4e7] 2021-11-11T11:28:07.072Z|17112192-0940-49e8-898a-8f36d0eed5dd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T11:28:07.072Z|17112192-0940-49e8-898a-8f36d0eed5dd|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_AC9WKy8fn3zupBiE0uF9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-11T11:28:07.072Z|17112192-0940-49e8-898a-8f36d0eed5dd|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 0c561c64-ae08-4ed9-970a-ff6083277337: pNF 4b9f02de-ec09 2021-11-11T11:28:07.072Z|17112192-0940-49e8-898a-8f36d0eed5dd|pool-2-thread-6|||||INFO|500||Processing PNF resource: 2db5780a-e5b9-4448-957c-a5440853a662 2021-11-11T11:28:07.072Z|17112192-0940-49e8-898a-8f36d0eed5dd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T11:28:07.072Z|17112192-0940-49e8-898a-8f36d0eed5dd|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_AC9WKy8fn3zupBiE0uF9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-11T11:28:07.073Z|17112192-0940-49e8-898a-8f36d0eed5dd|pool-2-thread-6|||||INFO|500||Resource customization UUID: 662fe9ca-bc5b-4574-9a23-9cbea93d6da9 is the same as notified resource customizationUUID: 662fe9ca-bc5b-4574-9a23-9cbea93d6da9 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 (?, ?) 2021-11-11T11:28:07.109Z|17112192-0940-49e8-898a-8f36d0eed5dd|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 4b9f02de-ec09 2db5780a-e5b9-4448-957c-a5440853a662 0 ASDC deployResourceStructure 2021-11-11T11:28:07.109Z|17112192-0940-49e8-898a-8f36d0eed5dd|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfAc9wky8fn3zupbie0uf9/1.0/artifacts/service-DemoPnfAc9wky8fn3zupbie0uf9-csar.csar ASDC sendASDCNotification 2021-11-11T11:28:07.109Z|17112192-0940-49e8-898a-8f36d0eed5dd|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfAc9wky8fn3zupbie0uf9/1.0/artifacts/service-DemoPnfAc9wky8fn3zupbie0uf9-csar.csar 2021-11-11T11:28:07.109Z|17112192-0940-49e8-898a-8f36d0eed5dd|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-11T11:28:07.109Z|17112192-0940-49e8-898a-8f36d0eed5dd|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-11T11:28:07.112Z|17112192-0940-49e8-898a-8f36d0eed5dd|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-11T11:28:07.112Z|17112192-0940-49e8-898a-8f36d0eed5dd|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "17112192-0940-49e8-898a-8f36d0eed5dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636630087109, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAc9wky8fn3zupbie0uf9/1.0/artifacts/service-DemoPnfAc9wky8fn3zupbie0uf9-csar.csar", "status": "DEPLOY_OK" } 2021-11-11T11:28:07.211Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-11T11:28:07.212Z||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. 2021-11-11T11:28:07.212Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CtoXtZ0TKyziuG3U) ... 2021-11-11T11:28:07.226Z||pool-121-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:28:07.227Z||pool-121-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-11-11T11:28:08.113Z|17112192-0940-49e8-898a-8f36d0eed5dd|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 17112192-0940-49e8-898a-8f36d0eed5dd Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-11-11T11:28:08.125Z|17112192-0940-49e8-898a-8f36d0eed5dd|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 17112192-0940-49e8-898a-8f36d0eed5dd 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=? 2021-11-11T11:28:08.127Z|17112192-0940-49e8-898a-8f36d0eed5dd|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-11T11:28:08.127Z|17112192-0940-49e8-898a-8f36d0eed5dd|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-11-11T11:28:08.127Z|17112192-0940-49e8-898a-8f36d0eed5dd|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-11-11T11:28:08.128Z|17112192-0940-49e8-898a-8f36d0eed5dd|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-11-11T11:28:08.128Z|17112192-0940-49e8-898a-8f36d0eed5dd|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-11T11:28:08.128Z|17112192-0940-49e8-898a-8f36d0eed5dd|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-11T11:28:08.128Z|17112192-0940-49e8-898a-8f36d0eed5dd|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-11T11:28:08.128Z|17112192-0940-49e8-898a-8f36d0eed5dd|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-11T11:28:08.128Z|17112192-0940-49e8-898a-8f36d0eed5dd|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-11T11:28:08.129Z|17112192-0940-49e8-898a-8f36d0eed5dd|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-11T11:28:08.129Z|17112192-0940-49e8-898a-8f36d0eed5dd|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-11T11:28:08.129Z|17112192-0940-49e8-898a-8f36d0eed5dd|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=? 2021-11-11T11:28:08.134Z|17112192-0940-49e8-898a-8f36d0eed5dd|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-11-11T11:28:38.135Z|17112192-0940-49e8-898a-8f36d0eed5dd|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 17112192-0940-49e8-898a-8f36d0eed5dd 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=? 2021-11-11T11:28:38.157Z|17112192-0940-49e8-898a-8f36d0eed5dd|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 17112192-0940-49e8-898a-8f36d0eed5dd and serviceModelVersionId: 0c561c64-ae08-4ed9-970a-ff6083277337 2021-11-11T11:28:38.158Z|17112192-0940-49e8-898a-8f36d0eed5dd|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : faa0f281-5397-4ccf-9daf-66fde0b7b7f8 2021-11-11T11:28:38.159Z|17112192-0940-49e8-898a-8f36d0eed5dd|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/faa0f281-5397-4ccf-9daf-66fde0b7b7f8/model-vers/model-ver/0c561c64-ae08-4ed9-970a-ff6083277337?depth=0 2021-11-11T11:28:38.168Z|17112192-0940-49e8-898a-8f36d0eed5dd|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2021-11-11T11:28:38.222Z|17112192-0940-49e8-898a-8f36d0eed5dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/faa0f281-5397-4ccf-9daf-66fde0b7b7f8/model-vers/model-ver/0c561c64-ae08-4ed9-970a-ff6083277337?depth=0|INFO|500||Invoke 2021-11-11T11:28:38.223Z|17112192-0940-49e8-898a-8f36d0eed5dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/faa0f281-5397-4ccf-9daf-66fde0b7b7f8/model-vers/model-ver/0c561c64-ae08-4ed9-970a-ff6083277337?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/faa0f281-5397-4ccf-9daf-66fde0b7b7f8/model-vers/model-ver/0c561c64-ae08-4ed9-970a-ff6083277337?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[17112192-0940-49e8-898a-8f36d0eed5dd], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b72b2ef5-16ee-49f1-baf2-ebbf209287e5], X-ECOMP-RequestID=[17112192-0940-49e8-898a-8f36d0eed5dd], X-TransactionId=[], X-ONAP-RequestID=[17112192-0940-49e8-898a-8f36d0eed5dd], Content-Type=[application/merge-patch+json]} 2021-11-11T11:28:38.268Z|17112192-0940-49e8-898a-8f36d0eed5dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/faa0f281-5397-4ccf-9daf-66fde0b7b7f8/model-vers/model-ver/0c561c64-ae08-4ed9-970a-ff6083277337?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-11-11T11:28:38.701Z|17112192-0940-49e8-898a-8f36d0eed5dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/faa0f281-5397-4ccf-9daf-66fde0b7b7f8/model-vers/model-ver/0c561c64-ae08-4ed9-970a-ff6083277337?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/faa0f281-5397-4ccf-9daf-66fde0b7b7f8/model-vers/model-ver/0c561c64-ae08-4ed9-970a-ff6083277337?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211111-11:28:38:276-98220], vertex-id=[487496], Content-Length=[0], Date=[Thu, 11 Nov 2021 11:28:38 GMT], Content-Type=[application/json]} 2021-11-11T11:28:38.701Z|17112192-0940-49e8-898a-8f36d0eed5dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/faa0f281-5397-4ccf-9daf-66fde0b7b7f8/model-vers/model-ver/0c561c64-ae08-4ed9-970a-ff6083277337?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-11-11T11:28:38.702Z|17112192-0940-49e8-898a-8f36d0eed5dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/faa0f281-5397-4ccf-9daf-66fde0b7b7f8/model-vers/model-ver/0c561c64-ae08-4ed9-970a-ff6083277337?depth=0|INFO|500||InvokeReturn 2021-11-11T11:28:38.704Z|17112192-0940-49e8-898a-8f36d0eed5dd|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-11-11T11:28:38.704Z|17112192-0940-49e8-898a-8f36d0eed5dd|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=? 2021-11-11T11:28:38.710Z|17112192-0940-49e8-898a-8f36d0eed5dd|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) 2021-11-11T11:28:38.711Z|17112192-0940-49e8-898a-8f36d0eed5dd|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 17112192-0940-49e8-898a-8f36d0eed5dd and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-11-11T11:28:38.711Z|17112192-0940-49e8-898a-8f36d0eed5dd|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-11-11T11:28:38.712Z|17112192-0940-49e8-898a-8f36d0eed5dd|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-11T11:28:38.714Z|17112192-0940-49e8-898a-8f36d0eed5dd|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-11T11:28:38.715Z|17112192-0940-49e8-898a-8f36d0eed5dd|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "17112192-0940-49e8-898a-8f36d0eed5dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636630118711, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-11T11:28:38.815Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-11T11:28:38.816Z||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. 2021-11-11T11:28:38.816Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CtoXtZ0TKyziuG3U) ... 2021-11-11T11:28:38.842Z||pool-122-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:28:38.842Z||pool-122-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-11-11T11:28:56.342Z|17112192-0940-49e8-898a-8f36d0eed5dd|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T11:28:56.343Z|17112192-0940-49e8-898a-8f36d0eed5dd|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. 2021-11-11T11:28:56.343Z|17112192-0940-49e8-898a-8f36d0eed5dd|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 CtoXtZ0TKyziuG3U) ... 2021-11-11T11:28:56.344Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T11:28:56.345Z||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. 2021-11-11T11:28:56.345Z||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 CtoXtZ0TKyziuG3U) ... 2021-11-11T11:28:56.468Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:28:56.469Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-11T11:28:56.469Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "17112192-0940-49e8-898a-8f36d0eed5dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636630076342, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAc9wky8fn3zupbie0uf9/1.0/resourceInstances/pnf4b9f02deec090/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-11T11:28:56.470Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-11T11:28:56.967Z|17112192-0940-49e8-898a-8f36d0eed5dd|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:28:56.968Z|17112192-0940-49e8-898a-8f36d0eed5dd|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-11T11:28:56.968Z|17112192-0940-49e8-898a-8f36d0eed5dd|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"36a3ef8d-95f0-4c83-b22c-60d40d49dd05","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"62b9fa03-73a5-49ba-b5eb-4d1e33ed12e9","serviceDescription":"service","serviceInvariantUUID":"46ea88ba-4696-4e0f-8094-02ffc0e755e9","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"13559680-f613-47a1-a54a-f4e42d7e08b9","resourceInvariantUUID":"c3807762-4243-4be2-938d-8d7fd91351c6","resourceCustomizationUUID":"80c7d3b1-1fba-411e-8ad5-5b4f33667c44","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":"YTdiMWE5NWVhMWFhOWJiZTNjNjRiODdmZTRiZGY2ZjM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1ea64c26-b760-444b-8351-521ad195e435","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":"86d522e9-ccc0-4821-9452-a0a145e96a78","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":"d0b2e567-05a3-440b-a74f-b3337e7d0f05","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":"NTI2ZWQ4MjE3YjcxMzhjZjE1M2I1ODY5ZWQ0YjNhYzA\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"e4b8f2fd-87fe-4882-9eab-43ab2690e25f","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":"d1db33ca-954b-4308-ab8c-378fb2ff8196","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":"46da8235-635c-4dd8-a0ab-209291b71a69","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":"04106f8c-5d95-452e-b883-0ef9c9eb371d","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":"MWVjNTE0YzRkMGQ0NzZmOTZkMzRhOWE0MWJkZTE2NGM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"721c0e30-1cdd-4b8c-b319-7424ab5ff409","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"NzAzNzNkOWY1NTcyYTQ5MDhiMTMyMTUyOWQ2NzgwMTU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8e9fb71a-35f8-4f83-a955-209482ad257d","artifactVersion":"1"}],"workloadContext":"Production"} 2021-11-11T11:28:56.970Z|17112192-0940-49e8-898a-8f36d0eed5dd|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-11T11:28:56.970Z|17112192-0940-49e8-898a-8f36d0eed5dd|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-11T11:28:56.972Z|17112192-0940-49e8-898a-8f36d0eed5dd|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-11T11:28:56.973Z|17112192-0940-49e8-898a-8f36d0eed5dd|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "36a3ef8d-95f0-4c83-b22c-60d40d49dd05", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636630136342, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-11T11:28:57.072Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-11T11:28:57.073Z||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. 2021-11-11T11:28:57.073Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CtoXtZ0TKyziuG3U) ... 2021-11-11T11:28:57.084Z||pool-123-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:28:57.085Z||pool-123-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-11T11:28:57.973Z|17112192-0940-49e8-898a-8f36d0eed5dd|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-11T11:28:57.975Z|17112192-0940-49e8-898a-8f36d0eed5dd|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-11T11:28:57.976Z|17112192-0940-49e8-898a-8f36d0eed5dd|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-11T11:28:57.977Z|17112192-0940-49e8-898a-8f36d0eed5dd|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "36a3ef8d-95f0-4c83-b22c-60d40d49dd05", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636630136342, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-11T11:28:58.076Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-11T11:28:58.077Z||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. 2021-11-11T11:28:58.077Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CtoXtZ0TKyziuG3U) ... 2021-11-11T11:28:58.092Z||pool-124-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:28:58.093Z||pool-124-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2021-11-11T11:28:58.977Z|17112192-0940-49e8-898a-8f36d0eed5dd|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-11T11:28:58.978Z|17112192-0940-49e8-898a-8f36d0eed5dd|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-11T11:28:58.980Z|17112192-0940-49e8-898a-8f36d0eed5dd|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-11T11:28:58.980Z|17112192-0940-49e8-898a-8f36d0eed5dd|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "36a3ef8d-95f0-4c83-b22c-60d40d49dd05", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636630136342, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-11T11:28:59.080Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-11T11:28:59.080Z||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. 2021-11-11T11:28:59.080Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CtoXtZ0TKyziuG3U) ... 2021-11-11T11:28:59.090Z||pool-125-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:28:59.090Z||pool-125-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-11-11T11:28:59.980Z|17112192-0940-49e8-898a-8f36d0eed5dd|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-11T11:28:59.981Z|17112192-0940-49e8-898a-8f36d0eed5dd|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-11T11:28:59.983Z|17112192-0940-49e8-898a-8f36d0eed5dd|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-11T11:28:59.983Z|17112192-0940-49e8-898a-8f36d0eed5dd|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "36a3ef8d-95f0-4c83-b22c-60d40d49dd05", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636630136342, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-11-11T11:29:00.083Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-11T11:29:00.083Z||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. 2021-11-11T11:29:00.083Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CtoXtZ0TKyziuG3U) ... 2021-11-11T11:29:00.099Z||pool-126-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:29:00.099Z||pool-126-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-11-11T11:29:00.984Z|17112192-0940-49e8-898a-8f36d0eed5dd|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-11T11:29:00.984Z|17112192-0940-49e8-898a-8f36d0eed5dd|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-11T11:29:00.986Z|17112192-0940-49e8-898a-8f36d0eed5dd|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-11T11:29:00.986Z|17112192-0940-49e8-898a-8f36d0eed5dd|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "36a3ef8d-95f0-4c83-b22c-60d40d49dd05", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636630136342, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-11T11:29:01.086Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-11T11:29:01.087Z||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. 2021-11-11T11:29:01.087Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CtoXtZ0TKyziuG3U) ... 2021-11-11T11:29:01.099Z||pool-127-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:29:01.099Z||pool-127-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-11T11:29:01.988Z|17112192-0940-49e8-898a-8f36d0eed5dd|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-11T11:29:01.989Z|17112192-0940-49e8-898a-8f36d0eed5dd|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-11T11:29:01.991Z|17112192-0940-49e8-898a-8f36d0eed5dd|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-11T11:29:01.991Z|17112192-0940-49e8-898a-8f36d0eed5dd|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "36a3ef8d-95f0-4c83-b22c-60d40d49dd05", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636630136342, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-11T11:29:02.091Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-11T11:29:02.092Z||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. 2021-11-11T11:29:02.092Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CtoXtZ0TKyziuG3U) ... 2021-11-11T11:29:02.104Z||pool-128-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:29:02.105Z||pool-128-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-11-11T11:29:02.992Z|17112192-0940-49e8-898a-8f36d0eed5dd|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-11T11:29:02.993Z|17112192-0940-49e8-898a-8f36d0eed5dd|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-11T11:29:02.995Z|17112192-0940-49e8-898a-8f36d0eed5dd|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-11T11:29:02.995Z|17112192-0940-49e8-898a-8f36d0eed5dd|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "36a3ef8d-95f0-4c83-b22c-60d40d49dd05", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636630136342, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-11T11:29:03.095Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-11T11:29:03.096Z||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. 2021-11-11T11:29:03.096Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CtoXtZ0TKyziuG3U) ... 2021-11-11T11:29:03.107Z||pool-129-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:29:03.107Z||pool-129-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-11-11T11:29:03.996Z|17112192-0940-49e8-898a-8f36d0eed5dd|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-11T11:29:03.996Z|17112192-0940-49e8-898a-8f36d0eed5dd|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-11T11:29:03.999Z|17112192-0940-49e8-898a-8f36d0eed5dd|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-11T11:29:03.999Z|17112192-0940-49e8-898a-8f36d0eed5dd|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "36a3ef8d-95f0-4c83-b22c-60d40d49dd05", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636630136342, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-11-11T11:29:04.099Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-11T11:29:04.099Z||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. 2021-11-11T11:29:04.100Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CtoXtZ0TKyziuG3U) ... 2021-11-11T11:29:04.111Z||pool-130-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:29:04.112Z||pool-130-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-11T11:29:05.000Z|17112192-0940-49e8-898a-8f36d0eed5dd|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-11T11:29:05.000Z|17112192-0940-49e8-898a-8f36d0eed5dd|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-11T11:29:05.002Z|17112192-0940-49e8-898a-8f36d0eed5dd|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-11T11:29:05.002Z|17112192-0940-49e8-898a-8f36d0eed5dd|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "36a3ef8d-95f0-4c83-b22c-60d40d49dd05", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636630136342, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-11-11T11:29:05.102Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-11T11:29:05.102Z||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. 2021-11-11T11:29:05.102Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CtoXtZ0TKyziuG3U) ... 2021-11-11T11:29:05.122Z||pool-131-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:29:05.122Z||pool-131-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2021-11-11T11:29:06.003Z|17112192-0940-49e8-898a-8f36d0eed5dd|pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "36a3ef8d-95f0-4c83-b22c-60d40d49dd05", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "62b9fa03-73a5-49ba-b5eb-4d1e33ed12e9", "serviceDescription": "service", "serviceInvariantUUID": "46ea88ba-4696-4e0f-8094-02ffc0e755e9", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "80c7d3b1-1fba-411e-8ad5-5b4f33667c44", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "13559680-f613-47a1-a54a-f4e42d7e08b9", "resourceInvariantUUID": "c3807762-4243-4be2-938d-8d7fd91351c6", "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": "NzAzNzNkOWY1NTcyYTQ5MDhiMTMyMTUyOWQ2NzgwMTU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "8e9fb71a-35f8-4f83-a955-209482ad257d" } ], "workloadContext": "Production" } 2021-11-11T11:29:06.003Z|17112192-0940-49e8-898a-8f36d0eed5dd|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-11-11T11:29:06.003Z|17112192-0940-49e8-898a-8f36d0eed5dd|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 62b9fa03-73a5-49ba-b5eb-4d1e33ed12e9 ASDC 2021-11-11T11:29:06.004Z|36a3ef8d-95f0-4c83-b22c-60d40d49dd05|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:36a3ef8d-95f0-4c83-b22c-60d40d49dd05 ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:62b9fa03-73a5-49ba-b5eb-4d1e33ed12e9 ServiceInvariantUUID:46ea88ba-4696-4e0f-8094-02ffc0e755e9 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:8e9fb71a-35f8-4f83-a955-209482ad257d ArtifactChecksum:NzAzNzNkOWY1NTcyYTQ5MDhiMTMyMTUyOWQ2NzgwMTU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:80c7d3b1-1fba-411e-8ad5-5b4f33667c44 ResourceInvariantUUID:c3807762-4243-4be2-938d-8d7fd91351c6 ResourceName:test-pnf ResourceType:PNF ResourceUUID:13559680-f613-47a1-a54a-f4e42d7e08b9 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2021-11-11T11:29:06.004Z|36a3ef8d-95f0-4c83-b22c-60d40d49dd05|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 62b9fa03-73a5-49ba-b5eb-4d1e33ed12e9 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 (?, ?, ?, ?, ?) 2021-11-11T11:29:06.048Z|36a3ef8d-95f0-4c83-b22c-60d40d49dd05|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-11T11:29:06.049Z|36a3ef8d-95f0-4c83-b22c-60d40d49dd05|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2021-11-11T11:29:06.049Z|36a3ef8d-95f0-4c83-b22c-60d40d49dd05|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2021-11-11T11:29:06.050Z|36a3ef8d-95f0-4c83-b22c-60d40d49dd05|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 8e9fb71a-35f8-4f83-a955-209482ad257d from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2021-11-11T11:29:06.050Z|36a3ef8d-95f0-4c83-b22c-60d40d49dd05|pool-2-thread-6|||||INFO|500||DistributionClient - download 2021-11-11T11:29:06.050Z|36a3ef8d-95f0-4c83-b22c-60d40d49dd05|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2021-11-11T11:29:06.114Z|36a3ef8d-95f0-4c83-b22c-60d40d49dd05|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2021-11-11T11:29:06.118Z|36a3ef8d-95f0-4c83-b22c-60d40d49dd05|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 8e9fb71a-35f8-4f83-a955-209482ad257d 105637 2021-11-11T11:29:06.119Z|36a3ef8d-95f0-4c83-b22c-60d40d49dd05|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2021-11-11T11:29:06.119Z|36a3ef8d-95f0-4c83-b22c-60d40d49dd05|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2021-11-11T11:29:06.119Z|36a3ef8d-95f0-4c83-b22c-60d40d49dd05|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-11T11:29:06.119Z|36a3ef8d-95f0-4c83-b22c-60d40d49dd05|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-11T11:29:06.121Z|36a3ef8d-95f0-4c83-b22c-60d40d49dd05|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-11T11:29:06.121Z|36a3ef8d-95f0-4c83-b22c-60d40d49dd05|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "36a3ef8d-95f0-4c83-b22c-60d40d49dd05", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636630146118, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-11T11:29:06.221Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-11T11:29:06.222Z||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. 2021-11-11T11:29:06.222Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CtoXtZ0TKyziuG3U) ... 2021-11-11T11:29:06.235Z||pool-132-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:29:06.235Z||pool-132-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-11-11T11:29:07.122Z|36a3ef8d-95f0-4c83-b22c-60d40d49dd05|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-11T11:29:07.122Z|36a3ef8d-95f0-4c83-b22c-60d40d49dd05|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2021-11-11T11:29:07.123Z|36a3ef8d-95f0-4c83-b22c-60d40d49dd05|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 8e9fb71a-35f8-4f83-a955-209482ad257d, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-11-11T11:29:07.123Z|36a3ef8d-95f0-4c83-b22c-60d40d49dd05|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2021-11-11T11:29:07.124Z|36a3ef8d-95f0-4c83-b22c-60d40d49dd05|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-11-11T11:29:07.124Z|36a3ef8d-95f0-4c83-b22c-60d40d49dd05|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-11-11T11:29:07.233Z|36a3ef8d-95f0-4c83-b22c-60d40d49dd05|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16513647117190742138/Definitions/service-TestPnfMacro-template.yml 2021-11-11T11:29:07.989Z|36a3ef8d-95f0-4c83-b22c-60d40d49dd05|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2021-11-11T11:29:07.990Z|36a3ef8d-95f0-4c83-b22c-60d40d49dd05|pool-2-thread-6|||||WARN|500||#################################################################################################### 2021-11-11T11:29:07.990Z|36a3ef8d-95f0-4c83-b22c-60d40d49dd05|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-11-11T11:29:07.990Z|36a3ef8d-95f0-4c83-b22c-60d40d49dd05|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2021-11-11T11:29:07.990Z|36a3ef8d-95f0-4c83-b22c-60d40d49dd05|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-TestPnfMacro-csar.csar 2021-11-11T11:29:07.991Z|36a3ef8d-95f0-4c83-b22c-60d40d49dd05|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-TestPnfMacro-csar.csar 2021-11-11T11:29:07.991Z|36a3ef8d-95f0-4c83-b22c-60d40d49dd05|pool-2-thread-6|||||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 2021-11-11T11:29:07.991Z|36a3ef8d-95f0-4c83-b22c-60d40d49dd05|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-TestPnfMacro-csar.csar 2021-11-11T11:29:07.991Z|36a3ef8d-95f0-4c83-b22c-60d40d49dd05|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-TestPnfMacro-csar.csar 2021-11-11T11:29:07.992Z|36a3ef8d-95f0-4c83-b22c-60d40d49dd05|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-TestPnfMacro-csar.csar 2021-11-11T11:29:07.992Z|36a3ef8d-95f0-4c83-b22c-60d40d49dd05|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-TestPnfMacro-csar.csar 2021-11-11T11:29:07.992Z|36a3ef8d-95f0-4c83-b22c-60d40d49dd05|pool-2-thread-6|||||WARN|500||#################################################################################################### 2021-11-11T11:29:07.993Z|36a3ef8d-95f0-4c83-b22c-60d40d49dd05|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T11:29:07.993Z|36a3ef8d-95f0-4c83-b22c-60d40d49dd05|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-11T11:29:07.993Z|36a3ef8d-95f0-4c83-b22c-60d40d49dd05|pool-2-thread-6|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2021-11-11T11:29:07.994Z|36a3ef8d-95f0-4c83-b22c-60d40d49dd05|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2021-11-11T11:29:07.994Z|36a3ef8d-95f0-4c83-b22c-60d40d49dd05|pool-2-thread-6|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-11T11:29:07.994Z|36a3ef8d-95f0-4c83-b22c-60d40d49dd05|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T11:29:07.994Z|36a3ef8d-95f0-4c83-b22c-60d40d49dd05|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-11T11:29:07.995Z|36a3ef8d-95f0-4c83-b22c-60d40d49dd05|pool-2-thread-6|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2021-11-11T11:29:07.995Z|36a3ef8d-95f0-4c83-b22c-60d40d49dd05|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2021-11-11T11:29:07.995Z|36a3ef8d-95f0-4c83-b22c-60d40d49dd05|pool-2-thread-6|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-11T11:29:07.996Z|36a3ef8d-95f0-4c83-b22c-60d40d49dd05|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T11:29:07.996Z|36a3ef8d-95f0-4c83-b22c-60d40d49dd05|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-11T11:29:07.996Z|36a3ef8d-95f0-4c83-b22c-60d40d49dd05|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T11:29:07.997Z|36a3ef8d-95f0-4c83-b22c-60d40d49dd05|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-11T11:29:07.997Z|36a3ef8d-95f0-4c83-b22c-60d40d49dd05|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T11:29:07.997Z|36a3ef8d-95f0-4c83-b22c-60d40d49dd05|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-11T11:29:07.997Z|36a3ef8d-95f0-4c83-b22c-60d40d49dd05|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T11:29:07.998Z|36a3ef8d-95f0-4c83-b22c-60d40d49dd05|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-11T11:29:07.998Z|36a3ef8d-95f0-4c83-b22c-60d40d49dd05|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T11:29:07.998Z|36a3ef8d-95f0-4c83-b22c-60d40d49dd05|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-11T11:29:07.999Z|36a3ef8d-95f0-4c83-b22c-60d40d49dd05|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:62b9fa03-73a5-49ba-b5eb-4d1e33ed12e9 Model Version:NULL Model InvariantUuid:46ea88ba-4696-4e0f-8094-02ffc0e755e9 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=? 2021-11-11T11:29:08.007Z|36a3ef8d-95f0-4c83-b22c-60d40d49dd05|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: 13559680-f613-47a1-a54a-f4e42d7e08b9 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=? 2021-11-11T11:29:08.010Z|36a3ef8d-95f0-4c83-b22c-60d40d49dd05|pool-2-thread-6|||||INFO|500||test-pnf 0 2021-11-11T11:29:08.010Z|36a3ef8d-95f0-4c83-b22c-60d40d49dd05|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 13559680-f613-47a1-a54a-f4e42d7e08b9 2021-11-11T11:29:08.010Z|36a3ef8d-95f0-4c83-b22c-60d40d49dd05|pool-2-thread-6|||||DEBUG|500||No resources found for Service: 62b9fa03-73a5-49ba-b5eb-4d1e33ed12e9 2021-11-11T11:29:08.010Z|36a3ef8d-95f0-4c83-b22c-60d40d49dd05|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 62b9fa03-73a5-49ba-b5eb-4d1e33ed12e9 2021-11-11T11:29:08.010Z|36a3ef8d-95f0-4c83-b22c-60d40d49dd05|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 13559680-f613-47a1-a54a-f4e42d7e08b9 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=? 2021-11-11T11:29:08.014Z|36a3ef8d-95f0-4c83-b22c-60d40d49dd05|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2252d347, org.onap.sdc.toscaparser.api.parameters.Input@224420dc, org.onap.sdc.toscaparser.api.parameters.Input@1c2329b7, org.onap.sdc.toscaparser.api.parameters.Input@2bb451ce, org.onap.sdc.toscaparser.api.parameters.Input@1f487714] 2021-11-11T11:29:08.015Z|36a3ef8d-95f0-4c83-b22c-60d40d49dd05|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T11:29:08.015Z|36a3ef8d-95f0-4c83-b22c-60d40d49dd05|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-11T11:29:08.015Z|36a3ef8d-95f0-4c83-b22c-60d40d49dd05|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 62b9fa03-73a5-49ba-b5eb-4d1e33ed12e9: test-pnf 2021-11-11T11:29:08.016Z|36a3ef8d-95f0-4c83-b22c-60d40d49dd05|pool-2-thread-6|||||INFO|500||Processing PNF resource: 13559680-f613-47a1-a54a-f4e42d7e08b9 2021-11-11T11:29:08.016Z|36a3ef8d-95f0-4c83-b22c-60d40d49dd05|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-11T11:29:08.016Z|36a3ef8d-95f0-4c83-b22c-60d40d49dd05|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-11T11:29:08.016Z|36a3ef8d-95f0-4c83-b22c-60d40d49dd05|pool-2-thread-6|||||INFO|500||Resource customization UUID: 80c7d3b1-1fba-411e-8ad5-5b4f33667c44 is the same as notified resource customizationUUID: 80c7d3b1-1fba-411e-8ad5-5b4f33667c44 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 (?, ?) 2021-11-11T11:29:08.051Z|36a3ef8d-95f0-4c83-b22c-60d40d49dd05|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 13559680-f613-47a1-a54a-f4e42d7e08b9 0 ASDC deployResourceStructure 2021-11-11T11:29:08.051Z|36a3ef8d-95f0-4c83-b22c-60d40d49dd05|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2021-11-11T11:29:08.051Z|36a3ef8d-95f0-4c83-b22c-60d40d49dd05|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2021-11-11T11:29:08.051Z|36a3ef8d-95f0-4c83-b22c-60d40d49dd05|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-11T11:29:08.052Z|36a3ef8d-95f0-4c83-b22c-60d40d49dd05|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-11T11:29:08.053Z|36a3ef8d-95f0-4c83-b22c-60d40d49dd05|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-11T11:29:08.054Z|36a3ef8d-95f0-4c83-b22c-60d40d49dd05|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "36a3ef8d-95f0-4c83-b22c-60d40d49dd05", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636630148051, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-11-11T11:29:08.153Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-11T11:29:08.154Z||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. 2021-11-11T11:29:08.154Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CtoXtZ0TKyziuG3U) ... 2021-11-11T11:29:08.164Z||pool-133-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:29:08.164Z||pool-133-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2021-11-11T11:29:09.054Z|36a3ef8d-95f0-4c83-b22c-60d40d49dd05|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 36a3ef8d-95f0-4c83-b22c-60d40d49dd05 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-11-11T11:29:09.063Z|36a3ef8d-95f0-4c83-b22c-60d40d49dd05|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 36a3ef8d-95f0-4c83-b22c-60d40d49dd05 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=? 2021-11-11T11:29:09.065Z|36a3ef8d-95f0-4c83-b22c-60d40d49dd05|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-11T11:29:09.065Z|36a3ef8d-95f0-4c83-b22c-60d40d49dd05|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-11T11:29:09.066Z|36a3ef8d-95f0-4c83-b22c-60d40d49dd05|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-11T11:29:39.066Z|36a3ef8d-95f0-4c83-b22c-60d40d49dd05|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 36a3ef8d-95f0-4c83-b22c-60d40d49dd05 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-11-11T11:29:39.078Z|36a3ef8d-95f0-4c83-b22c-60d40d49dd05|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 36a3ef8d-95f0-4c83-b22c-60d40d49dd05 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=? 2021-11-11T11:29:39.081Z|36a3ef8d-95f0-4c83-b22c-60d40d49dd05|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-11T11:29:39.082Z|36a3ef8d-95f0-4c83-b22c-60d40d49dd05|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-11T11:29:39.082Z|36a3ef8d-95f0-4c83-b22c-60d40d49dd05|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-11T11:29:56.346Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T11:29:56.350Z||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. 2021-11-11T11:29:56.350Z||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 CtoXtZ0TKyziuG3U) ... 2021-11-11T11:29:56.393Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:29:56.396Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-11T11:29:56.396Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "17112192-0940-49e8-898a-8f36d0eed5dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636630076342, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAc9wky8fn3zupbie0uf9/1.0/resourceInstances/pnf4b9f02deec090/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-11T11:29:56.398Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-11T11:29:56.398Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-11T11:29:56.398Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "17112192-0940-49e8-898a-8f36d0eed5dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636630076342, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAc9wky8fn3zupbie0uf9/1.0/resourceInstances/pnf4b9f02deec090/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-11T11:29:56.399Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-11T11:29:56.399Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-11T11:29:56.399Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "17112192-0940-49e8-898a-8f36d0eed5dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636630076342, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAc9wky8fn3zupbie0uf9/1.0/resourceInstances/pnf4b9f02deec090/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-11T11:29:56.399Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-11T11:29:56.399Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-11T11:29:56.399Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "17112192-0940-49e8-898a-8f36d0eed5dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636630076342, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAc9wky8fn3zupbie0uf9/1.0/resourceInstances/pnf4b9f02deec090/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-11T11:29:56.399Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-11T11:29:56.399Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-11T11:29:56.400Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "17112192-0940-49e8-898a-8f36d0eed5dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636630076342, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAc9wky8fn3zupbie0uf9/1.0/resourceInstances/pnf4b9f02deec090/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-11T11:29:56.400Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-11T11:29:56.400Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-11T11:29:56.400Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "17112192-0940-49e8-898a-8f36d0eed5dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636630076342, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAc9wky8fn3zupbie0uf9/1.0/artifacts/service-DemoPnfAc9wky8fn3zupbie0uf9-template.yml", "status": "NOT_NOTIFIED" } 2021-11-11T11:29:56.400Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-11T11:29:56.400Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-11T11:29:56.401Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "17112192-0940-49e8-898a-8f36d0eed5dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636630076342, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAc9wky8fn3zupbie0uf9/1.0/artifacts/service-DemoPnfAc9wky8fn3zupbie0uf9-csar.csar", "status": "NOTIFIED" } 2021-11-11T11:29:56.402Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-11T11:29:56.402Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-11T11:29:56.402Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "17112192-0940-49e8-898a-8f36d0eed5dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636630085152, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAc9wky8fn3zupbie0uf9/1.0/artifacts/service-DemoPnfAc9wky8fn3zupbie0uf9-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-11T11:29:56.402Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-11T11:29:56.402Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-11T11:29:56.402Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "17112192-0940-49e8-898a-8f36d0eed5dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636630087109, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAc9wky8fn3zupbie0uf9/1.0/artifacts/service-DemoPnfAc9wky8fn3zupbie0uf9-csar.csar", "status": "DEPLOY_OK" } 2021-11-11T11:29:56.402Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-11T11:29:56.402Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-11T11:29:56.403Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "36a3ef8d-95f0-4c83-b22c-60d40d49dd05", "consumerID": "multicloud-k8s-id", "timestamp": 1636630096085, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-11T11:29:56.403Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-11T11:29:56.403Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-11T11:29:56.403Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "36a3ef8d-95f0-4c83-b22c-60d40d49dd05", "consumerID": "clamp", "timestamp": 1636630097492, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-11T11:29:56.403Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-11T11:29:56.403Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-11T11:29:56.404Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "36a3ef8d-95f0-4c83-b22c-60d40d49dd05", "consumerID": "dcae-sch", "timestamp": 1636630094890, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-11T11:29:56.404Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-11T11:29:56.404Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-11T11:29:56.404Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "36a3ef8d-95f0-4c83-b22c-60d40d49dd05", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636630097989, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-11T11:29:56.404Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-11T11:29:56.404Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-11T11:29:56.404Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "36a3ef8d-95f0-4c83-b22c-60d40d49dd05", "consumerID": "cds", "timestamp": 1636630101455, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-11T11:29:56.404Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-11T11:29:56.405Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-11T11:29:56.405Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "36a3ef8d-95f0-4c83-b22c-60d40d49dd05", "consumerID": "clamp", "timestamp": 1636630097492, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-11T11:29:56.405Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-11T11:29:56.405Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-11T11:29:56.405Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "36a3ef8d-95f0-4c83-b22c-60d40d49dd05", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636630097989, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-11T11:29:56.405Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-11T11:29:56.405Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-11T11:29:56.405Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "36a3ef8d-95f0-4c83-b22c-60d40d49dd05", "consumerID": "multicloud-k8s-id", "timestamp": 1636630096085, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-11T11:29:56.406Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-11T11:29:56.406Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-11T11:29:56.406Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "36a3ef8d-95f0-4c83-b22c-60d40d49dd05", "consumerID": "dcae-sch", "timestamp": 1636630094890, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-11T11:29:56.407Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-11T11:29:56.407Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-11T11:29:56.407Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "36a3ef8d-95f0-4c83-b22c-60d40d49dd05", "consumerID": "cds", "timestamp": 1636630101455, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-11T11:29:56.407Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-11T11:29:56.408Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-11T11:29:56.408Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "36a3ef8d-95f0-4c83-b22c-60d40d49dd05", "consumerID": "clamp", "timestamp": 1636630097492, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-11T11:29:56.408Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-11T11:29:56.408Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-11T11:29:56.408Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "36a3ef8d-95f0-4c83-b22c-60d40d49dd05", "consumerID": "multicloud-k8s-id", "timestamp": 1636630096085, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-11T11:29:56.409Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-11T11:29:56.409Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-11T11:29:56.409Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "36a3ef8d-95f0-4c83-b22c-60d40d49dd05", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636630097989, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-11T11:29:56.409Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-11T11:29:56.409Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-11T11:29:56.409Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "36a3ef8d-95f0-4c83-b22c-60d40d49dd05", "consumerID": "dcae-sch", "timestamp": 1636630094890, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-11T11:29:56.409Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-11T11:29:56.409Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-11T11:29:56.410Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "36a3ef8d-95f0-4c83-b22c-60d40d49dd05", "consumerID": "cds", "timestamp": 1636630101455, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-11T11:29:56.410Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-11T11:29:56.410Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-11T11:29:56.410Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "36a3ef8d-95f0-4c83-b22c-60d40d49dd05", "consumerID": "clamp", "timestamp": 1636630097492, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-11-11T11:29:56.410Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-11T11:29:56.410Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-11T11:29:56.410Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "36a3ef8d-95f0-4c83-b22c-60d40d49dd05", "consumerID": "multicloud-k8s-id", "timestamp": 1636630096085, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-11-11T11:29:56.411Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-11T11:29:56.411Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-11T11:29:56.411Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "36a3ef8d-95f0-4c83-b22c-60d40d49dd05", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636630097989, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-11-11T11:29:56.411Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-11T11:29:56.411Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-11T11:29:56.411Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "36a3ef8d-95f0-4c83-b22c-60d40d49dd05", "consumerID": "dcae-sch", "timestamp": 1636630094890, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-11-11T11:29:56.411Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-11T11:29:56.411Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-11T11:29:56.412Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "36a3ef8d-95f0-4c83-b22c-60d40d49dd05", "consumerID": "cds", "timestamp": 1636630101455, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-11-11T11:29:56.412Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-11T11:29:56.412Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-11T11:29:56.412Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "36a3ef8d-95f0-4c83-b22c-60d40d49dd05", "consumerID": "aai-ml", "timestamp": 1636630105147, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-11T11:29:56.412Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-11T11:29:56.412Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-11T11:29:56.413Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "36a3ef8d-95f0-4c83-b22c-60d40d49dd05", "consumerID": "clamp", "timestamp": 1636630097492, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-11T11:29:56.413Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-11T11:29:56.413Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-11T11:29:56.413Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "36a3ef8d-95f0-4c83-b22c-60d40d49dd05", "consumerID": "multicloud-k8s-id", "timestamp": 1636630096085, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-11T11:29:56.413Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-11T11:29:56.413Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-11T11:29:56.413Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "36a3ef8d-95f0-4c83-b22c-60d40d49dd05", "consumerID": "dcae-sch", "timestamp": 1636630094890, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-11T11:29:56.413Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-11T11:29:56.414Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-11T11:29:56.414Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "36a3ef8d-95f0-4c83-b22c-60d40d49dd05", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636630097989, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-11T11:29:56.414Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-11T11:29:56.414Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-11T11:29:56.414Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "36a3ef8d-95f0-4c83-b22c-60d40d49dd05", "consumerID": "cds", "timestamp": 1636630101455, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-11T11:29:56.414Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-11T11:29:56.414Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-11T11:29:56.414Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "36a3ef8d-95f0-4c83-b22c-60d40d49dd05", "consumerID": "aai-ml", "timestamp": 1636630105147, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-11T11:29:56.415Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-11T11:29:56.415Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-11T11:29:56.415Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "36a3ef8d-95f0-4c83-b22c-60d40d49dd05", "consumerID": "clamp", "timestamp": 1636630097492, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-11T11:29:56.415Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-11T11:29:56.415Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-11T11:29:56.415Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "36a3ef8d-95f0-4c83-b22c-60d40d49dd05", "consumerID": "multicloud-k8s-id", "timestamp": 1636630096085, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-11T11:29:56.416Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-11T11:29:56.416Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-11T11:29:56.416Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "36a3ef8d-95f0-4c83-b22c-60d40d49dd05", "consumerID": "dcae-sch", "timestamp": 1636630094890, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-11T11:29:56.416Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-11T11:29:56.416Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-11T11:29:56.416Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "36a3ef8d-95f0-4c83-b22c-60d40d49dd05", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636630097989, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-11T11:29:56.417Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-11T11:29:56.417Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-11T11:29:56.417Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "36a3ef8d-95f0-4c83-b22c-60d40d49dd05", "consumerID": "cds", "timestamp": 1636630101455, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-11T11:29:56.417Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-11T11:29:56.417Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-11T11:29:56.417Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "36a3ef8d-95f0-4c83-b22c-60d40d49dd05", "consumerID": "policy-id", "timestamp": 1636630106493, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-11T11:29:56.417Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-11T11:29:56.417Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-11T11:29:56.418Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "36a3ef8d-95f0-4c83-b22c-60d40d49dd05", "consumerID": "aai-ml", "timestamp": 1636630105147, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-11T11:29:56.418Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-11T11:29:56.418Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-11T11:29:56.418Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "36a3ef8d-95f0-4c83-b22c-60d40d49dd05", "consumerID": "clamp", "timestamp": 1636630097492, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-11T11:29:56.418Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-11T11:29:56.418Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-11T11:29:56.418Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "36a3ef8d-95f0-4c83-b22c-60d40d49dd05", "consumerID": "multicloud-k8s-id", "timestamp": 1636630096085, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-11T11:29:56.418Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-11T11:29:56.419Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-11T11:29:56.419Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "36a3ef8d-95f0-4c83-b22c-60d40d49dd05", "consumerID": "dcae-sch", "timestamp": 1636630094890, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-11T11:29:56.419Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-11T11:29:56.419Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-11T11:29:56.419Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "36a3ef8d-95f0-4c83-b22c-60d40d49dd05", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636630097989, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-11T11:29:56.419Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-11T11:29:56.419Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-11T11:29:56.419Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "36a3ef8d-95f0-4c83-b22c-60d40d49dd05", "consumerID": "cds", "timestamp": 1636630101455, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-11T11:29:56.420Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-11T11:29:56.420Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-11T11:29:56.420Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "36a3ef8d-95f0-4c83-b22c-60d40d49dd05", "consumerID": "policy-id", "timestamp": 1636630106493, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-11T11:29:56.420Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-11T11:29:56.420Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-11T11:29:56.420Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "36a3ef8d-95f0-4c83-b22c-60d40d49dd05", "consumerID": "aai-ml", "timestamp": 1636630105147, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-11-11T11:29:56.420Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-11T11:29:56.420Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-11T11:29:56.421Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "36a3ef8d-95f0-4c83-b22c-60d40d49dd05", "consumerID": "clamp", "timestamp": 1636630097492, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-11-11T11:29:56.421Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-11T11:29:56.421Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-11T11:29:56.421Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "36a3ef8d-95f0-4c83-b22c-60d40d49dd05", "consumerID": "multicloud-k8s-id", "timestamp": 1636630096085, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-11-11T11:29:56.421Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-11T11:29:56.421Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-11T11:29:56.421Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "36a3ef8d-95f0-4c83-b22c-60d40d49dd05", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636630097989, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-11-11T11:29:56.421Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-11T11:29:56.422Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-11T11:29:56.422Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "36a3ef8d-95f0-4c83-b22c-60d40d49dd05", "consumerID": "dcae-sch", "timestamp": 1636630094890, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-11-11T11:29:56.422Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-11T11:29:56.422Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-11T11:29:56.422Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "36a3ef8d-95f0-4c83-b22c-60d40d49dd05", "consumerID": "cds", "timestamp": 1636630101455, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-11-11T11:29:56.422Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-11T11:29:56.422Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-11T11:29:56.422Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "36a3ef8d-95f0-4c83-b22c-60d40d49dd05", "consumerID": "policy-id", "timestamp": 1636630106493, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-11T11:29:56.423Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-11T11:29:56.423Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-11T11:29:56.423Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "36a3ef8d-95f0-4c83-b22c-60d40d49dd05", "consumerID": "aai-ml", "timestamp": 1636630105147, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-11T11:29:56.423Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-11T11:29:56.423Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-11T11:29:56.423Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "36a3ef8d-95f0-4c83-b22c-60d40d49dd05", "consumerID": "clamp", "timestamp": 1636630097492, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-11-11T11:29:56.423Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-11T11:29:56.423Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-11T11:29:56.424Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "36a3ef8d-95f0-4c83-b22c-60d40d49dd05", "consumerID": "multicloud-k8s-id", "timestamp": 1636630096085, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-11-11T11:29:56.424Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-11T11:29:56.424Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-11T11:29:56.424Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "36a3ef8d-95f0-4c83-b22c-60d40d49dd05", "consumerID": "dcae-sch", "timestamp": 1636630094890, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-11T11:29:56.424Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-11T11:29:56.424Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-11T11:29:56.424Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "36a3ef8d-95f0-4c83-b22c-60d40d49dd05", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636630097989, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-11-11T11:29:56.425Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-11T11:29:56.425Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-11T11:29:56.425Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "36a3ef8d-95f0-4c83-b22c-60d40d49dd05", "consumerID": "ves-openapi-manager", "timestamp": 1636630109460, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-11T11:29:56.425Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-11T11:29:56.425Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-11T11:29:56.425Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "36a3ef8d-95f0-4c83-b22c-60d40d49dd05", "consumerID": "cds", "timestamp": 1636630101455, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-11-11T11:29:56.425Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-11T11:29:56.425Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-11T11:29:56.425Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "36a3ef8d-95f0-4c83-b22c-60d40d49dd05", "consumerID": "policy-id", "timestamp": 1636630106493, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-11-11T11:29:56.426Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-11T11:29:56.426Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-11T11:29:56.426Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "36a3ef8d-95f0-4c83-b22c-60d40d49dd05", "consumerID": "aai-ml", "timestamp": 1636630105147, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-11T11:29:56.426Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-11T11:29:56.426Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-11T11:29:56.426Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "36a3ef8d-95f0-4c83-b22c-60d40d49dd05", "consumerID": "ves-openapi-manager", "timestamp": 1636630109460, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-11T11:29:56.426Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-11T11:29:56.427Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-11T11:29:56.427Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "36a3ef8d-95f0-4c83-b22c-60d40d49dd05", "consumerID": "policy-id", "timestamp": 1636630106493, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-11T11:29:56.427Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-11T11:29:56.427Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-11T11:29:56.427Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "36a3ef8d-95f0-4c83-b22c-60d40d49dd05", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636630111206, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-11T11:29:56.427Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-11T11:29:56.427Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-11T11:29:56.427Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "36a3ef8d-95f0-4c83-b22c-60d40d49dd05", "consumerID": "cds", "timestamp": 1636630111212, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-11T11:29:56.428Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-11T11:29:56.428Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-11T11:29:56.428Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "36a3ef8d-95f0-4c83-b22c-60d40d49dd05", "consumerID": "aai-ml", "timestamp": 1636630105147, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-11T11:29:56.428Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-11T11:29:56.428Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-11T11:29:56.428Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "36a3ef8d-95f0-4c83-b22c-60d40d49dd05", "consumerID": "ves-openapi-manager", "timestamp": 1636630109460, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-11T11:29:56.429Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-11T11:29:56.429Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-11T11:29:56.429Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "36a3ef8d-95f0-4c83-b22c-60d40d49dd05", "consumerID": "policy-id", "timestamp": 1636630106493, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-11T11:29:56.429Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-11T11:29:56.429Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-11T11:29:56.429Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "36a3ef8d-95f0-4c83-b22c-60d40d49dd05", "consumerID": "cds", "timestamp": 1636630112521, "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=? 2021-11-11T11:29:56.443Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 36a3ef8d-95f0-4c83-b22c-60d40d49dd05 2021-11-11T11:29:56.443Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 36a3ef8d-95f0-4c83-b22c-60d40d49dd05 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 (?, ?, ?, ?, ?) 2021-11-11T11:29:56.460Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-11T11:29:56.460Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "36a3ef8d-95f0-4c83-b22c-60d40d49dd05", "consumerID": "aai-ml", "timestamp": 1636630105147, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-11-11T11:29:56.460Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-11T11:29:56.461Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-11T11:29:56.461Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "36a3ef8d-95f0-4c83-b22c-60d40d49dd05", "consumerID": "ves-openapi-manager", "timestamp": 1636630109460, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-11-11T11:29:56.461Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-11T11:29:56.461Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-11T11:29:56.461Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "36a3ef8d-95f0-4c83-b22c-60d40d49dd05", "consumerID": "policy-id", "timestamp": 1636630106493, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-11T11:29:56.461Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-11T11:29:56.461Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-11T11:29:56.461Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "36a3ef8d-95f0-4c83-b22c-60d40d49dd05", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636630113238, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-11-11T11:29:56.462Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-11T11:29:56.462Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-11T11:29:56.462Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "36a3ef8d-95f0-4c83-b22c-60d40d49dd05", "consumerID": "clamp", "timestamp": 1636630113740, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-11T11:29:56.462Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-11T11:29:56.462Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-11T11:29:56.462Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "36a3ef8d-95f0-4c83-b22c-60d40d49dd05", "consumerID": "aai-ml", "timestamp": 1636630105147, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-11-11T11:29:56.462Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-11T11:29:56.463Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-11T11:29:56.463Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "36a3ef8d-95f0-4c83-b22c-60d40d49dd05", "consumerID": "ves-openapi-manager", "timestamp": 1636630109460, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-11T11:29:56.463Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-11T11:29:56.463Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-11T11:29:56.463Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "36a3ef8d-95f0-4c83-b22c-60d40d49dd05", "consumerID": "policy-id", "timestamp": 1636630106493, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-11-11T11:29:56.463Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-11T11:29:56.463Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-11T11:29:56.464Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "36a3ef8d-95f0-4c83-b22c-60d40d49dd05", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636630114243, "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=? 2021-11-11T11:29:56.468Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 36a3ef8d-95f0-4c83-b22c-60d40d49dd05 2021-11-11T11:29:56.468Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 36a3ef8d-95f0-4c83-b22c-60d40d49dd05 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 (?, ?, ?, ?, ?) 2021-11-11T11:29:56.478Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-11T11:29:56.478Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "36a3ef8d-95f0-4c83-b22c-60d40d49dd05", "consumerID": "ves-openapi-manager", "timestamp": 1636630109460, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-11T11:29:56.478Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-11T11:29:56.478Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-11T11:29:56.478Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "36a3ef8d-95f0-4c83-b22c-60d40d49dd05", "consumerID": "policy-id", "timestamp": 1636630106493, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-11-11T11:29:56.478Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-11T11:29:56.478Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-11T11:29:56.478Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "36a3ef8d-95f0-4c83-b22c-60d40d49dd05", "consumerID": "aai-ml", "timestamp": 1636630115190, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-11T11:29:56.479Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-11T11:29:56.479Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-11T11:29:56.479Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "36a3ef8d-95f0-4c83-b22c-60d40d49dd05", "consumerID": "ves-openapi-manager", "timestamp": 1636630109460, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2021-11-11T11:29:56.479Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-11T11:29:56.479Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-11T11:29:56.479Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "36a3ef8d-95f0-4c83-b22c-60d40d49dd05", "consumerID": "policy-id", "timestamp": 1636630116587, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-11T11:29:56.479Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-11T11:29:56.479Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-11T11:29:56.480Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "36a3ef8d-95f0-4c83-b22c-60d40d49dd05", "consumerID": "clamp", "timestamp": 1636630116741, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-11-11T11:29:56.480Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-11T11:29:56.480Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-11T11:29:56.480Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "36a3ef8d-95f0-4c83-b22c-60d40d49dd05", "consumerID": "ves-openapi-manager", "timestamp": 1636630109460, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-11-11T11:29:56.480Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-11T11:29:56.480Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-11T11:29:56.480Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "36a3ef8d-95f0-4c83-b22c-60d40d49dd05", "consumerID": "policy-id", "timestamp": 1636630117591, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-11-11T11:29:56.480Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-11T11:29:56.481Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-11T11:29:56.481Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "36a3ef8d-95f0-4c83-b22c-60d40d49dd05", "consumerID": "clamp", "timestamp": 1636630117743, "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=? 2021-11-11T11:29:56.484Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 36a3ef8d-95f0-4c83-b22c-60d40d49dd05 2021-11-11T11:29:56.485Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 36a3ef8d-95f0-4c83-b22c-60d40d49dd05 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 (?, ?, ?, ?, ?) 2021-11-11T11:29:56.492Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-11T11:29:56.492Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "36a3ef8d-95f0-4c83-b22c-60d40d49dd05", "consumerID": "ves-openapi-manager", "timestamp": 1636630109460, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-11T11:29:56.492Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-11T11:29:56.493Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-11T11:29:56.493Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "36a3ef8d-95f0-4c83-b22c-60d40d49dd05", "consumerID": "policy-id", "timestamp": 1636630118594, "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=? 2021-11-11T11:29:56.497Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 36a3ef8d-95f0-4c83-b22c-60d40d49dd05 2021-11-11T11:29:56.497Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 36a3ef8d-95f0-4c83-b22c-60d40d49dd05 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 (?, ?, ?, ?, ?) 2021-11-11T11:29:56.506Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-11T11:29:56.507Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "17112192-0940-49e8-898a-8f36d0eed5dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636630118711, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-11T11:29:56.507Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-11T11:29:56.507Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-11T11:29:56.507Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "36a3ef8d-95f0-4c83-b22c-60d40d49dd05", "consumerID": "ves-openapi-manager", "timestamp": 1636630119283, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2021-11-11T11:29:56.507Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-11T11:29:56.507Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-11T11:29:56.507Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "36a3ef8d-95f0-4c83-b22c-60d40d49dd05", "consumerID": "aai-ml", "timestamp": 1636630120036, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-11-11T11:29:56.507Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-11T11:29:56.507Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-11T11:29:56.507Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "36a3ef8d-95f0-4c83-b22c-60d40d49dd05", "consumerID": "ves-openapi-manager", "timestamp": 1636630120321, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2021-11-11T11:29:56.508Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-11T11:29:56.508Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-11T11:29:56.508Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "36a3ef8d-95f0-4c83-b22c-60d40d49dd05", "consumerID": "aai-ml", "timestamp": 1636630121040, "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=? 2021-11-11T11:29:56.512Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 36a3ef8d-95f0-4c83-b22c-60d40d49dd05 2021-11-11T11:29:56.512Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 36a3ef8d-95f0-4c83-b22c-60d40d49dd05 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 (?, ?, ?, ?, ?) 2021-11-11T11:29:56.522Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-11T11:29:56.522Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "36a3ef8d-95f0-4c83-b22c-60d40d49dd05", "consumerID": "ves-openapi-manager", "timestamp": 1636630121324, "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=? 2021-11-11T11:29:56.527Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 36a3ef8d-95f0-4c83-b22c-60d40d49dd05 2021-11-11T11:29:56.528Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 36a3ef8d-95f0-4c83-b22c-60d40d49dd05 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 (?, ?, ?, ?, ?) 2021-11-11T11:30:09.083Z|36a3ef8d-95f0-4c83-b22c-60d40d49dd05|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 36a3ef8d-95f0-4c83-b22c-60d40d49dd05 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-11-11T11:30:09.095Z|36a3ef8d-95f0-4c83-b22c-60d40d49dd05|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 36a3ef8d-95f0-4c83-b22c-60d40d49dd05 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=? 2021-11-11T11:30:09.097Z|36a3ef8d-95f0-4c83-b22c-60d40d49dd05|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-11T11:30:09.097Z|36a3ef8d-95f0-4c83-b22c-60d40d49dd05|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-11-11T11:30:09.097Z|36a3ef8d-95f0-4c83-b22c-60d40d49dd05|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-11-11T11:30:09.097Z|36a3ef8d-95f0-4c83-b22c-60d40d49dd05|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-11-11T11:30:09.097Z|36a3ef8d-95f0-4c83-b22c-60d40d49dd05|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-11T11:30:09.097Z|36a3ef8d-95f0-4c83-b22c-60d40d49dd05|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-11T11:30:09.097Z|36a3ef8d-95f0-4c83-b22c-60d40d49dd05|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-11T11:30:09.098Z|36a3ef8d-95f0-4c83-b22c-60d40d49dd05|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-11T11:30:09.098Z|36a3ef8d-95f0-4c83-b22c-60d40d49dd05|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-11T11:30:09.098Z|36a3ef8d-95f0-4c83-b22c-60d40d49dd05|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-11T11:30:09.098Z|36a3ef8d-95f0-4c83-b22c-60d40d49dd05|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-11T11:30:09.098Z|36a3ef8d-95f0-4c83-b22c-60d40d49dd05|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=? 2021-11-11T11:30:09.103Z|36a3ef8d-95f0-4c83-b22c-60d40d49dd05|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-11-11T11:30:39.103Z|36a3ef8d-95f0-4c83-b22c-60d40d49dd05|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 36a3ef8d-95f0-4c83-b22c-60d40d49dd05 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=? 2021-11-11T11:30:39.109Z|36a3ef8d-95f0-4c83-b22c-60d40d49dd05|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 36a3ef8d-95f0-4c83-b22c-60d40d49dd05 and serviceModelVersionId: 62b9fa03-73a5-49ba-b5eb-4d1e33ed12e9 2021-11-11T11:30:39.109Z|36a3ef8d-95f0-4c83-b22c-60d40d49dd05|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 46ea88ba-4696-4e0f-8094-02ffc0e755e9 2021-11-11T11:30:39.111Z|36a3ef8d-95f0-4c83-b22c-60d40d49dd05|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/46ea88ba-4696-4e0f-8094-02ffc0e755e9/model-vers/model-ver/62b9fa03-73a5-49ba-b5eb-4d1e33ed12e9?depth=0 2021-11-11T11:30:39.119Z|36a3ef8d-95f0-4c83-b22c-60d40d49dd05|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2021-11-11T11:30:39.178Z|36a3ef8d-95f0-4c83-b22c-60d40d49dd05|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/46ea88ba-4696-4e0f-8094-02ffc0e755e9/model-vers/model-ver/62b9fa03-73a5-49ba-b5eb-4d1e33ed12e9?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]} 2021-11-11T11:30:39.180Z|36a3ef8d-95f0-4c83-b22c-60d40d49dd05|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46ea88ba-4696-4e0f-8094-02ffc0e755e9/model-vers/model-ver/62b9fa03-73a5-49ba-b5eb-4d1e33ed12e9?depth=0|INFO|500||Invoke 2021-11-11T11:30:39.202Z|36a3ef8d-95f0-4c83-b22c-60d40d49dd05|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46ea88ba-4696-4e0f-8094-02ffc0e755e9/model-vers/model-ver/62b9fa03-73a5-49ba-b5eb-4d1e33ed12e9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-11-11T11:30:39.372Z|36a3ef8d-95f0-4c83-b22c-60d40d49dd05|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46ea88ba-4696-4e0f-8094-02ffc0e755e9/model-vers/model-ver/62b9fa03-73a5-49ba-b5eb-4d1e33ed12e9?depth=0|INFO|500||InvokeReturn 2021-11-11T11:30:39.373Z|36a3ef8d-95f0-4c83-b22c-60d40d49dd05|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/46ea88ba-4696-4e0f-8094-02ffc0e755e9/model-vers/model-ver/62b9fa03-73a5-49ba-b5eb-4d1e33ed12e9?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211111-11:30:39:208-12713], vertex-id=[503840], Content-Length=[0], Date=[Thu, 11 Nov 2021 11:30:39 GMT], Content-Type=[application/json]} 2021-11-11T11:30:39.374Z|36a3ef8d-95f0-4c83-b22c-60d40d49dd05|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity. 2021-11-11T11:30:39.374Z|36a3ef8d-95f0-4c83-b22c-60d40d49dd05|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-11-11T11:30:39.374Z|36a3ef8d-95f0-4c83-b22c-60d40d49dd05|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=? 2021-11-11T11:30:39.379Z|36a3ef8d-95f0-4c83-b22c-60d40d49dd05|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) 2021-11-11T11:30:39.379Z|36a3ef8d-95f0-4c83-b22c-60d40d49dd05|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 36a3ef8d-95f0-4c83-b22c-60d40d49dd05 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-11-11T11:30:39.380Z|36a3ef8d-95f0-4c83-b22c-60d40d49dd05|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-11-11T11:30:39.380Z|36a3ef8d-95f0-4c83-b22c-60d40d49dd05|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-11T11:30:39.383Z|36a3ef8d-95f0-4c83-b22c-60d40d49dd05|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-11T11:30:39.388Z|36a3ef8d-95f0-4c83-b22c-60d40d49dd05|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "36a3ef8d-95f0-4c83-b22c-60d40d49dd05", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636630239380, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-11T11:30:39.483Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms 2021-11-11T11:30:39.484Z||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. 2021-11-11T11:30:39.484Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CtoXtZ0TKyziuG3U) ... 2021-11-11T11:30:39.500Z||pool-134-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:30:39.500Z||pool-134-thread-1|||||INFO|500||cambria reply ok (16 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=? 2021-11-11T11:30:40.398Z|36a3ef8d-95f0-4c83-b22c-60d40d49dd05|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T11:30:40.399Z|36a3ef8d-95f0-4c83-b22c-60d40d49dd05|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. 2021-11-11T11:30:40.399Z|36a3ef8d-95f0-4c83-b22c-60d40d49dd05|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 CtoXtZ0TKyziuG3U) ... 2021-11-11T11:30:49.940Z|36a3ef8d-95f0-4c83-b22c-60d40d49dd05|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:30:56.342Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T11:30:56.343Z|cdf94d74-de8b-491e-85a4-3de308960376|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. 2021-11-11T11:30:56.344Z|cdf94d74-de8b-491e-85a4-3de308960376|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 CtoXtZ0TKyziuG3U) ... 2021-11-11T11:30:56.344Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T11:30:56.346Z||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. 2021-11-11T11:30:56.346Z||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 CtoXtZ0TKyziuG3U) ... 2021-11-11T11:30:56.375Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:30:56.376Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-11T11:30:56.376Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "36a3ef8d-95f0-4c83-b22c-60d40d49dd05", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636630136342, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-11T11:30:56.377Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-11T11:30:56.377Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-11T11:30:56.377Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "36a3ef8d-95f0-4c83-b22c-60d40d49dd05", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636630136342, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-11T11:30:56.378Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-11T11:30:56.378Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-11T11:30:56.378Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "36a3ef8d-95f0-4c83-b22c-60d40d49dd05", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636630136342, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-11T11:30:56.378Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-11T11:30:56.378Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-11T11:30:56.378Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "36a3ef8d-95f0-4c83-b22c-60d40d49dd05", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636630136342, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-11-11T11:30:56.378Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-11T11:30:56.378Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-11T11:30:56.379Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "36a3ef8d-95f0-4c83-b22c-60d40d49dd05", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636630136342, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-11T11:30:56.379Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-11T11:30:56.379Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-11T11:30:56.379Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "36a3ef8d-95f0-4c83-b22c-60d40d49dd05", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636630136342, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-11T11:30:56.379Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-11T11:30:56.379Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-11T11:30:56.379Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "36a3ef8d-95f0-4c83-b22c-60d40d49dd05", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636630136342, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-11T11:30:56.380Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-11T11:30:56.380Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-11T11:30:56.380Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "36a3ef8d-95f0-4c83-b22c-60d40d49dd05", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636630136342, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-11-11T11:30:56.380Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-11T11:30:56.380Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-11T11:30:56.380Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "36a3ef8d-95f0-4c83-b22c-60d40d49dd05", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636630136342, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-11-11T11:30:56.381Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-11T11:30:56.381Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-11T11:30:56.381Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "36a3ef8d-95f0-4c83-b22c-60d40d49dd05", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636630146118, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-11T11:30:56.381Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-11T11:30:56.381Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-11T11:30:56.381Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "36a3ef8d-95f0-4c83-b22c-60d40d49dd05", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636630148051, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-11-11T11:30:56.381Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-11T11:31:05.892Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:31:56.342Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T11:31:56.343Z|cdf94d74-de8b-491e-85a4-3de308960376|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. 2021-11-11T11:31:56.344Z|cdf94d74-de8b-491e-85a4-3de308960376|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 CtoXtZ0TKyziuG3U) ... 2021-11-11T11:31:56.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T11:31:56.345Z||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. 2021-11-11T11:31:56.345Z||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 CtoXtZ0TKyziuG3U) ... 2021-11-11T11:31:56.880Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:31:56.881Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-11T11:31:56.881Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "36a3ef8d-95f0-4c83-b22c-60d40d49dd05", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636630239380, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-11T11:31:56.882Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-11T11:32:05.889Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:32:56.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T11:32:56.343Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T11:32:56.347Z||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. 2021-11-11T11:32:56.347Z||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 CtoXtZ0TKyziuG3U) ... 2021-11-11T11:32:56.347Z|cdf94d74-de8b-491e-85a4-3de308960376|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. 2021-11-11T11:32:56.348Z|cdf94d74-de8b-491e-85a4-3de308960376|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 CtoXtZ0TKyziuG3U) ... 2021-11-11T11:33:05.902Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:33:05.904Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:33:56.342Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T11:33:56.343Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-11T11:33:56.343Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CtoXtZ0TKyziuG3U) ... 2021-11-11T11:33:56.345Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T11:33:56.345Z|f384bd4d-7ade-4869-a40b-96480873d469|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. 2021-11-11T11:33:56.346Z|f384bd4d-7ade-4869-a40b-96480873d469|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 CtoXtZ0TKyziuG3U) ... 2021-11-11T11:34:05.890Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:34:05.890Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:34:56.343Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T11:34:56.344Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T11:34:56.345Z||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. 2021-11-11T11:34:56.345Z|f384bd4d-7ade-4869-a40b-96480873d469|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. 2021-11-11T11:34:56.345Z||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 CtoXtZ0TKyziuG3U) ... 2021-11-11T11:34:56.345Z|f384bd4d-7ade-4869-a40b-96480873d469|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 CtoXtZ0TKyziuG3U) ... 2021-11-11T11:35:05.897Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:35:05.897Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:35:56.344Z|36a3ef8d-95f0-4c83-b22c-60d40d49dd05|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T11:35:56.343Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T11:35:56.347Z|36a3ef8d-95f0-4c83-b22c-60d40d49dd05|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. 2021-11-11T11:35:56.347Z|36a3ef8d-95f0-4c83-b22c-60d40d49dd05|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 CtoXtZ0TKyziuG3U) ... 2021-11-11T11:35:56.347Z|f384bd4d-7ade-4869-a40b-96480873d469|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. 2021-11-11T11:35:56.347Z|f384bd4d-7ade-4869-a40b-96480873d469|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 CtoXtZ0TKyziuG3U) ... 2021-11-11T11:36:05.906Z|36a3ef8d-95f0-4c83-b22c-60d40d49dd05|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:36:05.908Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:36:56.342Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T11:36:56.343Z|f384bd4d-7ade-4869-a40b-96480873d469|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. 2021-11-11T11:36:56.343Z|f384bd4d-7ade-4869-a40b-96480873d469|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 CtoXtZ0TKyziuG3U) ... 2021-11-11T11:36:56.344Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T11:36:56.345Z||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. 2021-11-11T11:36:56.345Z||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 CtoXtZ0TKyziuG3U) ... 2021-11-11T11:37:05.894Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:37:05.894Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:37:56.342Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T11:37:56.344Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T11:37:56.345Z|f384bd4d-7ade-4869-a40b-96480873d469|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. 2021-11-11T11:37:56.345Z||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. 2021-11-11T11:37:56.345Z|f384bd4d-7ade-4869-a40b-96480873d469|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 CtoXtZ0TKyziuG3U) ... 2021-11-11T11:37:56.345Z||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 CtoXtZ0TKyziuG3U) ... 2021-11-11T11:38:05.896Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:38:05.896Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:38:56.343Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T11:38:56.345Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T11:38:56.347Z|937ed665-172b-48d1-abba-e5fc686de6f9|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. 2021-11-11T11:38:56.347Z|f384bd4d-7ade-4869-a40b-96480873d469|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. 2021-11-11T11:38:56.347Z|937ed665-172b-48d1-abba-e5fc686de6f9|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 CtoXtZ0TKyziuG3U) ... 2021-11-11T11:38:56.347Z|f384bd4d-7ade-4869-a40b-96480873d469|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 CtoXtZ0TKyziuG3U) ... 2021-11-11T11:39:05.900Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:39:05.901Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:39:56.342Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T11:39:56.343Z|f384bd4d-7ade-4869-a40b-96480873d469|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. 2021-11-11T11:39:56.343Z|f384bd4d-7ade-4869-a40b-96480873d469|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 CtoXtZ0TKyziuG3U) ... 2021-11-11T11:39:56.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T11:39:56.345Z||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. 2021-11-11T11:39:56.345Z||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 CtoXtZ0TKyziuG3U) ... 2021-11-11T11:40:05.900Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:40:05.902Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:40:56.343Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T11:40:56.344Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T11:40:56.346Z||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. 2021-11-11T11:40:56.346Z|f384bd4d-7ade-4869-a40b-96480873d469|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. 2021-11-11T11:40:56.347Z||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 CtoXtZ0TKyziuG3U) ... 2021-11-11T11:40:56.347Z|f384bd4d-7ade-4869-a40b-96480873d469|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 CtoXtZ0TKyziuG3U) ... 2021-11-11T11:41:05.905Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:41:05.905Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:41:56.342Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T11:41:56.344Z|f384bd4d-7ade-4869-a40b-96480873d469|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. 2021-11-11T11:41:56.344Z|f384bd4d-7ade-4869-a40b-96480873d469|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 CtoXtZ0TKyziuG3U) ... 2021-11-11T11:41:56.344Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T11:41:56.345Z||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. 2021-11-11T11:41:56.345Z||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 CtoXtZ0TKyziuG3U) ... 2021-11-11T11:42:05.894Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:42:05.894Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:42:56.342Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T11:42:56.344Z||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. 2021-11-11T11:42:56.344Z||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 CtoXtZ0TKyziuG3U) ... 2021-11-11T11:42:56.344Z|36a3ef8d-95f0-4c83-b22c-60d40d49dd05|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T11:42:56.345Z|36a3ef8d-95f0-4c83-b22c-60d40d49dd05|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. 2021-11-11T11:42:56.345Z|36a3ef8d-95f0-4c83-b22c-60d40d49dd05|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 CtoXtZ0TKyziuG3U) ... 2021-11-11T11:43:05.907Z|36a3ef8d-95f0-4c83-b22c-60d40d49dd05|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:43:05.909Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:43:56.344Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T11:43:56.343Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T11:43:56.347Z||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. 2021-11-11T11:43:56.347Z||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. 2021-11-11T11:43:56.347Z||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 CtoXtZ0TKyziuG3U) ... 2021-11-11T11:43:56.347Z||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 CtoXtZ0TKyziuG3U) ... 2021-11-11T11:44:05.903Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:44:05.903Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:44:56.342Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T11:44:56.343Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-11T11:44:56.343Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CtoXtZ0TKyziuG3U) ... 2021-11-11T11:44:56.344Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T11:44:56.346Z|f384bd4d-7ade-4869-a40b-96480873d469|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. 2021-11-11T11:44:56.346Z|f384bd4d-7ade-4869-a40b-96480873d469|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 CtoXtZ0TKyziuG3U) ... 2021-11-11T11:45:05.920Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:45:05.920Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:45:56.343Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T11:45:56.344Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-11T11:45:56.344Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CtoXtZ0TKyziuG3U) ... 2021-11-11T11:45:56.344Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T11:45:56.345Z|cdf94d74-de8b-491e-85a4-3de308960376|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. 2021-11-11T11:45:56.345Z|cdf94d74-de8b-491e-85a4-3de308960376|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 CtoXtZ0TKyziuG3U) ... 2021-11-11T11:46:05.893Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:46:05.894Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:46:56.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T11:46:56.343Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T11:46:56.346Z||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. 2021-11-11T11:46:56.346Z||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 CtoXtZ0TKyziuG3U) ... 2021-11-11T11:46:56.346Z|cdf94d74-de8b-491e-85a4-3de308960376|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. 2021-11-11T11:46:56.347Z|cdf94d74-de8b-491e-85a4-3de308960376|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 CtoXtZ0TKyziuG3U) ... 2021-11-11T11:47:05.896Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:47:05.896Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:47:56.342Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T11:47:56.344Z|cdf94d74-de8b-491e-85a4-3de308960376|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. 2021-11-11T11:47:56.344Z|cdf94d74-de8b-491e-85a4-3de308960376|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 CtoXtZ0TKyziuG3U) ... 2021-11-11T11:47:56.346Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T11:47:56.346Z||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. 2021-11-11T11:47:56.346Z||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 CtoXtZ0TKyziuG3U) ... 2021-11-11T11:48:05.888Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:48:05.895Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:48:56.342Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T11:48:56.344Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T11:48:56.345Z|cdf94d74-de8b-491e-85a4-3de308960376|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. 2021-11-11T11:48:56.345Z|f384bd4d-7ade-4869-a40b-96480873d469|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. 2021-11-11T11:48:56.345Z|cdf94d74-de8b-491e-85a4-3de308960376|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 CtoXtZ0TKyziuG3U) ... 2021-11-11T11:48:56.345Z|f384bd4d-7ade-4869-a40b-96480873d469|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 CtoXtZ0TKyziuG3U) ... 2021-11-11T11:49:05.897Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:49:05.900Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:49:56.344Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T11:49:56.344Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T11:49:56.347Z||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. 2021-11-11T11:49:56.347Z|cdf94d74-de8b-491e-85a4-3de308960376|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. 2021-11-11T11:49:56.347Z||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 CtoXtZ0TKyziuG3U) ... 2021-11-11T11:49:56.347Z|cdf94d74-de8b-491e-85a4-3de308960376|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 CtoXtZ0TKyziuG3U) ... 2021-11-11T11:50:05.898Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:50:05.898Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:50:56.342Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T11:50:56.343Z|cdf94d74-de8b-491e-85a4-3de308960376|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. 2021-11-11T11:50:56.343Z|cdf94d74-de8b-491e-85a4-3de308960376|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 CtoXtZ0TKyziuG3U) ... 2021-11-11T11:50:56.344Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T11:50:56.345Z||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. 2021-11-11T11:50:56.345Z||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 CtoXtZ0TKyziuG3U) ... 2021-11-11T11:51:05.889Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:51:05.893Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:51:56.342Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T11:51:56.344Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T11:51:56.345Z|cdf94d74-de8b-491e-85a4-3de308960376|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. 2021-11-11T11:51:56.345Z||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. 2021-11-11T11:51:56.345Z|cdf94d74-de8b-491e-85a4-3de308960376|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 CtoXtZ0TKyziuG3U) ... 2021-11-11T11:51:56.345Z||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 CtoXtZ0TKyziuG3U) ... 2021-11-11T11:52:05.890Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:52:05.893Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:52:56.345Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T11:52:56.344Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T11:52:56.348Z|cdf94d74-de8b-491e-85a4-3de308960376|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. 2021-11-11T11:52:56.349Z|cdf94d74-de8b-491e-85a4-3de308960376|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 CtoXtZ0TKyziuG3U) ... 2021-11-11T11:52:56.348Z||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. 2021-11-11T11:52:56.349Z||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 CtoXtZ0TKyziuG3U) ... 2021-11-11T11:53:05.900Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:53:05.901Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:53:56.343Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T11:53:56.344Z|cdf94d74-de8b-491e-85a4-3de308960376|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. 2021-11-11T11:53:56.344Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T11:53:56.345Z|cdf94d74-de8b-491e-85a4-3de308960376|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 CtoXtZ0TKyziuG3U) ... 2021-11-11T11:53:56.345Z||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. 2021-11-11T11:53:56.345Z||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 CtoXtZ0TKyziuG3U) ... 2021-11-11T11:54:05.892Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:54:05.894Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:54:56.343Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T11:54:56.344Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T11:54:56.346Z||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. 2021-11-11T11:54:56.346Z||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 CtoXtZ0TKyziuG3U) ... 2021-11-11T11:54:56.346Z|cdf94d74-de8b-491e-85a4-3de308960376|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. 2021-11-11T11:54:56.347Z|cdf94d74-de8b-491e-85a4-3de308960376|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 CtoXtZ0TKyziuG3U) ... 2021-11-11T11:55:05.891Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:55:05.893Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:55:56.342Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T11:55:56.344Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T11:55:56.345Z||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. 2021-11-11T11:55:56.345Z||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 CtoXtZ0TKyziuG3U) ... 2021-11-11T11:55:56.344Z|cdf94d74-de8b-491e-85a4-3de308960376|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. 2021-11-11T11:55:56.345Z|cdf94d74-de8b-491e-85a4-3de308960376|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 CtoXtZ0TKyziuG3U) ... 2021-11-11T11:56:05.889Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:56:05.889Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:56:56.343Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T11:56:56.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T11:56:56.345Z||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. 2021-11-11T11:56:56.345Z|cdf94d74-de8b-491e-85a4-3de308960376|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. 2021-11-11T11:56:56.345Z|cdf94d74-de8b-491e-85a4-3de308960376|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 CtoXtZ0TKyziuG3U) ... 2021-11-11T11:56:56.345Z||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 CtoXtZ0TKyziuG3U) ... 2021-11-11T11:57:05.892Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:57:05.892Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:57:56.343Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T11:57:56.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T11:57:56.346Z||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. 2021-11-11T11:57:56.346Z|cdf94d74-de8b-491e-85a4-3de308960376|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. 2021-11-11T11:57:56.346Z||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 CtoXtZ0TKyziuG3U) ... 2021-11-11T11:57:56.346Z|cdf94d74-de8b-491e-85a4-3de308960376|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 CtoXtZ0TKyziuG3U) ... 2021-11-11T11:58:05.891Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:58:05.893Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:58:56.344Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T11:58:56.345Z|36a3ef8d-95f0-4c83-b22c-60d40d49dd05|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T11:58:56.349Z|36a3ef8d-95f0-4c83-b22c-60d40d49dd05|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. 2021-11-11T11:58:56.349Z|cdf94d74-de8b-491e-85a4-3de308960376|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. 2021-11-11T11:58:56.349Z|36a3ef8d-95f0-4c83-b22c-60d40d49dd05|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 CtoXtZ0TKyziuG3U) ... 2021-11-11T11:58:56.349Z|cdf94d74-de8b-491e-85a4-3de308960376|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 CtoXtZ0TKyziuG3U) ... 2021-11-11T11:59:01.863Z||http-nio-8085-exec-10|||||INFO|500||Error parsing HTTP request header Note: further occurrences of HTTP request parsing errors will be logged at DEBUG level. java.lang.IllegalArgumentException: Invalid character found in method name [JDWP-Handshake\n...]. HTTP method names must be tokens at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:417) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:261) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:888) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.base/java.lang.Thread.run(Unknown Source) 2021-11-11T11:59:05.903Z|36a3ef8d-95f0-4c83-b22c-60d40d49dd05|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:59:05.903Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T11:59:56.342Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T11:59:56.343Z|cdf94d74-de8b-491e-85a4-3de308960376|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. 2021-11-11T11:59:56.343Z|cdf94d74-de8b-491e-85a4-3de308960376|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 CtoXtZ0TKyziuG3U) ... 2021-11-11T11:59:56.344Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T11:59:56.345Z||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. 2021-11-11T11:59:56.345Z||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 CtoXtZ0TKyziuG3U) ... 2021-11-11T12:00:05.892Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T12:00:05.893Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T12:00:56.344Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T12:00:56.343Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T12:00:56.346Z|f384bd4d-7ade-4869-a40b-96480873d469|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. 2021-11-11T12:00:56.346Z|cdf94d74-de8b-491e-85a4-3de308960376|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. 2021-11-11T12:00:56.347Z|cdf94d74-de8b-491e-85a4-3de308960376|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 CtoXtZ0TKyziuG3U) ... 2021-11-11T12:00:56.347Z|f384bd4d-7ade-4869-a40b-96480873d469|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 CtoXtZ0TKyziuG3U) ... 2021-11-11T12:01:05.890Z|f384bd4d-7ade-4869-a40b-96480873d469|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T12:01:05.894Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T12:01:56.344Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T12:01:56.344Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T12:01:56.348Z|cdf94d74-de8b-491e-85a4-3de308960376|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. 2021-11-11T12:01:56.348Z||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. 2021-11-11T12:01:56.348Z|cdf94d74-de8b-491e-85a4-3de308960376|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 CtoXtZ0TKyziuG3U) ... 2021-11-11T12:01:56.348Z||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 CtoXtZ0TKyziuG3U) ... 2021-11-11T12:02:05.898Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T12:02:05.909Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T12:02:56.342Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T12:02:56.343Z|cdf94d74-de8b-491e-85a4-3de308960376|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. 2021-11-11T12:02:56.343Z|cdf94d74-de8b-491e-85a4-3de308960376|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 CtoXtZ0TKyziuG3U) ... 2021-11-11T12:02:56.345Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T12:02:56.345Z|937ed665-172b-48d1-abba-e5fc686de6f9|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. 2021-11-11T12:02:56.345Z|937ed665-172b-48d1-abba-e5fc686de6f9|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 CtoXtZ0TKyziuG3U) ... 2021-11-11T12:03:05.886Z|937ed665-172b-48d1-abba-e5fc686de6f9|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T12:03:05.889Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T12:03:56.342Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T12:03:56.344Z|cdf94d74-de8b-491e-85a4-3de308960376|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. 2021-11-11T12:03:56.344Z|cdf94d74-de8b-491e-85a4-3de308960376|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 CtoXtZ0TKyziuG3U) ... 2021-11-11T12:03:56.344Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T12:03:56.345Z||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. 2021-11-11T12:03:56.345Z||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 CtoXtZ0TKyziuG3U) ... 2021-11-11T12:04:05.888Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T12:04:05.891Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T12:04:56.343Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T12:04:56.344Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T12:04:56.347Z||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. 2021-11-11T12:04:56.348Z||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 CtoXtZ0TKyziuG3U) ... 2021-11-11T12:04:56.347Z|cdf94d74-de8b-491e-85a4-3de308960376|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. 2021-11-11T12:04:56.348Z|cdf94d74-de8b-491e-85a4-3de308960376|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 CtoXtZ0TKyziuG3U) ... 2021-11-11T12:05:05.913Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T12:05:05.915Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T12:05:56.342Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T12:05:56.343Z|cdf94d74-de8b-491e-85a4-3de308960376|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. 2021-11-11T12:05:56.343Z|cdf94d74-de8b-491e-85a4-3de308960376|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 CtoXtZ0TKyziuG3U) ... 2021-11-11T12:05:56.344Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-11T12:05:56.345Z||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. 2021-11-11T12:05:56.346Z||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 CtoXtZ0TKyziuG3U) ... 2021-11-11T12:06:05.888Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-11T12:06:05.888Z|cdf94d74-de8b-491e-85a4-3de308960376|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK