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-25T03:02:25.840Z||main|||||INFO|500||The following profiles are active: basic 2021-11-25T03:02:35.039Z||main|||||INFO|500||Starting service [Tomcat] 2021-11-25T03:02:35.039Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2021-11-25T03:02:35.109Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2021-11-25T03:02:37.339Z||main|||||INFO|500||catdb-pool - Starting... 2021-11-25T03:02:37.495Z||main|||||INFO|500||catdb-pool - Start completed. 2021-11-25T03:02:37.878Z||main|||||INFO|500||reqdb-pool - Starting... 2021-11-25T03:02:37.885Z||main|||||INFO|500||reqdb-pool - Start completed. 2021-11-25T03:02:37.958Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2021-11-25T03:02:38.087Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2021-11-25T03:02:38.473Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2021-11-25T03:02:39.289Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2021-11-25T03:02:41.083Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-11-25T03:02:41.134Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2021-11-25T03:02:41.572Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2021-11-25T03:02:41.770Z||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-25T03:02:42.757Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-11-25T03:02:43.646Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2021-11-25T03:02:43.659Z||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$$925054bd.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-25T03:02:43.660Z||main|||||WARN|500||The sdc end point is not alive 2021-11-25T03:02:46.098Z||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-25T03:02:48.494Z||main|||||WARN|500||--- 2021-11-25T03:02:48.495Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2021-11-25T03:02:48.495Z||main|||||WARN|500||--- 2021-11-25T03:02:48.888Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2021-11-25T03:02:53.147Z||main|||||INFO|500||Started Application in 31.467 seconds (JVM running for 32.55) 2021-11-25T03:02:53.159Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-25T03:02:53.161Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-25T03:02:53.170Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-25T03:02:53.192Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-25T03:02:53.263Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 4916a9e3-9504-4abb-8778-faab6401d398 url= /sdc/v1/artifactTypes 2021-11-25T03:02:53.263Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-25T03:02:53.482Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-25T03:02:53.501Z||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-25T03:02:53.526Z||scheduling-1|||||DEBUG|500||create keys 2021-11-25T03:02:53.533Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2021-11-25T03:02:53.981Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T03:02:53.996Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= a1e104ea-2a29-4254-ba6c-beeb0bd1314f url= /sdc/v1/registerForDistribution 2021-11-25T03:02:54.997Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= a1e104ea-2a29-4254-ba6c-beeb0bd1314f url= /sdc/v1/registerForDistribution 2021-11-25T03:02:54.997Z||scheduling-1|||||INFO|500||start DistributionClient 2021-11-25T03:02:55.005Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-25T03:02:55.005Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-25T03:02:55.009Z||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-25T03:02:55.010Z||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 OfBjsyvieL9lJwol) ... 2021-11-25T03:02:55.010Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2021-11-25T03:02:55.010Z||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-25T03:02:55.010Z||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 OfBjsyvieL9lJwol) ... 2021-11-25T03:03:07.828Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T03:03:07.834Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T03:03:55.003Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-25T03:03:55.005Z||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-25T03:03:55.005Z||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 OfBjsyvieL9lJwol) ... 2021-11-25T03:03:55.005Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-25T03:03:55.006Z||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-25T03:03:55.006Z||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 OfBjsyvieL9lJwol) ... 2021-11-25T03:04:04.549Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T03:04:04.552Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T03:04:55.004Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-25T03:04:55.005Z||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-25T03:04:55.005Z||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 OfBjsyvieL9lJwol) ... 2021-11-25T03:04:55.005Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-25T03:04:55.005Z||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-25T03:04:55.006Z||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 OfBjsyvieL9lJwol) ... 2021-11-25T03:05:04.542Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T03:05:04.552Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T03:05:55.003Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-25T03:05:55.004Z||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-25T03:05:55.004Z||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 OfBjsyvieL9lJwol) ... 2021-11-25T03:05:55.005Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-25T03:05:55.006Z||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-25T03:05:55.006Z||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 OfBjsyvieL9lJwol) ... 2021-11-25T03:06:04.546Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T03:06:04.546Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T03:06:55.003Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-25T03:06:55.005Z||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-25T03:06:55.005Z||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 OfBjsyvieL9lJwol) ... 2021-11-25T03:06:55.005Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-25T03:06:55.006Z||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-25T03:06:55.006Z||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 OfBjsyvieL9lJwol) ... 2021-11-25T03:07:04.546Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T03:07:04.548Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T03:07:55.003Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-25T03:07:55.005Z||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-25T03:07:55.005Z||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 OfBjsyvieL9lJwol) ... 2021-11-25T03:07:55.005Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-25T03:07:55.006Z||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-25T03:07:55.006Z||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 OfBjsyvieL9lJwol) ... 2021-11-25T03:08:04.547Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T03:08:04.547Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T03:08:55.006Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-25T03:08:55.006Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-25T03:08:55.016Z||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-25T03:08:55.016Z||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-25T03:08:55.019Z||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 OfBjsyvieL9lJwol) ... 2021-11-25T03:08:55.019Z||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 OfBjsyvieL9lJwol) ... 2021-11-25T03:09:04.567Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T03:09:04.567Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T03:09:55.003Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-25T03:09:55.005Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-25T03:09:55.005Z||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-25T03:09:55.005Z||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 OfBjsyvieL9lJwol) ... 2021-11-25T03:09:55.005Z||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-25T03:09:55.005Z||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 OfBjsyvieL9lJwol) ... 2021-11-25T03:10:04.546Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T03:10:04.552Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T03:10:55.003Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-25T03:10:55.005Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-25T03:10:55.006Z||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-25T03:10:55.006Z||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-25T03:10:55.006Z||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 OfBjsyvieL9lJwol) ... 2021-11-25T03:10:55.006Z||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 OfBjsyvieL9lJwol) ... 2021-11-25T03:11:04.551Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T03:11:04.555Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T03:11:55.003Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-25T03:11:55.004Z||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-25T03:11:55.005Z||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 OfBjsyvieL9lJwol) ... 2021-11-25T03:11:55.005Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-25T03:11:55.005Z||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-25T03:11:55.006Z||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 OfBjsyvieL9lJwol) ... 2021-11-25T03:12:04.547Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T03:12:04.551Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T03:12:27.694Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2021-11-25T03:12:55.003Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-25T03:12:55.004Z||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-25T03:12:55.004Z||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 OfBjsyvieL9lJwol) ... 2021-11-25T03:12:55.005Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-25T03:12:55.005Z||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-25T03:12:55.006Z||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 OfBjsyvieL9lJwol) ... 2021-11-25T03:13:04.544Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T03:13:04.548Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T03:13:55.003Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-25T03:13:55.004Z||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-25T03:13:55.005Z||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 OfBjsyvieL9lJwol) ... 2021-11-25T03:13:55.005Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-25T03:13:55.005Z||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-25T03:13:55.005Z||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 OfBjsyvieL9lJwol) ... 2021-11-25T03:14:04.544Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T03:14:04.547Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T03:14:55.003Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-25T03:14:55.004Z||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-25T03:14:55.004Z||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 OfBjsyvieL9lJwol) ... 2021-11-25T03:14:55.005Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-25T03:14:55.005Z||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-25T03:14:55.005Z||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 OfBjsyvieL9lJwol) ... 2021-11-25T03:15:04.546Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T03:15:04.546Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T03:15:55.003Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-25T03:15:55.004Z||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-25T03:15:55.005Z||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 OfBjsyvieL9lJwol) ... 2021-11-25T03:15:55.005Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-25T03:15:55.005Z||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-25T03:15:55.005Z||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 OfBjsyvieL9lJwol) ... 2021-11-25T03:16:04.545Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T03:16:04.547Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T03:16:55.003Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-25T03:16:55.004Z||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-25T03:16:55.004Z||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 OfBjsyvieL9lJwol) ... 2021-11-25T03:16:55.005Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-25T03:16:55.005Z||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-25T03:16:55.006Z||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 OfBjsyvieL9lJwol) ... 2021-11-25T03:17:04.544Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T03:17:04.546Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T03:17:55.004Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-25T03:17:55.005Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-25T03:17:55.005Z||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-25T03:17:55.006Z||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-25T03:17:55.006Z||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 OfBjsyvieL9lJwol) ... 2021-11-25T03:17:55.006Z||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 OfBjsyvieL9lJwol) ... 2021-11-25T03:18:04.543Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T03:18:04.549Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T03:18:55.003Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-25T03:18:55.005Z||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-25T03:18:55.005Z||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 OfBjsyvieL9lJwol) ... 2021-11-25T03:18:55.005Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-25T03:18:55.006Z||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-25T03:18:55.006Z||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 OfBjsyvieL9lJwol) ... 2021-11-25T03:19:04.546Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T03:19:04.546Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T03:19:55.003Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-25T03:19:55.005Z||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-25T03:19:55.005Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-25T03:19:55.005Z||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 OfBjsyvieL9lJwol) ... 2021-11-25T03:19:55.005Z||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-25T03:19:55.005Z||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 OfBjsyvieL9lJwol) ... 2021-11-25T03:20:04.546Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T03:20:04.548Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T03:20:55.003Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-25T03:20:55.004Z||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-25T03:20:55.004Z||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 OfBjsyvieL9lJwol) ... 2021-11-25T03:20:55.005Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-25T03:20:55.005Z||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-25T03:20:55.006Z||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 OfBjsyvieL9lJwol) ... 2021-11-25T03:21:04.542Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T03:21:04.544Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T03:21:55.003Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-25T03:21:55.004Z||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-25T03:21:55.004Z||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 OfBjsyvieL9lJwol) ... 2021-11-25T03:21:55.005Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-25T03:21:55.005Z||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-25T03:21:55.005Z||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 OfBjsyvieL9lJwol) ... 2021-11-25T03:22:04.549Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T03:22:04.552Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T03:22:55.003Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-25T03:22:55.005Z||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-25T03:22:55.005Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-25T03:22:55.005Z||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 OfBjsyvieL9lJwol) ... 2021-11-25T03:22:55.005Z||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-25T03:22:55.005Z||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 OfBjsyvieL9lJwol) ... 2021-11-25T03:23:04.544Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T03:23:04.544Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T03:23:55.003Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-25T03:23:55.004Z||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-25T03:23:55.005Z||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 OfBjsyvieL9lJwol) ... 2021-11-25T03:23:55.005Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-25T03:23:55.007Z||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-25T03:23:55.007Z||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 OfBjsyvieL9lJwol) ... 2021-11-25T03:24:04.566Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T03:24:04.572Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T03:24:55.003Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-25T03:24:55.004Z||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-25T03:24:55.004Z||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 OfBjsyvieL9lJwol) ... 2021-11-25T03:24:55.005Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-25T03:24:55.005Z||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-25T03:24:55.006Z||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 OfBjsyvieL9lJwol) ... 2021-11-25T03:25:04.544Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T03:25:04.544Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T03:25:55.003Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-25T03:25:55.004Z||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-25T03:25:55.004Z||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 OfBjsyvieL9lJwol) ... 2021-11-25T03:25:55.005Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-25T03:25:55.006Z||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-25T03:25:55.006Z||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 OfBjsyvieL9lJwol) ... 2021-11-25T03:26:04.545Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T03:26:04.551Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T03:26:55.003Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-25T03:26:55.004Z||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-25T03:26:55.005Z||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 OfBjsyvieL9lJwol) ... 2021-11-25T03:26:55.005Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-25T03:26:55.006Z||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-25T03:26:55.006Z||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 OfBjsyvieL9lJwol) ... 2021-11-25T03:27:04.544Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T03:27:04.545Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T03:27:55.003Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-25T03:27:55.005Z||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-25T03:27:55.005Z||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 OfBjsyvieL9lJwol) ... 2021-11-25T03:27:55.005Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-25T03:27:55.006Z||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-25T03:27:55.006Z||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 OfBjsyvieL9lJwol) ... 2021-11-25T03:28:04.547Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T03:28:04.550Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T03:28:55.003Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-25T03:28:55.004Z||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-25T03:28:55.004Z||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 OfBjsyvieL9lJwol) ... 2021-11-25T03:28:55.005Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-25T03:28:55.005Z||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-25T03:28:55.006Z||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 OfBjsyvieL9lJwol) ... 2021-11-25T03:29:04.543Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T03:29:04.545Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T03:29:55.003Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-25T03:29:55.004Z||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-25T03:29:55.005Z||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 OfBjsyvieL9lJwol) ... 2021-11-25T03:29:55.005Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-25T03:29:55.006Z||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-25T03:29:55.006Z||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 OfBjsyvieL9lJwol) ... 2021-11-25T03:30:04.549Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T03:30:04.549Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T03:30:55.003Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-25T03:30:55.005Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-25T03:30:55.005Z||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-25T03:30:55.005Z||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-25T03:30:55.005Z||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 OfBjsyvieL9lJwol) ... 2021-11-25T03:30:55.005Z||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 OfBjsyvieL9lJwol) ... 2021-11-25T03:31:04.544Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T03:31:04.546Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T03:31:55.003Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-25T03:31:55.004Z||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-25T03:31:55.004Z||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 OfBjsyvieL9lJwol) ... 2021-11-25T03:31:55.005Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-25T03:31:55.005Z||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-25T03:31:55.005Z||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 OfBjsyvieL9lJwol) ... 2021-11-25T03:32:04.543Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T03:32:04.548Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T03:32:55.003Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-25T03:32:55.004Z||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-25T03:32:55.004Z||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 OfBjsyvieL9lJwol) ... 2021-11-25T03:32:55.005Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-25T03:32:55.005Z||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-25T03:32:55.005Z||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 OfBjsyvieL9lJwol) ... 2021-11-25T03:33:04.543Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T03:33:04.544Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T03:33:55.004Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-25T03:33:55.005Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-25T03:33:55.006Z||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-25T03:33:55.006Z||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-25T03:33:55.006Z||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 OfBjsyvieL9lJwol) ... 2021-11-25T03:33:55.006Z||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 OfBjsyvieL9lJwol) ... 2021-11-25T03:34:04.547Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T03:34:04.547Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T03:34:55.005Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-25T03:34:55.004Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-25T03:34:55.010Z||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-25T03:34:55.010Z||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-25T03:34:55.011Z||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 OfBjsyvieL9lJwol) ... 2021-11-25T03:34:55.011Z||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 OfBjsyvieL9lJwol) ... 2021-11-25T03:35:04.554Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T03:35:04.554Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T03:35:55.003Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-25T03:35:55.004Z||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-25T03:35:55.004Z||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 OfBjsyvieL9lJwol) ... 2021-11-25T03:35:55.005Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-25T03:35:55.005Z||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-25T03:35:55.006Z||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 OfBjsyvieL9lJwol) ... 2021-11-25T03:36:04.543Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T03:36:04.544Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T03:36:55.003Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-25T03:36:55.004Z||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-25T03:36:55.004Z||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 OfBjsyvieL9lJwol) ... 2021-11-25T03:36:55.005Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-25T03:36:55.005Z||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-25T03:36:55.006Z||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 OfBjsyvieL9lJwol) ... 2021-11-25T03:37:04.542Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T03:37:04.549Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T03:37:55.003Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-25T03:37:55.004Z||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-25T03:37:55.005Z||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 OfBjsyvieL9lJwol) ... 2021-11-25T03:37:55.005Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-25T03:37:55.006Z||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-25T03:37:55.006Z||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 OfBjsyvieL9lJwol) ... 2021-11-25T03:38:04.546Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T03:38:04.547Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T03:38:55.003Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-25T03:38:55.004Z||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-25T03:38:55.005Z||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 OfBjsyvieL9lJwol) ... 2021-11-25T03:38:55.005Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-25T03:38:55.005Z||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-25T03:38:55.006Z||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 OfBjsyvieL9lJwol) ... 2021-11-25T03:39:04.543Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T03:39:04.546Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T03:39:55.003Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-25T03:39:55.004Z||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-25T03:39:55.005Z||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 OfBjsyvieL9lJwol) ... 2021-11-25T03:39:55.005Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-25T03:39:55.005Z||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-25T03:39:55.005Z||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 OfBjsyvieL9lJwol) ... 2021-11-25T03:40:04.543Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T03:40:04.546Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T03:40:55.003Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-25T03:40:55.004Z||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-25T03:40:55.004Z||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 OfBjsyvieL9lJwol) ... 2021-11-25T03:40:55.005Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-25T03:40:55.005Z||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-25T03:40:55.005Z||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 OfBjsyvieL9lJwol) ... 2021-11-25T03:41:04.560Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T03:41:04.560Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T03:41:55.003Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-25T03:41:55.004Z||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-25T03:41:55.005Z||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 OfBjsyvieL9lJwol) ... 2021-11-25T03:41:55.005Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-25T03:41:55.005Z||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-25T03:41:55.006Z||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 OfBjsyvieL9lJwol) ... 2021-11-25T03:42:04.543Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T03:42:04.543Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T03:42:55.003Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-25T03:42:55.004Z||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-25T03:42:55.004Z||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 OfBjsyvieL9lJwol) ... 2021-11-25T03:42:55.005Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-25T03:42:55.005Z||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-25T03:42:55.005Z||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 OfBjsyvieL9lJwol) ... 2021-11-25T03:43:04.544Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T03:43:04.544Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T03:43:55.003Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-25T03:43:55.004Z||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-25T03:43:55.004Z||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 OfBjsyvieL9lJwol) ... 2021-11-25T03:43:55.005Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-25T03:43:55.005Z||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-25T03:43:55.005Z||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 OfBjsyvieL9lJwol) ... 2021-11-25T03:44:04.543Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T03:44:04.543Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T03:44:55.003Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-25T03:44:55.004Z||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-25T03:44:55.004Z||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 OfBjsyvieL9lJwol) ... 2021-11-25T03:44:55.005Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-25T03:44:55.005Z||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-25T03:44:55.006Z||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 OfBjsyvieL9lJwol) ... 2021-11-25T03:45:04.542Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T03:45:04.543Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T03:45:55.003Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-25T03:45:55.004Z||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-25T03:45:55.004Z||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 OfBjsyvieL9lJwol) ... 2021-11-25T03:45:55.005Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-25T03:45:55.005Z||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-25T03:45:55.005Z||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 OfBjsyvieL9lJwol) ... 2021-11-25T03:46:04.541Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T03:46:04.545Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T03:46:55.003Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-25T03:46:55.004Z||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-25T03:46:55.004Z||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 OfBjsyvieL9lJwol) ... 2021-11-25T03:46:55.005Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-25T03:46:55.005Z||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-25T03:46:55.005Z||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 OfBjsyvieL9lJwol) ... 2021-11-25T03:47:04.542Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T03:47:04.543Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T03:47:55.003Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-25T03:47:55.004Z||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-25T03:47:55.004Z||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 OfBjsyvieL9lJwol) ... 2021-11-25T03:47:55.005Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-25T03:47:55.005Z||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-25T03:47:55.005Z||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 OfBjsyvieL9lJwol) ... 2021-11-25T03:48:03.495Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T03:48:03.497Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-25T03:48:03.497Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c","serviceName":"basic_onboard_OAKUZL","serviceVersion":"1.0","serviceUUID":"cb8899b9-c3a7-45ed-bfa7-a9e9c0bb49fc","serviceDescription":"service","serviceInvariantUUID":"8815ef90-b0c3-48de-99a8-afba1909afe8","resources":[{"resourceInstanceName":"basic_onboard_OAKUZL 0","resourceName":"basic_onboard_OAKUZL","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f7e4b8ef-a372-464a-8051-858badbfc009","resourceInvariantUUID":"7516745b-9339-4979-9a9d-425da24abd10","resourceCustomizationUUID":"f7e43d99-d4ba-4901-9d97-5e5555418df1","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/vf-license-model.xml","artifactChecksum":"ODZmZTBjN2ZlNDNmYTJlMGE3NjY4NjExMWUyMGQ1NmM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7d08b183-60aa-4148-8687-987f6999ab68","artifactVersion":"1"},{"artifactName":"basic_onboard_oakuzl0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/basic_onboard_oakuzl0_modules.json","artifactChecksum":"YWM3NzkyMGYyOWQ3Y2E4MTNlYmU1NWEyMmI1NzRjMGQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"8a9df1a9-471d-4f8d-86fa-229f00e8eb6d","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"68d04efa-2887-4e9b-99ae-8e9af5065172","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"21d8d1d7-f318-47e0-a7c8-6cc92c51a402","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"1d1e363c-fe95-4a53-b2af-0a43eac88636","artifactVersion":"2","generatedFromUUID":"68d04efa-2887-4e9b-99ae-8e9af5065172"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardOakuzl-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/artifacts/service-BasicOnboardOakuzl-template.yml","artifactChecksum":"ZTU5ZGZjMGNlY2VmNzAzZjNmOGE4YmM4MmEyNTk5Njk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a8322666-3bad-4185-ae40-e2e02c357edb","artifactVersion":"1"},{"artifactName":"service-BasicOnboardOakuzl-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/artifacts/service-BasicOnboardOakuzl-csar.csar","artifactChecksum":"ZjdiMWJkZTU1YmM2NzlmYWE1ZTEwN2RkMmJjOTcyYWM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f401f124-5ae1-46c6-a5e1-b88b4b2c6ee3","artifactVersion":"1"}],"workloadContext":"Production"} 2021-11-25T03:48:03.515Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-25T03:48:03.520Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-25T03:48:03.536Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-25T03:48:03.536Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637812075003, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-25T03:48:03.636Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms 2021-11-25T03:48:03.639Z||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-25T03:48:03.639Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OfBjsyvieL9lJwol) ... 2021-11-25T03:48:03.650Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T03:48:03.650Z||pool-3-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-25T03:48:03.745Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T03:48:03.746Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T03:48:03.746Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c", "consumerID": "multicloud-k8s-id", "timestamp": 1637812077059, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-25T03:48:03.762Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T03:48:04.542Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-25T03:48:04.542Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-25T03:48:04.544Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-25T03:48:04.544Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637812075003, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/basic_onboard_oakuzl0_modules.json", "status": "NOTIFIED" } 2021-11-25T03:48:04.644Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-25T03:48:04.645Z||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-25T03:48:04.645Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OfBjsyvieL9lJwol) ... 2021-11-25T03:48:04.655Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T03:48:04.655Z||pool-4-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-25T03:48:05.544Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-25T03:48:05.546Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-25T03:48:05.547Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-25T03:48:05.547Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637812075003, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-11-25T03:48:05.647Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-25T03:48:05.648Z||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-25T03:48:05.649Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OfBjsyvieL9lJwol) ... 2021-11-25T03:48:05.659Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T03:48:05.659Z||pool-5-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-25T03:48:06.548Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-25T03:48:06.549Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-25T03:48:06.550Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-25T03:48:06.550Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637812075003, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-25T03:48:06.650Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-25T03:48:06.651Z||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-25T03:48:06.651Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OfBjsyvieL9lJwol) ... 2021-11-25T03:48:06.662Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T03:48:06.662Z||pool-6-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-25T03:48:07.551Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-25T03:48:07.551Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-25T03:48:07.553Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-25T03:48:07.553Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637812075003, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-11-25T03:48:07.653Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-25T03:48:07.654Z||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-25T03:48:07.654Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OfBjsyvieL9lJwol) ... 2021-11-25T03:48:07.664Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T03:48:07.664Z||pool-7-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-25T03:48:08.553Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-25T03:48:08.554Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-25T03:48:08.556Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-25T03:48:08.556Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637812075003, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/artifacts/service-BasicOnboardOakuzl-template.yml", "status": "NOT_NOTIFIED" } 2021-11-25T03:48:08.656Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-25T03:48:08.657Z||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-25T03:48:08.657Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OfBjsyvieL9lJwol) ... 2021-11-25T03:48:08.666Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T03:48:08.666Z||pool-8-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-11-25T03:48:09.556Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-25T03:48:09.557Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-25T03:48:09.558Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-25T03:48:09.559Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637812075003, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/artifacts/service-BasicOnboardOakuzl-csar.csar", "status": "NOTIFIED" } 2021-11-25T03:48:09.659Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-25T03:48:09.661Z||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-25T03:48:09.661Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OfBjsyvieL9lJwol) ... 2021-11-25T03:48:09.673Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T03:48:09.673Z||pool-9-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-11-25T03:48:10.560Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c", "serviceName": "basic_onboard_OAKUZL", "serviceVersion": "1.0", "serviceUUID": "cb8899b9-c3a7-45ed-bfa7-a9e9c0bb49fc", "serviceDescription": "service", "serviceInvariantUUID": "8815ef90-b0c3-48de-99a8-afba1909afe8", "resources": [ { "resourceInstanceName": "basic_onboard_OAKUZL 0", "resourceCustomizationUUID": "f7e43d99-d4ba-4901-9d97-5e5555418df1", "resourceName": "basic_onboard_OAKUZL", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "f7e4b8ef-a372-464a-8051-858badbfc009", "resourceInvariantUUID": "7516745b-9339-4979-9a9d-425da24abd10", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_oakuzl0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/basic_onboard_oakuzl0_modules.json", "artifactChecksum": "YWM3NzkyMGYyOWQ3Y2E4MTNlYmU1NWEyMmI1NzRjMGQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "8a9df1a9-471d-4f8d-86fa-229f00e8eb6d", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "68d04efa-2887-4e9b-99ae-8e9af5065172", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "1d1e363c-fe95-4a53-b2af-0a43eac88636", "generatedFromUUID": "68d04efa-2887-4e9b-99ae-8e9af5065172" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "1d1e363c-fe95-4a53-b2af-0a43eac88636", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardOakuzl-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/artifacts/service-BasicOnboardOakuzl-csar.csar", "artifactChecksum": "ZjdiMWJkZTU1YmM2NzlmYWE1ZTEwN2RkMmJjOTcyYWM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f401f124-5ae1-46c6-a5e1-b88b4b2c6ee3" } ], "workloadContext": "Production" } 2021-11-25T03:48:10.561Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-11-25T03:48:10.561Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 cb8899b9-c3a7-45ed-bfa7-a9e9c0bb49fc ASDC 2021-11-25T03:48:10.705Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c ServiceName:basic_onboard_OAKUZL ServiceVersion:1.0 ServiceUUID:cb8899b9-c3a7-45ed-bfa7-a9e9c0bb49fc ServiceInvariantUUID:8815ef90-b0c3-48de-99a8-afba1909afe8 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardOakuzl-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/artifacts/service-BasicOnboardOakuzl-csar.csar ArtifactUUID:f401f124-5ae1-46c6-a5e1-b88b4b2c6ee3 ArtifactChecksum:ZjdiMWJkZTU1YmM2NzlmYWE1ZTEwN2RkMmJjOTcyYWM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_OAKUZL 0 ResourceCustomizationUUID:f7e43d99-d4ba-4901-9d97-5e5555418df1 ResourceInvariantUUID:7516745b-9339-4979-9a9d-425da24abd10 ResourceName:basic_onboard_OAKUZL ResourceType:VF ResourceUUID:f7e4b8ef-a372-464a-8051-858badbfc009 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_oakuzl0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/basic_onboard_oakuzl0_modules.json ArtifactUUID:8a9df1a9-471d-4f8d-86fa-229f00e8eb6d ArtifactChecksum:YWM3NzkyMGYyOWQ3Y2E4MTNlYmU1NWEyMmI1NzRjMGQ= 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/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/base_ubuntu18.yaml ArtifactUUID:68d04efa-2887-4e9b-99ae-8e9af5065172 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/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/base_ubuntu18.env ArtifactUUID:1d1e363c-fe95-4a53-b2af-0a43eac88636 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/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/base_ubuntu18.env ArtifactUUID:1d1e363c-fe95-4a53-b2af-0a43eac88636 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-11-25T03:48:10.705Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cb8899b9-c3a7-45ed-bfa7-a9e9c0bb49fc 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-25T03:48:10.919Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-25T03:48:10.921Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2021-11-25T03:48:10.922Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2021-11-25T03:48:10.922Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: f401f124-5ae1-46c6-a5e1-b88b4b2c6ee3 from URL: /sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/artifacts/service-BasicOnboardOakuzl-csar.csar 2021-11-25T03:48:10.922Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||INFO|500||DistributionClient - download 2021-11-25T03:48:10.923Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/artifacts/service-BasicOnboardOakuzl-csar.csar 2021-11-25T03:48:11.228Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2021-11-25T03:48:11.241Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/artifacts/service-BasicOnboardOakuzl-csar.csar f401f124-5ae1-46c6-a5e1-b88b4b2c6ee3 71553 2021-11-25T03:48:11.243Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/artifacts/service-BasicOnboardOakuzl-csar.csar ASDC sendASDCNotification 2021-11-25T03:48:11.243Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/artifacts/service-BasicOnboardOakuzl-csar.csar 2021-11-25T03:48:11.243Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-25T03:48:11.244Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-25T03:48:11.246Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-25T03:48:11.246Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637812091242, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/artifacts/service-BasicOnboardOakuzl-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-25T03:48:11.346Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-25T03:48:11.347Z||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-25T03:48:11.347Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OfBjsyvieL9lJwol) ... 2021-11-25T03:48:11.358Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T03:48:11.358Z||pool-10-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-25T03:48:12.247Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-25T03:48:12.248Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2021-11-25T03:48:12.248Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: f401f124-5ae1-46c6-a5e1-b88b4b2c6ee3, URL: /sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/artifacts/service-BasicOnboardOakuzl-csar.csar to file: /app/ASDC/1/service-BasicOnboardOakuzl-csar.csar 2021-11-25T03:48:12.248Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardOakuzl-csar.csar 2021-11-25T03:48:12.377Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardOakuzl-csar.csar 2021-11-25T03:48:12.377Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardOakuzl-csar.csar 2021-11-25T03:48:12.735Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3387735810776394835/Definitions/service-BasicOnboardOakuzl-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-25T03:48:14.329Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2021-11-25T03:48:14.333Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||WARN|500||#################################################################################################### 2021-11-25T03:48:14.333Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardOakuzl-csar.csar 2021-11-25T03:48:14.333Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2021-11-25T03:48:14.333Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||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-BasicOnboardOakuzl-csar.csar 2021-11-25T03:48:14.334Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|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-BasicOnboardOakuzl-csar.csar 2021-11-25T03:48:14.334Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||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-BasicOnboardOakuzl-csar.csar 2021-11-25T03:48:14.334Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|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-BasicOnboardOakuzl-csar.csar 2021-11-25T03:48:14.334Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_OAKUZL 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-BasicOnboardOakuzl-csar.csar 2021-11-25T03:48:14.334Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardOakuzl-csar.csar 2021-11-25T03:48:14.334Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardOakuzl-csar.csar 2021-11-25T03:48:14.334Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|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-BasicOnboardOakuzl-csar.csar 2021-11-25T03:48:14.334Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||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-BasicOnboardOakuzl-csar.csar 2021-11-25T03:48:14.334Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||WARN|500||#################################################################################################### 2021-11-25T03:48:14.340Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-25T03:48:14.342Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_OAKUZL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-25T03:48:14.345Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_OAKUZL 0 is matching search criteria 2021-11-25T03:48:14.345Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2021-11-25T03:48:14.346Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_OAKUZL 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-25T03:48:14.347Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-25T03:48:14.348Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_OAKUZL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-25T03:48:14.348Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_OAKUZL 0 is matching search criteria 2021-11-25T03:48:14.348Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2021-11-25T03:48:14.348Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_OAKUZL 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-25T03:48:14.348Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-25T03:48:14.348Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_OAKUZL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-25T03:48:14.351Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-25T03:48:14.352Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_OAKUZL 0 is not matching search criteria 2021-11-25T03:48:14.352Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2021-11-25T03:48:14.352Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2021-11-25T03:48:14.352Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2021-11-25T03:48:14.352Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-11-25T03:48:14.352Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-11-25T03:48:14.352Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-25T03:48:14.352Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_OAKUZL is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-11-25T03:48:14.353Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-25T03:48:14.354Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_OAKUZL 0 is matching search criteria 2021-11-25T03:48:14.354Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_OAKUZL 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-25T03:48:14.354Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-25T03:48:14.354Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_OAKUZL 0 is matching search criteria 2021-11-25T03:48:14.354Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_OAKUZL 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-25T03:48:14.354Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-25T03:48:14.355Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_OAKUZL 0 is matching search criteria 2021-11-25T03:48:14.355Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_OAKUZL 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-25T03:48:14.355Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-25T03:48:14.355Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_OAKUZL 0 is not matching search criteria 2021-11-25T03:48:14.355Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-11-25T03:48:14.355Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-11-25T03:48:14.355Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=bb249249-2496-4c7a-8a47-70a379589d25 2021-11-25T03:48:14.356Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-25T03:48:14.356Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_OAKUZL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-25T03:48:14.356Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-25T03:48:14.356Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_OAKUZL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-25T03:48:14.357Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-25T03:48:14.357Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_OAKUZL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-25T03:48:14.357Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-25T03:48:14.357Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_OAKUZL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-25T03:48:14.357Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_OAKUZL Description:service Model UUID:cb8899b9-c3a7-45ed-bfa7-a9e9c0bb49fc Model Version:NULL Model InvariantUuid:8815ef90-b0c3-48de-99a8-afba1909afe8 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_OAKUZL Model UUID:aedb4f42-f5e3-4a98-9a24-5359d833ec56 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:7516745b-9339-4979-9a9d-425da24abd10 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:f7e43d99-d4ba-4901-9d97-5e5555418df1 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:1ebe65e9-e799-4155-8cbe-b929f7527734 ModelName:BasicOnboardOakuzl..base_ubuntu18..module-0 ModelUuid:7c99cb67-6b40-4358-b45a-9bb9a6e700f2 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:bb249249-2496-4c7a-8a47-70a379589d25 ModelInvariantUuid:3038a3c1-a638-4b52-bc92-c35f6c243696 ModelName:basic_onboard_OAKUZL-nodes.ubuntu18Cvfc ModelUuid:12dac745-9c17-45b4-b79d-316fc2b70426 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:c6264d1d-42b6-45e4-aaa6-a9c028b6dc53 ModelInvariantUuid:0ff0715e-13c6-4138-80bf-12f84f470b12 ModelName:BasicOnboardOakuzl.compute.nodes.heat.ubuntu18 ModelUuid:1a78d485-4d92-4204-b885-4f817b9a82de 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-25T03:48:14.377Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: f7e4b8ef-a372-464a-8051-858badbfc009 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-25T03:48:14.457Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||INFO|500||basic_onboard_OAKUZL 0 2021-11-25T03:48:14.463Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f7e4b8ef-a372-464a-8051-858badbfc009 2021-11-25T03:48:14.463Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 8a9df1a9-471d-4f8d-86fa-229f00e8eb6d from URL: /sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/basic_onboard_oakuzl0_modules.json 2021-11-25T03:48:14.464Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||INFO|500||DistributionClient - download 2021-11-25T03:48:14.464Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/basic_onboard_oakuzl0_modules.json 2021-11-25T03:48:14.577Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2021-11-25T03:48:14.577Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/basic_onboard_oakuzl0_modules.json 8a9df1a9-471d-4f8d-86fa-229f00e8eb6d 798 2021-11-25T03:48:14.578Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/basic_onboard_oakuzl0_modules.json ASDC sendASDCNotification 2021-11-25T03:48:14.578Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/basic_onboard_oakuzl0_modules.json 2021-11-25T03:48:14.578Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-25T03:48:14.578Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-25T03:48:14.580Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-25T03:48:14.580Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637812094578, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/basic_onboard_oakuzl0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-25T03:48:14.681Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-25T03:48:14.681Z||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-25T03:48:14.681Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OfBjsyvieL9lJwol) ... 2021-11-25T03:48:14.692Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T03:48:14.692Z||pool-11-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-25T03:48:15.581Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardOakuzl..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "1ebe65e9-e799-4155-8cbe-b929f7527734", "vfModuleModelVersion": "1", "vfModuleModelUUID": "7c99cb67-6b40-4358-b45a-9bb9a6e700f2", "vfModuleModelCustomizationUUID": "7a52684b-aeec-4b62-934b-506b88227616", "isBase": true, "artifacts": [ "68d04efa-2887-4e9b-99ae-8e9af5065172", "1d1e363c-fe95-4a53-b2af-0a43eac88636" ], "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-25T03:48:15.593Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardOakuzl..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:7c99cb67-6b40-4358-b45a-9bb9a6e700f2 VfModuleModelInvariantUUID:1ebe65e9-e799-4155-8cbe-b929f7527734 VfModuleModelDescription:NULL Artifacts UUID List:{ 68d04efa-2887-4e9b-99ae-8e9af5065172 , 1d1e363c-fe95-4a53-b2af-0a43eac88636 } 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-25T03:48:15.595Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardOakuzl..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "1ebe65e9-e799-4155-8cbe-b929f7527734", "vfModuleModelVersion": "1", "vfModuleModelUUID": "7c99cb67-6b40-4358-b45a-9bb9a6e700f2", "vfModuleModelCustomizationUUID": "7a52684b-aeec-4b62-934b-506b88227616", "isBase": true, "artifacts": [ "68d04efa-2887-4e9b-99ae-8e9af5065172", "1d1e363c-fe95-4a53-b2af-0a43eac88636" ], "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-25T03:48:15.595Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardOakuzl..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:7c99cb67-6b40-4358-b45a-9bb9a6e700f2 VfModuleModelInvariantUUID:1ebe65e9-e799-4155-8cbe-b929f7527734 VfModuleModelDescription:NULL Artifacts UUID List:{ 68d04efa-2887-4e9b-99ae-8e9af5065172 , 1d1e363c-fe95-4a53-b2af-0a43eac88636 } 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-25T03:48:15.595Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 68d04efa-2887-4e9b-99ae-8e9af5065172 from URL: /sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/base_ubuntu18.yaml 2021-11-25T03:48:15.596Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||INFO|500||DistributionClient - download 2021-11-25T03:48:15.596Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/base_ubuntu18.yaml 2021-11-25T03:48:15.769Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2021-11-25T03:48:15.770Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/base_ubuntu18.yaml 68d04efa-2887-4e9b-99ae-8e9af5065172 5033 2021-11-25T03:48:15.770Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-11-25T03:48:15.770Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/base_ubuntu18.yaml 2021-11-25T03:48:15.770Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-25T03:48:15.770Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-25T03:48:15.772Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-25T03:48:15.772Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637812095770, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-11-25T03:48:15.872Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-25T03:48:15.873Z||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-25T03:48:15.873Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OfBjsyvieL9lJwol) ... 2021-11-25T03:48:15.884Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T03:48:15.884Z||pool-12-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-25T03:48:16.773Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 1d1e363c-fe95-4a53-b2af-0a43eac88636 from URL: /sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/base_ubuntu18.env 2021-11-25T03:48:16.773Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||INFO|500||DistributionClient - download 2021-11-25T03:48:16.773Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/base_ubuntu18.env 2021-11-25T03:48:16.955Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2021-11-25T03:48:16.956Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/base_ubuntu18.env 1d1e363c-fe95-4a53-b2af-0a43eac88636 909 2021-11-25T03:48:16.956Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-11-25T03:48:16.956Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/base_ubuntu18.env 2021-11-25T03:48:16.956Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-25T03:48:16.956Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-25T03:48:16.958Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-25T03:48:16.958Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637812096956, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-11-25T03:48:17.058Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-25T03:48:17.059Z||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-25T03:48:17.059Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OfBjsyvieL9lJwol) ... 2021-11-25T03:48:17.071Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T03:48:17.072Z||pool-13-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-25T03:48:17.959Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: cb8899b9-c3a7-45ed-bfa7-a9e9c0bb49fc 2021-11-25T03:48:17.959Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_OAKUZL 0 f7e4b8ef-a372-464a-8051-858badbfc009 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-25T03:48:17.986Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4ecf41a5, org.onap.sdc.toscaparser.api.parameters.Input@3333e863, org.onap.sdc.toscaparser.api.parameters.Input@75314d7c, org.onap.sdc.toscaparser.api.parameters.Input@46f2bb85, org.onap.sdc.toscaparser.api.parameters.Input@72041897] 2021-11-25T03:48:17.990Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-25T03:48:17.990Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_OAKUZL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-25T03:48:17.990Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 2021-11-25T03:48:17.991Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= f7e43d99-d4ba-4901-9d97-5e5555418df1 2021-11-25T03:48:17.991Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f7e43d99-d4ba-4901-9d97-5e5555418df1 matches Tosca VF Customization UUID: f7e43d99-d4ba-4901-9d97-5e5555418df1 2021-11-25T03:48:17.991Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: f7e43d99-d4ba-4901-9d97-5e5555418df1 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-25T03:48:17.999Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-25T03:48:17.999Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_OAKUZL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-25T03:48:18.001Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id f7e43d99-d4ba-4901-9d97-5e5555418df1: {\"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-25T03:48:18.001Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4fcb5c37 2021-11-25T03:48:18.001Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-25T03:48:18.001Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_OAKUZL is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-11-25T03:48:18.002Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 7a52684b-aeec-4b62-934b-506b88227616 2021-11-25T03:48:18.003Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 7a52684b-aeec-4b62-934b-506b88227616 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-25T03:48:18.010Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-25T03:48:18.010Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_OAKUZL 0 is matching search criteria 2021-11-25T03:48:18.010Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_OAKUZL 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-25T03:48:18.011Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-25T03:48:18.011Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_OAKUZL 0 is matching search criteria 2021-11-25T03:48:18.011Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_OAKUZL 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-25T03:48:18.012Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-25T03:48:18.012Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_OAKUZL 0 is not matching search criteria 2021-11-25T03:48:18.012Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-11-25T03:48:18.012Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-11-25T03:48:18.013Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=bb249249-2496-4c7a-8a47-70a379589d25 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-25T03:48:18.020Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-25T03:48:18.020Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_OAKUZL 0 is matching search criteria 2021-11-25T03:48:18.021Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_OAKUZL 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-25T03:48:18.021Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-25T03:48:18.021Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_OAKUZL 0 is matching search criteria 2021-11-25T03:48:18.021Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_OAKUZL 0] matching following query criteria: sdcType=VF, customizationUUID=f7e43d99-d4ba-4901-9d97-5e5555418df1 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-25T03:48:18.023Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-25T03:48:18.023Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_OAKUZL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-25T03:48:18.023Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid cb8899b9-c3a7-45ed-bfa7-a9e9c0bb49fc: basic_onboard_OAKUZL 2021-11-25T03:48:18.023Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-25T03:48:18.023Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_OAKUZL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-25T03:48:18.024Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-25T03:48:18.024Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_OAKUZL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-25T03:48:18.024Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-25T03:48:18.024Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_OAKUZL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-25T03:48:18.024Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-25T03:48:18.024Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_OAKUZL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-25T03:48:18.024Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-25T03:48:18.024Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_OAKUZL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-25T03:48:18.025Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||INFO|500||Saving Service: basic_onboard_OAKUZL 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-25T03:48:18.215Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_OAKUZL f7e4b8ef-a372-464a-8051-858badbfc009 1 ASDC deployResourceStructure 2021-11-25T03:48:18.215Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/basic_onboard_oakuzl0_modules.json ASDC sendASDCNotification 2021-11-25T03:48:18.216Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/basic_onboard_oakuzl0_modules.json 2021-11-25T03:48:18.216Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-25T03:48:18.216Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-25T03:48:18.218Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-25T03:48:18.218Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637812098215, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/basic_onboard_oakuzl0_modules.json", "status": "DEPLOY_OK" } 2021-11-25T03:48:18.318Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-25T03:48:18.318Z||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-25T03:48:18.319Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OfBjsyvieL9lJwol) ... 2021-11-25T03:48:18.330Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T03:48:18.330Z||pool-14-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-25T03:48:19.219Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-11-25T03:48:19.219Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/base_ubuntu18.yaml 2021-11-25T03:48:19.219Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-25T03:48:19.219Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-25T03:48:19.221Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-25T03:48:19.221Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637812099219, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-11-25T03:48:19.321Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-25T03:48:19.322Z||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-25T03:48:19.322Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OfBjsyvieL9lJwol) ... 2021-11-25T03:48:19.333Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T03:48:19.333Z||pool-15-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-25T03:48:20.222Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-11-25T03:48:20.222Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/base_ubuntu18.env 2021-11-25T03:48:20.223Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-25T03:48:20.223Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-25T03:48:20.224Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-25T03:48:20.225Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637812100222, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-11-25T03:48:20.325Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-25T03:48:20.326Z||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-25T03:48:20.326Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OfBjsyvieL9lJwol) ... 2021-11-25T03:48:20.336Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T03:48:20.337Z||pool-16-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-25T03:48:21.225Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/artifacts/service-BasicOnboardOakuzl-csar.csar ASDC sendASDCNotification 2021-11-25T03:48:21.226Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/artifacts/service-BasicOnboardOakuzl-csar.csar 2021-11-25T03:48:21.226Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-25T03:48:21.227Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-25T03:48:21.229Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-25T03:48:21.229Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637812101225, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/artifacts/service-BasicOnboardOakuzl-csar.csar", "status": "DEPLOY_OK" } 2021-11-25T03:48:21.329Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-25T03:48:21.330Z||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-25T03:48:21.330Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OfBjsyvieL9lJwol) ... 2021-11-25T03:48:21.342Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T03:48:21.343Z||pool-17-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-11-25T03:48:22.230Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-25T03:48:22.253Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c 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-25T03:48:22.255Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-25T03:48:22.256Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-25T03:48:22.256Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-25T03:48:52.256Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-25T03:48:52.265Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c 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-25T03:48:52.267Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-25T03:48:52.267Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-25T03:48:52.267Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-25T03:48:55.005Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-25T03:48:55.006Z||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-25T03:48:55.006Z||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 OfBjsyvieL9lJwol) ... 2021-11-25T03:48:55.026Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T03:48:55.027Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T03:48:55.027Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c", "consumerID": "dcae-sch", "timestamp": 1637812081652, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-25T03:48:55.028Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T03:49:22.268Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-25T03:49:22.277Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c 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-25T03:49:22.279Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-25T03:49:22.279Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-25T03:49:22.279Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-25T03:49:52.279Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-25T03:49:52.288Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c 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-25T03:49:52.290Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-25T03:49:52.290Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-25T03:49:52.290Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-25T03:49:55.005Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-25T03:49:55.006Z||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-25T03:49:55.006Z||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 OfBjsyvieL9lJwol) ... 2021-11-25T03:49:55.029Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T03:49:55.030Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T03:49:55.030Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c", "consumerID": "cds", "timestamp": 1637812079233, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-25T03:49:55.031Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T03:49:55.031Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T03:49:55.032Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637812075003, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-25T03:49:55.032Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T03:50:22.291Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-25T03:50:22.300Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c 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-25T03:50:22.302Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-25T03:50:22.302Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-25T03:50:22.303Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-25T03:50:52.303Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-25T03:50:52.312Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c 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-25T03:50:52.314Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-25T03:50:52.314Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-25T03:50:52.315Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-25T03:50:55.005Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-25T03:50:55.006Z||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-25T03:50:55.006Z||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 OfBjsyvieL9lJwol) ... 2021-11-25T03:50:55.531Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T03:50:55.535Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T03:50:55.536Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c", "consumerID": "multicloud-k8s-id", "timestamp": 1637812077059, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/basic_onboard_oakuzl0_modules.json", "status": "NOTIFIED" } 2021-11-25T03:50:55.536Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T03:50:55.536Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T03:50:55.536Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c", "consumerID": "dcae-sch", "timestamp": 1637812081652, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/basic_onboard_oakuzl0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-25T03:50:55.537Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T03:50:55.537Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T03:50:55.537Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c", "consumerID": "cds", "timestamp": 1637812079233, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/basic_onboard_oakuzl0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-25T03:50:55.537Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T03:50:55.537Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T03:50:55.537Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637812075003, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/basic_onboard_oakuzl0_modules.json", "status": "NOTIFIED" } 2021-11-25T03:50:55.537Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T03:50:55.537Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T03:50:55.537Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c", "consumerID": "multicloud-k8s-id", "timestamp": 1637812077059, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-11-25T03:50:55.537Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T03:50:55.537Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T03:50:55.538Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c", "consumerID": "dcae-sch", "timestamp": 1637812081652, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-11-25T03:50:55.538Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T03:50:55.538Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T03:50:55.538Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c", "consumerID": "cds", "timestamp": 1637812079233, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-11-25T03:50:55.538Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T03:50:55.538Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T03:50:55.538Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c", "consumerID": "ves-openapi-manager", "timestamp": 1637812084887, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-25T03:50:55.538Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T03:50:55.538Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T03:50:55.538Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637812075003, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-11-25T03:50:55.538Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T03:50:55.539Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T03:50:55.539Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c", "consumerID": "multicloud-k8s-id", "timestamp": 1637812077059, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-25T03:50:55.539Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T03:50:55.539Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T03:50:55.539Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c", "consumerID": "dcae-sch", "timestamp": 1637812081652, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-25T03:50:55.539Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T03:50:55.539Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T03:50:55.539Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c", "consumerID": "cds", "timestamp": 1637812079233, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-25T03:50:55.539Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T03:50:55.539Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T03:50:55.539Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c", "consumerID": "ves-openapi-manager", "timestamp": 1637812084887, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/basic_onboard_oakuzl0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-25T03:50:55.540Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T03:50:55.540Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T03:50:55.541Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637812075003, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-25T03:50:55.541Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T03:50:55.541Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T03:50:55.541Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c", "consumerID": "dcae-sch", "timestamp": 1637812081652, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-25T03:50:55.541Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T03:50:55.541Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T03:50:55.541Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c", "consumerID": "multicloud-k8s-id", "timestamp": 1637812077059, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-11-25T03:50:55.541Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T03:50:55.541Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T03:50:55.541Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c", "consumerID": "cds", "timestamp": 1637812079233, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-25T03:50:55.541Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T03:50:55.541Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T03:50:55.542Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c", "consumerID": "ves-openapi-manager", "timestamp": 1637812084887, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-11-25T03:50:55.542Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T03:50:55.542Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T03:50:55.542Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637812075003, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-11-25T03:50:55.542Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T03:50:55.542Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T03:50:55.542Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c", "consumerID": "aai-ml", "timestamp": 1637812087684, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-25T03:50:55.542Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T03:50:55.542Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T03:50:55.542Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c", "consumerID": "multicloud-k8s-id", "timestamp": 1637812077059, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/artifacts/service-BasicOnboardOakuzl-template.yml", "status": "NOT_NOTIFIED" } 2021-11-25T03:50:55.542Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T03:50:55.542Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T03:50:55.543Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c", "consumerID": "dcae-sch", "timestamp": 1637812081652, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/artifacts/service-BasicOnboardOakuzl-template.yml", "status": "NOT_NOTIFIED" } 2021-11-25T03:50:55.543Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T03:50:55.543Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T03:50:55.543Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c", "consumerID": "cds", "timestamp": 1637812079233, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/artifacts/service-BasicOnboardOakuzl-template.yml", "status": "NOT_NOTIFIED" } 2021-11-25T03:50:55.543Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T03:50:55.543Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T03:50:55.543Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c", "consumerID": "ves-openapi-manager", "timestamp": 1637812084887, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-25T03:50:55.543Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T03:50:55.543Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T03:50:55.543Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637812075003, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/artifacts/service-BasicOnboardOakuzl-template.yml", "status": "NOT_NOTIFIED" } 2021-11-25T03:50:55.543Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T03:50:55.543Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T03:50:55.543Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c", "consumerID": "clamp", "timestamp": 1637812088079, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-25T03:50:55.544Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T03:50:55.544Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T03:50:55.544Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c", "consumerID": "aai-ml", "timestamp": 1637812087684, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/basic_onboard_oakuzl0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-25T03:50:55.544Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T03:50:55.544Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T03:50:55.544Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c", "consumerID": "dcae-sch", "timestamp": 1637812081652, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/artifacts/service-BasicOnboardOakuzl-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-25T03:50:55.544Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T03:50:55.544Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T03:50:55.544Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c", "consumerID": "multicloud-k8s-id", "timestamp": 1637812077059, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/artifacts/service-BasicOnboardOakuzl-csar.csar", "status": "NOTIFIED" } 2021-11-25T03:50:55.544Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T03:50:55.544Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T03:50:55.544Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c", "consumerID": "ves-openapi-manager", "timestamp": 1637812084887, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-25T03:50:55.545Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T03:50:55.545Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T03:50:55.545Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c", "consumerID": "cds", "timestamp": 1637812079233, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/artifacts/service-BasicOnboardOakuzl-csar.csar", "status": "NOTIFIED" } 2021-11-25T03:50:55.545Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T03:50:55.545Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T03:50:55.545Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637812075003, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/artifacts/service-BasicOnboardOakuzl-csar.csar", "status": "NOTIFIED" } 2021-11-25T03:50:55.545Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T03:50:55.545Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T03:50:55.545Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c", "consumerID": "clamp", "timestamp": 1637812088079, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/basic_onboard_oakuzl0_modules.json", "status": "NOTIFIED" } 2021-11-25T03:50:55.545Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T03:50:55.545Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T03:50:55.545Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c", "consumerID": "aai-ml", "timestamp": 1637812087684, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-11-25T03:50:55.546Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T03:50:55.546Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T03:50:55.546Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c", "consumerID": "ves-openapi-manager", "timestamp": 1637812084887, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/artifacts/service-BasicOnboardOakuzl-template.yml", "status": "NOT_NOTIFIED" } 2021-11-25T03:50:55.546Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T03:50:55.546Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T03:50:55.546Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c", "consumerID": "clamp", "timestamp": 1637812088079, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-11-25T03:50:55.546Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T03:50:55.546Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T03:50:55.546Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c", "consumerID": "multicloud-k8s-id", "timestamp": 1637812090965, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/basic_onboard_oakuzl0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-25T03:50:55.546Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-25T03:50:55.546Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T03:50:55.546Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c", "consumerID": "cds", "timestamp": 1637812091041, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/artifacts/service-BasicOnboardOakuzl-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-25T03:50:55.547Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-25T03:50:55.547Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T03:50:55.547Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637812091242, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/artifacts/service-BasicOnboardOakuzl-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-25T03:50:55.547Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-25T03:50:55.547Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T03:50:55.547Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c", "consumerID": "aai-ml", "timestamp": 1637812087684, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-25T03:50:55.547Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T03:50:55.547Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T03:50:55.547Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c", "consumerID": "ves-openapi-manager", "timestamp": 1637812084887, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/artifacts/service-BasicOnboardOakuzl-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-25T03:50:55.547Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T03:50:55.547Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T03:50:55.547Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c", "consumerID": "clamp", "timestamp": 1637812088079, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-25T03:50:55.548Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T03:50:55.548Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T03:50:55.548Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c", "consumerID": "multicloud-k8s-id", "timestamp": 1637812092043, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-11-25T03:50:55.548Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-25T03:50:55.548Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T03:50:55.548Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c", "consumerID": "cds", "timestamp": 1637812092060, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/artifacts/service-BasicOnboardOakuzl-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-25T03:50:55.556Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c 2021-11-25T03:50:55.556Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c 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-25T03:50:55.565Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T03:50:55.565Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c", "consumerID": "aai-ml", "timestamp": 1637812087684, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-25T03:50:55.566Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T03:50:55.566Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T03:50:55.566Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c", "consumerID": "clamp", "timestamp": 1637812088079, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-25T03:50:55.566Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T03:50:55.566Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T03:50:55.566Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c", "consumerID": "aai-ml", "timestamp": 1637812087684, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/artifacts/service-BasicOnboardOakuzl-template.yml", "status": "NOT_NOTIFIED" } 2021-11-25T03:50:55.566Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T03:50:55.566Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T03:50:55.566Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c", "consumerID": "multicloud-k8s-id", "timestamp": 1637812093460, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-11-25T03:50:55.566Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-25T03:50:55.567Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T03:50:55.567Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c", "consumerID": "clamp", "timestamp": 1637812088079, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/artifacts/service-BasicOnboardOakuzl-template.yml", "status": "NOT_NOTIFIED" } 2021-11-25T03:50:55.567Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T03:50:55.567Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T03:50:55.567Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c", "consumerID": "policy-id", "timestamp": 1637812093300, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-25T03:50:55.567Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T03:50:55.567Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T03:50:55.567Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c", "consumerID": "aai-ml", "timestamp": 1637812087684, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/artifacts/service-BasicOnboardOakuzl-csar.csar", "status": "NOTIFIED" } 2021-11-25T03:50:55.567Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T03:50:55.567Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T03:50:55.567Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c", "consumerID": "multicloud-k8s-id", "timestamp": 1637812094546, "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-25T03:50:55.572Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c 2021-11-25T03:50:55.572Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c 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-25T03:50:55.581Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T03:50:55.581Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637812094578, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/basic_onboard_oakuzl0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-25T03:50:55.581Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-25T03:50:55.581Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T03:50:55.581Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c", "consumerID": "clamp", "timestamp": 1637812088079, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/artifacts/service-BasicOnboardOakuzl-csar.csar", "status": "NOTIFIED" } 2021-11-25T03:50:55.581Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T03:50:55.581Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T03:50:55.581Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c", "consumerID": "policy-id", "timestamp": 1637812093300, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/basic_onboard_oakuzl0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-25T03:50:55.582Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T03:50:55.582Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T03:50:55.582Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c", "consumerID": "aai-ml", "timestamp": 1637812095512, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/artifacts/service-BasicOnboardOakuzl-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-25T03:50:55.582Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-25T03:50:55.582Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T03:50:55.582Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c", "consumerID": "multicloud-k8s-id", "timestamp": 1637812095551, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/basic_onboard_oakuzl0_modules.json", "status": "DEPLOY_OK" } 2021-11-25T03:50:55.582Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-25T03:50:55.582Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T03:50:55.582Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637812095770, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-11-25T03:50:55.582Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-25T03:50:55.582Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T03:50:55.582Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c", "consumerID": "policy-id", "timestamp": 1637812093300, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-11-25T03:50:55.582Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T03:50:55.582Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T03:50:55.583Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637812096956, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-11-25T03:50:55.583Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-25T03:50:55.583Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T03:50:55.583Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c", "consumerID": "policy-id", "timestamp": 1637812093300, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-25T03:50:55.583Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T03:50:55.583Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T03:50:55.583Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c", "consumerID": "policy-id", "timestamp": 1637812093300, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-25T03:50:55.583Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T03:50:55.583Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T03:50:55.583Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637812098215, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/basic_onboard_oakuzl0_modules.json", "status": "DEPLOY_OK" } 2021-11-25T03:50:55.583Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-25T03:50:55.583Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T03:50:55.583Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c", "consumerID": "policy-id", "timestamp": 1637812093300, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/artifacts/service-BasicOnboardOakuzl-template.yml", "status": "NOT_NOTIFIED" } 2021-11-25T03:50:55.583Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T03:50:55.583Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T03:50:55.583Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637812099219, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-11-25T03:50:55.584Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-25T03:50:55.584Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T03:50:55.584Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c", "consumerID": "policy-id", "timestamp": 1637812093300, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/artifacts/service-BasicOnboardOakuzl-csar.csar", "status": "NOTIFIED" } 2021-11-25T03:50:55.584Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T03:50:55.584Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T03:50:55.584Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637812100222, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-11-25T03:50:55.584Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-25T03:50:55.584Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T03:50:55.584Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c", "consumerID": "clamp", "timestamp": 1637812100560, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/artifacts/service-BasicOnboardOakuzl-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-25T03:50:55.584Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-25T03:50:55.584Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T03:50:55.584Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637812101225, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/artifacts/service-BasicOnboardOakuzl-csar.csar", "status": "DEPLOY_OK" } 2021-11-25T03:50:55.584Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-25T03:50:55.585Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T03:50:55.585Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c", "consumerID": "policy-id", "timestamp": 1637812101244, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/artifacts/service-BasicOnboardOakuzl-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-25T03:50:55.585Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-25T03:50:55.585Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T03:50:55.585Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c", "consumerID": "policy-id", "timestamp": 1637812102250, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/artifacts/service-BasicOnboardOakuzl-csar.csar", "status": "DEPLOY_OK" } 2021-11-25T03:50:55.585Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-25T03:50:55.585Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T03:50:55.585Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c", "consumerID": "clamp", "timestamp": 1637812102574, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/artifacts/service-BasicOnboardOakuzl-csar.csar", "status": "DEPLOY_OK" } 2021-11-25T03:50:55.585Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-25T03:50:55.585Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T03:50:55.585Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637812102398, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-25T03:50:55.585Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T03:50:55.585Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T03:50:55.585Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c", "consumerID": "policy-id", "timestamp": 1637812103254, "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-25T03:50:55.590Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c 2021-11-25T03:50:55.590Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c 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-25T03:50:55.596Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T03:50:55.596Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c", "consumerID": "clamp", "timestamp": 1637812103578, "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-25T03:50:55.600Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c 2021-11-25T03:50:55.600Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c 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-25T03:50:55.607Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T03:50:55.607Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637812102398, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/basic_onboard_oakuzl0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-25T03:50:55.607Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T03:50:55.608Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T03:50:55.608Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637812102398, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-11-25T03:50:55.608Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T03:50:55.608Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T03:50:55.608Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637812102398, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-25T03:50:55.608Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T03:50:55.608Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T03:50:55.608Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637812102398, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/resourceInstances/basic_onboard_oakuzl0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-25T03:50:55.608Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T03:50:55.608Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T03:50:55.608Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637812102398, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/artifacts/service-BasicOnboardOakuzl-template.yml", "status": "NOT_NOTIFIED" } 2021-11-25T03:50:55.608Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T03:50:55.608Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T03:50:55.609Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c", "consumerID": "aai-ml", "timestamp": 1637812108270, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/artifacts/service-BasicOnboardOakuzl-csar.csar", "status": "DEPLOY_OK" } 2021-11-25T03:50:55.609Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-25T03:50:55.609Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T03:50:55.609Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637812102398, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/artifacts/service-BasicOnboardOakuzl-csar.csar", "status": "NOTIFIED" } 2021-11-25T03:50:55.609Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T03:50:55.609Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T03:50:55.609Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c", "consumerID": "aai-ml", "timestamp": 1637812109276, "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-25T03:50:55.613Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c 2021-11-25T03:50:55.613Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c 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-25T03:50:55.620Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T03:50:55.620Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637812110253, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/artifacts/service-BasicOnboardOakuzl-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-25T03:50:55.620Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-25T03:50:55.620Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T03:50:55.620Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637812113993, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOakuzl/1.0/artifacts/service-BasicOnboardOakuzl-csar.csar", "status": "DEPLOY_OK" } 2021-11-25T03:50:55.621Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-25T03:50:55.621Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T03:50:55.621Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637812114998, "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-25T03:50:55.625Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c 2021-11-25T03:50:55.625Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c 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-25T03:51:22.315Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-25T03:51:22.325Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c 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-25T03:51:22.331Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-25T03:51:22.331Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-11-25T03:51:22.332Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-11-25T03:51:22.333Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-11-25T03:51:22.333Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-25T03:51:22.333Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-25T03:51:22.333Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-25T03:51:22.333Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-25T03:51:22.333Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-25T03:51:22.333Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-25T03:51:22.333Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|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-25T03:51:22.339Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-11-25T03:51:52.340Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c 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-25T03:51:52.349Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c and serviceModelVersionId: cb8899b9-c3a7-45ed-bfa7-a9e9c0bb49fc 2021-11-25T03:51:52.349Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8815ef90-b0c3-48de-99a8-afba1909afe8 2021-11-25T03:51:55.005Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-25T03:51:55.006Z||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-25T03:51:55.006Z||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 OfBjsyvieL9lJwol) ... 2021-11-25T03:52:04.543Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T03:52:08.203Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8815ef90-b0c3-48de-99a8-afba1909afe8/model-vers/model-ver/cb8899b9-c3a7-45ed-bfa7-a9e9c0bb49fc?depth=0 2021-11-25T03:52:08.334Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2021-11-25T03:52:08.793Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8815ef90-b0c3-48de-99a8-afba1909afe8/model-vers/model-ver/cb8899b9-c3a7-45ed-bfa7-a9e9c0bb49fc?depth=0|INFO|500||Invoke 2021-11-25T03:52:08.800Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8815ef90-b0c3-48de-99a8-afba1909afe8/model-vers/model-ver/cb8899b9-c3a7-45ed-bfa7-a9e9c0bb49fc?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8815ef90-b0c3-48de-99a8-afba1909afe8/model-vers/model-ver/cb8899b9-c3a7-45ed-bfa7-a9e9c0bb49fc?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[81d65016-f065-43ce-ae63-db9ad2ec8a35], X-ECOMP-RequestID=[c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c], X-TransactionId=[], X-ONAP-RequestID=[c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c], Content-Type=[application/merge-patch+json]} 2021-11-25T03:52:08.950Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8815ef90-b0c3-48de-99a8-afba1909afe8/model-vers/model-ver/cb8899b9-c3a7-45ed-bfa7-a9e9c0bb49fc?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-11-25T03:52:09.330Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8815ef90-b0c3-48de-99a8-afba1909afe8/model-vers/model-ver/cb8899b9-c3a7-45ed-bfa7-a9e9c0bb49fc?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/8815ef90-b0c3-48de-99a8-afba1909afe8/model-vers/model-ver/cb8899b9-c3a7-45ed-bfa7-a9e9c0bb49fc?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211125-03:52:08:961-12583], vertex-id=[200704], Content-Length=[0], Date=[Thu, 25 Nov 2021 03:52:08 GMT], Content-Type=[application/json]} 2021-11-25T03:52:09.331Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8815ef90-b0c3-48de-99a8-afba1909afe8/model-vers/model-ver/cb8899b9-c3a7-45ed-bfa7-a9e9c0bb49fc?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-11-25T03:52:09.332Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8815ef90-b0c3-48de-99a8-afba1909afe8/model-vers/model-ver/cb8899b9-c3a7-45ed-bfa7-a9e9c0bb49fc?depth=0|INFO|500||InvokeReturn 2021-11-25T03:52:09.335Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-11-25T03:52:09.336Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|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-25T03:52:09.340Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|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-25T03:52:09.341Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-11-25T03:52:09.342Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-11-25T03:52:09.342Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-25T03:52:09.344Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-25T03:52:09.344Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637812329341, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-25T03:52:09.444Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-25T03:52:09.445Z||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-25T03:52:09.445Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OfBjsyvieL9lJwol) ... 2021-11-25T03:52:09.456Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T03:52:09.456Z||pool-18-thread-1|||||INFO|500||cambria reply ok (12 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-25T03:52:10.356Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-25T03:52:10.357Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|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-25T03:52:10.357Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|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 OfBjsyvieL9lJwol) ... 2021-11-25T03:52:20.613Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T03:52:20.614Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-25T03:52:20.614Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|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-25T03:52:20.614Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|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 OfBjsyvieL9lJwol) ... 2021-11-25T03:52:30.151Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T03:52:30.152Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-25T03:52:30.152Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|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-25T03:52:30.152Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|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 OfBjsyvieL9lJwol) ... 2021-11-25T03:52:39.705Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T03:52:39.705Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-25T03:52:39.706Z||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-25T03:52:39.706Z||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 OfBjsyvieL9lJwol) ... 2021-11-25T03:52:49.239Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T03:52:55.003Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-25T03:52:55.004Z||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-25T03:52:55.004Z||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 OfBjsyvieL9lJwol) ... 2021-11-25T03:52:55.005Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-25T03:52:55.005Z||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-25T03:52:55.006Z||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 OfBjsyvieL9lJwol) ... 2021-11-25T03:52:55.636Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T03:52:55.637Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-25T03:52:55.637Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637812329341, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-25T03:52:55.638Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-25T03:53:04.539Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T03:53:55.003Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-25T03:53:55.005Z||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-25T03:53:55.005Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-25T03:53:55.005Z||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 OfBjsyvieL9lJwol) ... 2021-11-25T03:53:55.005Z||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-25T03:53:55.005Z||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 OfBjsyvieL9lJwol) ... 2021-11-25T03:54:04.546Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T03:54:04.546Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T03:54:55.003Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-25T03:54:55.004Z||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-25T03:54:55.004Z||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 OfBjsyvieL9lJwol) ... 2021-11-25T03:54:55.005Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-25T03:54:55.005Z||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-25T03:54:55.005Z||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 OfBjsyvieL9lJwol) ... 2021-11-25T03:55:04.542Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T03:55:04.546Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T03:55:55.003Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-25T03:55:55.004Z||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-25T03:55:55.004Z||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 OfBjsyvieL9lJwol) ... 2021-11-25T03:55:55.005Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-25T03:55:55.005Z||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-25T03:55:55.005Z||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 OfBjsyvieL9lJwol) ... 2021-11-25T03:56:04.540Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T03:56:04.543Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T03:56:55.003Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-25T03:56:55.004Z||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-25T03:56:55.004Z||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 OfBjsyvieL9lJwol) ... 2021-11-25T03:56:55.005Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-25T03:56:55.005Z||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-25T03:56:55.005Z||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 OfBjsyvieL9lJwol) ... 2021-11-25T03:57:04.553Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T03:57:04.553Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T03:57:55.003Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-25T03:57:55.004Z||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-25T03:57:55.004Z||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 OfBjsyvieL9lJwol) ... 2021-11-25T03:57:55.005Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-25T03:57:55.005Z||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-25T03:57:55.005Z||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 OfBjsyvieL9lJwol) ... 2021-11-25T03:58:04.540Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T03:58:04.542Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T03:58:55.003Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-25T03:58:55.005Z||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-25T03:58:55.005Z||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 OfBjsyvieL9lJwol) ... 2021-11-25T03:58:55.005Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-25T03:58:55.006Z||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-25T03:58:55.006Z||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 OfBjsyvieL9lJwol) ... 2021-11-25T03:58:55.131Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T03:58:55.132Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T03:58:55.133Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0c385b2-f42d-43d2-be5c-dc0acd193845", "consumerID": "dcae-sch", "timestamp": 1637812721652, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-11-25T03:58:55.134Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T03:58:55.134Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T03:58:55.134Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0c385b2-f42d-43d2-be5c-dc0acd193845", "consumerID": "clamp", "timestamp": 1637812718079, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-11-25T03:58:55.134Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T03:58:55.134Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T03:58:55.135Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0c385b2-f42d-43d2-be5c-dc0acd193845", "consumerID": "multicloud-k8s-id", "timestamp": 1637812717059, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-11-25T03:58:55.135Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T03:58:55.135Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T03:58:55.135Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0c385b2-f42d-43d2-be5c-dc0acd193845", "consumerID": "aai-ml", "timestamp": 1637812717684, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-11-25T03:58:55.135Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T03:58:55.135Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T03:58:55.135Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0c385b2-f42d-43d2-be5c-dc0acd193845", "consumerID": "cds", "timestamp": 1637812724233, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-11-25T03:58:55.136Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T03:58:55.136Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T03:58:55.136Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0c385b2-f42d-43d2-be5c-dc0acd193845", "consumerID": "clamp", "timestamp": 1637812718079, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-11-25T03:58:55.136Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T03:58:55.136Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T03:58:55.136Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0c385b2-f42d-43d2-be5c-dc0acd193845", "consumerID": "dcae-sch", "timestamp": 1637812721652, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-25T03:58:55.137Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T03:58:55.137Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T03:58:55.138Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0c385b2-f42d-43d2-be5c-dc0acd193845", "consumerID": "multicloud-k8s-id", "timestamp": 1637812717059, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-11-25T03:58:55.138Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T03:58:55.138Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T03:58:55.138Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0c385b2-f42d-43d2-be5c-dc0acd193845", "consumerID": "aai-ml", "timestamp": 1637812717684, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-11-25T03:58:55.138Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T03:58:55.138Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T03:58:55.139Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0c385b2-f42d-43d2-be5c-dc0acd193845", "consumerID": "ves-openapi-manager", "timestamp": 1637812724887, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-11-25T03:58:55.139Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T03:58:55.139Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T03:58:55.139Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0c385b2-f42d-43d2-be5c-dc0acd193845", "consumerID": "cds", "timestamp": 1637812724233, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-11-25T03:58:55.140Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T03:58:55.140Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T03:58:55.140Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0c385b2-f42d-43d2-be5c-dc0acd193845", "consumerID": "ves-openapi-manager", "timestamp": 1637812724887, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-25T03:58:55.140Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T03:58:55.140Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T03:58:55.141Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0c385b2-f42d-43d2-be5c-dc0acd193845", "consumerID": "aai-ml", "timestamp": 1637812727269, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-25T03:58:55.141Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-25T03:58:55.141Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T03:58:55.141Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0c385b2-f42d-43d2-be5c-dc0acd193845", "consumerID": "cds", "timestamp": 1637812727564, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-25T03:58:55.141Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-25T03:58:55.141Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T03:58:55.142Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0c385b2-f42d-43d2-be5c-dc0acd193845", "consumerID": "cds", "timestamp": 1637812728582, "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-25T03:58:55.158Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d0c385b2-f42d-43d2-be5c-dc0acd193845 2021-11-25T03:58:55.159Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId d0c385b2-f42d-43d2-be5c-dc0acd193845 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-25T03:58:55.171Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T03:58:55.171Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0c385b2-f42d-43d2-be5c-dc0acd193845", "consumerID": "aai-ml", "timestamp": 1637812731025, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-11-25T03:58:55.171Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-25T03:58:55.172Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T03:58:55.172Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0c385b2-f42d-43d2-be5c-dc0acd193845", "consumerID": "aai-ml", "timestamp": 1637812732029, "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-25T03:58:55.177Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d0c385b2-f42d-43d2-be5c-dc0acd193845 2021-11-25T03:58:55.177Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId d0c385b2-f42d-43d2-be5c-dc0acd193845 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-25T03:58:55.185Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T03:58:55.185Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0c385b2-f42d-43d2-be5c-dc0acd193845", "consumerID": "clamp", "timestamp": 1637812732659, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-25T03:58:55.186Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-25T03:58:55.186Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T03:58:55.186Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0c385b2-f42d-43d2-be5c-dc0acd193845", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637812732398, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-11-25T03:58:55.186Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T03:58:55.186Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T03:58:55.186Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0c385b2-f42d-43d2-be5c-dc0acd193845", "consumerID": "policy-id", "timestamp": 1637812733300, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-11-25T03:58:55.187Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T03:58:55.187Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T03:58:55.187Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0c385b2-f42d-43d2-be5c-dc0acd193845", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637812732398, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-11-25T03:58:55.187Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T03:58:55.187Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T03:58:55.187Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0c385b2-f42d-43d2-be5c-dc0acd193845", "consumerID": "clamp", "timestamp": 1637812734666, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-11-25T03:58:55.187Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-25T03:58:55.631Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T03:58:55.631Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-25T03:58:55.631Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"d0c385b2-f42d-43d2-be5c-dc0acd193845","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"fb2543ed-456b-4cfe-bda6-da904d6f76b1","serviceDescription":"service","serviceInvariantUUID":"0597fd15-7368-48c4-8489-d62faab83456","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"ea33393b-051b-4991-8178-4aa6b0a02db1","resourceInvariantUUID":"aa3e2eb8-d97d-4805-8032-fb97212ca98e","resourceCustomizationUUID":"f98f4d82-ed8f-4aaa-a3fd-3971523b6659","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":"YTc1N2Y3NzZmZDgwNzc3NWEzZTU3ZGU4ODU0MmIwN2U\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"80251a89-273f-4589-ab09-95a3e813f934","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZGViNjFiNDA3MTE2YmIxMDI0MzhlODM0NzYwZjZjZDQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"27b7564e-d6c8-4b64-a508-f4bc76a9f718","artifactVersion":"1"}],"workloadContext":"Production"} 2021-11-25T03:58:55.633Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-25T03:58:55.633Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-25T03:58:55.635Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-25T03:58:55.635Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d0c385b2-f42d-43d2-be5c-dc0acd193845", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637812735003, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-11-25T03:58:55.735Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-25T03:58:55.736Z||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-25T03:58:55.736Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OfBjsyvieL9lJwol) ... 2021-11-25T03:58:55.747Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T03:58:55.748Z||pool-19-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-25T03:58:56.635Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-25T03:58:56.636Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-25T03:58:56.638Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-25T03:58:56.639Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d0c385b2-f42d-43d2-be5c-dc0acd193845", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637812735003, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-11-25T03:58:56.738Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-25T03:58:56.739Z||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-25T03:58:56.739Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OfBjsyvieL9lJwol) ... 2021-11-25T03:58:56.750Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T03:58:56.750Z||pool-20-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-25T03:58:57.640Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "d0c385b2-f42d-43d2-be5c-dc0acd193845", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "fb2543ed-456b-4cfe-bda6-da904d6f76b1", "serviceDescription": "service", "serviceInvariantUUID": "0597fd15-7368-48c4-8489-d62faab83456", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "f98f4d82-ed8f-4aaa-a3fd-3971523b6659", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "ea33393b-051b-4991-8178-4aa6b0a02db1", "resourceInvariantUUID": "aa3e2eb8-d97d-4805-8032-fb97212ca98e", "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": "ZGViNjFiNDA3MTE2YmIxMDI0MzhlODM0NzYwZjZjZDQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "27b7564e-d6c8-4b64-a508-f4bc76a9f718" } ], "workloadContext": "Production" } 2021-11-25T03:58:57.640Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-11-25T03:58:57.640Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 fb2543ed-456b-4cfe-bda6-da904d6f76b1 ASDC 2021-11-25T03:58:57.640Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:d0c385b2-f42d-43d2-be5c-dc0acd193845 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:fb2543ed-456b-4cfe-bda6-da904d6f76b1 ServiceInvariantUUID:0597fd15-7368-48c4-8489-d62faab83456 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:27b7564e-d6c8-4b64-a508-f4bc76a9f718 ArtifactChecksum:ZGViNjFiNDA3MTE2YmIxMDI0MzhlODM0NzYwZjZjZDQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:f98f4d82-ed8f-4aaa-a3fd-3971523b6659 ResourceInvariantUUID:aa3e2eb8-d97d-4805-8032-fb97212ca98e ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:ea33393b-051b-4991-8178-4aa6b0a02db1 ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2021-11-25T03:58:57.641Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fb2543ed-456b-4cfe-bda6-da904d6f76b1 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-25T03:58:57.664Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-25T03:58:57.665Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2021-11-25T03:58:57.665Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2021-11-25T03:58:57.665Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 27b7564e-d6c8-4b64-a508-f4bc76a9f718 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-11-25T03:58:57.665Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-11-25T03:58:57.666Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-11-25T03:58:58.030Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-11-25T03:58:58.033Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 27b7564e-d6c8-4b64-a508-f4bc76a9f718 52489 2021-11-25T03:58:58.033Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2021-11-25T03:58:58.034Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-11-25T03:58:58.034Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-25T03:58:58.034Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-25T03:58:58.036Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-25T03:58:58.036Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d0c385b2-f42d-43d2-be5c-dc0acd193845", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637812738033, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-25T03:58:58.136Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-25T03:58:58.136Z||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-25T03:58:58.137Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OfBjsyvieL9lJwol) ... 2021-11-25T03:58:58.147Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T03:58:58.147Z||pool-21-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-25T03:58:59.036Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-25T03:58:59.037Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2021-11-25T03:58:59.038Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 27b7564e-d6c8-4b64-a508-f4bc76a9f718, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2021-11-25T03:58:59.038Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2021-11-25T03:58:59.038Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2021-11-25T03:58:59.039Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2021-11-25T03:58:59.141Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9757627833943382800/Definitions/service-BasicNetwork-template.yml 2021-11-25T03:58:59.713Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2021-11-25T03:58:59.714Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||WARN|500||#################################################################################################### 2021-11-25T03:58:59.714Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-11-25T03:58:59.714Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2021-11-25T03:58:59.714Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-11-25T03:58:59.714Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-11-25T03:58:59.714Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-11-25T03:58:59.714Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-11-25T03:58:59.714Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-11-25T03:58:59.715Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-11-25T03:58:59.715Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-11-25T03:58:59.715Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-11-25T03:58:59.715Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||WARN|500||#################################################################################################### 2021-11-25T03:58:59.715Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-25T03:58:59.715Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-25T03:58:59.715Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2021-11-25T03:58:59.715Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2021-11-25T03:58:59.715Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-25T03:58:59.716Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-25T03:58:59.716Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-25T03:58:59.716Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2021-11-25T03:58:59.716Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2021-11-25T03:58:59.716Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-25T03:58:59.716Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-25T03:58:59.716Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-25T03:58:59.716Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-25T03:58:59.716Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-25T03:58:59.717Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-25T03:58:59.717Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-25T03:58:59.717Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-25T03:58:59.717Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-25T03:58:59.717Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-25T03:58:59.717Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-25T03:58:59.717Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:fb2543ed-456b-4cfe-bda6-da904d6f76b1 Model Version:NULL Model InvariantUuid:0597fd15-7368-48c4-8489-d62faab83456 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:aa3e2eb8-d97d-4805-8032-fb97212ca98e Model UUID:8cf9638d-0541-41e3-b610-c865e0d20c45 Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:f98f4d82-ed8f-4aaa-a3fd-3971523b6659 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-25T03:58:59.726Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||INFO|500||Processing Resource Type: VL, Model UUID: ea33393b-051b-4991-8178-4aa6b0a02db1 2021-11-25T03:58:59.726Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||INFO|500||No resources found for Service: fb2543ed-456b-4cfe-bda6-da904d6f76b1 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-25T03:58:59.730Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||INFO|500|| 2021-11-25T03:58:59.730Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2021-11-25T03:58:59.730Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||No resources found for Service: fb2543ed-456b-4cfe-bda6-da904d6f76b1 2021-11-25T03:58:59.730Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: fb2543ed-456b-4cfe-bda6-da904d6f76b1 2021-11-25T03:58:59.731Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2021-11-25T03:58:59.731Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-25T03:58:59.735Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@74baafe7, org.onap.sdc.toscaparser.api.parameters.Input@3f47d154, org.onap.sdc.toscaparser.api.parameters.Input@519f2672, org.onap.sdc.toscaparser.api.parameters.Input@673765a7, org.onap.sdc.toscaparser.api.parameters.Input@46d33b31] 2021-11-25T03:58:59.736Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-25T03:58:59.736Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-25T03:58:59.737Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-25T03:58:59.737Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-25T03:58:59.737Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid fb2543ed-456b-4cfe-bda6-da904d6f76b1: Generic NeutronNet 2021-11-25T03:58:59.737Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-25T03:58:59.737Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-25T03:58:59.737Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-25T03:58:59.738Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=? 2021-11-25T03:58:59.761Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-25T03:58:59.762Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-25T03:58:59.762Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-25T03:58:59.762Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-25T03:58:59.763Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-25T03:58:59.763Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-25T03:58:59.763Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||INFO|500||Saving Service: basic_network Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2021-11-25T03:58:59.817Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2021-11-25T03:58:59.817Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2021-11-25T03:58:59.817Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-11-25T03:58:59.817Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-25T03:58:59.818Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-25T03:58:59.819Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-25T03:58:59.819Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d0c385b2-f42d-43d2-be5c-dc0acd193845", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637812739817, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-11-25T03:58:59.922Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2021-11-25T03:58:59.922Z||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-25T03:58:59.922Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OfBjsyvieL9lJwol) ... 2021-11-25T03:58:59.932Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T03:58:59.933Z||pool-22-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-25T03:59:00.820Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d0c385b2-f42d-43d2-be5c-dc0acd193845 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-25T03:59:00.830Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d0c385b2-f42d-43d2-be5c-dc0acd193845 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-25T03:59:00.833Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-25T03:59:00.833Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-11-25T03:59:00.833Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-25T03:59:00.833Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-25T03:59:30.834Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d0c385b2-f42d-43d2-be5c-dc0acd193845 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-25T03:59:30.842Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d0c385b2-f42d-43d2-be5c-dc0acd193845 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-25T03:59:30.844Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-25T03:59:30.844Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-11-25T03:59:30.844Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-25T03:59:30.844Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-25T03:59:55.005Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-25T03:59:55.006Z||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-25T03:59:55.006Z||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 OfBjsyvieL9lJwol) ... 2021-11-25T03:59:55.027Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T03:59:55.027Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T03:59:55.027Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0c385b2-f42d-43d2-be5c-dc0acd193845", "consumerID": "policy-id", "timestamp": 1637812733300, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-11-25T03:59:55.028Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:00:00.845Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d0c385b2-f42d-43d2-be5c-dc0acd193845 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-25T04:00:00.854Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d0c385b2-f42d-43d2-be5c-dc0acd193845 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-25T04:00:00.857Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-25T04:00:00.857Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-11-25T04:00:00.857Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-25T04:00:00.857Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-25T04:00:30.858Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d0c385b2-f42d-43d2-be5c-dc0acd193845 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-25T04:00:30.866Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d0c385b2-f42d-43d2-be5c-dc0acd193845 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-25T04:00:30.871Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-25T04:00:30.871Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-11-25T04:00:30.871Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-25T04:00:30.871Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-25T04:00:55.005Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-25T04:00:55.006Z||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-25T04:00:55.006Z||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 OfBjsyvieL9lJwol) ... 2021-11-25T04:00:55.025Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T04:00:55.025Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:00:55.025Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0c385b2-f42d-43d2-be5c-dc0acd193845", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637812735275, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-25T04:00:55.025Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-25T04:01:00.871Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d0c385b2-f42d-43d2-be5c-dc0acd193845 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-25T04:01:00.880Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d0c385b2-f42d-43d2-be5c-dc0acd193845 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-25T04:01:00.882Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-25T04:01:00.882Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-11-25T04:01:00.882Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-25T04:01:00.882Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-25T04:01:30.882Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d0c385b2-f42d-43d2-be5c-dc0acd193845 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-25T04:01:30.891Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d0c385b2-f42d-43d2-be5c-dc0acd193845 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-25T04:01:30.893Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-25T04:01:30.894Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-11-25T04:01:30.894Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-25T04:01:30.894Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-25T04:01:55.005Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-25T04:01:55.006Z||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-25T04:01:55.006Z||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 OfBjsyvieL9lJwol) ... 2021-11-25T04:01:55.527Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T04:01:55.528Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:01:55.528Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0c385b2-f42d-43d2-be5c-dc0acd193845", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637812735003, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-11-25T04:01:55.528Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:01:55.528Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:01:55.529Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0c385b2-f42d-43d2-be5c-dc0acd193845", "consumerID": "clamp", "timestamp": 1637812735668, "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-25T04:01:55.534Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d0c385b2-f42d-43d2-be5c-dc0acd193845 2021-11-25T04:01:55.534Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId d0c385b2-f42d-43d2-be5c-dc0acd193845 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-25T04:01:55.543Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:01:55.543Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0c385b2-f42d-43d2-be5c-dc0acd193845", "consumerID": "policy-id", "timestamp": 1637812736065, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-25T04:01:55.543Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-25T04:01:55.543Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:01:55.544Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0c385b2-f42d-43d2-be5c-dc0acd193845", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637812735003, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-11-25T04:01:55.544Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:01:55.544Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:01:55.544Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0c385b2-f42d-43d2-be5c-dc0acd193845", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637812736804, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-11-25T04:01:55.544Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-25T04:01:55.544Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:01:55.544Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0c385b2-f42d-43d2-be5c-dc0acd193845", "consumerID": "policy-id", "timestamp": 1637812737070, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-11-25T04:01:55.544Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-25T04:01:55.544Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:01:55.544Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0c385b2-f42d-43d2-be5c-dc0acd193845", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637812737808, "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-25T04:01:55.547Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d0c385b2-f42d-43d2-be5c-dc0acd193845 2021-11-25T04:01:55.548Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId d0c385b2-f42d-43d2-be5c-dc0acd193845 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-25T04:01:55.554Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:01:55.554Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0c385b2-f42d-43d2-be5c-dc0acd193845", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637812738033, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-25T04:01:55.554Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-25T04:01:55.554Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:01:55.554Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0c385b2-f42d-43d2-be5c-dc0acd193845", "consumerID": "policy-id", "timestamp": 1637812738072, "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-25T04:01:55.557Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d0c385b2-f42d-43d2-be5c-dc0acd193845 2021-11-25T04:01:55.558Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId d0c385b2-f42d-43d2-be5c-dc0acd193845 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-25T04:01:55.564Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:01:55.564Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0c385b2-f42d-43d2-be5c-dc0acd193845", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637812739817, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-11-25T04:01:55.564Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-25T04:02:00.894Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d0c385b2-f42d-43d2-be5c-dc0acd193845 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-25T04:02:00.903Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d0c385b2-f42d-43d2-be5c-dc0acd193845 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-25T04:02:00.906Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-25T04:02:00.906Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-11-25T04:02:00.906Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-11-25T04:02:00.906Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-11-25T04:02:00.906Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-25T04:02:00.906Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-25T04:02:00.906Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-25T04:02:00.907Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-25T04:02:00.907Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-25T04:02:00.907Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-25T04:02:00.907Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-25T04:02:00.911Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-11-25T04:02:30.911Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d0c385b2-f42d-43d2-be5c-dc0acd193845 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-25T04:02:30.916Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d0c385b2-f42d-43d2-be5c-dc0acd193845 and serviceModelVersionId: fb2543ed-456b-4cfe-bda6-da904d6f76b1 2021-11-25T04:02:30.916Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0597fd15-7368-48c4-8489-d62faab83456 2021-11-25T04:02:30.917Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0597fd15-7368-48c4-8489-d62faab83456/model-vers/model-ver/fb2543ed-456b-4cfe-bda6-da904d6f76b1?depth=0 2021-11-25T04:02:30.921Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2021-11-25T04:02:30.962Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0597fd15-7368-48c4-8489-d62faab83456/model-vers/model-ver/fb2543ed-456b-4cfe-bda6-da904d6f76b1?depth=0|INFO|500||Invoke 2021-11-25T04:02:30.962Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0597fd15-7368-48c4-8489-d62faab83456/model-vers/model-ver/fb2543ed-456b-4cfe-bda6-da904d6f76b1?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0597fd15-7368-48c4-8489-d62faab83456/model-vers/model-ver/fb2543ed-456b-4cfe-bda6-da904d6f76b1?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[d0c385b2-f42d-43d2-be5c-dc0acd193845], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[bda0e5ce-7f1d-4c29-9e35-fe0a3db19ab7], X-ECOMP-RequestID=[d0c385b2-f42d-43d2-be5c-dc0acd193845], X-TransactionId=[], X-ONAP-RequestID=[d0c385b2-f42d-43d2-be5c-dc0acd193845], Content-Type=[application/merge-patch+json]} 2021-11-25T04:02:30.988Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0597fd15-7368-48c4-8489-d62faab83456/model-vers/model-ver/fb2543ed-456b-4cfe-bda6-da904d6f76b1?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-11-25T04:02:31.238Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0597fd15-7368-48c4-8489-d62faab83456/model-vers/model-ver/fb2543ed-456b-4cfe-bda6-da904d6f76b1?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/0597fd15-7368-48c4-8489-d62faab83456/model-vers/model-ver/fb2543ed-456b-4cfe-bda6-da904d6f76b1?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211125-04:02:30:996-77483], vertex-id=[151696], Content-Length=[0], Date=[Thu, 25 Nov 2021 04:02:30 GMT], Content-Type=[application/json]} 2021-11-25T04:02:31.239Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0597fd15-7368-48c4-8489-d62faab83456/model-vers/model-ver/fb2543ed-456b-4cfe-bda6-da904d6f76b1?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-11-25T04:02:31.239Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0597fd15-7368-48c4-8489-d62faab83456/model-vers/model-ver/fb2543ed-456b-4cfe-bda6-da904d6f76b1?depth=0|INFO|500||InvokeReturn 2021-11-25T04:02:31.240Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-11-25T04:02:31.240Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-25T04:02:31.244Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-11-25T04:02:31.245Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d0c385b2-f42d-43d2-be5c-dc0acd193845 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-11-25T04:02:31.245Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-11-25T04:02:31.245Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-25T04:02:31.247Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-25T04:02:31.248Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d0c385b2-f42d-43d2-be5c-dc0acd193845", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637812951245, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-25T04:02:31.347Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-25T04:02:31.348Z||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-25T04:02:31.348Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OfBjsyvieL9lJwol) ... 2021-11-25T04:02:31.363Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T04:02:31.363Z||pool-23-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-11-25T04:02:32.258Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-25T04:02:32.258Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|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-25T04:02:32.258Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|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 OfBjsyvieL9lJwol) ... 2021-11-25T04:02:42.617Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T04:02:42.618Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-25T04:02:42.618Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"87f38fa0-0ba8-4127-a06a-094b5f255675","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"04750e73-b70c-424f-bd94-bc561b31d49c","serviceDescription":"service","serviceInvariantUUID":"d4a1ce94-6a77-4e19-80d2-891c0b5f195a","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"4a96df80-7de6-44c0-964a-755763a4747c","resourceInvariantUUID":"0be45ae9-ffe8-45ca-8019-68a90d775393","resourceCustomizationUUID":"78f0cfc8-6109-4aff-9f12-f9ca814d54e3","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":"MzIzYmU0MmMyYjllODllMmRiYWQ5NWE3MDNhM2RkM2U\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"36b411a7-b45f-4756-9b4a-3f911e45b2c9","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":"MjkwOTk2YTZmZTQzODNlNzZhOTc5NWQzMGVhZDM1MDA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a555528b-ce13-4e72-b19f-2f9d9b66a04e","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":"dc223578-fdc0-43ac-b084-6cced196d7e9","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":"31c852ab-ae01-4639-a4f2-265b1ae124cb","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":"79d88971-63ec-43cf-adf2-bd34a5854a3d","artifactVersion":"2","generatedFromUUID":"dc223578-fdc0-43ac-b084-6cced196d7e9"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MDEwZDFjNjFmNWExZjZkNGE3OWU5NmU4MjhjNzhjNDc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9ff5b12b-b610-480e-bb20-166425eef2d3","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"ZjA3NjkyMWFmNTE2NjI5Mjg4YjU3NzI2OWM0MGY5N2E\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"75759a4c-6b3d-462f-9b36-a6e01ea11ff9","artifactVersion":"1"}],"workloadContext":"Production"} 2021-11-25T04:02:42.623Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-25T04:02:42.623Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-25T04:02:42.625Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-25T04:02:42.626Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637812952258, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-25T04:02:42.725Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-25T04:02:42.726Z||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-25T04:02:42.726Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OfBjsyvieL9lJwol) ... 2021-11-25T04:02:42.737Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T04:02:42.737Z||pool-24-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-25T04:02:43.626Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-25T04:02:43.627Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-25T04:02:43.629Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-25T04:02:43.629Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637812952258, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-11-25T04:02:43.729Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-25T04:02:43.730Z||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-25T04:02:43.730Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OfBjsyvieL9lJwol) ... 2021-11-25T04:02:43.746Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T04:02:43.747Z||pool-25-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2021-11-25T04:02:44.630Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-25T04:02:44.631Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-25T04:02:44.632Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-25T04:02:44.633Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637812952258, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-11-25T04:02:44.733Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-25T04:02:44.733Z||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-25T04:02:44.733Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OfBjsyvieL9lJwol) ... 2021-11-25T04:02:44.742Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T04:02:44.743Z||pool-26-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2021-11-25T04:02:45.633Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-25T04:02:45.634Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-25T04:02:45.635Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-25T04:02:45.635Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637812952258, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-25T04:02:45.735Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-25T04:02:45.736Z||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-25T04:02:45.736Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OfBjsyvieL9lJwol) ... 2021-11-25T04:02:45.748Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T04:02:45.748Z||pool-27-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-25T04:02:46.636Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-25T04:02:46.637Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-25T04:02:46.638Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-25T04:02:46.638Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637812952258, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-11-25T04:02:46.738Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-25T04:02:46.739Z||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-25T04:02:46.739Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OfBjsyvieL9lJwol) ... 2021-11-25T04:02:46.748Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T04:02:46.748Z||pool-28-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-11-25T04:02:47.639Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-25T04:02:47.640Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-25T04:02:47.641Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-25T04:02:47.641Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637812952258, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-11-25T04:02:47.741Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-25T04:02:47.742Z||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-25T04:02:47.742Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OfBjsyvieL9lJwol) ... 2021-11-25T04:02:47.755Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T04:02:47.755Z||pool-29-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-25T04:02:48.642Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-25T04:02:48.642Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-25T04:02:48.644Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-25T04:02:48.644Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637812952258, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-11-25T04:02:48.744Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-25T04:02:48.745Z||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-25T04:02:48.745Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OfBjsyvieL9lJwol) ... 2021-11-25T04:02:48.756Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T04:02:48.756Z||pool-30-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-25T04:02:49.646Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "04750e73-b70c-424f-bd94-bc561b31d49c", "serviceDescription": "service", "serviceInvariantUUID": "d4a1ce94-6a77-4e19-80d2-891c0b5f195a", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "78f0cfc8-6109-4aff-9f12-f9ca814d54e3", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "4a96df80-7de6-44c0-964a-755763a4747c", "resourceInvariantUUID": "0be45ae9-ffe8-45ca-8019-68a90d775393", "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": "MjkwOTk2YTZmZTQzODNlNzZhOTc5NWQzMGVhZDM1MDA\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a555528b-ce13-4e72-b19f-2f9d9b66a04e", "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": "dc223578-fdc0-43ac-b084-6cced196d7e9", "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": "79d88971-63ec-43cf-adf2-bd34a5854a3d", "generatedFromUUID": "dc223578-fdc0-43ac-b084-6cced196d7e9" }, "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": "79d88971-63ec-43cf-adf2-bd34a5854a3d", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "ZjA3NjkyMWFmNTE2NjI5Mjg4YjU3NzI2OWM0MGY5N2E\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "75759a4c-6b3d-462f-9b36-a6e01ea11ff9" } ], "workloadContext": "Production" } 2021-11-25T04:02:49.646Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-11-25T04:02:49.646Z|d0c385b2-f42d-43d2-be5c-dc0acd193845|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 04750e73-b70c-424f-bd94-bc561b31d49c ASDC 2021-11-25T04:02:49.647Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:87f38fa0-0ba8-4127-a06a-094b5f255675 ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:04750e73-b70c-424f-bd94-bc561b31d49c ServiceInvariantUUID:d4a1ce94-6a77-4e19-80d2-891c0b5f195a 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:75759a4c-6b3d-462f-9b36-a6e01ea11ff9 ArtifactChecksum:ZjA3NjkyMWFmNTE2NjI5Mjg4YjU3NzI2OWM0MGY5N2E= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:78f0cfc8-6109-4aff-9f12-f9ca814d54e3 ResourceInvariantUUID:0be45ae9-ffe8-45ca-8019-68a90d775393 ResourceName:basic_vm ResourceType:VF ResourceUUID:4a96df80-7de6-44c0-964a-755763a4747c 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:a555528b-ce13-4e72-b19f-2f9d9b66a04e ArtifactChecksum:MjkwOTk2YTZmZTQzODNlNzZhOTc5NWQzMGVhZDM1MDA= 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:dc223578-fdc0-43ac-b084-6cced196d7e9 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:79d88971-63ec-43cf-adf2-bd34a5854a3d 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:79d88971-63ec-43cf-adf2-bd34a5854a3d ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-11-25T04:02:49.647Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 04750e73-b70c-424f-bd94-bc561b31d49c 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-25T04:02:49.670Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-25T04:02:49.670Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2021-11-25T04:02:49.670Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2021-11-25T04:02:49.670Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 75759a4c-6b3d-462f-9b36-a6e01ea11ff9 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-11-25T04:02:49.671Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-11-25T04:02:49.671Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-11-25T04:02:50.529Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-11-25T04:02:50.533Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 75759a4c-6b3d-462f-9b36-a6e01ea11ff9 71045 2021-11-25T04:02:50.533Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2021-11-25T04:02:50.533Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-11-25T04:02:50.533Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-25T04:02:50.533Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-25T04:02:50.535Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-25T04:02:50.535Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637812970533, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-25T04:02:50.635Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-25T04:02:50.636Z||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-25T04:02:50.636Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OfBjsyvieL9lJwol) ... 2021-11-25T04:02:50.645Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T04:02:50.645Z||pool-31-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-11-25T04:02:51.536Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-25T04:02:51.536Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2021-11-25T04:02:51.537Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 75759a4c-6b3d-462f-9b36-a6e01ea11ff9, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2021-11-25T04:02:51.537Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2021-11-25T04:02:51.537Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2021-11-25T04:02:51.537Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2021-11-25T04:02:51.660Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14671996661920016813/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-25T04:02:52.886Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2021-11-25T04:02:52.887Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||WARN|500||#################################################################################################### 2021-11-25T04:02:52.887Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-11-25T04:02:52.887Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2021-11-25T04:02:52.887Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||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-25T04:02:52.887Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||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-25T04:02:52.887Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-11-25T04:02:52.887Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||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-25T04:02:52.887Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-11-25T04:02:52.887Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-11-25T04:02:52.887Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-11-25T04:02:52.887Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||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-25T04:02:52.887Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-11-25T04:02:52.887Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||WARN|500||#################################################################################################### 2021-11-25T04:02:52.888Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-25T04:02:52.888Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-25T04:02:52.888Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-11-25T04:02:52.888Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2021-11-25T04:02:52.888Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-25T04:02:52.888Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-25T04:02:52.888Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-25T04:02:52.888Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-11-25T04:02:52.889Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2021-11-25T04:02:52.889Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-25T04:02:52.889Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-25T04:02:52.889Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-25T04:02:52.889Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-25T04:02:52.889Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-11-25T04:02:52.889Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2021-11-25T04:02:52.890Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2021-11-25T04:02:52.890Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2021-11-25T04:02:52.890Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2021-11-25T04:02:52.890Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-11-25T04:02:52.890Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-25T04:02:52.890Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-11-25T04:02:52.890Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-25T04:02:52.890Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-11-25T04:02:52.891Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-25T04:02:52.891Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-25T04:02:52.891Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-11-25T04:02:52.891Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-25T04:02:52.891Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-25T04:02:52.891Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-11-25T04:02:52.891Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-25T04:02:52.891Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-25T04:02:52.892Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-11-25T04:02:52.892Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2021-11-25T04:02:52.892Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2021-11-25T04:02:52.892Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=1a2cdf86-63a5-4122-9dda-7ffa13f3939b 2021-11-25T04:02:52.892Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-25T04:02:52.892Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-25T04:02:52.892Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-25T04:02:52.892Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-25T04:02:52.892Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-25T04:02:52.893Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-25T04:02:52.893Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-25T04:02:52.893Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-25T04:02:52.893Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:04750e73-b70c-424f-bd94-bc561b31d49c Model Version:NULL Model InvariantUuid:d4a1ce94-6a77-4e19-80d2-891c0b5f195a Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:d994d988-e363-42d2-becb-82aa5e77c744 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:0be45ae9-ffe8-45ca-8019-68a90d775393 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:78f0cfc8-6109-4aff-9f12-f9ca814d54e3 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:e14947b1-529b-4a48-b924-f3b9affd128e ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:a5384fa9-9a78-48d6-ba87-e82790054002 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:1a2cdf86-63a5-4122-9dda-7ffa13f3939b ModelInvariantUuid:dbe36212-9616-4fc6-b977-7ad406b08d4c ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:e1ae2e62-4902-4241-8729-ca7f80c675a1 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:4c1834ee-2913-4c08-87d4-7044d747fa7a ModelInvariantUuid:dc2a5642-8365-4c80-8b2f-58ef2a764410 ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:edc7c125-251e-4b5b-87f0-dd6dff24519f 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-25T04:02:52.898Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 4a96df80-7de6-44c0-964a-755763a4747c 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-25T04:02:52.901Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||INFO|500||basic_vm 0 2021-11-25T04:02:52.901Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 4a96df80-7de6-44c0-964a-755763a4747c 2021-11-25T04:02:52.901Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: a555528b-ce13-4e72-b19f-2f9d9b66a04e from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2021-11-25T04:02:52.901Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-11-25T04:02:52.901Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2021-11-25T04:02:53.119Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-11-25T04:02:53.120Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json a555528b-ce13-4e72-b19f-2f9d9b66a04e 787 2021-11-25T04:02:53.120Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2021-11-25T04:02:53.120Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2021-11-25T04:02:53.120Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-25T04:02:53.120Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-25T04:02:53.122Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-25T04:02:53.122Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637812973120, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-25T04:02:53.222Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-25T04:02:53.223Z||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-25T04:02:53.223Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OfBjsyvieL9lJwol) ... 2021-11-25T04:02:53.232Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T04:02:53.232Z||pool-32-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-11-25T04:02:54.122Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "e14947b1-529b-4a48-b924-f3b9affd128e", "vfModuleModelVersion": "1", "vfModuleModelUUID": "a5384fa9-9a78-48d6-ba87-e82790054002", "vfModuleModelCustomizationUUID": "1e35e3a2-7394-46cf-9615-d15b5a53d174", "isBase": true, "artifacts": [ "dc223578-fdc0-43ac-b084-6cced196d7e9", "79d88971-63ec-43cf-adf2-bd34a5854a3d" ], "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-25T04:02:54.127Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:a5384fa9-9a78-48d6-ba87-e82790054002 VfModuleModelInvariantUUID:e14947b1-529b-4a48-b924-f3b9affd128e VfModuleModelDescription:NULL Artifacts UUID List:{ dc223578-fdc0-43ac-b084-6cced196d7e9 , 79d88971-63ec-43cf-adf2-bd34a5854a3d } 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-25T04:02:54.128Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "e14947b1-529b-4a48-b924-f3b9affd128e", "vfModuleModelVersion": "1", "vfModuleModelUUID": "a5384fa9-9a78-48d6-ba87-e82790054002", "vfModuleModelCustomizationUUID": "1e35e3a2-7394-46cf-9615-d15b5a53d174", "isBase": true, "artifacts": [ "dc223578-fdc0-43ac-b084-6cced196d7e9", "79d88971-63ec-43cf-adf2-bd34a5854a3d" ], "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-25T04:02:54.129Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:a5384fa9-9a78-48d6-ba87-e82790054002 VfModuleModelInvariantUUID:e14947b1-529b-4a48-b924-f3b9affd128e VfModuleModelDescription:NULL Artifacts UUID List:{ dc223578-fdc0-43ac-b084-6cced196d7e9 , 79d88971-63ec-43cf-adf2-bd34a5854a3d } 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-25T04:02:54.129Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: dc223578-fdc0-43ac-b084-6cced196d7e9 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2021-11-25T04:02:54.129Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-11-25T04:02:54.129Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2021-11-25T04:02:54.255Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-11-25T04:02:54.255Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml dc223578-fdc0-43ac-b084-6cced196d7e9 5033 2021-11-25T04:02:54.256Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2021-11-25T04:02:54.256Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2021-11-25T04:02:54.256Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-25T04:02:54.256Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-25T04:02:54.258Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-25T04:02:54.258Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637812974256, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-11-25T04:02:54.358Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-25T04:02:54.358Z||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-25T04:02:54.358Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OfBjsyvieL9lJwol) ... 2021-11-25T04:02:54.368Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T04:02:54.369Z||pool-33-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-25T04:02:55.005Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-25T04:02:55.005Z||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-25T04:02:55.005Z||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 OfBjsyvieL9lJwol) ... 2021-11-25T04:02:55.129Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T04:02:55.132Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:02:55.132Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0c385b2-f42d-43d2-be5c-dc0acd193845", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637812951245, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-25T04:02:55.132Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-25T04:02:55.132Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:02:55.132Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675", "consumerID": "clamp", "timestamp": 1637812958079, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-25T04:02:55.133Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:02:55.133Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:02:55.133Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637812952258, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-25T04:02:55.133Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:02:55.133Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:02:55.133Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675", "consumerID": "dcae-sch", "timestamp": 1637812961652, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-25T04:02:55.133Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:02:55.133Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:02:55.133Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675", "consumerID": "multicloud-k8s-id", "timestamp": 1637812957059, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-25T04:02:55.133Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:02:55.133Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:02:55.133Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675", "consumerID": "aai-ml", "timestamp": 1637812957685, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-25T04:02:55.133Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:02:55.133Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:02:55.133Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675", "consumerID": "policy-id", "timestamp": 1637812953300, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-25T04:02:55.133Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:02:55.133Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:02:55.133Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675", "consumerID": "clamp", "timestamp": 1637812958079, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-11-25T04:02:55.133Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:02:55.133Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:02:55.133Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675", "consumerID": "dcae-sch", "timestamp": 1637812961652, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-25T04:02:55.134Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:02:55.134Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:02:55.134Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675", "consumerID": "multicloud-k8s-id", "timestamp": 1637812957059, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-11-25T04:02:55.134Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:02:55.134Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:02:55.134Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637812952258, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-11-25T04:02:55.134Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:02:55.134Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:02:55.134Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675", "consumerID": "aai-ml", "timestamp": 1637812957685, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-25T04:02:55.134Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:02:55.134Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:02:55.134Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675", "consumerID": "policy-id", "timestamp": 1637812953300, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-25T04:02:55.134Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:02:55.134Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:02:55.134Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675", "consumerID": "clamp", "timestamp": 1637812958079, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-11-25T04:02:55.134Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:02:55.134Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:02:55.134Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675", "consumerID": "dcae-sch", "timestamp": 1637812961652, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-11-25T04:02:55.134Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:02:55.134Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:02:55.135Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637812952258, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-11-25T04:02:55.135Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:02:55.135Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:02:55.135Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675", "consumerID": "aai-ml", "timestamp": 1637812957685, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-11-25T04:02:55.135Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:02:55.136Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:02:55.136Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675", "consumerID": "multicloud-k8s-id", "timestamp": 1637812957059, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-11-25T04:02:55.136Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:02:55.136Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:02:55.136Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675", "consumerID": "policy-id", "timestamp": 1637812953300, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-11-25T04:02:55.137Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:02:55.137Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:02:55.137Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675", "consumerID": "cds", "timestamp": 1637812964233, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-25T04:02:55.137Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:02:55.137Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:02:55.137Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675", "consumerID": "ves-openapi-manager", "timestamp": 1637812964887, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-25T04:02:55.138Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:02:55.138Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:02:55.138Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675", "consumerID": "clamp", "timestamp": 1637812958079, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-25T04:02:55.138Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:02:55.138Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:02:55.138Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675", "consumerID": "dcae-sch", "timestamp": 1637812961652, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-25T04:02:55.138Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:02:55.139Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:02:55.139Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675", "consumerID": "multicloud-k8s-id", "timestamp": 1637812957059, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-25T04:02:55.139Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:02:55.139Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:02:55.139Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637812952258, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-25T04:02:55.139Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:02:55.139Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:02:55.139Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675", "consumerID": "aai-ml", "timestamp": 1637812957685, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-25T04:02:55.139Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:02:55.139Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:02:55.140Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675", "consumerID": "policy-id", "timestamp": 1637812953300, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-25T04:02:55.140Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:02:55.140Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:02:55.140Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675", "consumerID": "cds", "timestamp": 1637812964233, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-25T04:02:55.140Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:02:55.140Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:02:55.140Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675", "consumerID": "ves-openapi-manager", "timestamp": 1637812964887, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-25T04:02:55.140Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:02:55.140Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:02:55.140Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675", "consumerID": "clamp", "timestamp": 1637812958079, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-11-25T04:02:55.140Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:02:55.141Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:02:55.141Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675", "consumerID": "dcae-sch", "timestamp": 1637812961652, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-11-25T04:02:55.141Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:02:55.141Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:02:55.141Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675", "consumerID": "multicloud-k8s-id", "timestamp": 1637812957059, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-11-25T04:02:55.141Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:02:55.141Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:02:55.141Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637812952258, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-11-25T04:02:55.141Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:02:55.141Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:02:55.141Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675", "consumerID": "aai-ml", "timestamp": 1637812957685, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-11-25T04:02:55.142Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:02:55.142Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:02:55.142Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675", "consumerID": "policy-id", "timestamp": 1637812953300, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-11-25T04:02:55.142Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:02:55.142Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:02:55.142Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675", "consumerID": "cds", "timestamp": 1637812964233, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-11-25T04:02:55.142Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:02:55.142Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:02:55.142Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675", "consumerID": "ves-openapi-manager", "timestamp": 1637812964887, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-11-25T04:02:55.142Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:02:55.142Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:02:55.143Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675", "consumerID": "clamp", "timestamp": 1637812958079, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-11-25T04:02:55.143Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:02:55.143Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:02:55.143Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675", "consumerID": "dcae-sch", "timestamp": 1637812961652, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-11-25T04:02:55.143Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:02:55.143Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:02:55.143Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675", "consumerID": "multicloud-k8s-id", "timestamp": 1637812957059, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-11-25T04:02:55.143Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:02:55.143Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:02:55.143Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637812952258, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-11-25T04:02:55.143Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:02:55.144Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:02:55.144Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675", "consumerID": "aai-ml", "timestamp": 1637812957685, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-11-25T04:02:55.144Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:02:55.144Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:02:55.144Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675", "consumerID": "policy-id", "timestamp": 1637812953300, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-11-25T04:02:55.144Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:02:55.144Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:02:55.144Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675", "consumerID": "cds", "timestamp": 1637812964233, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-25T04:02:55.144Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:02:55.144Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:02:55.144Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675", "consumerID": "ves-openapi-manager", "timestamp": 1637812964887, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-25T04:02:55.145Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:02:55.145Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:02:55.145Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675", "consumerID": "clamp", "timestamp": 1637812958079, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-11-25T04:02:55.145Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:02:55.145Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:02:55.145Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675", "consumerID": "dcae-sch", "timestamp": 1637812961652, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-25T04:02:55.145Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:02:55.146Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:02:55.146Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637812952258, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-11-25T04:02:55.146Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:02:55.146Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:02:55.146Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675", "consumerID": "aai-ml", "timestamp": 1637812957685, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-11-25T04:02:55.146Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:02:55.147Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:02:55.147Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675", "consumerID": "multicloud-k8s-id", "timestamp": 1637812957059, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-11-25T04:02:55.147Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:02:55.147Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:02:55.147Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675", "consumerID": "policy-id", "timestamp": 1637812953300, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-11-25T04:02:55.147Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:02:55.147Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:02:55.148Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675", "consumerID": "cds", "timestamp": 1637812964233, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-11-25T04:02:55.148Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:02:55.148Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:02:55.148Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675", "consumerID": "ves-openapi-manager", "timestamp": 1637812964887, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-11-25T04:02:55.148Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:02:55.148Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:02:55.148Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675", "consumerID": "cds", "timestamp": 1637812964233, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-11-25T04:02:55.149Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:02:55.149Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:02:55.149Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675", "consumerID": "ves-openapi-manager", "timestamp": 1637812964887, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-11-25T04:02:55.149Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:02:55.149Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:02:55.149Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637812970533, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-25T04:02:55.150Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-25T04:02:55.150Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:02:55.150Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675", "consumerID": "aai-ml", "timestamp": 1637812970537, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-25T04:02:55.150Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-25T04:02:55.150Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:02:55.150Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675", "consumerID": "multicloud-k8s-id", "timestamp": 1637812970540, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-25T04:02:55.150Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-25T04:02:55.151Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:02:55.151Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675", "consumerID": "policy-id", "timestamp": 1637812970538, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-25T04:02:55.151Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-25T04:02:55.151Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:02:55.151Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675", "consumerID": "cds", "timestamp": 1637812964233, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-11-25T04:02:55.151Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:02:55.151Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:02:55.151Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675", "consumerID": "ves-openapi-manager", "timestamp": 1637812964887, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-25T04:02:55.151Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:02:55.151Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:02:55.151Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675", "consumerID": "policy-id", "timestamp": 1637812971542, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-11-25T04:02:55.152Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-25T04:02:55.152Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:02:55.152Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675", "consumerID": "multicloud-k8s-id", "timestamp": 1637812971739, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-11-25T04:02:55.152Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-25T04:02:55.152Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:02:55.152Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675", "consumerID": "cds", "timestamp": 1637812972034, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-25T04:02:55.153Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-25T04:02:55.153Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:02:55.153Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675", "consumerID": "policy-id", "timestamp": 1637812972548, "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-25T04:02:55.161Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 87f38fa0-0ba8-4127-a06a-094b5f255675 2021-11-25T04:02:55.161Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 87f38fa0-0ba8-4127-a06a-094b5f255675 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-25T04:02:55.169Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:02:55.169Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675", "consumerID": "multicloud-k8s-id", "timestamp": 1637812972919, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-11-25T04:02:55.169Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-25T04:02:55.169Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:02:55.169Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637812972398, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-25T04:02:55.169Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:02:55.169Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:02:55.170Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675", "consumerID": "cds", "timestamp": 1637812973040, "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-25T04:02:55.175Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 87f38fa0-0ba8-4127-a06a-094b5f255675 2021-11-25T04:02:55.175Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 87f38fa0-0ba8-4127-a06a-094b5f255675 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-25T04:02:55.183Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:02:55.183Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637812973120, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-25T04:02:55.184Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-25T04:02:55.184Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:02:55.184Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675", "consumerID": "multicloud-k8s-id", "timestamp": 1637812973946, "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-25T04:02:55.188Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 87f38fa0-0ba8-4127-a06a-094b5f255675 2021-11-25T04:02:55.189Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 87f38fa0-0ba8-4127-a06a-094b5f255675 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-25T04:02:55.196Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:02:55.196Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637812972398, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-25T04:02:55.196Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:02:55.196Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:02:55.196Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe", "consumerID": "policy-id", "timestamp": 1637812973554, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-11-25T04:02:55.196Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:02:55.197Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:02:55.197Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637812974256, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-11-25T04:02:55.197Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-25T04:02:55.258Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 79d88971-63ec-43cf-adf2-bd34a5854a3d from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2021-11-25T04:02:55.259Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-11-25T04:02:55.259Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2021-11-25T04:02:55.374Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-11-25T04:02:55.375Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 79d88971-63ec-43cf-adf2-bd34a5854a3d 903 2021-11-25T04:02:55.375Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2021-11-25T04:02:55.375Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2021-11-25T04:02:55.375Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-25T04:02:55.376Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-25T04:02:55.378Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-25T04:02:55.378Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637812975375, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-11-25T04:02:55.478Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-25T04:02:55.479Z||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-25T04:02:55.479Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OfBjsyvieL9lJwol) ... 2021-11-25T04:02:55.488Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T04:02:55.489Z||pool-34-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-25T04:02:56.379Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 04750e73-b70c-424f-bd94-bc561b31d49c 2021-11-25T04:02:56.379Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 4a96df80-7de6-44c0-964a-755763a4747c 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-25T04:02:56.392Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4d00cea4, org.onap.sdc.toscaparser.api.parameters.Input@6af75208, org.onap.sdc.toscaparser.api.parameters.Input@ad72446, org.onap.sdc.toscaparser.api.parameters.Input@191c8edc, org.onap.sdc.toscaparser.api.parameters.Input@52a206b5] 2021-11-25T04:02:56.393Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-25T04:02:56.393Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-25T04:02:56.393Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 2021-11-25T04:02:56.393Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 78f0cfc8-6109-4aff-9f12-f9ca814d54e3 2021-11-25T04:02:56.394Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 78f0cfc8-6109-4aff-9f12-f9ca814d54e3 matches Tosca VF Customization UUID: 78f0cfc8-6109-4aff-9f12-f9ca814d54e3 2021-11-25T04:02:56.394Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 78f0cfc8-6109-4aff-9f12-f9ca814d54e3 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-25T04:02:56.396Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-25T04:02:56.396Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-25T04:02:56.397Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 78f0cfc8-6109-4aff-9f12-f9ca814d54e3: {\"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-25T04:02:56.397Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@62a49415 2021-11-25T04:02:56.397Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-25T04:02:56.397Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-11-25T04:02:56.397Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 1e35e3a2-7394-46cf-9615-d15b5a53d174 2021-11-25T04:02:56.397Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 1e35e3a2-7394-46cf-9615-d15b5a53d174 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-25T04:02:56.400Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-25T04:02:56.400Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-11-25T04:02:56.400Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-25T04:02:56.400Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-25T04:02:56.400Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-11-25T04:02:56.401Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-25T04:02:56.401Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-25T04:02:56.401Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-11-25T04:02:56.401Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2021-11-25T04:02:56.401Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2021-11-25T04:02:56.401Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=1a2cdf86-63a5-4122-9dda-7ffa13f3939b 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-25T04:02:56.404Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-25T04:02:56.404Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-11-25T04:02:56.404Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-25T04:02:56.404Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-25T04:02:56.404Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-11-25T04:02:56.404Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=78f0cfc8-6109-4aff-9f12-f9ca814d54e3 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-25T04:02:56.406Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-25T04:02:56.406Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-25T04:02:56.406Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 04750e73-b70c-424f-bd94-bc561b31d49c: basic_vm 2021-11-25T04:02:56.406Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-25T04:02:56.406Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-25T04:02:56.407Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-25T04:02:56.407Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-25T04:02:56.407Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-25T04:02:56.407Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-25T04:02:56.407Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-25T04:02:56.407Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-25T04:02:56.407Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-25T04:02:56.407Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-25T04:02:56.408Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||INFO|500||Saving Service: basic_vm Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-25T04:02:56.503Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 4a96df80-7de6-44c0-964a-755763a4747c 1 ASDC deployResourceStructure 2021-11-25T04:02:56.503Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2021-11-25T04:02:56.503Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2021-11-25T04:02:56.503Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-25T04:02:56.503Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-25T04:02:56.505Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-25T04:02:56.505Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637812976503, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-11-25T04:02:56.605Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-25T04:02:56.606Z||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-25T04:02:56.606Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OfBjsyvieL9lJwol) ... 2021-11-25T04:02:56.617Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T04:02:56.618Z||pool-35-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-25T04:02:57.505Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2021-11-25T04:02:57.506Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2021-11-25T04:02:57.506Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-25T04:02:57.507Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-25T04:02:57.508Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-25T04:02:57.509Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637812977505, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-11-25T04:02:57.609Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-25T04:02:57.609Z||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-25T04:02:57.609Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OfBjsyvieL9lJwol) ... 2021-11-25T04:02:57.618Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T04:02:57.619Z||pool-36-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-11-25T04:02:58.509Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2021-11-25T04:02:58.510Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2021-11-25T04:02:58.510Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-25T04:02:58.510Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-25T04:02:58.511Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-25T04:02:58.512Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637812978509, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-11-25T04:02:58.612Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-25T04:02:58.613Z||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-25T04:02:58.613Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OfBjsyvieL9lJwol) ... 2021-11-25T04:02:58.622Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T04:02:58.623Z||pool-37-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-11-25T04:02:59.513Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2021-11-25T04:02:59.514Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-11-25T04:02:59.514Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-25T04:02:59.514Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-25T04:02:59.516Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-25T04:02:59.516Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637812979513, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-11-25T04:02:59.616Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-25T04:02:59.617Z||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-25T04:02:59.617Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OfBjsyvieL9lJwol) ... 2021-11-25T04:02:59.627Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T04:02:59.628Z||pool-38-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-25T04:03:00.517Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 87f38fa0-0ba8-4127-a06a-094b5f255675 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-25T04:03:00.526Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 87f38fa0-0ba8-4127-a06a-094b5f255675 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-25T04:03:00.528Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-25T04:03:00.528Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-25T04:03:00.528Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-25T04:03:30.528Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 87f38fa0-0ba8-4127-a06a-094b5f255675 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-25T04:03:30.536Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 87f38fa0-0ba8-4127-a06a-094b5f255675 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-25T04:03:30.538Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-25T04:03:30.538Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-25T04:03:30.538Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-25T04:03:55.005Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-25T04:03:55.006Z||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-25T04:03:55.006Z||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 OfBjsyvieL9lJwol) ... 2021-11-25T04:03:55.025Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T04:03:55.025Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:03:55.025Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675", "consumerID": "multicloud-k8s-id", "timestamp": 1637812974949, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-11-25T04:03:55.026Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-25T04:04:00.538Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 87f38fa0-0ba8-4127-a06a-094b5f255675 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-25T04:04:00.547Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 87f38fa0-0ba8-4127-a06a-094b5f255675 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-25T04:04:00.550Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-25T04:04:00.550Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-25T04:04:00.550Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-25T04:04:30.551Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 87f38fa0-0ba8-4127-a06a-094b5f255675 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-25T04:04:30.562Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 87f38fa0-0ba8-4127-a06a-094b5f255675 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-25T04:04:30.564Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-25T04:04:30.564Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-25T04:04:30.564Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-25T04:04:55.005Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-25T04:04:55.006Z||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-25T04:04:55.006Z||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 OfBjsyvieL9lJwol) ... 2021-11-25T04:04:55.026Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T04:04:55.027Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:04:55.027Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637812972398, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-11-25T04:04:55.028Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:05:00.564Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 87f38fa0-0ba8-4127-a06a-094b5f255675 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-25T04:05:00.573Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 87f38fa0-0ba8-4127-a06a-094b5f255675 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-25T04:05:00.575Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-25T04:05:00.575Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-25T04:05:00.575Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-25T04:05:30.575Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 87f38fa0-0ba8-4127-a06a-094b5f255675 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-25T04:05:30.586Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 87f38fa0-0ba8-4127-a06a-094b5f255675 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-25T04:05:30.589Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-25T04:05:30.589Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-25T04:05:30.589Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-25T04:05:55.005Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-25T04:05:55.006Z||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-25T04:05:55.006Z||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 OfBjsyvieL9lJwol) ... 2021-11-25T04:05:55.022Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T04:05:55.032Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:05:55.032Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe", "consumerID": "policy-id", "timestamp": 1637812973554, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-25T04:05:55.033Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:05:55.033Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:05:55.033Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637812975375, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-11-25T04:05:55.033Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-25T04:05:55.033Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:05:55.033Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637812972398, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-25T04:05:55.033Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:05:55.033Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:05:55.033Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe", "consumerID": "policy-id", "timestamp": 1637812973554, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-25T04:05:55.033Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:05:55.033Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:05:55.033Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637812976503, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-11-25T04:05:55.034Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-25T04:05:55.034Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:05:55.034Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637812972398, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-11-25T04:05:55.034Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:05:55.034Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:05:55.034Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe", "consumerID": "policy-id", "timestamp": 1637812973554, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-11-25T04:05:55.034Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:05:55.034Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:05:55.034Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675", "consumerID": "aai-ml", "timestamp": 1637812977462, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-11-25T04:05:55.034Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-25T04:05:55.034Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:05:55.034Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637812977505, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-11-25T04:05:55.034Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-25T04:05:55.034Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:05:55.034Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe", "consumerID": "multicloud-k8s-id", "timestamp": 1637812977059, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-11-25T04:05:55.034Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:05:55.034Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:05:55.034Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637812972398, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-11-25T04:05:55.034Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:05:55.034Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:05:55.034Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe", "consumerID": "policy-id", "timestamp": 1637812973554, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-25T04:05:55.035Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:05:55.035Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:05:55.035Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675", "consumerID": "aai-ml", "timestamp": 1637812978466, "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-25T04:05:55.041Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 87f38fa0-0ba8-4127-a06a-094b5f255675 2021-11-25T04:05:55.041Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 87f38fa0-0ba8-4127-a06a-094b5f255675 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-25T04:05:55.049Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:05:55.049Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637812978509, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-11-25T04:05:55.049Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-25T04:05:55.049Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:05:55.049Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe", "consumerID": "multicloud-k8s-id", "timestamp": 1637812977059, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-25T04:05:55.049Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:05:55.049Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:05:55.049Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675", "consumerID": "clamp", "timestamp": 1637812978696, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-25T04:05:55.049Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-25T04:05:55.049Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:05:55.049Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637812972398, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-11-25T04:05:55.049Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:05:55.049Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:05:55.050Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe", "consumerID": "policy-id", "timestamp": 1637812973554, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-25T04:05:55.050Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:05:55.050Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:05:55.050Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637812979513, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-11-25T04:05:55.050Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-25T04:05:55.050Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:05:55.050Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe", "consumerID": "multicloud-k8s-id", "timestamp": 1637812977059, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-11-25T04:05:55.050Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:05:55.050Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:05:55.050Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe", "consumerID": "cds", "timestamp": 1637812979233, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-11-25T04:05:55.050Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:05:55.050Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:05:55.050Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe", "consumerID": "policy-id", "timestamp": 1637812973554, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-11-25T04:05:55.050Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:05:55.050Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:05:55.050Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637812980389, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-25T04:05:55.051Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-25T04:05:55.051Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:05:55.051Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675", "consumerID": "clamp", "timestamp": 1637812980701, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-11-25T04:05:55.051Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-25T04:05:55.051Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:05:55.051Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe", "consumerID": "multicloud-k8s-id", "timestamp": 1637812977059, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-11-25T04:05:55.051Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:05:55.051Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:05:55.051Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe", "consumerID": "cds", "timestamp": 1637812979233, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-25T04:05:55.051Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:05:55.051Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:05:55.051Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe", "consumerID": "policy-id", "timestamp": 1637812973554, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-11-25T04:05:55.051Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:05:55.051Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:05:55.051Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675", "consumerID": "clamp", "timestamp": 1637812981704, "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-25T04:05:55.055Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 87f38fa0-0ba8-4127-a06a-094b5f255675 2021-11-25T04:05:55.055Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 87f38fa0-0ba8-4127-a06a-094b5f255675 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-25T04:05:55.063Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:05:55.063Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe", "consumerID": "multicloud-k8s-id", "timestamp": 1637812977059, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-25T04:05:55.063Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:05:55.063Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:05:55.063Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe", "consumerID": "cds", "timestamp": 1637812979233, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-25T04:05:55.063Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:05:55.063Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:05:55.063Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe", "consumerID": "dcae-sch", "timestamp": 1637812981652, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOTIFIED" } 2021-11-25T04:05:55.063Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:05:55.063Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:05:55.063Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe", "consumerID": "policy-id", "timestamp": 1637812982350, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-25T04:05:55.063Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-25T04:05:55.064Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:05:55.064Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637812982616, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-11-25T04:05:55.064Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-25T04:05:55.064Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:05:55.064Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe", "consumerID": "multicloud-k8s-id", "timestamp": 1637812977059, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-11-25T04:05:55.064Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:05:55.064Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:05:55.064Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe", "consumerID": "cds", "timestamp": 1637812979233, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-11-25T04:05:55.064Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:05:55.064Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:05:55.064Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe", "consumerID": "dcae-sch", "timestamp": 1637812981652, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-25T04:05:55.064Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:05:55.064Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:05:55.064Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe", "consumerID": "policy-id", "timestamp": 1637812983354, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-11-25T04:05:55.064Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-25T04:05:55.064Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:05:55.064Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637812983622, "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-25T04:05:55.068Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 87f38fa0-0ba8-4127-a06a-094b5f255675 2021-11-25T04:05:55.068Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 87f38fa0-0ba8-4127-a06a-094b5f255675 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-25T04:05:55.076Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:05:55.076Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe", "consumerID": "multicloud-k8s-id", "timestamp": 1637812977059, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-11-25T04:05:55.076Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:05:55.076Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:05:55.076Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe", "consumerID": "cds", "timestamp": 1637812979233, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-25T04:05:55.076Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:05:55.076Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:05:55.077Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe", "consumerID": "dcae-sch", "timestamp": 1637812981652, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-25T04:05:55.077Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:05:55.077Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:05:55.077Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe", "consumerID": "policy-id", "timestamp": 1637812984357, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-25T04:05:55.087Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9a264897-0af5-4b78-b74a-2e369bdf29fe 2021-11-25T04:05:55.087Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9a264897-0af5-4b78-b74a-2e369bdf29fe 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-25T04:05:55.094Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:05:55.094Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637812972398, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-11-25T04:05:55.094Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:05:55.094Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:05:55.094Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe", "consumerID": "multicloud-k8s-id", "timestamp": 1637812977059, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-11-25T04:05:55.094Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:05:55.094Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:05:55.094Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe", "consumerID": "cds", "timestamp": 1637812979233, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-25T04:05:55.094Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:05:55.094Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:05:55.095Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe", "consumerID": "dcae-sch", "timestamp": 1637812981652, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-11-25T04:05:55.095Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:05:55.095Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:05:55.095Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe", "consumerID": "ves-openapi-manager", "timestamp": 1637812984887, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-11-25T04:05:55.095Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:05:55.095Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:05:55.095Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637812972398, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-25T04:05:55.095Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:05:55.095Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:05:55.095Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe", "consumerID": "multicloud-k8s-id", "timestamp": 1637812985776, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-25T04:05:55.095Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-25T04:05:55.095Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:05:55.095Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe", "consumerID": "cds", "timestamp": 1637812979233, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-11-25T04:05:55.095Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:05:55.095Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:05:55.096Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe", "consumerID": "dcae-sch", "timestamp": 1637812981652, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-25T04:05:55.096Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:05:55.096Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:05:55.096Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe", "consumerID": "ves-openapi-manager", "timestamp": 1637812984887, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-25T04:05:55.096Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:05:55.097Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:05:55.097Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637812972398, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-25T04:05:55.098Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:05:55.098Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:05:55.098Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe", "consumerID": "cds", "timestamp": 1637812979233, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-11-25T04:05:55.098Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:05:55.098Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:05:55.098Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe", "consumerID": "multicloud-k8s-id", "timestamp": 1637812987061, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-11-25T04:05:55.098Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-25T04:05:55.098Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:05:55.098Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe", "consumerID": "dcae-sch", "timestamp": 1637812981652, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-25T04:05:55.098Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:05:55.098Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:05:55.099Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe", "consumerID": "ves-openapi-manager", "timestamp": 1637812984887, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-25T04:05:55.099Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:05:55.099Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:05:55.099Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637812972398, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-11-25T04:05:55.099Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:05:55.099Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:05:55.099Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe", "consumerID": "cds", "timestamp": 1637812988077, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-25T04:05:55.099Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-25T04:05:55.099Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:05:55.099Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe", "consumerID": "multicloud-k8s-id", "timestamp": 1637812988184, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-11-25T04:05:55.099Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-25T04:05:55.099Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:05:55.099Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe", "consumerID": "dcae-sch", "timestamp": 1637812981652, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-11-25T04:05:55.099Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:05:55.100Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:05:55.100Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe", "consumerID": "aai-ml", "timestamp": 1637812987684, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-11-25T04:05:55.100Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:05:55.100Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:05:55.100Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe", "consumerID": "ves-openapi-manager", "timestamp": 1637812984887, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-11-25T04:05:55.100Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:05:55.100Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:05:55.100Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637812972398, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-25T04:05:55.100Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:05:55.100Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:05:55.100Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe", "consumerID": "clamp", "timestamp": 1637812988079, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-11-25T04:05:55.100Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:05:55.100Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:05:55.100Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe", "consumerID": "cds", "timestamp": 1637812989083, "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=? 2021-11-25T04:05:55.105Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9a264897-0af5-4b78-b74a-2e369bdf29fe 2021-11-25T04:05:55.106Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9a264897-0af5-4b78-b74a-2e369bdf29fe 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-25T04:05:55.115Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:05:55.115Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe", "consumerID": "multicloud-k8s-id", "timestamp": 1637812989212, "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-25T04:05:55.120Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9a264897-0af5-4b78-b74a-2e369bdf29fe 2021-11-25T04:05:55.120Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9a264897-0af5-4b78-b74a-2e369bdf29fe 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-25T04:05:55.126Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:05:55.126Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe", "consumerID": "dcae-sch", "timestamp": 1637812981652, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-25T04:05:55.127Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:05:55.127Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:05:55.127Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe", "consumerID": "aai-ml", "timestamp": 1637812987684, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-25T04:05:55.127Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:05:55.127Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:05:55.127Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe", "consumerID": "ves-openapi-manager", "timestamp": 1637812984887, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-25T04:05:55.128Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:05:55.128Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:05:55.128Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637812972398, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-25T04:05:55.128Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:05:55.128Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:05:55.128Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe", "consumerID": "clamp", "timestamp": 1637812988079, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-25T04:05:55.129Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:05:55.129Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:05:55.129Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe", "consumerID": "multicloud-k8s-id", "timestamp": 1637812990215, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-11-25T04:05:55.129Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-25T04:05:55.129Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:05:55.129Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe", "consumerID": "aai-ml", "timestamp": 1637812987684, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-25T04:05:55.129Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:05:55.129Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:05:55.129Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe", "consumerID": "ves-openapi-manager", "timestamp": 1637812984887, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-25T04:05:55.129Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:05:55.129Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:05:55.130Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637812972398, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-11-25T04:05:55.130Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:05:55.130Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:05:55.130Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe", "consumerID": "clamp", "timestamp": 1637812988079, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-11-25T04:05:55.130Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:05:55.130Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:05:55.130Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe", "consumerID": "dcae-sch", "timestamp": 1637812990865, "artifactURL": "/sdc/v1/catalog/services/1e1b71d1-5634-43cc-af1f-14501d0f5e2f/resourceInstances/basicclamp0/artifacts/440fc433-e291-46de-a9ff-fc4c9f2206e9", "status": "DOWNLOAD_OK" } 2021-11-25T04:05:55.131Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-25T04:05:55.131Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:05:55.131Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe", "consumerID": "aai-ml", "timestamp": 1637812987684, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-11-25T04:05:55.131Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:05:55.131Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:05:55.131Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe", "consumerID": "ves-openapi-manager", "timestamp": 1637812984887, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-11-25T04:05:55.131Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:05:55.131Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:05:55.131Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637812972398, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-11-25T04:05:55.132Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:05:55.132Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:05:55.132Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe", "consumerID": "clamp", "timestamp": 1637812988079, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-11-25T04:05:55.132Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:05:55.132Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:05:55.132Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe", "consumerID": "dcae-sch", "timestamp": 1637812992071, "artifactURL": "/sdc/v1/catalog/services/1e1b71d1-5634-43cc-af1f-14501d0f5e2f/resourceInstances/basicclamp0/artifacts/440fc433-e291-46de-a9ff-fc4c9f2206e9", "status": "DEPLOY_OK" } 2021-11-25T04:05:55.132Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-25T04:05:55.132Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:05:55.132Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe", "consumerID": "aai-ml", "timestamp": 1637812987684, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-25T04:05:55.132Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:05:55.132Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:05:55.132Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe", "consumerID": "ves-openapi-manager", "timestamp": 1637812984887, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-25T04:05:55.133Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:05:55.133Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:05:55.133Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe", "consumerID": "clamp", "timestamp": 1637812988079, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-25T04:05:55.133Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:05:55.133Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:05:55.133Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe", "consumerID": "dcae-sch", "timestamp": 1637812993074, "artifactURL": "/sdc/v1/catalog/services/1e1b71d1-5634-43cc-af1f-14501d0f5e2f/resourceInstances/basicclamp0/artifacts/440fc433-e291-46de-a9ff-fc4c9f2206e9", "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-25T04:05:55.139Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of 9a264897-0af5-4b78-b74a-2e369bdf29fe 2021-11-25T04:05:55.139Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9a264897-0af5-4b78-b74a-2e369bdf29fe 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-25T04:05:55.147Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:05:55.147Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637812993261, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-25T04:05:55.147Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-25T04:05:55.147Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:05:55.147Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe", "consumerID": "aai-ml", "timestamp": 1637812987684, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-25T04:05:55.147Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:05:55.148Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:05:55.148Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe", "consumerID": "clamp", "timestamp": 1637812988079, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-25T04:05:55.148Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:05:55.148Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:05:55.148Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972", "consumerID": "policy-id", "timestamp": 1637812993300, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-25T04:05:55.148Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:05:55.149Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:05:55.149Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe", "consumerID": "aai-ml", "timestamp": 1637812987684, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-11-25T04:05:55.149Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:05:55.149Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:05:55.149Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe", "consumerID": "clamp", "timestamp": 1637812988079, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-11-25T04:05:55.149Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:05:55.149Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:05:55.149Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972", "consumerID": "cds", "timestamp": 1637812994233, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-25T04:05:55.150Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:05:55.150Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:05:55.150Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972", "consumerID": "policy-id", "timestamp": 1637812993300, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-25T04:05:55.150Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:05:55.150Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:05:55.150Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637812995260, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-11-25T04:05:55.150Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-25T04:05:55.150Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:05:55.150Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe", "consumerID": "aai-ml", "timestamp": 1637812987684, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-11-25T04:05:55.151Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:05:55.151Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:05:55.151Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe", "consumerID": "clamp", "timestamp": 1637812988079, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-11-25T04:05:55.151Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:05:55.151Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:05:55.151Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972", "consumerID": "cds", "timestamp": 1637812994233, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-25T04:05:55.151Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:05:55.151Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:05:55.151Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972", "consumerID": "policy-id", "timestamp": 1637812993300, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-11-25T04:05:55.151Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:05:55.151Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:05:55.151Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637812996263, "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-25T04:05:55.156Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9a264897-0af5-4b78-b74a-2e369bdf29fe 2021-11-25T04:05:55.156Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9a264897-0af5-4b78-b74a-2e369bdf29fe 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-25T04:05:55.163Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:05:55.163Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe", "consumerID": "aai-ml", "timestamp": 1637812996463, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-25T04:05:55.163Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-25T04:05:55.163Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:05:55.163Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972", "consumerID": "cds", "timestamp": 1637812994233, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-11-25T04:05:55.163Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:05:55.164Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:05:55.164Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972", "consumerID": "policy-id", "timestamp": 1637812993300, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-25T04:05:55.164Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:05:55.164Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:05:55.164Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972", "consumerID": "multicloud-k8s-id", "timestamp": 1637812997059, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-25T04:05:55.164Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:05:55.164Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:05:55.165Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972", "consumerID": "cds", "timestamp": 1637812994233, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-25T04:05:55.165Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:05:55.165Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:05:55.165Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972", "consumerID": "policy-id", "timestamp": 1637812993300, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-11-25T04:05:55.165Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:05:55.165Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:05:55.165Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972", "consumerID": "multicloud-k8s-id", "timestamp": 1637812997059, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-11-25T04:05:55.165Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:05:55.166Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:05:55.166Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972", "consumerID": "cds", "timestamp": 1637812994233, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-11-25T04:05:55.166Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:05:55.166Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:05:55.166Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972", "consumerID": "policy-id", "timestamp": 1637812993300, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-11-25T04:05:55.166Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:05:55.166Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:05:55.166Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972", "consumerID": "multicloud-k8s-id", "timestamp": 1637812997059, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-11-25T04:05:55.166Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:05:55.167Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:05:55.167Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972", "consumerID": "cds", "timestamp": 1637812994233, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-11-25T04:05:55.167Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:05:55.167Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:05:55.167Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972", "consumerID": "policy-id", "timestamp": 1637812993300, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-11-25T04:05:55.167Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:05:55.167Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:05:55.167Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972", "consumerID": "multicloud-k8s-id", "timestamp": 1637812997059, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-25T04:05:55.167Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:05:55.168Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:05:55.168Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972", "consumerID": "cds", "timestamp": 1637812994233, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-11-25T04:05:55.168Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:05:55.168Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:05:55.168Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972", "consumerID": "policy-id", "timestamp": 1637812993300, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-11-25T04:05:55.168Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:05:55.168Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:05:55.168Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972", "consumerID": "multicloud-k8s-id", "timestamp": 1637812997059, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-11-25T04:05:55.169Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:05:55.169Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:05:55.169Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972", "consumerID": "cds", "timestamp": 1637812994233, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-11-25T04:05:55.169Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:05:55.169Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:05:55.169Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972", "consumerID": "dcae-sch", "timestamp": 1637813001652, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-25T04:05:55.169Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:05:55.170Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:05:55.170Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972", "consumerID": "policy-id", "timestamp": 1637813002452, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-25T04:05:55.170Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-25T04:05:55.170Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:05:55.170Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972", "consumerID": "multicloud-k8s-id", "timestamp": 1637812997059, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-11-25T04:05:55.170Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:05:55.170Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:05:55.170Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972", "consumerID": "cds", "timestamp": 1637813002930, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-25T04:05:55.171Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-25T04:05:55.171Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:05:55.171Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637813002398, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-25T04:05:55.171Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:05:55.171Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:05:55.171Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe", "consumerID": "aai-ml", "timestamp": 1637813003049, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-11-25T04:05:55.171Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-25T04:05:55.171Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:05:55.172Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972", "consumerID": "dcae-sch", "timestamp": 1637813001652, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-25T04:05:55.172Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:05:55.172Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:05:55.172Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972", "consumerID": "policy-id", "timestamp": 1637813003456, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-11-25T04:05:55.172Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-25T04:05:55.172Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:05:55.172Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972", "consumerID": "multicloud-k8s-id", "timestamp": 1637812997059, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-11-25T04:05:55.173Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:05:55.173Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:05:55.173Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637813002398, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-25T04:05:55.173Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:05:55.173Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:05:55.173Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe", "consumerID": "aai-ml", "timestamp": 1637813004053, "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-25T04:05:55.177Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9a264897-0af5-4b78-b74a-2e369bdf29fe 2021-11-25T04:05:55.178Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9a264897-0af5-4b78-b74a-2e369bdf29fe 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-25T04:05:55.185Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:05:55.185Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972", "consumerID": "dcae-sch", "timestamp": 1637813001652, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-11-25T04:05:55.185Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:05:55.185Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:05:55.186Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972", "consumerID": "policy-id", "timestamp": 1637813004458, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-25T04:05:55.196Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of aef3796f-2a48-4ff5-868e-5c601d604972 2021-11-25T04:05:55.196Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId aef3796f-2a48-4ff5-868e-5c601d604972 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-25T04:05:55.203Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:05:55.203Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe", "consumerID": "clamp", "timestamp": 1637813004699, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-25T04:05:55.204Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-25T04:05:55.204Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:05:55.204Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972", "consumerID": "multicloud-k8s-id", "timestamp": 1637812997059, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-11-25T04:05:55.204Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:05:55.204Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:05:55.204Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637813002398, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-11-25T04:05:55.204Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:05:55.204Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:05:55.204Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972", "consumerID": "cds", "timestamp": 1637813005190, "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=? 2021-11-25T04:05:55.208Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of aef3796f-2a48-4ff5-868e-5c601d604972 2021-11-25T04:05:55.208Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId aef3796f-2a48-4ff5-868e-5c601d604972 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-25T04:05:55.216Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:05:55.216Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972", "consumerID": "dcae-sch", "timestamp": 1637813001652, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-25T04:05:55.216Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:05:55.216Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:05:55.216Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972", "consumerID": "ves-openapi-manager", "timestamp": 1637813004887, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-25T04:05:55.216Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:05:55.216Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:05:55.216Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe", "consumerID": "clamp", "timestamp": 1637813005702, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-25T04:05:55.216Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-25T04:05:55.217Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:05:55.217Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972", "consumerID": "multicloud-k8s-id", "timestamp": 1637813005857, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-25T04:05:55.217Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-25T04:05:55.217Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:05:55.217Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637813002398, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-25T04:05:55.217Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:05:55.217Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:05:55.217Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972", "consumerID": "dcae-sch", "timestamp": 1637813001652, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-11-25T04:05:55.217Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:05:55.217Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:05:55.217Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972", "consumerID": "ves-openapi-manager", "timestamp": 1637813004887, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-25T04:05:55.217Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:05:55.217Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:05:55.217Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972", "consumerID": "multicloud-k8s-id", "timestamp": 1637813006986, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-11-25T04:05:55.217Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-25T04:05:55.218Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:05:55.218Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637813002398, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-11-25T04:05:55.218Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:05:55.218Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:05:55.218Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972", "consumerID": "dcae-sch", "timestamp": 1637813001652, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-11-25T04:05:55.218Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:05:55.218Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:05:55.218Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972", "consumerID": "ves-openapi-manager", "timestamp": 1637813004887, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-11-25T04:05:55.218Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:05:55.218Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:05:55.218Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637813002398, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-11-25T04:05:55.218Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:05:55.218Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:05:55.218Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972", "consumerID": "multicloud-k8s-id", "timestamp": 1637813008256, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-11-25T04:05:55.218Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-25T04:05:55.219Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:05:55.219Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972", "consumerID": "dcae-sch", "timestamp": 1637813001652, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-11-25T04:05:55.219Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:05:55.219Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:05:55.219Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972", "consumerID": "ves-openapi-manager", "timestamp": 1637813004887, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-25T04:05:55.219Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:05:55.219Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:05:55.219Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637813002398, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-11-25T04:05:55.219Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:05:55.219Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:05:55.219Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972", "consumerID": "multicloud-k8s-id", "timestamp": 1637813009278, "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-25T04:05:55.223Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of aef3796f-2a48-4ff5-868e-5c601d604972 2021-11-25T04:05:55.224Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId aef3796f-2a48-4ff5-868e-5c601d604972 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-25T04:05:55.230Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:05:55.230Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972", "consumerID": "dcae-sch", "timestamp": 1637813001652, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-25T04:05:55.230Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:05:55.231Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:05:55.231Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972", "consumerID": "ves-openapi-manager", "timestamp": 1637813004887, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-11-25T04:05:55.231Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:05:55.231Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:05:55.231Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe", "consumerID": "clamp", "timestamp": 1637813009785, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-11-25T04:05:55.231Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-25T04:05:55.231Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:05:55.231Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637813002398, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-11-25T04:05:55.231Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:05:55.231Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:05:55.231Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972", "consumerID": "multicloud-k8s-id", "timestamp": 1637813010281, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-11-25T04:05:55.231Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-25T04:05:55.231Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:05:55.231Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972", "consumerID": "ves-openapi-manager", "timestamp": 1637813004887, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-11-25T04:05:55.232Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:05:55.232Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:05:55.232Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe", "consumerID": "clamp", "timestamp": 1637813010788, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-11-25T04:05:55.232Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-25T04:05:55.232Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:05:55.232Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637813011236, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-25T04:05:55.232Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-25T04:05:55.232Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:05:55.232Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972", "consumerID": "ves-openapi-manager", "timestamp": 1637813004887, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-11-25T04:05:55.232Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:05:55.232Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:05:55.232Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe", "consumerID": "clamp", "timestamp": 1637813011791, "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-25T04:05:55.237Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 9a264897-0af5-4b78-b74a-2e369bdf29fe 2021-11-25T04:05:55.237Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9a264897-0af5-4b78-b74a-2e369bdf29fe 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-25T04:05:55.244Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:05:55.244Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972", "consumerID": "ves-openapi-manager", "timestamp": 1637813004887, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-25T04:05:55.245Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:05:55.245Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:05:55.245Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637813013293, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-11-25T04:05:55.245Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-25T04:05:55.245Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:05:55.245Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637813014297, "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-25T04:05:55.249Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of aef3796f-2a48-4ff5-868e-5c601d604972 2021-11-25T04:05:55.249Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId aef3796f-2a48-4ff5-868e-5c601d604972 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-25T04:05:55.257Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:05:55.257Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972", "consumerID": "aai-ml", "timestamp": 1637813017684, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-25T04:05:55.257Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:05:55.257Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:05:55.257Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972", "consumerID": "clamp", "timestamp": 1637813018079, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-25T04:05:55.257Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:05:55.258Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:05:55.258Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972", "consumerID": "aai-ml", "timestamp": 1637813017684, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-25T04:05:55.258Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:05:55.258Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:05:55.258Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972", "consumerID": "clamp", "timestamp": 1637813018079, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-11-25T04:05:55.258Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:05:55.258Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:05:55.258Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972", "consumerID": "aai-ml", "timestamp": 1637813017684, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-11-25T04:05:55.258Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:05:55.258Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:05:55.258Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972", "consumerID": "clamp", "timestamp": 1637813018079, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-11-25T04:05:55.258Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:05:55.258Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:05:55.259Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972", "consumerID": "aai-ml", "timestamp": 1637813017684, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-25T04:05:55.259Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:05:55.259Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:05:55.259Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972", "consumerID": "clamp", "timestamp": 1637813018079, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-25T04:05:55.259Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:05:55.259Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:05:55.259Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972", "consumerID": "aai-ml", "timestamp": 1637813017684, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-11-25T04:05:55.259Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:05:55.259Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:05:55.259Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972", "consumerID": "clamp", "timestamp": 1637813018079, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-11-25T04:05:55.259Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:05:55.259Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:05:55.259Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972", "consumerID": "aai-ml", "timestamp": 1637813017684, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-11-25T04:05:55.259Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:05:55.259Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:05:55.260Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972", "consumerID": "clamp", "timestamp": 1637813018079, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-11-25T04:05:55.260Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:05:55.260Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:05:55.260Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972", "consumerID": "aai-ml", "timestamp": 1637813017684, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-11-25T04:05:55.260Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:05:55.260Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:05:55.260Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972", "consumerID": "clamp", "timestamp": 1637813018079, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-11-25T04:05:55.260Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:05:55.260Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:05:55.260Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972", "consumerID": "aai-ml", "timestamp": 1637813017684, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-11-25T04:05:55.260Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:05:55.260Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:05:55.261Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972", "consumerID": "clamp", "timestamp": 1637813018079, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-11-25T04:05:55.261Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:05:55.261Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:05:55.261Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972", "consumerID": "aai-ml", "timestamp": 1637813026470, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-25T04:05:55.261Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-25T04:05:55.261Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:05:55.261Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972", "consumerID": "aai-ml", "timestamp": 1637813033125, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-11-25T04:05:55.261Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-25T04:05:55.261Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:05:55.261Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972", "consumerID": "aai-ml", "timestamp": 1637813034129, "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-25T04:05:55.268Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of aef3796f-2a48-4ff5-868e-5c601d604972 2021-11-25T04:05:55.268Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId aef3796f-2a48-4ff5-868e-5c601d604972 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-25T04:06:00.589Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 87f38fa0-0ba8-4127-a06a-094b5f255675 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-25T04:06:00.599Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 87f38fa0-0ba8-4127-a06a-094b5f255675 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-25T04:06:00.601Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-25T04:06:00.601Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-11-25T04:06:00.601Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-11-25T04:06:00.601Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-11-25T04:06:00.601Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-25T04:06:00.602Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-25T04:06:00.602Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-25T04:06:00.602Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-25T04:06:00.602Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-25T04:06:00.602Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-25T04:06:00.602Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-25T04:06:00.606Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-11-25T04:06:30.607Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 87f38fa0-0ba8-4127-a06a-094b5f255675 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-25T04:06:30.610Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 87f38fa0-0ba8-4127-a06a-094b5f255675 and serviceModelVersionId: 04750e73-b70c-424f-bd94-bc561b31d49c 2021-11-25T04:06:30.610Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d4a1ce94-6a77-4e19-80d2-891c0b5f195a 2021-11-25T04:06:30.611Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d4a1ce94-6a77-4e19-80d2-891c0b5f195a/model-vers/model-ver/04750e73-b70c-424f-bd94-bc561b31d49c?depth=0 2021-11-25T04:06:30.616Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2021-11-25T04:06:30.649Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d4a1ce94-6a77-4e19-80d2-891c0b5f195a/model-vers/model-ver/04750e73-b70c-424f-bd94-bc561b31d49c?depth=0|INFO|500||Invoke 2021-11-25T04:06:30.649Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d4a1ce94-6a77-4e19-80d2-891c0b5f195a/model-vers/model-ver/04750e73-b70c-424f-bd94-bc561b31d49c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d4a1ce94-6a77-4e19-80d2-891c0b5f195a/model-vers/model-ver/04750e73-b70c-424f-bd94-bc561b31d49c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[87f38fa0-0ba8-4127-a06a-094b5f255675], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[18d5d21d-0f5d-408c-971c-d88ce7e06b0e], X-ECOMP-RequestID=[87f38fa0-0ba8-4127-a06a-094b5f255675], X-TransactionId=[], X-ONAP-RequestID=[87f38fa0-0ba8-4127-a06a-094b5f255675], Content-Type=[application/merge-patch+json]} 2021-11-25T04:06:30.667Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d4a1ce94-6a77-4e19-80d2-891c0b5f195a/model-vers/model-ver/04750e73-b70c-424f-bd94-bc561b31d49c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-11-25T04:06:30.939Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d4a1ce94-6a77-4e19-80d2-891c0b5f195a/model-vers/model-ver/04750e73-b70c-424f-bd94-bc561b31d49c?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/d4a1ce94-6a77-4e19-80d2-891c0b5f195a/model-vers/model-ver/04750e73-b70c-424f-bd94-bc561b31d49c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211125-04:06:30:675-43904], vertex-id=[417800], Content-Length=[0], Date=[Thu, 25 Nov 2021 04:06:30 GMT], Content-Type=[application/json]} 2021-11-25T04:06:30.939Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d4a1ce94-6a77-4e19-80d2-891c0b5f195a/model-vers/model-ver/04750e73-b70c-424f-bd94-bc561b31d49c?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-11-25T04:06:30.939Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d4a1ce94-6a77-4e19-80d2-891c0b5f195a/model-vers/model-ver/04750e73-b70c-424f-bd94-bc561b31d49c?depth=0|INFO|500||InvokeReturn 2021-11-25T04:06:30.940Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-11-25T04:06:30.940Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-25T04:06:30.943Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-11-25T04:06:30.943Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 87f38fa0-0ba8-4127-a06a-094b5f255675 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-11-25T04:06:30.944Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-11-25T04:06:30.944Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-25T04:06:30.945Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-25T04:06:30.945Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637813190943, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-25T04:06:31.046Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-25T04:06:31.046Z||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-25T04:06:31.046Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OfBjsyvieL9lJwol) ... 2021-11-25T04:06:31.060Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T04:06:31.060Z||pool-39-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-11-25T04:06:31.955Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-25T04:06:31.955Z|87f38fa0-0ba8-4127-a06a-094b5f255675|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-25T04:06:31.955Z|87f38fa0-0ba8-4127-a06a-094b5f255675|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 OfBjsyvieL9lJwol) ... 2021-11-25T04:06:36.405Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T04:06:36.406Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-25T04:06:36.407Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"9a264897-0af5-4b78-b74a-2e369bdf29fe","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"1e1b71d1-5634-43cc-af1f-14501d0f5e2f","serviceDescription":"service","serviceInvariantUUID":"c146dd3a-84b4-4e8e-8593-ac97e6918b1b","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3516bc49-c2e4-47fa-a9c4-f9e2f5344f36","resourceInvariantUUID":"f0e4180e-7fb0-410c-8dac-c28674d8432c","resourceCustomizationUUID":"ce868f29-0a66-4276-a0ad-8c209a73b4c1","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":"440fc433-e291-46de-a9ff-fc4c9f2206e9","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":"MmY1NmU4YzAyMmRhZmM3YzczOGZlNjgyZmU0MWMxMTE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7c70a661-fb18-4b75-b6a3-eea17cecaef3","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":"N2MxNzRkMmE1ZmVkYjRhNjEzNzRjYmQyMWJjN2M3YjM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"6e3a57c8-0112-49cd-bf8c-1815b6fcf85a","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":"dff2050a-f08e-48f0-86a4-daf3112ac27c","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":"571b3b9f-0100-42af-8ab1-510c0bc29ab3","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":"31c4efb4-fee1-43b7-9707-1153420fada4","artifactVersion":"2","generatedFromUUID":"dff2050a-f08e-48f0-86a4-daf3112ac27c"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"MmUxMjdlMjI0NjMxZTgzYzYyZmJkOWEwMWJmYjMxYWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a8bd48b3-4d1c-4708-b40e-3b922e3e0602","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"MzZjNjRjNGNmODNiN2UzMDRjMDlhYjExOWE0MTExMTY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"99b64336-a193-4f84-89c3-56c5ad2fb99f","artifactVersion":"1"}],"workloadContext":"Production"} 2021-11-25T04:06:36.408Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-25T04:06:36.409Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-25T04:06:36.410Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-25T04:06:36.411Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637813191955, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-11-25T04:06:36.511Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-25T04:06:36.511Z||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-25T04:06:36.511Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OfBjsyvieL9lJwol) ... 2021-11-25T04:06:36.523Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T04:06:36.523Z||pool-40-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-25T04:06:37.411Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-25T04:06:37.412Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-25T04:06:37.414Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-25T04:06:37.414Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637813191955, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-25T04:06:37.514Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-25T04:06:37.515Z||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-25T04:06:37.515Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OfBjsyvieL9lJwol) ... 2021-11-25T04:06:37.525Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T04:06:37.525Z||pool-41-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-25T04:06:38.414Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-25T04:06:38.415Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-25T04:06:38.417Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-25T04:06:38.417Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637813191955, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-11-25T04:06:38.518Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-25T04:06:38.519Z||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-25T04:06:38.519Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OfBjsyvieL9lJwol) ... 2021-11-25T04:06:38.529Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T04:06:38.529Z||pool-42-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-25T04:06:39.418Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-25T04:06:39.419Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-25T04:06:39.421Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-25T04:06:39.421Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637813191955, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-11-25T04:06:39.521Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-25T04:06:39.522Z||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-25T04:06:39.522Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OfBjsyvieL9lJwol) ... 2021-11-25T04:06:39.532Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T04:06:39.532Z||pool-43-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-11-25T04:06:40.421Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-25T04:06:40.422Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-25T04:06:40.424Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-25T04:06:40.424Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637813191955, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-25T04:06:40.524Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-25T04:06:40.525Z||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-25T04:06:40.525Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OfBjsyvieL9lJwol) ... 2021-11-25T04:06:40.535Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T04:06:40.535Z||pool-44-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-25T04:06:41.425Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-25T04:06:41.425Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-25T04:06:41.428Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-25T04:06:41.428Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637813191955, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-11-25T04:06:41.528Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-25T04:06:41.529Z||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-25T04:06:41.529Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OfBjsyvieL9lJwol) ... 2021-11-25T04:06:41.539Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T04:06:41.539Z||pool-45-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-25T04:06:42.429Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-25T04:06:42.429Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-25T04:06:42.431Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-25T04:06:42.431Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637813191955, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-11-25T04:06:42.531Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-25T04:06:42.532Z||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-25T04:06:42.532Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OfBjsyvieL9lJwol) ... 2021-11-25T04:06:42.543Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T04:06:42.543Z||pool-46-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-25T04:06:43.432Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-25T04:06:43.433Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-25T04:06:43.435Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-25T04:06:43.435Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637813191955, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-11-25T04:06:43.535Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-25T04:06:43.536Z||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-25T04:06:43.536Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OfBjsyvieL9lJwol) ... 2021-11-25T04:06:43.546Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T04:06:43.547Z||pool-47-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-25T04:06:44.436Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe", "serviceName": "basicclamp", "serviceVersion": "1.0", "serviceUUID": "1e1b71d1-5634-43cc-af1f-14501d0f5e2f", "serviceDescription": "service", "serviceInvariantUUID": "c146dd3a-84b4-4e8e-8593-ac97e6918b1b", "resources": [ { "resourceInstanceName": "basicclamp 0", "resourceCustomizationUUID": "ce868f29-0a66-4276-a0ad-8c209a73b4c1", "resourceName": "basicclamp", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "3516bc49-c2e4-47fa-a9c4-f9e2f5344f36", "resourceInvariantUUID": "f0e4180e-7fb0-410c-8dac-c28674d8432c", "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": "N2MxNzRkMmE1ZmVkYjRhNjEzNzRjYmQyMWJjN2M3YjM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "6e3a57c8-0112-49cd-bf8c-1815b6fcf85a", "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": "dff2050a-f08e-48f0-86a4-daf3112ac27c", "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": "31c4efb4-fee1-43b7-9707-1153420fada4", "generatedFromUUID": "dff2050a-f08e-48f0-86a4-daf3112ac27c" }, "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": "31c4efb4-fee1-43b7-9707-1153420fada4", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Basicclamp-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "artifactChecksum": "MzZjNjRjNGNmODNiN2UzMDRjMDlhYjExOWE0MTExMTY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "99b64336-a193-4f84-89c3-56c5ad2fb99f" } ], "workloadContext": "Production" } 2021-11-25T04:06:44.436Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-11-25T04:06:44.436Z|87f38fa0-0ba8-4127-a06a-094b5f255675|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 1e1b71d1-5634-43cc-af1f-14501d0f5e2f ASDC 2021-11-25T04:06:44.437Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:9a264897-0af5-4b78-b74a-2e369bdf29fe ServiceName:basicclamp ServiceVersion:1.0 ServiceUUID:1e1b71d1-5634-43cc-af1f-14501d0f5e2f ServiceInvariantUUID:c146dd3a-84b4-4e8e-8593-ac97e6918b1b 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:99b64336-a193-4f84-89c3-56c5ad2fb99f ArtifactChecksum:MzZjNjRjNGNmODNiN2UzMDRjMDlhYjExOWE0MTExMTY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basicclamp 0 ResourceCustomizationUUID:ce868f29-0a66-4276-a0ad-8c209a73b4c1 ResourceInvariantUUID:f0e4180e-7fb0-410c-8dac-c28674d8432c ResourceName:basicclamp ResourceType:VF ResourceUUID:3516bc49-c2e4-47fa-a9c4-f9e2f5344f36 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:6e3a57c8-0112-49cd-bf8c-1815b6fcf85a ArtifactChecksum:N2MxNzRkMmE1ZmVkYjRhNjEzNzRjYmQyMWJjN2M3YjM= 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:dff2050a-f08e-48f0-86a4-daf3112ac27c 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:31c4efb4-fee1-43b7-9707-1153420fada4 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:31c4efb4-fee1-43b7-9707-1153420fada4 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-11-25T04:06:44.437Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1e1b71d1-5634-43cc-af1f-14501d0f5e2f 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-25T04:06:44.468Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-25T04:06:44.469Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2021-11-25T04:06:44.469Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2021-11-25T04:06:44.469Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 99b64336-a193-4f84-89c3-56c5ad2fb99f from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-11-25T04:06:44.469Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-11-25T04:06:44.469Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-11-25T04:06:44.549Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-11-25T04:06:44.552Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 99b64336-a193-4f84-89c3-56c5ad2fb99f 73653 2021-11-25T04:06:44.552Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||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-25T04:06:44.552Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||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-25T04:06:44.552Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-25T04:06:44.552Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-25T04:06:44.554Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-25T04:06:44.554Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637813204552, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-25T04:06:44.654Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-25T04:06:44.655Z||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-25T04:06:44.655Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OfBjsyvieL9lJwol) ... 2021-11-25T04:06:44.666Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T04:06:44.667Z||pool-48-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-25T04:06:45.554Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-25T04:06:45.555Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2021-11-25T04:06:45.556Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 99b64336-a193-4f84-89c3-56c5ad2fb99f, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar 2021-11-25T04:06:45.556Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar 2021-11-25T04:06:45.556Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar 2021-11-25T04:06:45.557Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar 2021-11-25T04:06:45.679Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14978158528748467407/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-25T04:06:46.541Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2021-11-25T04:06:46.542Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||WARN|500||#################################################################################################### 2021-11-25T04:06:46.542Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-11-25T04:06:46.542Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2021-11-25T04:06:46.542Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||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-25T04:06:46.542Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||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-25T04:06:46.542Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-11-25T04:06:46.542Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||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-25T04:06:46.542Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-11-25T04:06:46.542Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||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-25T04:06:46.542Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-11-25T04:06:46.542Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-11-25T04:06:46.542Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-11-25T04:06:46.543Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||WARN|500||#################################################################################################### 2021-11-25T04:06:46.543Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-25T04:06:46.543Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-25T04:06:46.543Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-11-25T04:06:46.543Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2021-11-25T04:06:46.543Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-25T04:06:46.543Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-25T04:06:46.543Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-25T04:06:46.543Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-11-25T04:06:46.544Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2021-11-25T04:06:46.544Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-25T04:06:46.544Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-25T04:06:46.544Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-25T04:06:46.544Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-25T04:06:46.544Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-11-25T04:06:46.544Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2021-11-25T04:06:46.544Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2021-11-25T04:06:46.544Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2021-11-25T04:06:46.545Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-11-25T04:06:46.545Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-11-25T04:06:46.545Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-25T04:06:46.545Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-11-25T04:06:46.545Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-25T04:06:46.545Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-11-25T04:06:46.545Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-25T04:06:46.545Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-25T04:06:46.546Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-11-25T04:06:46.546Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-25T04:06:46.546Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-25T04:06:46.546Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-11-25T04:06:46.546Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-25T04:06:46.546Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-25T04:06:46.546Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-11-25T04:06:46.546Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-11-25T04:06:46.546Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-11-25T04:06:46.547Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=2a67fb4e-df9e-42ba-8596-684ecba7fe27 2021-11-25T04:06:46.547Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-25T04:06:46.547Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-25T04:06:46.547Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-25T04:06:46.547Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-25T04:06:46.547Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-25T04:06:46.547Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-25T04:06:46.547Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-25T04:06:46.547Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-25T04:06:46.547Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basicclamp Description:service Model UUID:1e1b71d1-5634-43cc-af1f-14501d0f5e2f Model Version:NULL Model InvariantUuid:c146dd3a-84b4-4e8e-8593-ac97e6918b1b Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basicclamp Model UUID:4c435379-578f-46ea-be43-bbb7a137f542 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:f0e4180e-7fb0-410c-8dac-c28674d8432c Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:ce868f29-0a66-4276-a0ad-8c209a73b4c1 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:769e06cc-db3e-4f45-a5fd-f6934284b102 ModelName:Basicclamp..base_ubuntu18..module-0 ModelUuid:39165be3-d090-4759-abbd-e0b8cd0201db ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:2a67fb4e-df9e-42ba-8596-684ecba7fe27 ModelInvariantUuid:724ddb06-a5a5-4930-a8a8-35a5c6b0de89 ModelName:basicclamp-nodes.ubuntu18Cvfc ModelUuid:950077bc-75b9-4469-b069-93ddfe05e804 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:34acf7c9-1b6e-488e-be3b-1db566e53d3e ModelInvariantUuid:93699596-8aec-4474-93cc-afc9cc299cfd ModelName:Basicclamp.compute.nodes.heat.ubuntu18 ModelUuid:c0e497d6-87fc-4f1b-ab2a-da78afa8d60c 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-25T04:06:46.552Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 3516bc49-c2e4-47fa-a9c4-f9e2f5344f36 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-25T04:06:46.554Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||INFO|500||basicclamp 0 2021-11-25T04:06:46.554Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 3516bc49-c2e4-47fa-a9c4-f9e2f5344f36 2021-11-25T04:06:46.555Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 6e3a57c8-0112-49cd-bf8c-1815b6fcf85a from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2021-11-25T04:06:46.555Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-11-25T04:06:46.555Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||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-25T04:06:46.655Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-11-25T04:06:46.655Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 6e3a57c8-0112-49cd-bf8c-1815b6fcf85a 790 2021-11-25T04:06:46.656Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||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-25T04:06:46.656Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||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-25T04:06:46.656Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-25T04:06:46.656Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-25T04:06:46.657Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-25T04:06:46.658Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637813206655, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-25T04:06:46.758Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-25T04:06:46.758Z||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-25T04:06:46.759Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OfBjsyvieL9lJwol) ... 2021-11-25T04:06:46.770Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T04:06:46.771Z||pool-49-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2021-11-25T04:06:47.658Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "769e06cc-db3e-4f45-a5fd-f6934284b102", "vfModuleModelVersion": "1", "vfModuleModelUUID": "39165be3-d090-4759-abbd-e0b8cd0201db", "vfModuleModelCustomizationUUID": "6f817dab-5ca3-4c55-b9c6-f9b07fc40d03", "isBase": true, "artifacts": [ "dff2050a-f08e-48f0-86a4-daf3112ac27c", "31c4efb4-fee1-43b7-9707-1153420fada4" ], "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-25T04:06:47.661Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:39165be3-d090-4759-abbd-e0b8cd0201db VfModuleModelInvariantUUID:769e06cc-db3e-4f45-a5fd-f6934284b102 VfModuleModelDescription:NULL Artifacts UUID List:{ dff2050a-f08e-48f0-86a4-daf3112ac27c , 31c4efb4-fee1-43b7-9707-1153420fada4 } 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-25T04:06:47.662Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "769e06cc-db3e-4f45-a5fd-f6934284b102", "vfModuleModelVersion": "1", "vfModuleModelUUID": "39165be3-d090-4759-abbd-e0b8cd0201db", "vfModuleModelCustomizationUUID": "6f817dab-5ca3-4c55-b9c6-f9b07fc40d03", "isBase": true, "artifacts": [ "dff2050a-f08e-48f0-86a4-daf3112ac27c", "31c4efb4-fee1-43b7-9707-1153420fada4" ], "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-25T04:06:47.662Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:39165be3-d090-4759-abbd-e0b8cd0201db VfModuleModelInvariantUUID:769e06cc-db3e-4f45-a5fd-f6934284b102 VfModuleModelDescription:NULL Artifacts UUID List:{ dff2050a-f08e-48f0-86a4-daf3112ac27c , 31c4efb4-fee1-43b7-9707-1153420fada4 } 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-25T04:06:47.662Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: dff2050a-f08e-48f0-86a4-daf3112ac27c from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2021-11-25T04:06:47.663Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-11-25T04:06:47.663Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||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-25T04:06:47.789Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-11-25T04:06:47.789Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml dff2050a-f08e-48f0-86a4-daf3112ac27c 5033 2021-11-25T04:06:47.789Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||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-25T04:06:47.789Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||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-25T04:06:47.789Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-25T04:06:47.789Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-25T04:06:47.791Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-25T04:06:47.791Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637813207789, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-11-25T04:06:47.891Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-25T04:06:47.892Z||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-25T04:06:47.892Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OfBjsyvieL9lJwol) ... 2021-11-25T04:06:47.902Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T04:06:47.902Z||pool-50-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-25T04:06:48.792Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 31c4efb4-fee1-43b7-9707-1153420fada4 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2021-11-25T04:06:48.792Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-11-25T04:06:48.792Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||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-25T04:06:49.255Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-11-25T04:06:49.256Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 31c4efb4-fee1-43b7-9707-1153420fada4 909 2021-11-25T04:06:49.256Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||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-25T04:06:49.256Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||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-25T04:06:49.256Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-25T04:06:49.257Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-25T04:06:49.258Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-25T04:06:49.259Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637813209256, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-11-25T04:06:49.359Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-25T04:06:49.360Z||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-25T04:06:49.360Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OfBjsyvieL9lJwol) ... 2021-11-25T04:06:49.370Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T04:06:49.370Z||pool-51-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-25T04:06:50.259Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 1e1b71d1-5634-43cc-af1f-14501d0f5e2f 2021-11-25T04:06:50.260Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 3516bc49-c2e4-47fa-a9c4-f9e2f5344f36 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-25T04:06:50.271Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@29b4aea, org.onap.sdc.toscaparser.api.parameters.Input@303ed2b4, org.onap.sdc.toscaparser.api.parameters.Input@4defb7db, org.onap.sdc.toscaparser.api.parameters.Input@3c772414, org.onap.sdc.toscaparser.api.parameters.Input@64e3e56a] 2021-11-25T04:06:50.272Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-25T04:06:50.272Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-25T04:06:50.273Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 2021-11-25T04:06:50.273Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= ce868f29-0a66-4276-a0ad-8c209a73b4c1 2021-11-25T04:06:50.273Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ce868f29-0a66-4276-a0ad-8c209a73b4c1 matches Tosca VF Customization UUID: ce868f29-0a66-4276-a0ad-8c209a73b4c1 2021-11-25T04:06:50.273Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: ce868f29-0a66-4276-a0ad-8c209a73b4c1 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-25T04:06:50.274Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-25T04:06:50.275Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-25T04:06:50.275Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id ce868f29-0a66-4276-a0ad-8c209a73b4c1: {\"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-25T04:06:50.275Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@17bdcb18 2021-11-25T04:06:50.275Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-25T04:06:50.276Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-11-25T04:06:50.276Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 6f817dab-5ca3-4c55-b9c6-f9b07fc40d03 2021-11-25T04:06:50.276Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 6f817dab-5ca3-4c55-b9c6-f9b07fc40d03 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-25T04:06:50.278Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-25T04:06:50.278Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-11-25T04:06:50.278Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-25T04:06:50.278Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-25T04:06:50.278Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-11-25T04:06:50.279Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-25T04:06:50.279Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-25T04:06:50.279Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-11-25T04:06:50.279Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-11-25T04:06:50.279Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-11-25T04:06:50.280Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=2a67fb4e-df9e-42ba-8596-684ecba7fe27 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-25T04:06:50.281Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-25T04:06:50.282Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-11-25T04:06:50.282Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-25T04:06:50.282Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-25T04:06:50.282Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-11-25T04:06:50.282Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=ce868f29-0a66-4276-a0ad-8c209a73b4c1 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-25T04:06:50.284Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-25T04:06:50.284Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-25T04:06:50.284Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 1e1b71d1-5634-43cc-af1f-14501d0f5e2f: basicclamp 2021-11-25T04:06:50.284Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-25T04:06:50.285Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-25T04:06:50.285Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-25T04:06:50.285Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-25T04:06:50.285Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-25T04:06:50.285Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-25T04:06:50.285Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-25T04:06:50.286Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-25T04:06:50.286Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-25T04:06:50.286Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-25T04:06:50.286Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||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-25T04:06:50.350Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp 3516bc49-c2e4-47fa-a9c4-f9e2f5344f36 1 ASDC deployResourceStructure 2021-11-25T04:06:50.351Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||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-25T04:06:50.351Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||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-25T04:06:50.351Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-25T04:06:50.351Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-25T04:06:50.352Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-25T04:06:50.353Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637813210351, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-11-25T04:06:50.453Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-25T04:06:50.453Z||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-25T04:06:50.453Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OfBjsyvieL9lJwol) ... 2021-11-25T04:06:50.465Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T04:06:50.466Z||pool-52-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-25T04:06:51.353Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||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-25T04:06:51.354Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||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-25T04:06:51.354Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-25T04:06:51.354Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-25T04:06:51.355Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-25T04:06:51.355Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637813211353, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-11-25T04:06:51.455Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-25T04:06:51.456Z||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-25T04:06:51.456Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OfBjsyvieL9lJwol) ... 2021-11-25T04:06:51.466Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T04:06:51.466Z||pool-53-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-11-25T04:06:52.356Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||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-25T04:06:52.356Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||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-25T04:06:52.356Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-25T04:06:52.357Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-25T04:06:52.358Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-25T04:06:52.358Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637813212356, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-11-25T04:06:52.458Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-25T04:06:52.459Z||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-25T04:06:52.459Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OfBjsyvieL9lJwol) ... 2021-11-25T04:06:52.468Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T04:06:52.468Z||pool-54-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-11-25T04:06:53.359Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||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-25T04:06:53.359Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||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-25T04:06:53.359Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-25T04:06:53.359Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-25T04:06:53.361Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-25T04:06:53.361Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637813213358, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-11-25T04:06:53.461Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-25T04:06:53.462Z||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-25T04:06:53.462Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OfBjsyvieL9lJwol) ... 2021-11-25T04:06:53.472Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T04:06:53.472Z||pool-55-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-25T04:06:54.361Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9a264897-0af5-4b78-b74a-2e369bdf29fe Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-25T04:06:54.370Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9a264897-0af5-4b78-b74a-2e369bdf29fe 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-25T04:06:54.373Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-25T04:06:54.373Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-11-25T04:06:54.373Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-11-25T04:06:54.373Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-11-25T04:06:54.373Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-25T04:06:54.373Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-25T04:06:54.373Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-25T04:06:54.373Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-25T04:06:54.373Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-25T04:06:54.373Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-25T04:06:54.373Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-25T04:06:54.373Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-25T04:06:54.378Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-11-25T04:06:55.005Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-25T04:06:55.005Z||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-25T04:06:55.005Z||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 OfBjsyvieL9lJwol) ... 2021-11-25T04:06:55.021Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T04:06:55.021Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:06:55.021Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972", "consumerID": "clamp", "timestamp": 1637813038704, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-25T04:06:55.022Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-25T04:06:55.022Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:06:55.022Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972", "consumerID": "clamp", "timestamp": 1637813041711, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-11-25T04:06:55.022Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-25T04:06:55.022Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:06:55.022Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972", "consumerID": "clamp", "timestamp": 1637813042714, "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-25T04:06:55.028Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of aef3796f-2a48-4ff5-868e-5c601d604972 2021-11-25T04:06:55.028Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId aef3796f-2a48-4ff5-868e-5c601d604972 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-25T04:07:24.378Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9a264897-0af5-4b78-b74a-2e369bdf29fe 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-25T04:07:24.382Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9a264897-0af5-4b78-b74a-2e369bdf29fe and serviceModelVersionId: 1e1b71d1-5634-43cc-af1f-14501d0f5e2f 2021-11-25T04:07:24.383Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c146dd3a-84b4-4e8e-8593-ac97e6918b1b 2021-11-25T04:07:24.383Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c146dd3a-84b4-4e8e-8593-ac97e6918b1b/model-vers/model-ver/1e1b71d1-5634-43cc-af1f-14501d0f5e2f?depth=0 2021-11-25T04:07:24.387Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2021-11-25T04:07:24.418Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c146dd3a-84b4-4e8e-8593-ac97e6918b1b/model-vers/model-ver/1e1b71d1-5634-43cc-af1f-14501d0f5e2f?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-25T04:07:24.419Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c146dd3a-84b4-4e8e-8593-ac97e6918b1b/model-vers/model-ver/1e1b71d1-5634-43cc-af1f-14501d0f5e2f?depth=0|INFO|500||Invoke 2021-11-25T04:07:24.437Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c146dd3a-84b4-4e8e-8593-ac97e6918b1b/model-vers/model-ver/1e1b71d1-5634-43cc-af1f-14501d0f5e2f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-11-25T04:07:24.508Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c146dd3a-84b4-4e8e-8593-ac97e6918b1b/model-vers/model-ver/1e1b71d1-5634-43cc-af1f-14501d0f5e2f?depth=0|INFO|500||InvokeReturn 2021-11-25T04:07:24.508Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c146dd3a-84b4-4e8e-8593-ac97e6918b1b/model-vers/model-ver/1e1b71d1-5634-43cc-af1f-14501d0f5e2f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211125-04:07:24:444-60128], vertex-id=[225296], Content-Length=[0], Date=[Thu, 25 Nov 2021 04:07:24 GMT], Content-Type=[application/json]} 2021-11-25T04:07:24.508Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity. 2021-11-25T04:07:24.509Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-11-25T04:07:24.509Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-25T04:07:24.512Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-11-25T04:07:24.512Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9a264897-0af5-4b78-b74a-2e369bdf29fe and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-11-25T04:07:24.512Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-11-25T04:07:24.512Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-25T04:07:24.513Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-25T04:07:24.514Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637813244512, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-25T04:07:24.614Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-25T04:07:24.614Z||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-25T04:07:24.614Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OfBjsyvieL9lJwol) ... 2021-11-25T04:07:24.627Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T04:07:24.628Z||pool-56-thread-1|||||INFO|500||cambria reply ok (14 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-25T04:07:25.527Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-25T04:07:25.527Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"aef3796f-2a48-4ff5-868e-5c601d604972","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"750684ff-164e-4157-b3f8-4c31265faedd","serviceDescription":"service","serviceInvariantUUID":"8a72df0f-5316-46ec-bb2e-478b600fb6a7","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"5ced7445-2486-4a12-961b-c6a407c2a5c2","resourceInvariantUUID":"3ceb978c-a5c2-4c8d-86df-19576114de18","resourceCustomizationUUID":"f009de06-9667-4bad-aae6-385a3fcd3d78","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":"NDMwY2EzOTE2ZTdkMWMyNGM0ZGM5NWVmMTNmNTcyZDU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"47b494e3-bfb1-40d7-9925-04047571a0bc","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":"NTdkMzQwNzE5YzY4NzUxMzdmMzA0NjE5Y2RkMzMzMTY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"51d8fa96-60b6-477e-9bb3-4d0e40888f48","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":"82a40668-7fc1-4913-bd3f-203623198163","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":"b75edf38-2da0-43f7-a3a8-35f9e5c54770","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":"b2bc75d2-c44c-4b1d-94af-426b234502a8","artifactVersion":"2","generatedFromUUID":"82a40668-7fc1-4913-bd3f-203623198163"},{"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":"MTQ5ODNmMjg0ODQ3ZDdlMmRhNzExNTUxYzYwODM4NzU\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"29e3347e-76c5-4796-b35a-df1209dbddb4","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":"ZDgwNjZhNzMwMGU1ZTFjZjkwMjkzNmQ3YmMwMTMwMGQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c485a480-ea5e-4f23-9dcf-d2065ebd48d1","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"MzljOWYwOWQwYTVmZTViYzVhYzVjOTFiMWZmOWI5ZDk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"87620159-998a-432b-84e1-12c784b52173","artifactVersion":"1"}],"workloadContext":"Production"} 2021-11-25T04:07:25.527Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-25T04:07:25.527Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-25T04:07:25.529Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-25T04:07:25.529Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637813191955, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-25T04:07:25.629Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-25T04:07:25.630Z||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-25T04:07:25.630Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OfBjsyvieL9lJwol) ... 2021-11-25T04:07:25.642Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T04:07:25.642Z||pool-57-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-25T04:07:26.530Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-25T04:07:26.530Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-25T04:07:26.532Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-25T04:07:26.532Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637813191955, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-11-25T04:07:26.632Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-25T04:07:26.633Z||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-25T04:07:26.633Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OfBjsyvieL9lJwol) ... 2021-11-25T04:07:26.644Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T04:07:26.644Z||pool-58-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-25T04:07:27.534Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-25T04:07:27.534Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-25T04:07:27.536Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-25T04:07:27.536Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637813191955, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-11-25T04:07:27.636Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-25T04:07:27.637Z||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-25T04:07:27.637Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OfBjsyvieL9lJwol) ... 2021-11-25T04:07:27.648Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T04:07:27.648Z||pool-59-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-25T04:07:28.537Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-25T04:07:28.538Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-25T04:07:28.539Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-25T04:07:28.539Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637813191955, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-25T04:07:28.639Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-25T04:07:28.640Z||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-25T04:07:28.640Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OfBjsyvieL9lJwol) ... 2021-11-25T04:07:28.651Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T04:07:28.651Z||pool-60-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-25T04:07:29.540Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-25T04:07:29.541Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-25T04:07:29.543Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-25T04:07:29.544Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637813191955, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-11-25T04:07:29.643Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-25T04:07:29.644Z||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-25T04:07:29.644Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OfBjsyvieL9lJwol) ... 2021-11-25T04:07:29.658Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T04:07:29.658Z||pool-61-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-11-25T04:07:30.544Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-25T04:07:30.545Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-25T04:07:30.546Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-25T04:07:30.547Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637813191955, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-11-25T04:07:30.647Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-25T04:07:30.647Z||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-25T04:07:30.647Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OfBjsyvieL9lJwol) ... 2021-11-25T04:07:30.657Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T04:07:30.658Z||pool-62-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-11-25T04:07:31.547Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-25T04:07:31.548Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-25T04:07:31.549Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-25T04:07:31.549Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637813191955, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-11-25T04:07:31.649Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-25T04:07:31.650Z||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-25T04:07:31.650Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OfBjsyvieL9lJwol) ... 2021-11-25T04:07:31.660Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T04:07:31.660Z||pool-63-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-11-25T04:07:32.549Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-25T04:07:32.550Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-25T04:07:32.552Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-25T04:07:32.552Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637813191955, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-11-25T04:07:32.652Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-25T04:07:32.653Z||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-25T04:07:32.653Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OfBjsyvieL9lJwol) ... 2021-11-25T04:07:32.663Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T04:07:32.663Z||pool-64-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-25T04:07:33.553Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "750684ff-164e-4157-b3f8-4c31265faedd", "serviceDescription": "service", "serviceInvariantUUID": "8a72df0f-5316-46ec-bb2e-478b600fb6a7", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "f009de06-9667-4bad-aae6-385a3fcd3d78", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "5ced7445-2486-4a12-961b-c6a407c2a5c2", "resourceInvariantUUID": "3ceb978c-a5c2-4c8d-86df-19576114de18", "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": "NTdkMzQwNzE5YzY4NzUxMzdmMzA0NjE5Y2RkMzMzMTY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "51d8fa96-60b6-477e-9bb3-4d0e40888f48", "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": "82a40668-7fc1-4913-bd3f-203623198163", "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": "b2bc75d2-c44c-4b1d-94af-426b234502a8", "generatedFromUUID": "82a40668-7fc1-4913-bd3f-203623198163" }, "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": "b2bc75d2-c44c-4b1d-94af-426b234502a8", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "MzljOWYwOWQwYTVmZTViYzVhYzVjOTFiMWZmOWI5ZDk\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "87620159-998a-432b-84e1-12c784b52173" } ], "workloadContext": "Production" } 2021-11-25T04:07:33.553Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-11-25T04:07:33.553Z|9a264897-0af5-4b78-b74a-2e369bdf29fe|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 750684ff-164e-4157-b3f8-4c31265faedd ASDC 2021-11-25T04:07:33.554Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:aef3796f-2a48-4ff5-868e-5c601d604972 ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:750684ff-164e-4157-b3f8-4c31265faedd ServiceInvariantUUID:8a72df0f-5316-46ec-bb2e-478b600fb6a7 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:87620159-998a-432b-84e1-12c784b52173 ArtifactChecksum:MzljOWYwOWQwYTVmZTViYzVhYzVjOTFiMWZmOWI5ZDk= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:f009de06-9667-4bad-aae6-385a3fcd3d78 ResourceInvariantUUID:3ceb978c-a5c2-4c8d-86df-19576114de18 ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:5ced7445-2486-4a12-961b-c6a407c2a5c2 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:51d8fa96-60b6-477e-9bb3-4d0e40888f48 ArtifactChecksum:NTdkMzQwNzE5YzY4NzUxMzdmMzA0NjE5Y2RkMzMzMTY= 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:82a40668-7fc1-4913-bd3f-203623198163 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:b2bc75d2-c44c-4b1d-94af-426b234502a8 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:b2bc75d2-c44c-4b1d-94af-426b234502a8 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-11-25T04:07:33.554Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 750684ff-164e-4157-b3f8-4c31265faedd 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-25T04:07:33.579Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-25T04:07:33.579Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2021-11-25T04:07:33.580Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2021-11-25T04:07:33.580Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 87620159-998a-432b-84e1-12c784b52173 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2021-11-25T04:07:33.580Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-11-25T04:07:33.580Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2021-11-25T04:07:34.073Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-11-25T04:07:34.077Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 87620159-998a-432b-84e1-12c784b52173 78788 2021-11-25T04:07:34.077Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2021-11-25T04:07:34.077Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2021-11-25T04:07:34.077Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-25T04:07:34.077Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-25T04:07:34.078Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-25T04:07:34.079Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637813254077, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-25T04:07:34.179Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-25T04:07:34.179Z||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-25T04:07:34.179Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OfBjsyvieL9lJwol) ... 2021-11-25T04:07:34.189Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T04:07:34.189Z||pool-65-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-11-25T04:07:35.079Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-25T04:07:35.080Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2021-11-25T04:07:35.080Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 87620159-998a-432b-84e1-12c784b52173, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-11-25T04:07:35.080Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2021-11-25T04:07:35.080Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-11-25T04:07:35.080Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-11-25T04:07:35.162Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10714690918068704477/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-25T04:07:36.007Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2021-11-25T04:07:36.007Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||WARN|500||#################################################################################################### 2021-11-25T04:07:36.007Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-11-25T04:07:36.007Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2021-11-25T04:07:36.007Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||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-25T04:07:36.007Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||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-25T04:07:36.007Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-11-25T04:07:36.007Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||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-25T04:07:36.007Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-11-25T04:07:36.007Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-11-25T04:07:36.007Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-11-25T04:07:36.008Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||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-25T04:07:36.008Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-11-25T04:07:36.008Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||WARN|500||#################################################################################################### 2021-11-25T04:07:36.008Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-25T04:07:36.008Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-25T04:07:36.008Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-11-25T04:07:36.008Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2021-11-25T04:07:36.008Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-25T04:07:36.008Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-25T04:07:36.008Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-25T04:07:36.008Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-11-25T04:07:36.008Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2021-11-25T04:07:36.009Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-25T04:07:36.009Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-25T04:07:36.009Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-25T04:07:36.009Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-25T04:07:36.009Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2021-11-25T04:07:36.009Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2021-11-25T04:07:36.009Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2021-11-25T04:07:36.009Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2021-11-25T04:07:36.009Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2021-11-25T04:07:36.009Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-11-25T04:07:36.010Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-25T04:07:36.010Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-11-25T04:07:36.010Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-25T04:07:36.010Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-11-25T04:07:36.010Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-25T04:07:36.010Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-25T04:07:36.010Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-11-25T04:07:36.010Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-25T04:07:36.010Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-25T04:07:36.010Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-11-25T04:07:36.011Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-25T04:07:36.011Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-25T04:07:36.011Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2021-11-25T04:07:36.011Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2021-11-25T04:07:36.011Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2021-11-25T04:07:36.011Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=19da9231-21ea-4783-9e5a-71312c4a0759 2021-11-25T04:07:36.011Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-25T04:07:36.011Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-25T04:07:36.011Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-25T04:07:36.011Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-25T04:07:36.011Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-25T04:07:36.011Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-25T04:07:36.012Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-25T04:07:36.012Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-25T04:07:36.012Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:750684ff-164e-4157-b3f8-4c31265faedd Model Version:NULL Model InvariantUuid:8a72df0f-5316-46ec-bb2e-478b600fb6a7 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:74b0bd93-3dfa-413f-87b2-c7be65a87e34 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:3ceb978c-a5c2-4c8d-86df-19576114de18 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:f009de06-9667-4bad-aae6-385a3fcd3d78 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:74562309-7b85-4236-b201-c04e582aa5c1 ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:6975fec6-c621-4a68-8741-5ff873432e39 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:19da9231-21ea-4783-9e5a-71312c4a0759 ModelInvariantUuid:51c36009-b7ec-4d48-a67b-82b1d3cc2994 ModelName:basic_vm_macro-nodes.ubuntu20Cvfc ModelUuid:d9e4787e-7e94-4bf2-a34e-7293f51d3b39 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:c8d4889a-e361-4f34-b213-10c571562288 ModelInvariantUuid:c58c69c2-c77d-4797-a120-1df557e3d7a8 ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20 ModelUuid:f596155a-ea27-434a-8445-37530f653594 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-25T04:07:36.016Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 5ced7445-2486-4a12-961b-c6a407c2a5c2 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-25T04:07:36.017Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||INFO|500||basic_vm_macro 0 2021-11-25T04:07:36.017Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 5ced7445-2486-4a12-961b-c6a407c2a5c2 2021-11-25T04:07:36.017Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 51d8fa96-60b6-477e-9bb3-4d0e40888f48 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2021-11-25T04:07:36.017Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-11-25T04:07:36.018Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2021-11-25T04:07:36.075Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-11-25T04:07:36.075Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 51d8fa96-60b6-477e-9bb3-4d0e40888f48 792 2021-11-25T04:07:36.076Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2021-11-25T04:07:36.076Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2021-11-25T04:07:36.076Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-25T04:07:36.076Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-25T04:07:36.077Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-25T04:07:36.078Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637813256076, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-25T04:07:36.178Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-25T04:07:36.178Z||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-25T04:07:36.178Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OfBjsyvieL9lJwol) ... 2021-11-25T04:07:36.189Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T04:07:36.189Z||pool-66-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-25T04:07:37.078Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "74562309-7b85-4236-b201-c04e582aa5c1", "vfModuleModelVersion": "1", "vfModuleModelUUID": "6975fec6-c621-4a68-8741-5ff873432e39", "vfModuleModelCustomizationUUID": "6b821957-8bb1-4dc9-a902-3885fa7bbc77", "isBase": true, "artifacts": [ "82a40668-7fc1-4913-bd3f-203623198163", "b2bc75d2-c44c-4b1d-94af-426b234502a8" ], "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-25T04:07:37.081Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:6975fec6-c621-4a68-8741-5ff873432e39 VfModuleModelInvariantUUID:74562309-7b85-4236-b201-c04e582aa5c1 VfModuleModelDescription:NULL Artifacts UUID List:{ 82a40668-7fc1-4913-bd3f-203623198163 , b2bc75d2-c44c-4b1d-94af-426b234502a8 } 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-25T04:07:37.082Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "74562309-7b85-4236-b201-c04e582aa5c1", "vfModuleModelVersion": "1", "vfModuleModelUUID": "6975fec6-c621-4a68-8741-5ff873432e39", "vfModuleModelCustomizationUUID": "6b821957-8bb1-4dc9-a902-3885fa7bbc77", "isBase": true, "artifacts": [ "82a40668-7fc1-4913-bd3f-203623198163", "b2bc75d2-c44c-4b1d-94af-426b234502a8" ], "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-25T04:07:37.082Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:6975fec6-c621-4a68-8741-5ff873432e39 VfModuleModelInvariantUUID:74562309-7b85-4236-b201-c04e582aa5c1 VfModuleModelDescription:NULL Artifacts UUID List:{ 82a40668-7fc1-4913-bd3f-203623198163 , b2bc75d2-c44c-4b1d-94af-426b234502a8 } 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-25T04:07:37.082Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 82a40668-7fc1-4913-bd3f-203623198163 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2021-11-25T04:07:37.082Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-11-25T04:07:37.082Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2021-11-25T04:07:37.117Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-11-25T04:07:37.118Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 82a40668-7fc1-4913-bd3f-203623198163 5033 2021-11-25T04:07:37.118Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2021-11-25T04:07:37.118Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2021-11-25T04:07:37.118Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-25T04:07:37.118Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-25T04:07:37.119Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-25T04:07:37.119Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637813257118, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-11-25T04:07:37.220Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-11-25T04:07:37.220Z||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-25T04:07:37.221Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OfBjsyvieL9lJwol) ... 2021-11-25T04:07:37.232Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T04:07:37.233Z||pool-67-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-25T04:07:38.120Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: b2bc75d2-c44c-4b1d-94af-426b234502a8 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2021-11-25T04:07:38.120Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-11-25T04:07:38.120Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2021-11-25T04:07:38.230Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-11-25T04:07:38.230Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env b2bc75d2-c44c-4b1d-94af-426b234502a8 903 2021-11-25T04:07:38.231Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2021-11-25T04:07:38.231Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2021-11-25T04:07:38.231Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-25T04:07:38.231Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-25T04:07:38.232Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-25T04:07:38.232Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637813258231, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-11-25T04:07:38.333Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-25T04:07:38.333Z||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-25T04:07:38.334Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OfBjsyvieL9lJwol) ... 2021-11-25T04:07:38.343Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T04:07:38.344Z||pool-68-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-25T04:07:39.233Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 750684ff-164e-4157-b3f8-4c31265faedd 2021-11-25T04:07:39.233Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 5ced7445-2486-4a12-961b-c6a407c2a5c2 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-25T04:07:39.243Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6869ebf1, org.onap.sdc.toscaparser.api.parameters.Input@6e6ae7e3, org.onap.sdc.toscaparser.api.parameters.Input@1302a291, org.onap.sdc.toscaparser.api.parameters.Input@7de1fa11, org.onap.sdc.toscaparser.api.parameters.Input@5af0a03f] 2021-11-25T04:07:39.244Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-25T04:07:39.244Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-25T04:07:39.244Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 2021-11-25T04:07:39.244Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= f009de06-9667-4bad-aae6-385a3fcd3d78 2021-11-25T04:07:39.244Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f009de06-9667-4bad-aae6-385a3fcd3d78 matches Tosca VF Customization UUID: f009de06-9667-4bad-aae6-385a3fcd3d78 2021-11-25T04:07:39.244Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: f009de06-9667-4bad-aae6-385a3fcd3d78 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-25T04:07:39.246Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-25T04:07:39.246Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-25T04:07:39.247Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id f009de06-9667-4bad-aae6-385a3fcd3d78: {\"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-25T04:07:39.247Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@174f7e67 2021-11-25T04:07:39.247Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-25T04:07:39.247Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-11-25T04:07:39.247Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 6b821957-8bb1-4dc9-a902-3885fa7bbc77 2021-11-25T04:07:39.247Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 6b821957-8bb1-4dc9-a902-3885fa7bbc77 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-25T04:07:39.249Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-25T04:07:39.249Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-11-25T04:07:39.249Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-25T04:07:39.249Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-25T04:07:39.249Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-11-25T04:07:39.249Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-25T04:07:39.250Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-25T04:07:39.250Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2021-11-25T04:07:39.250Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2021-11-25T04:07:39.250Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2021-11-25T04:07:39.250Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=19da9231-21ea-4783-9e5a-71312c4a0759 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-25T04:07:39.252Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-25T04:07:39.252Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-11-25T04:07:39.252Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-25T04:07:39.252Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-25T04:07:39.252Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-11-25T04:07:39.252Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=f009de06-9667-4bad-aae6-385a3fcd3d78 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-25T04:07:39.254Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-25T04:07:39.254Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-25T04:07:39.254Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 750684ff-164e-4157-b3f8-4c31265faedd: basic_vm_macro 2021-11-25T04:07:39.254Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-25T04:07:39.254Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-25T04:07:39.254Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-25T04:07:39.254Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-25T04:07:39.254Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-25T04:07:39.255Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-25T04:07:39.255Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-25T04:07:39.255Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-25T04:07:39.255Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-25T04:07:39.255Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-25T04:07:39.255Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||INFO|500||Saving Service: basic_vm_macro Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-25T04:07:39.312Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 5ced7445-2486-4a12-961b-c6a407c2a5c2 1 ASDC deployResourceStructure 2021-11-25T04:07:39.312Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2021-11-25T04:07:39.312Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2021-11-25T04:07:39.312Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-25T04:07:39.312Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-25T04:07:39.313Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-25T04:07:39.314Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637813259312, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-11-25T04:07:39.414Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-25T04:07:39.414Z||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-25T04:07:39.414Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OfBjsyvieL9lJwol) ... 2021-11-25T04:07:39.430Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T04:07:39.431Z||pool-69-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2021-11-25T04:07:40.314Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2021-11-25T04:07:40.315Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2021-11-25T04:07:40.315Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-25T04:07:40.315Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-25T04:07:40.316Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-25T04:07:40.316Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637813260314, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-11-25T04:07:40.417Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-25T04:07:40.417Z||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-25T04:07:40.417Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OfBjsyvieL9lJwol) ... 2021-11-25T04:07:40.427Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T04:07:40.427Z||pool-70-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-11-25T04:07:41.317Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2021-11-25T04:07:41.318Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2021-11-25T04:07:41.318Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-25T04:07:41.318Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-25T04:07:41.319Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-25T04:07:41.319Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637813261317, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-11-25T04:07:41.420Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-25T04:07:41.420Z||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-25T04:07:41.421Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OfBjsyvieL9lJwol) ... 2021-11-25T04:07:41.430Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T04:07:41.431Z||pool-71-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-25T04:07:42.320Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2021-11-25T04:07:42.321Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2021-11-25T04:07:42.321Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-25T04:07:42.321Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-25T04:07:42.322Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-25T04:07:42.323Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637813262320, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-11-25T04:07:42.423Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-25T04:07:42.423Z||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-25T04:07:42.424Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OfBjsyvieL9lJwol) ... 2021-11-25T04:07:42.434Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T04:07:42.434Z||pool-72-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-25T04:07:43.323Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: aef3796f-2a48-4ff5-868e-5c601d604972 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-25T04:07:43.334Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: aef3796f-2a48-4ff5-868e-5c601d604972 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-25T04:07:43.336Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-25T04:07:43.337Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-11-25T04:07:43.337Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-11-25T04:07:43.337Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-11-25T04:07:43.337Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-25T04:07:43.337Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-25T04:07:43.337Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-25T04:07:43.337Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-25T04:07:43.337Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-25T04:07:43.337Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-25T04:07:43.337Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-25T04:07:43.341Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-11-25T04:07:55.005Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-25T04:07:55.005Z||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-25T04:07:55.006Z||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 OfBjsyvieL9lJwol) ... 2021-11-25T04:07:55.029Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T04:07:55.031Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:07:55.031Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9331b745-1b93-4b43-b5f0-270bcbe126e5", "consumerID": "cds", "timestamp": 1637813129233, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-25T04:07:55.032Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-25T04:07:55.032Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:07:55.032Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9331b745-1b93-4b43-b5f0-270bcbe126e5", "consumerID": "policy-id", "timestamp": 1637813133300, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-25T04:07:55.032Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-25T04:07:55.032Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:07:55.032Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9331b745-1b93-4b43-b5f0-270bcbe126e5", "consumerID": "multicloud-k8s-id", "timestamp": 1637813137059, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-25T04:07:55.032Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-25T04:07:55.032Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:07:55.032Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9331b745-1b93-4b43-b5f0-270bcbe126e5", "consumerID": "cds", "timestamp": 1637813129233, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-25T04:07:55.032Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-25T04:07:55.032Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:07:55.032Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9331b745-1b93-4b43-b5f0-270bcbe126e5", "consumerID": "policy-id", "timestamp": 1637813133300, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-25T04:07:55.033Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-25T04:07:55.033Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:07:55.033Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9331b745-1b93-4b43-b5f0-270bcbe126e5", "consumerID": "aai-ml", "timestamp": 1637813137684, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-25T04:07:55.033Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-25T04:07:55.033Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:07:55.033Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9331b745-1b93-4b43-b5f0-270bcbe126e5", "consumerID": "multicloud-k8s-id", "timestamp": 1637813137059, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-25T04:07:55.033Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-25T04:07:55.033Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:07:55.033Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9331b745-1b93-4b43-b5f0-270bcbe126e5", "consumerID": "clamp", "timestamp": 1637813138079, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-25T04:07:55.033Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-25T04:07:55.033Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:07:55.033Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9331b745-1b93-4b43-b5f0-270bcbe126e5", "consumerID": "cds", "timestamp": 1637813129233, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-25T04:07:55.033Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-25T04:07:55.033Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:07:55.033Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9331b745-1b93-4b43-b5f0-270bcbe126e5", "consumerID": "policy-id", "timestamp": 1637813133300, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-25T04:07:55.033Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-25T04:07:55.033Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:07:55.033Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9331b745-1b93-4b43-b5f0-270bcbe126e5", "consumerID": "aai-ml", "timestamp": 1637813137684, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-25T04:07:55.033Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-25T04:07:55.034Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:07:55.034Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9331b745-1b93-4b43-b5f0-270bcbe126e5", "consumerID": "multicloud-k8s-id", "timestamp": 1637813137059, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-25T04:07:55.034Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-25T04:07:55.034Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:07:55.034Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9331b745-1b93-4b43-b5f0-270bcbe126e5", "consumerID": "clamp", "timestamp": 1637813138079, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-25T04:07:55.034Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-25T04:07:55.034Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:07:55.034Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9331b745-1b93-4b43-b5f0-270bcbe126e5", "consumerID": "cds", "timestamp": 1637813129233, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-11-25T04:07:55.034Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-25T04:07:55.034Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:07:55.034Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9331b745-1b93-4b43-b5f0-270bcbe126e5", "consumerID": "policy-id", "timestamp": 1637813133300, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-11-25T04:07:55.034Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-25T04:07:55.034Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:07:55.034Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9331b745-1b93-4b43-b5f0-270bcbe126e5", "consumerID": "aai-ml", "timestamp": 1637813137684, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-25T04:07:55.034Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-25T04:07:55.034Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:07:55.034Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9331b745-1b93-4b43-b5f0-270bcbe126e5", "consumerID": "multicloud-k8s-id", "timestamp": 1637813137059, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-11-25T04:07:55.034Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-25T04:07:55.035Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:07:55.035Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9331b745-1b93-4b43-b5f0-270bcbe126e5", "consumerID": "clamp", "timestamp": 1637813138079, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-25T04:07:55.035Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-25T04:07:55.035Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:07:55.035Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9331b745-1b93-4b43-b5f0-270bcbe126e5", "consumerID": "cds", "timestamp": 1637813129233, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-25T04:07:55.035Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-25T04:07:55.035Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:07:55.035Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9331b745-1b93-4b43-b5f0-270bcbe126e5", "consumerID": "policy-id", "timestamp": 1637813133300, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-25T04:07:55.035Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-25T04:07:55.035Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:07:55.035Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9331b745-1b93-4b43-b5f0-270bcbe126e5", "consumerID": "aai-ml", "timestamp": 1637813137684, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-11-25T04:07:55.035Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-25T04:07:55.035Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:07:55.035Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9331b745-1b93-4b43-b5f0-270bcbe126e5", "consumerID": "clamp", "timestamp": 1637813138079, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-11-25T04:07:55.035Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-25T04:07:55.035Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:07:55.035Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9331b745-1b93-4b43-b5f0-270bcbe126e5", "consumerID": "multicloud-k8s-id", "timestamp": 1637813137059, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-25T04:07:55.035Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-25T04:07:55.035Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:07:55.036Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9331b745-1b93-4b43-b5f0-270bcbe126e5", "consumerID": "cds", "timestamp": 1637813129233, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-25T04:07:55.036Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-25T04:07:55.036Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:07:55.036Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9331b745-1b93-4b43-b5f0-270bcbe126e5", "consumerID": "policy-id", "timestamp": 1637813133300, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-25T04:07:55.036Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-25T04:07:55.036Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:07:55.036Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9331b745-1b93-4b43-b5f0-270bcbe126e5", "consumerID": "dcae-sch", "timestamp": 1637813141652, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-25T04:07:55.036Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-25T04:07:55.036Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:07:55.036Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9331b745-1b93-4b43-b5f0-270bcbe126e5", "consumerID": "aai-ml", "timestamp": 1637813137684, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-25T04:07:55.036Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-25T04:07:55.036Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:07:55.036Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9331b745-1b93-4b43-b5f0-270bcbe126e5", "consumerID": "multicloud-k8s-id", "timestamp": 1637813137059, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-25T04:07:55.036Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-25T04:07:55.037Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:07:55.037Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9331b745-1b93-4b43-b5f0-270bcbe126e5", "consumerID": "clamp", "timestamp": 1637813138079, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-25T04:07:55.037Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-25T04:07:55.037Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:07:55.037Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9331b745-1b93-4b43-b5f0-270bcbe126e5", "consumerID": "cds", "timestamp": 1637813129233, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-25T04:07:55.037Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-25T04:07:55.037Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:07:55.037Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9331b745-1b93-4b43-b5f0-270bcbe126e5", "consumerID": "policy-id", "timestamp": 1637813133300, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-25T04:07:55.037Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-25T04:07:55.037Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:07:55.037Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9331b745-1b93-4b43-b5f0-270bcbe126e5", "consumerID": "dcae-sch", "timestamp": 1637813141652, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-25T04:07:55.037Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-25T04:07:55.037Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:07:55.037Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9331b745-1b93-4b43-b5f0-270bcbe126e5", "consumerID": "aai-ml", "timestamp": 1637813137684, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-25T04:07:55.037Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-25T04:07:55.037Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:07:55.037Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9331b745-1b93-4b43-b5f0-270bcbe126e5", "consumerID": "multicloud-k8s-id", "timestamp": 1637813137059, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-25T04:07:55.038Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-25T04:07:55.038Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:07:55.038Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9331b745-1b93-4b43-b5f0-270bcbe126e5", "consumerID": "clamp", "timestamp": 1637813138079, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-25T04:07:55.038Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-25T04:07:55.038Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:07:55.038Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9331b745-1b93-4b43-b5f0-270bcbe126e5", "consumerID": "cds", "timestamp": 1637813129233, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-11-25T04:07:55.038Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-25T04:07:55.038Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:07:55.038Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9331b745-1b93-4b43-b5f0-270bcbe126e5", "consumerID": "policy-id", "timestamp": 1637813133300, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-11-25T04:07:55.038Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-25T04:07:55.038Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:07:55.038Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9331b745-1b93-4b43-b5f0-270bcbe126e5", "consumerID": "dcae-sch", "timestamp": 1637813141652, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-25T04:07:55.038Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-25T04:07:55.038Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:07:55.038Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9331b745-1b93-4b43-b5f0-270bcbe126e5", "consumerID": "aai-ml", "timestamp": 1637813137684, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-25T04:07:55.038Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-25T04:07:55.039Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:07:55.039Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9331b745-1b93-4b43-b5f0-270bcbe126e5", "consumerID": "multicloud-k8s-id", "timestamp": 1637813137059, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-11-25T04:07:55.039Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-25T04:07:55.039Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:07:55.039Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9331b745-1b93-4b43-b5f0-270bcbe126e5", "consumerID": "clamp", "timestamp": 1637813138079, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-25T04:07:55.039Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-25T04:07:55.039Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:07:55.039Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9331b745-1b93-4b43-b5f0-270bcbe126e5", "consumerID": "cds", "timestamp": 1637813129233, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-11-25T04:07:55.039Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-25T04:07:55.039Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:07:55.039Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9331b745-1b93-4b43-b5f0-270bcbe126e5", "consumerID": "policy-id", "timestamp": 1637813133300, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-11-25T04:07:55.039Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-25T04:07:55.039Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:07:55.039Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9331b745-1b93-4b43-b5f0-270bcbe126e5", "consumerID": "dcae-sch", "timestamp": 1637813141652, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-11-25T04:07:55.039Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-25T04:07:55.039Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:07:55.039Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9331b745-1b93-4b43-b5f0-270bcbe126e5", "consumerID": "aai-ml", "timestamp": 1637813137684, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-11-25T04:07:55.039Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-25T04:07:55.040Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:07:55.040Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9331b745-1b93-4b43-b5f0-270bcbe126e5", "consumerID": "ves-openapi-manager", "timestamp": 1637813144887, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-25T04:07:55.040Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-25T04:07:55.040Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:07:55.040Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9331b745-1b93-4b43-b5f0-270bcbe126e5", "consumerID": "multicloud-k8s-id", "timestamp": 1637813137059, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-11-25T04:07:55.040Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-25T04:07:55.040Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:07:55.040Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9331b745-1b93-4b43-b5f0-270bcbe126e5", "consumerID": "clamp", "timestamp": 1637813138079, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-11-25T04:07:55.040Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-25T04:07:55.040Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:07:55.040Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9331b745-1b93-4b43-b5f0-270bcbe126e5", "consumerID": "dcae-sch", "timestamp": 1637813141652, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-25T04:07:55.040Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-25T04:07:55.040Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:07:55.041Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9331b745-1b93-4b43-b5f0-270bcbe126e5", "consumerID": "aai-ml", "timestamp": 1637813137684, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-11-25T04:07:55.041Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-25T04:07:55.041Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:07:55.041Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9331b745-1b93-4b43-b5f0-270bcbe126e5", "consumerID": "cds", "timestamp": 1637813146477, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-25T04:07:55.041Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-25T04:07:55.041Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:07:55.041Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9331b745-1b93-4b43-b5f0-270bcbe126e5", "consumerID": "policy-id", "timestamp": 1637813146481, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-25T04:07:55.041Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-25T04:07:55.041Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:07:55.041Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9331b745-1b93-4b43-b5f0-270bcbe126e5", "consumerID": "ves-openapi-manager", "timestamp": 1637813144887, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-25T04:07:55.041Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-25T04:07:55.041Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:07:55.041Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9331b745-1b93-4b43-b5f0-270bcbe126e5", "consumerID": "clamp", "timestamp": 1637813138079, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-11-25T04:07:55.041Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-25T04:07:55.041Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:07:55.041Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9331b745-1b93-4b43-b5f0-270bcbe126e5", "consumerID": "dcae-sch", "timestamp": 1637813141652, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-25T04:07:55.041Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-25T04:07:55.041Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:07:55.042Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9331b745-1b93-4b43-b5f0-270bcbe126e5", "consumerID": "aai-ml", "timestamp": 1637813147500, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-25T04:07:55.042Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-25T04:07:55.042Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:07:55.042Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9331b745-1b93-4b43-b5f0-270bcbe126e5", "consumerID": "policy-id", "timestamp": 1637813147484, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-11-25T04:07:55.042Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-25T04:07:55.042Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:07:55.042Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9331b745-1b93-4b43-b5f0-270bcbe126e5", "consumerID": "ves-openapi-manager", "timestamp": 1637813144887, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-25T04:07:55.042Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-25T04:07:55.042Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:07:55.042Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9331b745-1b93-4b43-b5f0-270bcbe126e5", "consumerID": "cds", "timestamp": 1637813147716, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-25T04:07:55.058Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9331b745-1b93-4b43-b5f0-270bcbe126e5 2021-11-25T04:07:55.058Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9331b745-1b93-4b43-b5f0-270bcbe126e5 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-25T04:07:55.066Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:07:55.066Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9331b745-1b93-4b43-b5f0-270bcbe126e5", "consumerID": "dcae-sch", "timestamp": 1637813141652, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-25T04:07:55.066Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-25T04:07:55.066Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:07:55.066Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9331b745-1b93-4b43-b5f0-270bcbe126e5", "consumerID": "policy-id", "timestamp": 1637813148487, "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-25T04:07:55.071Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9331b745-1b93-4b43-b5f0-270bcbe126e5 2021-11-25T04:07:55.071Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9331b745-1b93-4b43-b5f0-270bcbe126e5 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-25T04:07:55.078Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:07:55.078Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9331b745-1b93-4b43-b5f0-270bcbe126e5", "consumerID": "ves-openapi-manager", "timestamp": 1637813144887, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-11-25T04:07:55.078Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-25T04:07:55.078Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:07:55.078Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9331b745-1b93-4b43-b5f0-270bcbe126e5", "consumerID": "dcae-sch", "timestamp": 1637813141652, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-11-25T04:07:55.078Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-25T04:07:55.079Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:07:55.079Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9331b745-1b93-4b43-b5f0-270bcbe126e5", "consumerID": "ves-openapi-manager", "timestamp": 1637813144887, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-25T04:07:55.079Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-25T04:07:55.079Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:07:55.079Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9331b745-1b93-4b43-b5f0-270bcbe126e5", "consumerID": "dcae-sch", "timestamp": 1637813141652, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-25T04:07:55.079Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-25T04:07:55.079Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:07:55.079Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9331b745-1b93-4b43-b5f0-270bcbe126e5", "consumerID": "ves-openapi-manager", "timestamp": 1637813144887, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-25T04:07:55.079Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-25T04:07:55.079Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:07:55.079Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9331b745-1b93-4b43-b5f0-270bcbe126e5", "consumerID": "aai-ml", "timestamp": 1637813151456, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-11-25T04:07:55.079Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-25T04:07:55.079Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:07:55.079Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9331b745-1b93-4b43-b5f0-270bcbe126e5", "consumerID": "ves-openapi-manager", "timestamp": 1637813144887, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2021-11-25T04:07:55.079Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-25T04:07:55.079Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:07:55.079Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9331b745-1b93-4b43-b5f0-270bcbe126e5", "consumerID": "aai-ml", "timestamp": 1637813152459, "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-25T04:07:55.083Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9331b745-1b93-4b43-b5f0-270bcbe126e5 2021-11-25T04:07:55.083Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9331b745-1b93-4b43-b5f0-270bcbe126e5 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-25T04:07:55.090Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:07:55.091Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9331b745-1b93-4b43-b5f0-270bcbe126e5", "consumerID": "ves-openapi-manager", "timestamp": 1637813144887, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-11-25T04:07:55.091Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-25T04:07:55.091Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:07:55.091Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9331b745-1b93-4b43-b5f0-270bcbe126e5", "consumerID": "clamp", "timestamp": 1637813152723, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-25T04:07:55.091Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-25T04:07:55.091Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:07:55.091Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9331b745-1b93-4b43-b5f0-270bcbe126e5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637813152398, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-25T04:07:55.091Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-25T04:07:55.091Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:07:55.091Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9331b745-1b93-4b43-b5f0-270bcbe126e5", "consumerID": "ves-openapi-manager", "timestamp": 1637813144887, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-25T04:07:55.091Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-25T04:07:55.091Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:07:55.091Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9331b745-1b93-4b43-b5f0-270bcbe126e5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637813152398, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-25T04:07:55.091Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-25T04:07:55.091Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:07:55.091Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9331b745-1b93-4b43-b5f0-270bcbe126e5", "consumerID": "clamp", "timestamp": 1637813154730, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-11-25T04:07:55.092Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-25T04:07:55.092Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:07:55.092Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9331b745-1b93-4b43-b5f0-270bcbe126e5", "consumerID": "ves-openapi-manager", "timestamp": 1637813154877, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2021-11-25T04:07:55.092Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-25T04:08:13.342Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: aef3796f-2a48-4ff5-868e-5c601d604972 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-25T04:08:13.346Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: aef3796f-2a48-4ff5-868e-5c601d604972 and serviceModelVersionId: 750684ff-164e-4157-b3f8-4c31265faedd 2021-11-25T04:08:13.346Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8a72df0f-5316-46ec-bb2e-478b600fb6a7 2021-11-25T04:08:13.347Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8a72df0f-5316-46ec-bb2e-478b600fb6a7/model-vers/model-ver/750684ff-164e-4157-b3f8-4c31265faedd?depth=0 2021-11-25T04:08:13.351Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2021-11-25T04:08:13.385Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a72df0f-5316-46ec-bb2e-478b600fb6a7/model-vers/model-ver/750684ff-164e-4157-b3f8-4c31265faedd?depth=0|INFO|500||Invoke 2021-11-25T04:08:13.385Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a72df0f-5316-46ec-bb2e-478b600fb6a7/model-vers/model-ver/750684ff-164e-4157-b3f8-4c31265faedd?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a72df0f-5316-46ec-bb2e-478b600fb6a7/model-vers/model-ver/750684ff-164e-4157-b3f8-4c31265faedd?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[aef3796f-2a48-4ff5-868e-5c601d604972], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a1d5b501-77ec-40ac-9efc-7b8b5546a6ad], X-ECOMP-RequestID=[aef3796f-2a48-4ff5-868e-5c601d604972], X-TransactionId=[], X-ONAP-RequestID=[aef3796f-2a48-4ff5-868e-5c601d604972], Content-Type=[application/merge-patch+json]} 2021-11-25T04:08:13.401Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a72df0f-5316-46ec-bb2e-478b600fb6a7/model-vers/model-ver/750684ff-164e-4157-b3f8-4c31265faedd?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-11-25T04:08:13.742Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a72df0f-5316-46ec-bb2e-478b600fb6a7/model-vers/model-ver/750684ff-164e-4157-b3f8-4c31265faedd?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/8a72df0f-5316-46ec-bb2e-478b600fb6a7/model-vers/model-ver/750684ff-164e-4157-b3f8-4c31265faedd?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211125-04:08:13:409-68455], vertex-id=[143576], Content-Length=[0], Date=[Thu, 25 Nov 2021 04:08:13 GMT], Content-Type=[application/json]} 2021-11-25T04:08:13.742Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a72df0f-5316-46ec-bb2e-478b600fb6a7/model-vers/model-ver/750684ff-164e-4157-b3f8-4c31265faedd?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-11-25T04:08:13.743Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a72df0f-5316-46ec-bb2e-478b600fb6a7/model-vers/model-ver/750684ff-164e-4157-b3f8-4c31265faedd?depth=0|INFO|500||InvokeReturn 2021-11-25T04:08:13.743Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-11-25T04:08:13.743Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-25T04:08:13.748Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-11-25T04:08:13.749Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID aef3796f-2a48-4ff5-868e-5c601d604972 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-11-25T04:08:13.749Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-11-25T04:08:13.749Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-25T04:08:13.751Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-25T04:08:13.751Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637813293749, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-25T04:08:13.851Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-25T04:08:13.852Z||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-25T04:08:13.852Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OfBjsyvieL9lJwol) ... 2021-11-25T04:08:13.863Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T04:08:13.864Z||pool-73-thread-1|||||INFO|500||cambria reply ok (13 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-25T04:08:14.761Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-25T04:08:14.762Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"9331b745-1b93-4b43-b5f0-270bcbe126e5","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"345cda7b-9545-4ebb-8731-fd087210c86e","serviceDescription":"service","serviceInvariantUUID":"ff1606a2-e8fb-492b-8607-8b106ee02d83","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"5e338f9c-0189-4026-8357-eb5863b31125","resourceInvariantUUID":"26f114ca-594e-4369-8105-4a5b78abd74c","resourceCustomizationUUID":"e8bdbb34-0862-485d-bef5-3cfe0e493d17","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":"NDEzNjIxZjg5YWE4YmVjZDI1N2QxMTFlY2Q3MmQ3NmY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"453c595b-a1f5-404f-80a1-ca5012030eac","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":"cede917c-2241-432a-af6b-7359263a4c9d","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":"dbf47d8a-fae0-47a7-89e6-31b05be6ce47","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":"MmVkODYwYmZkZWI4MTI5NmNmYzE5ZmZmMTYwOWRjNTE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"5254707d-7af4-4a8a-9fc0-5b5d422e4ae6","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":"07b8b133-d540-4903-afaa-45b678564223","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":"33bc2062-daa6-448e-8f88-2ffc53c3952f","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":"d67ea9ff-d6fa-4811-aeee-372e07fe8b29","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":"OTY5NzcxZmQ1MGMxNzBlMDczNDQ0MGI2NDkyZWM2Y2E\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"06f36bad-4500-40fb-bd9a-5fafda404a6d","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"NzAzODc4MDhhMWExOWQxNmM2MTJhMzBkYjAxNThlNTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"894256ab-3321-48d4-b4f9-9ea7059bac47","artifactVersion":"1"}],"workloadContext":"Production"} 2021-11-25T04:08:14.762Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-25T04:08:14.762Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-25T04:08:14.763Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-25T04:08:14.763Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "9331b745-1b93-4b43-b5f0-270bcbe126e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637813191955, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-25T04:08:14.864Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-25T04:08:14.864Z||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-25T04:08:14.864Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OfBjsyvieL9lJwol) ... 2021-11-25T04:08:14.876Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T04:08:14.877Z||pool-74-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-25T04:08:15.764Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-25T04:08:15.765Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-25T04:08:15.767Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-25T04:08:15.767Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "9331b745-1b93-4b43-b5f0-270bcbe126e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637813191955, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-25T04:08:15.867Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-25T04:08:15.868Z||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-25T04:08:15.868Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OfBjsyvieL9lJwol) ... 2021-11-25T04:08:15.879Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T04:08:15.879Z||pool-75-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-25T04:08:16.768Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-25T04:08:16.769Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-25T04:08:16.771Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-25T04:08:16.771Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "9331b745-1b93-4b43-b5f0-270bcbe126e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637813191955, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-25T04:08:16.871Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-25T04:08:16.872Z||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-25T04:08:16.872Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OfBjsyvieL9lJwol) ... 2021-11-25T04:08:16.883Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T04:08:16.883Z||pool-76-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-11-25T04:08:17.772Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-25T04:08:17.772Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-25T04:08:17.774Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-25T04:08:17.774Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "9331b745-1b93-4b43-b5f0-270bcbe126e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637813191955, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-11-25T04:08:17.874Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-25T04:08:17.875Z||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-25T04:08:17.875Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OfBjsyvieL9lJwol) ... 2021-11-25T04:08:17.887Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T04:08:17.888Z||pool-77-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-11-25T04:08:18.775Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-25T04:08:18.775Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-25T04:08:18.777Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-25T04:08:18.777Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "9331b745-1b93-4b43-b5f0-270bcbe126e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637813191955, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-25T04:08:18.877Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-25T04:08:18.878Z||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-25T04:08:18.878Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OfBjsyvieL9lJwol) ... 2021-11-25T04:08:18.889Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T04:08:18.889Z||pool-78-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-25T04:08:19.778Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-25T04:08:19.778Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-25T04:08:19.780Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-25T04:08:19.780Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "9331b745-1b93-4b43-b5f0-270bcbe126e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637813191955, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-25T04:08:19.880Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-25T04:08:19.881Z||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-25T04:08:19.881Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OfBjsyvieL9lJwol) ... 2021-11-25T04:08:19.893Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T04:08:19.893Z||pool-79-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-25T04:08:20.780Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-25T04:08:20.781Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-25T04:08:20.782Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-25T04:08:20.782Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "9331b745-1b93-4b43-b5f0-270bcbe126e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637813191955, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-25T04:08:20.882Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-25T04:08:20.883Z||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-25T04:08:20.883Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OfBjsyvieL9lJwol) ... 2021-11-25T04:08:20.896Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T04:08:20.896Z||pool-80-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2021-11-25T04:08:21.783Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-25T04:08:21.783Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-25T04:08:21.785Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-25T04:08:21.785Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "9331b745-1b93-4b43-b5f0-270bcbe126e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637813191955, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-11-25T04:08:21.885Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-25T04:08:21.885Z||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-25T04:08:21.886Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OfBjsyvieL9lJwol) ... 2021-11-25T04:08:21.900Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T04:08:21.900Z||pool-81-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-11-25T04:08:22.785Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-25T04:08:22.786Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-25T04:08:22.787Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-25T04:08:22.787Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "9331b745-1b93-4b43-b5f0-270bcbe126e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637813191955, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-11-25T04:08:22.887Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-25T04:08:22.888Z||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-25T04:08:22.888Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OfBjsyvieL9lJwol) ... 2021-11-25T04:08:22.898Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T04:08:22.898Z||pool-82-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-11-25T04:08:23.788Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "9331b745-1b93-4b43-b5f0-270bcbe126e5", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "345cda7b-9545-4ebb-8731-fd087210c86e", "serviceDescription": "service", "serviceInvariantUUID": "ff1606a2-e8fb-492b-8607-8b106ee02d83", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "e8bdbb34-0862-485d-bef5-3cfe0e493d17", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "5e338f9c-0189-4026-8357-eb5863b31125", "resourceInvariantUUID": "26f114ca-594e-4369-8105-4a5b78abd74c", "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": "NzAzODc4MDhhMWExOWQxNmM2MTJhMzBkYjAxNThlNTc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "894256ab-3321-48d4-b4f9-9ea7059bac47" } ], "workloadContext": "Production" } 2021-11-25T04:08:23.788Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-11-25T04:08:23.788Z|aef3796f-2a48-4ff5-868e-5c601d604972|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 345cda7b-9545-4ebb-8731-fd087210c86e ASDC 2021-11-25T04:08:23.789Z|9331b745-1b93-4b43-b5f0-270bcbe126e5|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:9331b745-1b93-4b43-b5f0-270bcbe126e5 ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:345cda7b-9545-4ebb-8731-fd087210c86e ServiceInvariantUUID:ff1606a2-e8fb-492b-8607-8b106ee02d83 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:894256ab-3321-48d4-b4f9-9ea7059bac47 ArtifactChecksum:NzAzODc4MDhhMWExOWQxNmM2MTJhMzBkYjAxNThlNTc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:e8bdbb34-0862-485d-bef5-3cfe0e493d17 ResourceInvariantUUID:26f114ca-594e-4369-8105-4a5b78abd74c ResourceName:test-pnf ResourceType:PNF ResourceUUID:5e338f9c-0189-4026-8357-eb5863b31125 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2021-11-25T04:08:23.789Z|9331b745-1b93-4b43-b5f0-270bcbe126e5|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 345cda7b-9545-4ebb-8731-fd087210c86e 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-25T04:08:23.808Z|9331b745-1b93-4b43-b5f0-270bcbe126e5|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-25T04:08:23.809Z|9331b745-1b93-4b43-b5f0-270bcbe126e5|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2021-11-25T04:08:23.809Z|9331b745-1b93-4b43-b5f0-270bcbe126e5|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2021-11-25T04:08:23.809Z|9331b745-1b93-4b43-b5f0-270bcbe126e5|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 894256ab-3321-48d4-b4f9-9ea7059bac47 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2021-11-25T04:08:23.809Z|9331b745-1b93-4b43-b5f0-270bcbe126e5|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-11-25T04:08:23.809Z|9331b745-1b93-4b43-b5f0-270bcbe126e5|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2021-11-25T04:08:23.855Z|9331b745-1b93-4b43-b5f0-270bcbe126e5|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-11-25T04:08:23.859Z|9331b745-1b93-4b43-b5f0-270bcbe126e5|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 894256ab-3321-48d4-b4f9-9ea7059bac47 105637 2021-11-25T04:08:23.859Z|9331b745-1b93-4b43-b5f0-270bcbe126e5|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2021-11-25T04:08:23.859Z|9331b745-1b93-4b43-b5f0-270bcbe126e5|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2021-11-25T04:08:23.859Z|9331b745-1b93-4b43-b5f0-270bcbe126e5|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-25T04:08:23.860Z|9331b745-1b93-4b43-b5f0-270bcbe126e5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-25T04:08:23.861Z|9331b745-1b93-4b43-b5f0-270bcbe126e5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-25T04:08:23.861Z|9331b745-1b93-4b43-b5f0-270bcbe126e5|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "9331b745-1b93-4b43-b5f0-270bcbe126e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637813303859, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-25T04:08:23.961Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-25T04:08:23.962Z||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-25T04:08:23.962Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OfBjsyvieL9lJwol) ... 2021-11-25T04:08:23.973Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T04:08:23.974Z||pool-83-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-25T04:08:24.861Z|9331b745-1b93-4b43-b5f0-270bcbe126e5|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-25T04:08:24.862Z|9331b745-1b93-4b43-b5f0-270bcbe126e5|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2021-11-25T04:08:24.862Z|9331b745-1b93-4b43-b5f0-270bcbe126e5|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 894256ab-3321-48d4-b4f9-9ea7059bac47, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-11-25T04:08:24.863Z|9331b745-1b93-4b43-b5f0-270bcbe126e5|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2021-11-25T04:08:24.863Z|9331b745-1b93-4b43-b5f0-270bcbe126e5|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-11-25T04:08:24.863Z|9331b745-1b93-4b43-b5f0-270bcbe126e5|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-11-25T04:08:24.938Z|9331b745-1b93-4b43-b5f0-270bcbe126e5|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16351954700502194024/Definitions/service-TestPnfMacro-template.yml 2021-11-25T04:08:25.452Z|9331b745-1b93-4b43-b5f0-270bcbe126e5|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2021-11-25T04:08:25.453Z|9331b745-1b93-4b43-b5f0-270bcbe126e5|pool-2-thread-1|||||WARN|500||#################################################################################################### 2021-11-25T04:08:25.453Z|9331b745-1b93-4b43-b5f0-270bcbe126e5|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-11-25T04:08:25.453Z|9331b745-1b93-4b43-b5f0-270bcbe126e5|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2021-11-25T04:08:25.453Z|9331b745-1b93-4b43-b5f0-270bcbe126e5|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-11-25T04:08:25.453Z|9331b745-1b93-4b43-b5f0-270bcbe126e5|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-11-25T04:08:25.453Z|9331b745-1b93-4b43-b5f0-270bcbe126e5|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-11-25T04:08:25.453Z|9331b745-1b93-4b43-b5f0-270bcbe126e5|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-11-25T04:08:25.453Z|9331b745-1b93-4b43-b5f0-270bcbe126e5|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-11-25T04:08:25.453Z|9331b745-1b93-4b43-b5f0-270bcbe126e5|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-11-25T04:08:25.453Z|9331b745-1b93-4b43-b5f0-270bcbe126e5|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-11-25T04:08:25.453Z|9331b745-1b93-4b43-b5f0-270bcbe126e5|pool-2-thread-1|||||WARN|500||#################################################################################################### 2021-11-25T04:08:25.453Z|9331b745-1b93-4b43-b5f0-270bcbe126e5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-25T04:08:25.453Z|9331b745-1b93-4b43-b5f0-270bcbe126e5|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-25T04:08:25.454Z|9331b745-1b93-4b43-b5f0-270bcbe126e5|pool-2-thread-1|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2021-11-25T04:08:25.454Z|9331b745-1b93-4b43-b5f0-270bcbe126e5|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2021-11-25T04:08:25.454Z|9331b745-1b93-4b43-b5f0-270bcbe126e5|pool-2-thread-1|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-25T04:08:25.454Z|9331b745-1b93-4b43-b5f0-270bcbe126e5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-25T04:08:25.454Z|9331b745-1b93-4b43-b5f0-270bcbe126e5|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-25T04:08:25.454Z|9331b745-1b93-4b43-b5f0-270bcbe126e5|pool-2-thread-1|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2021-11-25T04:08:25.454Z|9331b745-1b93-4b43-b5f0-270bcbe126e5|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2021-11-25T04:08:25.454Z|9331b745-1b93-4b43-b5f0-270bcbe126e5|pool-2-thread-1|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-25T04:08:25.455Z|9331b745-1b93-4b43-b5f0-270bcbe126e5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-25T04:08:25.455Z|9331b745-1b93-4b43-b5f0-270bcbe126e5|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-25T04:08:25.455Z|9331b745-1b93-4b43-b5f0-270bcbe126e5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-25T04:08:25.455Z|9331b745-1b93-4b43-b5f0-270bcbe126e5|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-25T04:08:25.455Z|9331b745-1b93-4b43-b5f0-270bcbe126e5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-25T04:08:25.455Z|9331b745-1b93-4b43-b5f0-270bcbe126e5|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-25T04:08:25.455Z|9331b745-1b93-4b43-b5f0-270bcbe126e5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-25T04:08:25.455Z|9331b745-1b93-4b43-b5f0-270bcbe126e5|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-25T04:08:25.455Z|9331b745-1b93-4b43-b5f0-270bcbe126e5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-25T04:08:25.455Z|9331b745-1b93-4b43-b5f0-270bcbe126e5|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-25T04:08:25.456Z|9331b745-1b93-4b43-b5f0-270bcbe126e5|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:345cda7b-9545-4ebb-8731-fd087210c86e Model Version:NULL Model InvariantUuid:ff1606a2-e8fb-492b-8607-8b106ee02d83 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-25T04:08:25.461Z|9331b745-1b93-4b43-b5f0-270bcbe126e5|pool-2-thread-1|||||INFO|500||Processing Resource Type: PNF, Model UUID: 5e338f9c-0189-4026-8357-eb5863b31125 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-25T04:08:25.465Z|9331b745-1b93-4b43-b5f0-270bcbe126e5|pool-2-thread-1|||||INFO|500||test-pnf 0 2021-11-25T04:08:25.465Z|9331b745-1b93-4b43-b5f0-270bcbe126e5|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 5e338f9c-0189-4026-8357-eb5863b31125 2021-11-25T04:08:25.465Z|9331b745-1b93-4b43-b5f0-270bcbe126e5|pool-2-thread-1|||||DEBUG|500||No resources found for Service: 345cda7b-9545-4ebb-8731-fd087210c86e 2021-11-25T04:08:25.465Z|9331b745-1b93-4b43-b5f0-270bcbe126e5|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 345cda7b-9545-4ebb-8731-fd087210c86e 2021-11-25T04:08:25.465Z|9331b745-1b93-4b43-b5f0-270bcbe126e5|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 5e338f9c-0189-4026-8357-eb5863b31125 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-25T04:08:25.469Z|9331b745-1b93-4b43-b5f0-270bcbe126e5|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5ce299f8, org.onap.sdc.toscaparser.api.parameters.Input@feffa58, org.onap.sdc.toscaparser.api.parameters.Input@4ba5bca, org.onap.sdc.toscaparser.api.parameters.Input@3d753726, org.onap.sdc.toscaparser.api.parameters.Input@75904429] 2021-11-25T04:08:25.469Z|9331b745-1b93-4b43-b5f0-270bcbe126e5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-25T04:08:25.470Z|9331b745-1b93-4b43-b5f0-270bcbe126e5|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-25T04:08:25.470Z|9331b745-1b93-4b43-b5f0-270bcbe126e5|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 345cda7b-9545-4ebb-8731-fd087210c86e: test-pnf 2021-11-25T04:08:25.470Z|9331b745-1b93-4b43-b5f0-270bcbe126e5|pool-2-thread-1|||||INFO|500||Processing PNF resource: 5e338f9c-0189-4026-8357-eb5863b31125 2021-11-25T04:08:25.470Z|9331b745-1b93-4b43-b5f0-270bcbe126e5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-25T04:08:25.470Z|9331b745-1b93-4b43-b5f0-270bcbe126e5|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-25T04:08:25.470Z|9331b745-1b93-4b43-b5f0-270bcbe126e5|pool-2-thread-1|||||INFO|500||Resource customization UUID: e8bdbb34-0862-485d-bef5-3cfe0e493d17 is the same as notified resource customizationUUID: e8bdbb34-0862-485d-bef5-3cfe0e493d17 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-25T04:08:25.521Z|9331b745-1b93-4b43-b5f0-270bcbe126e5|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 5e338f9c-0189-4026-8357-eb5863b31125 0 ASDC deployResourceStructure 2021-11-25T04:08:25.522Z|9331b745-1b93-4b43-b5f0-270bcbe126e5|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2021-11-25T04:08:25.522Z|9331b745-1b93-4b43-b5f0-270bcbe126e5|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2021-11-25T04:08:25.522Z|9331b745-1b93-4b43-b5f0-270bcbe126e5|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-25T04:08:25.522Z|9331b745-1b93-4b43-b5f0-270bcbe126e5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-25T04:08:25.523Z|9331b745-1b93-4b43-b5f0-270bcbe126e5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-25T04:08:25.523Z|9331b745-1b93-4b43-b5f0-270bcbe126e5|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "9331b745-1b93-4b43-b5f0-270bcbe126e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637813305522, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-11-25T04:08:25.623Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-25T04:08:25.624Z||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-25T04:08:25.624Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OfBjsyvieL9lJwol) ... 2021-11-25T04:08:25.642Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T04:08:25.643Z||pool-84-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2021-11-25T04:08:26.524Z|9331b745-1b93-4b43-b5f0-270bcbe126e5|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9331b745-1b93-4b43-b5f0-270bcbe126e5 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-25T04:08:26.533Z|9331b745-1b93-4b43-b5f0-270bcbe126e5|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9331b745-1b93-4b43-b5f0-270bcbe126e5 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-25T04:08:26.535Z|9331b745-1b93-4b43-b5f0-270bcbe126e5|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-25T04:08:26.536Z|9331b745-1b93-4b43-b5f0-270bcbe126e5|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-11-25T04:08:26.536Z|9331b745-1b93-4b43-b5f0-270bcbe126e5|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-25T04:08:26.536Z|9331b745-1b93-4b43-b5f0-270bcbe126e5|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-25T04:08:55.005Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-25T04:08:55.005Z||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-25T04:08:55.006Z||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 OfBjsyvieL9lJwol) ... 2021-11-25T04:08:55.026Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T04:08:55.028Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:08:55.028Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9331b745-1b93-4b43-b5f0-270bcbe126e5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637813152398, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-25T04:08:55.028Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-25T04:08:55.028Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:08:55.028Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9331b745-1b93-4b43-b5f0-270bcbe126e5", "consumerID": "clamp", "timestamp": 1637813155732, "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-25T04:08:55.034Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 9331b745-1b93-4b43-b5f0-270bcbe126e5 2021-11-25T04:08:55.034Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9331b745-1b93-4b43-b5f0-270bcbe126e5 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-25T04:08:55.042Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:08:55.042Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9331b745-1b93-4b43-b5f0-270bcbe126e5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637813152398, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-11-25T04:08:55.042Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-25T04:08:55.042Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:08:55.043Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9331b745-1b93-4b43-b5f0-270bcbe126e5", "consumerID": "ves-openapi-manager", "timestamp": 1637813156106, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2021-11-25T04:08:55.043Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-25T04:08:55.043Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:08:55.043Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9331b745-1b93-4b43-b5f0-270bcbe126e5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637813152398, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-25T04:08:55.043Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-25T04:08:55.043Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:08:55.043Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9331b745-1b93-4b43-b5f0-270bcbe126e5", "consumerID": "ves-openapi-manager", "timestamp": 1637813157110, "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-25T04:08:55.047Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 9331b745-1b93-4b43-b5f0-270bcbe126e5 2021-11-25T04:08:55.048Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9331b745-1b93-4b43-b5f0-270bcbe126e5 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-25T04:08:55.056Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:08:55.056Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9331b745-1b93-4b43-b5f0-270bcbe126e5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637813152398, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-25T04:08:55.056Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-25T04:08:55.056Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:08:55.056Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9331b745-1b93-4b43-b5f0-270bcbe126e5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637813152398, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-25T04:08:55.056Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-25T04:08:55.056Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:08:55.056Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9331b745-1b93-4b43-b5f0-270bcbe126e5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637813152398, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-11-25T04:08:55.057Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-25T04:08:55.057Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:08:55.057Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9331b745-1b93-4b43-b5f0-270bcbe126e5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637813152398, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-11-25T04:08:55.057Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-25T04:08:55.057Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:08:55.057Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9331b745-1b93-4b43-b5f0-270bcbe126e5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637813162257, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-25T04:08:55.057Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-25T04:08:55.057Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:08:55.057Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9331b745-1b93-4b43-b5f0-270bcbe126e5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637813163961, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-11-25T04:08:55.057Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-25T04:08:55.058Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:08:55.058Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9331b745-1b93-4b43-b5f0-270bcbe126e5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637813164965, "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-25T04:08:55.062Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9331b745-1b93-4b43-b5f0-270bcbe126e5 2021-11-25T04:08:55.062Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9331b745-1b93-4b43-b5f0-270bcbe126e5 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-25T04:08:55.070Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:08:55.070Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "87f38fa0-0ba8-4127-a06a-094b5f255675", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637813190943, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-25T04:08:55.071Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-25T04:08:55.071Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:08:55.071Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e500b7a0-8e2e-40cf-949b-9a1f248828f6", "consumerID": "cds", "timestamp": 1637813189233, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-25T04:08:55.071Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-25T04:08:55.071Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:08:55.071Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e500b7a0-8e2e-40cf-949b-9a1f248828f6", "consumerID": "policy-id", "timestamp": 1637813193300, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-25T04:08:55.071Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-25T04:08:55.072Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:08:55.072Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637813191955, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-11-25T04:08:55.072Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-25T04:08:55.072Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:08:55.072Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e500b7a0-8e2e-40cf-949b-9a1f248828f6", "consumerID": "cds", "timestamp": 1637813189233, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-11-25T04:08:55.072Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-25T04:08:55.072Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:08:55.072Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e500b7a0-8e2e-40cf-949b-9a1f248828f6", "consumerID": "policy-id", "timestamp": 1637813193300, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-11-25T04:08:55.073Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-25T04:08:55.073Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:08:55.073Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637813191955, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-25T04:08:55.073Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-25T04:08:55.073Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:08:55.073Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e500b7a0-8e2e-40cf-949b-9a1f248828f6", "consumerID": "multicloud-k8s-id", "timestamp": 1637813197059, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-25T04:08:55.073Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-25T04:08:55.073Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:08:55.073Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e500b7a0-8e2e-40cf-949b-9a1f248828f6", "consumerID": "cds", "timestamp": 1637813189233, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-11-25T04:08:55.074Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-25T04:08:55.074Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:08:55.074Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e500b7a0-8e2e-40cf-949b-9a1f248828f6", "consumerID": "policy-id", "timestamp": 1637813193300, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-11-25T04:08:55.074Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-25T04:08:55.074Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:08:55.074Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e500b7a0-8e2e-40cf-949b-9a1f248828f6", "consumerID": "aai-ml", "timestamp": 1637813197684, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-25T04:08:55.074Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-25T04:08:55.075Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:08:55.075Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637813191955, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-11-25T04:08:55.075Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-25T04:08:55.075Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:08:55.075Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e500b7a0-8e2e-40cf-949b-9a1f248828f6", "consumerID": "multicloud-k8s-id", "timestamp": 1637813197059, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-11-25T04:08:55.075Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-25T04:08:55.075Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:08:55.075Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e500b7a0-8e2e-40cf-949b-9a1f248828f6", "consumerID": "clamp", "timestamp": 1637813198079, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-25T04:08:55.075Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-25T04:08:55.076Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:08:55.076Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e500b7a0-8e2e-40cf-949b-9a1f248828f6", "consumerID": "cds", "timestamp": 1637813189233, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-25T04:08:55.076Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-25T04:08:55.076Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:08:55.076Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e500b7a0-8e2e-40cf-949b-9a1f248828f6", "consumerID": "policy-id", "timestamp": 1637813193300, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-25T04:08:55.076Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-25T04:08:55.076Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:08:55.076Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e500b7a0-8e2e-40cf-949b-9a1f248828f6", "consumerID": "aai-ml", "timestamp": 1637813197684, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-11-25T04:08:55.076Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-25T04:08:55.076Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:08:55.077Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637813191955, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-11-25T04:08:55.077Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-25T04:08:55.077Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:08:55.077Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e500b7a0-8e2e-40cf-949b-9a1f248828f6", "consumerID": "multicloud-k8s-id", "timestamp": 1637813197059, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-11-25T04:08:55.077Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-25T04:08:55.077Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:08:55.077Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e500b7a0-8e2e-40cf-949b-9a1f248828f6", "consumerID": "clamp", "timestamp": 1637813198079, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-11-25T04:08:55.077Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-25T04:08:55.077Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:08:55.077Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e500b7a0-8e2e-40cf-949b-9a1f248828f6", "consumerID": "cds", "timestamp": 1637813189233, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-11-25T04:08:55.078Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-25T04:08:55.078Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:08:55.078Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e500b7a0-8e2e-40cf-949b-9a1f248828f6", "consumerID": "policy-id", "timestamp": 1637813193300, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-11-25T04:08:55.078Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-25T04:08:55.078Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:08:55.078Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e500b7a0-8e2e-40cf-949b-9a1f248828f6", "consumerID": "aai-ml", "timestamp": 1637813197684, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-11-25T04:08:55.078Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-25T04:08:55.078Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:08:55.078Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637813191955, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-25T04:08:55.079Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-25T04:08:55.079Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:08:55.079Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e500b7a0-8e2e-40cf-949b-9a1f248828f6", "consumerID": "multicloud-k8s-id", "timestamp": 1637813197059, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-11-25T04:08:55.079Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-25T04:08:55.079Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:08:55.079Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e500b7a0-8e2e-40cf-949b-9a1f248828f6", "consumerID": "clamp", "timestamp": 1637813198079, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-11-25T04:08:55.079Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-25T04:08:55.079Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:08:55.079Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e500b7a0-8e2e-40cf-949b-9a1f248828f6", "consumerID": "cds", "timestamp": 1637813189233, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-25T04:08:55.079Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-25T04:08:55.079Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:08:55.080Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e500b7a0-8e2e-40cf-949b-9a1f248828f6", "consumerID": "policy-id", "timestamp": 1637813193300, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-25T04:08:55.080Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-25T04:08:55.080Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:08:55.080Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e500b7a0-8e2e-40cf-949b-9a1f248828f6", "consumerID": "aai-ml", "timestamp": 1637813197684, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-25T04:08:55.080Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-25T04:08:55.080Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:08:55.080Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637813191955, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-11-25T04:08:55.080Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-25T04:08:55.080Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:08:55.081Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e500b7a0-8e2e-40cf-949b-9a1f248828f6", "consumerID": "multicloud-k8s-id", "timestamp": 1637813197059, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-11-25T04:08:55.081Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-25T04:08:55.081Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:08:55.081Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e500b7a0-8e2e-40cf-949b-9a1f248828f6", "consumerID": "clamp", "timestamp": 1637813198079, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-11-25T04:08:55.081Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-25T04:08:55.081Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:08:55.081Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e500b7a0-8e2e-40cf-949b-9a1f248828f6", "consumerID": "cds", "timestamp": 1637813189233, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-11-25T04:08:55.081Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-25T04:08:55.081Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:08:55.082Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e500b7a0-8e2e-40cf-949b-9a1f248828f6", "consumerID": "policy-id", "timestamp": 1637813193300, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-11-25T04:08:55.082Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-25T04:08:55.082Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:08:55.082Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e500b7a0-8e2e-40cf-949b-9a1f248828f6", "consumerID": "dcae-sch", "timestamp": 1637813201652, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-25T04:08:55.082Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-25T04:08:55.082Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:08:55.082Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e500b7a0-8e2e-40cf-949b-9a1f248828f6", "consumerID": "aai-ml", "timestamp": 1637813197684, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-11-25T04:08:55.082Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-25T04:08:55.082Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:08:55.083Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637813191955, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-11-25T04:08:55.083Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-25T04:08:55.083Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:08:55.083Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e500b7a0-8e2e-40cf-949b-9a1f248828f6", "consumerID": "multicloud-k8s-id", "timestamp": 1637813197059, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-25T04:08:55.083Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-25T04:08:55.083Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:08:55.083Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e500b7a0-8e2e-40cf-949b-9a1f248828f6", "consumerID": "clamp", "timestamp": 1637813198079, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-11-25T04:08:55.083Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-25T04:08:55.083Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:08:55.084Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e500b7a0-8e2e-40cf-949b-9a1f248828f6", "consumerID": "cds", "timestamp": 1637813189233, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-11-25T04:08:55.084Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-25T04:08:55.084Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:08:55.084Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e500b7a0-8e2e-40cf-949b-9a1f248828f6", "consumerID": "policy-id", "timestamp": 1637813193300, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-11-25T04:08:55.084Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-25T04:08:55.084Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:08:55.084Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e500b7a0-8e2e-40cf-949b-9a1f248828f6", "consumerID": "dcae-sch", "timestamp": 1637813201652, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-11-25T04:08:55.084Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-25T04:08:55.084Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:08:55.084Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e500b7a0-8e2e-40cf-949b-9a1f248828f6", "consumerID": "aai-ml", "timestamp": 1637813197684, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-25T04:08:55.085Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-25T04:08:55.085Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:08:55.085Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637813191955, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-11-25T04:08:55.085Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-25T04:08:55.085Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:08:55.085Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e500b7a0-8e2e-40cf-949b-9a1f248828f6", "consumerID": "multicloud-k8s-id", "timestamp": 1637813197059, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-11-25T04:08:55.085Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-25T04:08:55.085Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:08:55.085Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e500b7a0-8e2e-40cf-949b-9a1f248828f6", "consumerID": "clamp", "timestamp": 1637813198079, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-25T04:08:55.086Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-25T04:08:55.086Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:08:55.086Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e500b7a0-8e2e-40cf-949b-9a1f248828f6", "consumerID": "cds", "timestamp": 1637813189233, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-11-25T04:08:55.086Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-25T04:08:55.086Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:08:55.086Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e500b7a0-8e2e-40cf-949b-9a1f248828f6", "consumerID": "policy-id", "timestamp": 1637813193300, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-11-25T04:08:55.086Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-25T04:08:55.086Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:08:55.086Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e500b7a0-8e2e-40cf-949b-9a1f248828f6", "consumerID": "dcae-sch", "timestamp": 1637813201652, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-11-25T04:08:55.086Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-25T04:08:55.087Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:08:55.087Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e500b7a0-8e2e-40cf-949b-9a1f248828f6", "consumerID": "aai-ml", "timestamp": 1637813197684, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-11-25T04:08:55.087Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-25T04:08:55.087Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:08:55.087Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637813204552, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-25T04:08:55.087Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-25T04:08:55.087Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:08:55.087Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e500b7a0-8e2e-40cf-949b-9a1f248828f6", "consumerID": "multicloud-k8s-id", "timestamp": 1637813197059, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-11-25T04:08:55.087Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-25T04:08:55.087Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:08:55.088Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e500b7a0-8e2e-40cf-949b-9a1f248828f6", "consumerID": "clamp", "timestamp": 1637813198079, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-11-25T04:08:55.088Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-25T04:08:55.088Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:08:55.088Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e500b7a0-8e2e-40cf-949b-9a1f248828f6", "consumerID": "cds", "timestamp": 1637813205006, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-25T04:08:55.088Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-25T04:08:55.088Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:08:55.088Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e500b7a0-8e2e-40cf-949b-9a1f248828f6", "consumerID": "policy-id", "timestamp": 1637813205003, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-25T04:08:55.088Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-25T04:08:55.088Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:08:55.089Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e500b7a0-8e2e-40cf-949b-9a1f248828f6", "consumerID": "dcae-sch", "timestamp": 1637813201652, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-25T04:08:55.089Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-25T04:08:55.089Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:08:55.089Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e500b7a0-8e2e-40cf-949b-9a1f248828f6", "consumerID": "aai-ml", "timestamp": 1637813197684, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-11-25T04:08:55.089Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-25T04:08:55.089Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:08:55.089Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e500b7a0-8e2e-40cf-949b-9a1f248828f6", "consumerID": "ves-openapi-manager", "timestamp": 1637813204887, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-25T04:08:55.089Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-25T04:08:55.089Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:08:55.090Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e500b7a0-8e2e-40cf-949b-9a1f248828f6", "consumerID": "multicloud-k8s-id", "timestamp": 1637813197059, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-11-25T04:08:55.090Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-25T04:08:55.090Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:08:55.090Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e500b7a0-8e2e-40cf-949b-9a1f248828f6", "consumerID": "clamp", "timestamp": 1637813198079, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-11-25T04:08:55.090Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-25T04:08:55.090Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:08:55.090Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e500b7a0-8e2e-40cf-949b-9a1f248828f6", "consumerID": "cds", "timestamp": 1637813206011, "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-25T04:08:55.103Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e500b7a0-8e2e-40cf-949b-9a1f248828f6 2021-11-25T04:08:55.103Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId e500b7a0-8e2e-40cf-949b-9a1f248828f6 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-25T04:08:55.111Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:08:55.111Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e500b7a0-8e2e-40cf-949b-9a1f248828f6", "consumerID": "policy-id", "timestamp": 1637813206007, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-11-25T04:08:55.111Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-25T04:08:55.112Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:08:55.112Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e500b7a0-8e2e-40cf-949b-9a1f248828f6", "consumerID": "dcae-sch", "timestamp": 1637813201652, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-11-25T04:08:55.112Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-25T04:08:55.112Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:08:55.112Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e500b7a0-8e2e-40cf-949b-9a1f248828f6", "consumerID": "aai-ml", "timestamp": 1637813197684, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-11-25T04:08:55.112Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-25T04:08:55.112Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:08:55.112Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e500b7a0-8e2e-40cf-949b-9a1f248828f6", "consumerID": "ves-openapi-manager", "timestamp": 1637813204887, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-11-25T04:08:55.112Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-25T04:08:55.112Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:08:55.112Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637813206655, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-25T04:08:55.113Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-25T04:08:55.113Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:08:55.113Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e500b7a0-8e2e-40cf-949b-9a1f248828f6", "consumerID": "clamp", "timestamp": 1637813198079, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-11-25T04:08:55.113Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-25T04:08:55.113Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:08:55.113Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e500b7a0-8e2e-40cf-949b-9a1f248828f6", "consumerID": "policy-id", "timestamp": 1637813207010, "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-25T04:08:55.117Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e500b7a0-8e2e-40cf-949b-9a1f248828f6 2021-11-25T04:08:55.117Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId e500b7a0-8e2e-40cf-949b-9a1f248828f6 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-25T04:08:55.125Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:08:55.125Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e500b7a0-8e2e-40cf-949b-9a1f248828f6", "consumerID": "multicloud-k8s-id", "timestamp": 1637813207056, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-25T04:08:55.125Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-25T04:08:55.125Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:08:55.125Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e500b7a0-8e2e-40cf-949b-9a1f248828f6", "consumerID": "dcae-sch", "timestamp": 1637813201652, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-25T04:08:55.126Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-25T04:08:55.126Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:08:55.126Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e500b7a0-8e2e-40cf-949b-9a1f248828f6", "consumerID": "ves-openapi-manager", "timestamp": 1637813204887, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-11-25T04:08:55.126Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-25T04:08:55.126Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:08:55.126Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e500b7a0-8e2e-40cf-949b-9a1f248828f6", "consumerID": "aai-ml", "timestamp": 1637813207589, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-25T04:08:55.127Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-25T04:08:55.127Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:08:55.127Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637813207789, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-11-25T04:08:55.127Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-25T04:08:55.127Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:08:55.127Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e500b7a0-8e2e-40cf-949b-9a1f248828f6", "consumerID": "multicloud-k8s-id", "timestamp": 1637813208199, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-11-25T04:08:55.128Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-25T04:08:55.128Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:08:55.128Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e500b7a0-8e2e-40cf-949b-9a1f248828f6", "consumerID": "dcae-sch", "timestamp": 1637813201652, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-11-25T04:08:55.128Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-25T04:08:55.128Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:08:55.128Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e500b7a0-8e2e-40cf-949b-9a1f248828f6", "consumerID": "ves-openapi-manager", "timestamp": 1637813204887, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-25T04:08:55.129Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-25T04:08:55.129Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:08:55.129Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637813209256, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-11-25T04:08:55.129Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-25T04:08:55.129Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:08:55.129Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e500b7a0-8e2e-40cf-949b-9a1f248828f6", "consumerID": "dcae-sch", "timestamp": 1637813201652, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-11-25T04:08:55.130Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-25T04:08:55.130Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:08:55.130Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e500b7a0-8e2e-40cf-949b-9a1f248828f6", "consumerID": "ves-openapi-manager", "timestamp": 1637813204887, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-11-25T04:08:55.130Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-25T04:08:55.130Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:08:55.130Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e500b7a0-8e2e-40cf-949b-9a1f248828f6", "consumerID": "multicloud-k8s-id", "timestamp": 1637813210028, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-11-25T04:08:55.130Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-25T04:08:55.131Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:08:55.131Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e500b7a0-8e2e-40cf-949b-9a1f248828f6", "consumerID": "dcae-sch", "timestamp": 1637813201652, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-25T04:08:55.131Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-25T04:08:55.131Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:08:55.131Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637813210351, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-11-25T04:08:55.131Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-25T04:08:55.132Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:08:55.132Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e500b7a0-8e2e-40cf-949b-9a1f248828f6", "consumerID": "ves-openapi-manager", "timestamp": 1637813204887, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-25T04:08:55.132Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-25T04:08:55.132Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:08:55.132Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e500b7a0-8e2e-40cf-949b-9a1f248828f6", "consumerID": "multicloud-k8s-id", "timestamp": 1637813211135, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-11-25T04:08:55.132Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-25T04:08:55.133Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:08:55.133Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637813211353, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-11-25T04:08:55.133Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-25T04:08:55.133Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:08:55.133Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e500b7a0-8e2e-40cf-949b-9a1f248828f6", "consumerID": "ves-openapi-manager", "timestamp": 1637813204887, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-11-25T04:08:55.133Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-25T04:08:55.133Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:08:55.134Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e500b7a0-8e2e-40cf-949b-9a1f248828f6", "consumerID": "multicloud-k8s-id", "timestamp": 1637813212178, "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-25T04:08:55.138Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e500b7a0-8e2e-40cf-949b-9a1f248828f6 2021-11-25T04:08:55.138Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId e500b7a0-8e2e-40cf-949b-9a1f248828f6 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-25T04:08:55.144Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:08:55.144Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637813212356, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-11-25T04:08:55.144Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-25T04:08:55.144Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:08:55.145Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e500b7a0-8e2e-40cf-949b-9a1f248828f6", "consumerID": "ves-openapi-manager", "timestamp": 1637813204887, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-11-25T04:08:55.145Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-25T04:08:55.145Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:08:55.145Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e500b7a0-8e2e-40cf-949b-9a1f248828f6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637813212398, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-25T04:08:55.145Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-25T04:08:55.145Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:08:55.146Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e500b7a0-8e2e-40cf-949b-9a1f248828f6", "consumerID": "multicloud-k8s-id", "timestamp": 1637813213181, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-11-25T04:08:55.146Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-25T04:08:55.146Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:08:55.146Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637813213358, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-11-25T04:08:55.146Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-25T04:08:55.146Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:08:55.147Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e500b7a0-8e2e-40cf-949b-9a1f248828f6", "consumerID": "ves-openapi-manager", "timestamp": 1637813204887, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-25T04:08:55.147Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-25T04:08:55.147Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:08:55.147Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e500b7a0-8e2e-40cf-949b-9a1f248828f6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637813212398, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-11-25T04:08:55.147Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-25T04:08:55.147Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:08:55.147Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e500b7a0-8e2e-40cf-949b-9a1f248828f6", "consumerID": "aai-ml", "timestamp": 1637813214465, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-11-25T04:08:55.148Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-25T04:08:56.536Z|9331b745-1b93-4b43-b5f0-270bcbe126e5|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9331b745-1b93-4b43-b5f0-270bcbe126e5 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-25T04:08:56.544Z|9331b745-1b93-4b43-b5f0-270bcbe126e5|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9331b745-1b93-4b43-b5f0-270bcbe126e5 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-25T04:08:56.546Z|9331b745-1b93-4b43-b5f0-270bcbe126e5|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-25T04:08:56.547Z|9331b745-1b93-4b43-b5f0-270bcbe126e5|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-11-25T04:08:56.547Z|9331b745-1b93-4b43-b5f0-270bcbe126e5|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-11-25T04:08:56.553Z|9331b745-1b93-4b43-b5f0-270bcbe126e5|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-11-25T04:08:56.553Z|9331b745-1b93-4b43-b5f0-270bcbe126e5|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-25T04:08:56.554Z|9331b745-1b93-4b43-b5f0-270bcbe126e5|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-25T04:08:56.554Z|9331b745-1b93-4b43-b5f0-270bcbe126e5|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-25T04:08:56.554Z|9331b745-1b93-4b43-b5f0-270bcbe126e5|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-25T04:08:56.554Z|9331b745-1b93-4b43-b5f0-270bcbe126e5|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-25T04:08:56.554Z|9331b745-1b93-4b43-b5f0-270bcbe126e5|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-25T04:08:56.554Z|9331b745-1b93-4b43-b5f0-270bcbe126e5|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-25T04:08:56.554Z|9331b745-1b93-4b43-b5f0-270bcbe126e5|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-25T04:08:56.559Z|9331b745-1b93-4b43-b5f0-270bcbe126e5|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-11-25T04:09:26.559Z|9331b745-1b93-4b43-b5f0-270bcbe126e5|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9331b745-1b93-4b43-b5f0-270bcbe126e5 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-25T04:09:26.563Z|9331b745-1b93-4b43-b5f0-270bcbe126e5|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9331b745-1b93-4b43-b5f0-270bcbe126e5 and serviceModelVersionId: 345cda7b-9545-4ebb-8731-fd087210c86e 2021-11-25T04:09:26.563Z|9331b745-1b93-4b43-b5f0-270bcbe126e5|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ff1606a2-e8fb-492b-8607-8b106ee02d83 2021-11-25T04:09:26.564Z|9331b745-1b93-4b43-b5f0-270bcbe126e5|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ff1606a2-e8fb-492b-8607-8b106ee02d83/model-vers/model-ver/345cda7b-9545-4ebb-8731-fd087210c86e?depth=0 2021-11-25T04:09:26.567Z|9331b745-1b93-4b43-b5f0-270bcbe126e5|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2021-11-25T04:09:26.594Z|9331b745-1b93-4b43-b5f0-270bcbe126e5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ff1606a2-e8fb-492b-8607-8b106ee02d83/model-vers/model-ver/345cda7b-9545-4ebb-8731-fd087210c86e?depth=0|INFO|500||Invoke 2021-11-25T04:09:26.594Z|9331b745-1b93-4b43-b5f0-270bcbe126e5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ff1606a2-e8fb-492b-8607-8b106ee02d83/model-vers/model-ver/345cda7b-9545-4ebb-8731-fd087210c86e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ff1606a2-e8fb-492b-8607-8b106ee02d83/model-vers/model-ver/345cda7b-9545-4ebb-8731-fd087210c86e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[9331b745-1b93-4b43-b5f0-270bcbe126e5], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[188def2c-d1de-4d40-aea3-5ecba899af89], X-ECOMP-RequestID=[9331b745-1b93-4b43-b5f0-270bcbe126e5], X-TransactionId=[], X-ONAP-RequestID=[9331b745-1b93-4b43-b5f0-270bcbe126e5], Content-Type=[application/merge-patch+json]} 2021-11-25T04:09:26.608Z|9331b745-1b93-4b43-b5f0-270bcbe126e5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ff1606a2-e8fb-492b-8607-8b106ee02d83/model-vers/model-ver/345cda7b-9545-4ebb-8731-fd087210c86e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-11-25T04:09:26.999Z|9331b745-1b93-4b43-b5f0-270bcbe126e5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ff1606a2-e8fb-492b-8607-8b106ee02d83/model-vers/model-ver/345cda7b-9545-4ebb-8731-fd087210c86e?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/ff1606a2-e8fb-492b-8607-8b106ee02d83/model-vers/model-ver/345cda7b-9545-4ebb-8731-fd087210c86e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211125-04:09:26:615-27918], vertex-id=[250104], Content-Length=[0], Date=[Thu, 25 Nov 2021 04:09:26 GMT], Content-Type=[application/json]} 2021-11-25T04:09:27.000Z|9331b745-1b93-4b43-b5f0-270bcbe126e5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ff1606a2-e8fb-492b-8607-8b106ee02d83/model-vers/model-ver/345cda7b-9545-4ebb-8731-fd087210c86e?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-11-25T04:09:27.001Z|9331b745-1b93-4b43-b5f0-270bcbe126e5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ff1606a2-e8fb-492b-8607-8b106ee02d83/model-vers/model-ver/345cda7b-9545-4ebb-8731-fd087210c86e?depth=0|INFO|500||InvokeReturn 2021-11-25T04:09:27.001Z|9331b745-1b93-4b43-b5f0-270bcbe126e5|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-11-25T04:09:27.001Z|9331b745-1b93-4b43-b5f0-270bcbe126e5|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-25T04:09:27.006Z|9331b745-1b93-4b43-b5f0-270bcbe126e5|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-11-25T04:09:27.006Z|9331b745-1b93-4b43-b5f0-270bcbe126e5|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9331b745-1b93-4b43-b5f0-270bcbe126e5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-11-25T04:09:27.006Z|9331b745-1b93-4b43-b5f0-270bcbe126e5|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-11-25T04:09:27.007Z|9331b745-1b93-4b43-b5f0-270bcbe126e5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-25T04:09:27.008Z|9331b745-1b93-4b43-b5f0-270bcbe126e5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-25T04:09:27.009Z|9331b745-1b93-4b43-b5f0-270bcbe126e5|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "9331b745-1b93-4b43-b5f0-270bcbe126e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637813367006, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-25T04:09:27.109Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-25T04:09:27.109Z||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-25T04:09:27.110Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OfBjsyvieL9lJwol) ... 2021-11-25T04:09:27.121Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T04:09:27.121Z||pool-85-thread-1|||||INFO|500||cambria reply ok (12 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-25T04:09:28.018Z|9331b745-1b93-4b43-b5f0-270bcbe126e5|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-25T04:09:28.018Z|9331b745-1b93-4b43-b5f0-270bcbe126e5|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"e500b7a0-8e2e-40cf-949b-9a1f248828f6","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"9d9082ca-6e13-4961-9f01-3045e4728297","serviceDescription":"service","serviceInvariantUUID":"297f170a-794c-4525-a713-5f120f43bfe1","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"54dcf0f4-52b0-4292-80b8-dce4a28c5a80","resourceInvariantUUID":"3c4d4711-9de1-4113-8f37-76a1e53e8375","resourceCustomizationUUID":"76958c19-d20b-4257-b76e-5d3286008667","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":"MTQ4ODYwMzg0MTUxM2JhZTk2ZmY0MDcwYjc4MjEzMWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"4ad3d1c7-7fc2-4c6d-b94a-be8dfe61b800","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":"e9cd1f0b-edab-4360-9576-5a7e817bdb1e","artifactVersion":"2","generatedFromUUID":"e63151d1-27e2-4f21-ba0f-31ea85058906"},{"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":"e63151d1-27e2-4f21-ba0f-31ea85058906","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":"NWY0YzcwZjIyY2EyYjA5M2ZjZWY0MDUxNjZjMjMxNjI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"af66a3f6-a76b-451b-9893-7ad0e317138b","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":"dcca3543-f46e-416a-ad4d-fe6de8912340","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":"3c762fdf-7fcc-432c-bb7e-75ba3b0b069d","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":"bb704057-794f-45a2-abf0-d165cfe1c703","artifactVersion":"2","generatedFromUUID":"dcca3543-f46e-416a-ad4d-fe6de8912340"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"MDRmYzZkZTVhZDRhOGEzNjU0MmE0MjhmNTY1MmI1ZDk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"59cb6fd0-8add-463d-abb6-dc3bdbbff824","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"ODFmNDkyNGM2YmYxZDdkOThhM2Q2NjhmNjBlMDk3ZDc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a2b8570a-2a80-46fc-99fd-6e97f70ebee9","artifactVersion":"1"}],"workloadContext":"Production"} 2021-11-25T04:09:28.018Z|9331b745-1b93-4b43-b5f0-270bcbe126e5|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-25T04:09:28.018Z|9331b745-1b93-4b43-b5f0-270bcbe126e5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-25T04:09:28.020Z|9331b745-1b93-4b43-b5f0-270bcbe126e5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-25T04:09:28.020Z|9331b745-1b93-4b43-b5f0-270bcbe126e5|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "e500b7a0-8e2e-40cf-949b-9a1f248828f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637813191955, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-25T04:09:28.120Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-25T04:09:28.121Z||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-25T04:09:28.121Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OfBjsyvieL9lJwol) ... 2021-11-25T04:09:28.131Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T04:09:28.131Z||pool-86-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-25T04:09:29.020Z|9331b745-1b93-4b43-b5f0-270bcbe126e5|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-25T04:09:29.021Z|9331b745-1b93-4b43-b5f0-270bcbe126e5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-25T04:09:29.023Z|9331b745-1b93-4b43-b5f0-270bcbe126e5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-25T04:09:29.023Z|9331b745-1b93-4b43-b5f0-270bcbe126e5|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "e500b7a0-8e2e-40cf-949b-9a1f248828f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637813191955, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-11-25T04:09:29.123Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-25T04:09:29.123Z||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-25T04:09:29.123Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OfBjsyvieL9lJwol) ... 2021-11-25T04:09:29.135Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T04:09:29.135Z||pool-87-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-11-25T04:09:30.023Z|9331b745-1b93-4b43-b5f0-270bcbe126e5|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-25T04:09:30.024Z|9331b745-1b93-4b43-b5f0-270bcbe126e5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-25T04:09:30.025Z|9331b745-1b93-4b43-b5f0-270bcbe126e5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-25T04:09:30.026Z|9331b745-1b93-4b43-b5f0-270bcbe126e5|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "e500b7a0-8e2e-40cf-949b-9a1f248828f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637813191955, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-11-25T04:09:30.126Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-25T04:09:30.126Z||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-25T04:09:30.126Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OfBjsyvieL9lJwol) ... 2021-11-25T04:09:30.137Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T04:09:30.137Z||pool-88-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-25T04:09:31.026Z|9331b745-1b93-4b43-b5f0-270bcbe126e5|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-25T04:09:31.027Z|9331b745-1b93-4b43-b5f0-270bcbe126e5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-25T04:09:31.028Z|9331b745-1b93-4b43-b5f0-270bcbe126e5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-25T04:09:31.028Z|9331b745-1b93-4b43-b5f0-270bcbe126e5|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "e500b7a0-8e2e-40cf-949b-9a1f248828f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637813191955, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-11-25T04:09:31.129Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-25T04:09:31.129Z||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-25T04:09:31.129Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OfBjsyvieL9lJwol) ... 2021-11-25T04:09:31.140Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T04:09:31.140Z||pool-89-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-25T04:09:32.029Z|9331b745-1b93-4b43-b5f0-270bcbe126e5|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-25T04:09:32.030Z|9331b745-1b93-4b43-b5f0-270bcbe126e5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-25T04:09:32.031Z|9331b745-1b93-4b43-b5f0-270bcbe126e5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-25T04:09:32.032Z|9331b745-1b93-4b43-b5f0-270bcbe126e5|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "e500b7a0-8e2e-40cf-949b-9a1f248828f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637813191955, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-11-25T04:09:32.132Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-25T04:09:32.132Z||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-25T04:09:32.132Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OfBjsyvieL9lJwol) ... 2021-11-25T04:09:32.143Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T04:09:32.143Z||pool-90-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-25T04:09:33.032Z|9331b745-1b93-4b43-b5f0-270bcbe126e5|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-25T04:09:33.033Z|9331b745-1b93-4b43-b5f0-270bcbe126e5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-25T04:09:33.034Z|9331b745-1b93-4b43-b5f0-270bcbe126e5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-25T04:09:33.035Z|9331b745-1b93-4b43-b5f0-270bcbe126e5|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "e500b7a0-8e2e-40cf-949b-9a1f248828f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637813191955, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-25T04:09:33.135Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-25T04:09:33.135Z||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-25T04:09:33.136Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OfBjsyvieL9lJwol) ... 2021-11-25T04:09:33.147Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T04:09:33.147Z||pool-91-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-25T04:09:34.035Z|9331b745-1b93-4b43-b5f0-270bcbe126e5|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-25T04:09:34.036Z|9331b745-1b93-4b43-b5f0-270bcbe126e5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-25T04:09:34.037Z|9331b745-1b93-4b43-b5f0-270bcbe126e5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-25T04:09:34.037Z|9331b745-1b93-4b43-b5f0-270bcbe126e5|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "e500b7a0-8e2e-40cf-949b-9a1f248828f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637813191955, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-11-25T04:09:34.137Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-25T04:09:34.138Z||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-25T04:09:34.138Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OfBjsyvieL9lJwol) ... 2021-11-25T04:09:34.149Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T04:09:34.149Z||pool-92-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-25T04:09:35.038Z|9331b745-1b93-4b43-b5f0-270bcbe126e5|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-25T04:09:35.038Z|9331b745-1b93-4b43-b5f0-270bcbe126e5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-25T04:09:35.040Z|9331b745-1b93-4b43-b5f0-270bcbe126e5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-25T04:09:35.040Z|9331b745-1b93-4b43-b5f0-270bcbe126e5|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "e500b7a0-8e2e-40cf-949b-9a1f248828f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637813191955, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-11-25T04:09:35.140Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-25T04:09:35.141Z||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-25T04:09:35.141Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OfBjsyvieL9lJwol) ... 2021-11-25T04:09:35.152Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T04:09:35.152Z||pool-93-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-25T04:09:36.040Z|9331b745-1b93-4b43-b5f0-270bcbe126e5|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-25T04:09:36.041Z|9331b745-1b93-4b43-b5f0-270bcbe126e5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-25T04:09:36.043Z|9331b745-1b93-4b43-b5f0-270bcbe126e5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-25T04:09:36.043Z|9331b745-1b93-4b43-b5f0-270bcbe126e5|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "e500b7a0-8e2e-40cf-949b-9a1f248828f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637813191955, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-11-25T04:09:36.143Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-25T04:09:36.144Z||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-25T04:09:36.144Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OfBjsyvieL9lJwol) ... 2021-11-25T04:09:36.154Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T04:09:36.155Z||pool-94-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-25T04:09:37.044Z|9331b745-1b93-4b43-b5f0-270bcbe126e5|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "e500b7a0-8e2e-40cf-949b-9a1f248828f6", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "9d9082ca-6e13-4961-9f01-3045e4728297", "serviceDescription": "service", "serviceInvariantUUID": "297f170a-794c-4525-a713-5f120f43bfe1", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "76958c19-d20b-4257-b76e-5d3286008667", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "54dcf0f4-52b0-4292-80b8-dce4a28c5a80", "resourceInvariantUUID": "3c4d4711-9de1-4113-8f37-76a1e53e8375", "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": "e9cd1f0b-edab-4360-9576-5a7e817bdb1e", "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": "e63151d1-27e2-4f21-ba0f-31ea85058906", "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": "NWY0YzcwZjIyY2EyYjA5M2ZjZWY0MDUxNjZjMjMxNjI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "af66a3f6-a76b-451b-9893-7ad0e317138b", "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": "dcca3543-f46e-416a-ad4d-fe6de8912340", "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": "bb704057-794f-45a2-abf0-d165cfe1c703", "generatedFromUUID": "dcca3543-f46e-416a-ad4d-fe6de8912340" }, "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": "bb704057-794f-45a2-abf0-d165cfe1c703", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "ODFmNDkyNGM2YmYxZDdkOThhM2Q2NjhmNjBlMDk3ZDc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a2b8570a-2a80-46fc-99fd-6e97f70ebee9" } ], "workloadContext": "Production" } 2021-11-25T04:09:37.044Z|9331b745-1b93-4b43-b5f0-270bcbe126e5|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-11-25T04:09:37.044Z|9331b745-1b93-4b43-b5f0-270bcbe126e5|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 9d9082ca-6e13-4961-9f01-3045e4728297 ASDC 2021-11-25T04:09:37.045Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:e500b7a0-8e2e-40cf-949b-9a1f248828f6 ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:9d9082ca-6e13-4961-9f01-3045e4728297 ServiceInvariantUUID:297f170a-794c-4525-a713-5f120f43bfe1 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:a2b8570a-2a80-46fc-99fd-6e97f70ebee9 ArtifactChecksum:ODFmNDkyNGM2YmYxZDdkOThhM2Q2NjhmNjBlMDk3ZDc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:76958c19-d20b-4257-b76e-5d3286008667 ResourceInvariantUUID:3c4d4711-9de1-4113-8f37-76a1e53e8375 ResourceName:basic_cnf ResourceType:VF ResourceUUID:54dcf0f4-52b0-4292-80b8-dce4a28c5a80 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:e9cd1f0b-edab-4360-9576-5a7e817bdb1e 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:e63151d1-27e2-4f21-ba0f-31ea85058906 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:af66a3f6-a76b-451b-9893-7ad0e317138b ArtifactChecksum:NWY0YzcwZjIyY2EyYjA5M2ZjZWY0MDUxNjZjMjMxNjI= 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:dcca3543-f46e-416a-ad4d-fe6de8912340 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:bb704057-794f-45a2-abf0-d165cfe1c703 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:bb704057-794f-45a2-abf0-d165cfe1c703 ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-11-25T04:09:37.045Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9d9082ca-6e13-4961-9f01-3045e4728297 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-25T04:09:37.661Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-25T04:09:37.662Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2021-11-25T04:09:37.662Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2021-11-25T04:09:37.662Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: a2b8570a-2a80-46fc-99fd-6e97f70ebee9 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-11-25T04:09:37.662Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-11-25T04:09:37.662Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-11-25T04:09:37.726Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-11-25T04:09:37.728Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar a2b8570a-2a80-46fc-99fd-6e97f70ebee9 68927 2021-11-25T04:09:37.728Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2021-11-25T04:09:37.728Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-11-25T04:09:37.728Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-25T04:09:37.729Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-25T04:09:37.730Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-25T04:09:37.730Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "e500b7a0-8e2e-40cf-949b-9a1f248828f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637813377728, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-25T04:09:37.830Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-25T04:09:37.831Z||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-25T04:09:37.831Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OfBjsyvieL9lJwol) ... 2021-11-25T04:09:37.841Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T04:09:37.841Z||pool-95-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-25T04:09:38.730Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-25T04:09:38.731Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2021-11-25T04:09:38.731Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: a2b8570a-2a80-46fc-99fd-6e97f70ebee9, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2021-11-25T04:09:38.732Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2021-11-25T04:09:38.732Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2021-11-25T04:09:38.732Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2021-11-25T04:09:38.808Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15409531649177939907/Definitions/service-BasicCnf-template.yml 2021-11-25T04:09:39.605Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2021-11-25T04:09:39.605Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||WARN|500||#################################################################################################### 2021-11-25T04:09:39.606Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-11-25T04:09:39.606Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2021-11-25T04:09:39.606Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-11-25T04:09:39.606Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-11-25T04:09:39.606Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-11-25T04:09:39.606Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||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-25T04:09:39.606Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||WARN|500||#################################################################################################### 2021-11-25T04:09:39.606Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-25T04:09:39.606Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-25T04:09:39.606Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-11-25T04:09:39.606Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2021-11-25T04:09:39.606Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-25T04:09:39.607Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-25T04:09:39.607Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-25T04:09:39.607Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-11-25T04:09:39.607Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2021-11-25T04:09:39.607Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-25T04:09:39.607Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-25T04:09:39.607Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-25T04:09:39.607Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-25T04:09:39.607Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-11-25T04:09:39.607Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2021-11-25T04:09:39.607Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||DEBUG|500||Node template dummy is not matching search criteria 2021-11-25T04:09:39.607Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-11-25T04:09:39.608Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-25T04:09:39.608Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-11-25T04:09:39.608Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-25T04:09:39.608Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-11-25T04:09:39.608Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-25T04:09:39.608Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-25T04:09:39.608Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-11-25T04:09:39.608Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-25T04:09:39.608Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-25T04:09:39.608Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-11-25T04:09:39.609Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-25T04:09:39.609Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-25T04:09:39.609Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-11-25T04:09:39.609Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2021-11-25T04:09:39.609Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=ec6bd780-d8a8-4a83-8a17-0045c3b2c242 2021-11-25T04:09:39.609Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-25T04:09:39.609Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-25T04:09:39.609Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-25T04:09:39.609Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-25T04:09:39.609Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-25T04:09:39.609Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-25T04:09:39.609Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-25T04:09:39.609Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-25T04:09:39.610Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:9d9082ca-6e13-4961-9f01-3045e4728297 Model Version:NULL Model InvariantUuid:297f170a-794c-4525-a713-5f120f43bfe1 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:8bc3e11e-41af-4d1c-aa9c-b7f5ff90acfc Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:3c4d4711-9de1-4113-8f37-76a1e53e8375 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:76958c19-d20b-4257-b76e-5d3286008667 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:93c023cd-734d-4408-a4eb-643de5bd178a ModelName:BasicCnf..base_dummy..module-0 ModelUuid:e199c211-4fde-4436-82e4-9af7e703a6a6 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:ec6bd780-d8a8-4a83-8a17-0045c3b2c242 ModelInvariantUuid:934434c8-7e1a-434b-aa37-3951da45caa8 ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:3e34adf5-053d-4718-bcef-6d70cbd0a55f ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:60751092-3678-44c3-be3e-d2d96f6c3bcf ModelInvariantUuid:308fbf61-b674-4613-8274-c9c8f53244a5 ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:c90ba6f0-9e3d-43a3-87e5-38c3c723d9cf 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-25T04:09:39.615Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 54dcf0f4-52b0-4292-80b8-dce4a28c5a80 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-25T04:09:39.617Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||INFO|500||basic_cnf 0 2021-11-25T04:09:39.617Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 54dcf0f4-52b0-4292-80b8-dce4a28c5a80 2021-11-25T04:09:39.617Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: e9cd1f0b-edab-4360-9576-5a7e817bdb1e from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2021-11-25T04:09:39.617Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-11-25T04:09:39.617Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2021-11-25T04:09:39.928Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-11-25T04:09:39.929Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env e9cd1f0b-edab-4360-9576-5a7e817bdb1e 12 2021-11-25T04:09:39.929Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2021-11-25T04:09:39.929Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2021-11-25T04:09:39.929Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-25T04:09:39.929Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-25T04:09:39.931Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-25T04:09:39.931Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "e500b7a0-8e2e-40cf-949b-9a1f248828f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637813379929, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2021-11-25T04:09:40.032Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-25T04:09:40.032Z||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-25T04:09:40.033Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OfBjsyvieL9lJwol) ... 2021-11-25T04:09:40.044Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T04:09:40.044Z||pool-96-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-25T04:09:40.932Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: e63151d1-27e2-4f21-ba0f-31ea85058906 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2021-11-25T04:09:40.933Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-11-25T04:09:40.933Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2021-11-25T04:09:41.234Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-11-25T04:09:41.234Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz e63151d1-27e2-4f21-ba0f-31ea85058906 2688 2021-11-25T04:09:41.234Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2021-11-25T04:09:41.234Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2021-11-25T04:09:41.234Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-25T04:09:41.234Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-25T04:09:41.236Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-25T04:09:41.236Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "e500b7a0-8e2e-40cf-949b-9a1f248828f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637813381234, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-11-25T04:09:41.336Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-25T04:09:41.337Z||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-25T04:09:41.337Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OfBjsyvieL9lJwol) ... 2021-11-25T04:09:41.347Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T04:09:41.347Z||pool-97-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-25T04:09:42.237Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: af66a3f6-a76b-451b-9893-7ad0e317138b from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2021-11-25T04:09:42.237Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-11-25T04:09:42.237Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2021-11-25T04:09:42.308Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-11-25T04:09:42.308Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json af66a3f6-a76b-451b-9893-7ad0e317138b 828 2021-11-25T04:09:42.308Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2021-11-25T04:09:42.309Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2021-11-25T04:09:42.309Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-25T04:09:42.309Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-25T04:09:42.310Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-25T04:09:42.310Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "e500b7a0-8e2e-40cf-949b-9a1f248828f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637813382308, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-25T04:09:42.411Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-25T04:09:42.411Z||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-25T04:09:42.411Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OfBjsyvieL9lJwol) ... 2021-11-25T04:09:42.423Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T04:09:42.423Z||pool-98-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-25T04:09:43.311Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "93c023cd-734d-4408-a4eb-643de5bd178a", "vfModuleModelVersion": "1", "vfModuleModelUUID": "e199c211-4fde-4436-82e4-9af7e703a6a6", "vfModuleModelCustomizationUUID": "fbd3d90b-894b-4d84-82cb-6ef1b728364d", "isBase": true, "artifacts": [ "dcca3543-f46e-416a-ad4d-fe6de8912340", "e63151d1-27e2-4f21-ba0f-31ea85058906", "bb704057-794f-45a2-abf0-d165cfe1c703" ], "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-25T04:09:43.314Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:e199c211-4fde-4436-82e4-9af7e703a6a6 VfModuleModelInvariantUUID:93c023cd-734d-4408-a4eb-643de5bd178a VfModuleModelDescription:NULL Artifacts UUID List:{ dcca3543-f46e-416a-ad4d-fe6de8912340 , e63151d1-27e2-4f21-ba0f-31ea85058906 , bb704057-794f-45a2-abf0-d165cfe1c703 } 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-25T04:09:43.316Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "93c023cd-734d-4408-a4eb-643de5bd178a", "vfModuleModelVersion": "1", "vfModuleModelUUID": "e199c211-4fde-4436-82e4-9af7e703a6a6", "vfModuleModelCustomizationUUID": "fbd3d90b-894b-4d84-82cb-6ef1b728364d", "isBase": true, "artifacts": [ "dcca3543-f46e-416a-ad4d-fe6de8912340", "e63151d1-27e2-4f21-ba0f-31ea85058906", "bb704057-794f-45a2-abf0-d165cfe1c703" ], "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-25T04:09:43.316Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:e199c211-4fde-4436-82e4-9af7e703a6a6 VfModuleModelInvariantUUID:93c023cd-734d-4408-a4eb-643de5bd178a VfModuleModelDescription:NULL Artifacts UUID List:{ dcca3543-f46e-416a-ad4d-fe6de8912340 , e63151d1-27e2-4f21-ba0f-31ea85058906 , bb704057-794f-45a2-abf0-d165cfe1c703 } 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-25T04:09:43.316Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: dcca3543-f46e-416a-ad4d-fe6de8912340 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2021-11-25T04:09:43.316Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-11-25T04:09:43.316Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2021-11-25T04:09:43.354Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-11-25T04:09:43.354Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml dcca3543-f46e-416a-ad4d-fe6de8912340 1164 2021-11-25T04:09:43.354Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2021-11-25T04:09:43.354Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2021-11-25T04:09:43.354Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-25T04:09:43.354Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-25T04:09:43.356Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-25T04:09:43.356Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "e500b7a0-8e2e-40cf-949b-9a1f248828f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637813383354, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-11-25T04:09:43.456Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-25T04:09:43.457Z||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-25T04:09:43.457Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OfBjsyvieL9lJwol) ... 2021-11-25T04:09:43.468Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T04:09:43.468Z||pool-99-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-25T04:09:44.356Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: bb704057-794f-45a2-abf0-d165cfe1c703 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2021-11-25T04:09:44.357Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-11-25T04:09:44.357Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2021-11-25T04:09:44.400Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-11-25T04:09:44.401Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env bb704057-794f-45a2-abf0-d165cfe1c703 200 2021-11-25T04:09:44.401Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2021-11-25T04:09:44.401Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2021-11-25T04:09:44.401Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-25T04:09:44.401Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-25T04:09:44.403Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-25T04:09:44.403Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "e500b7a0-8e2e-40cf-949b-9a1f248828f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637813384401, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-11-25T04:09:44.503Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-25T04:09:44.504Z||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-25T04:09:44.504Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OfBjsyvieL9lJwol) ... 2021-11-25T04:09:44.515Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T04:09:44.515Z||pool-100-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-25T04:09:45.404Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 9d9082ca-6e13-4961-9f01-3045e4728297 2021-11-25T04:09:45.405Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 54dcf0f4-52b0-4292-80b8-dce4a28c5a80 ASDC 2021-11-25T04:09:45.413Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-25T04:09:45.423Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7c219d43, org.onap.sdc.toscaparser.api.parameters.Input@3deaf358, org.onap.sdc.toscaparser.api.parameters.Input@428033a2, org.onap.sdc.toscaparser.api.parameters.Input@257de83a, org.onap.sdc.toscaparser.api.parameters.Input@5546b253] 2021-11-25T04:09:45.424Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-25T04:09:45.425Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-25T04:09:45.425Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 2021-11-25T04:09:45.425Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 76958c19-d20b-4257-b76e-5d3286008667 2021-11-25T04:09:45.425Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 76958c19-d20b-4257-b76e-5d3286008667 matches Tosca VF Customization UUID: 76958c19-d20b-4257-b76e-5d3286008667 2021-11-25T04:09:45.425Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 76958c19-d20b-4257-b76e-5d3286008667 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-25T04:09:45.427Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-25T04:09:45.427Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-25T04:09:45.428Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 76958c19-d20b-4257-b76e-5d3286008667: {\"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-25T04:09:45.428Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@36f4c978 2021-11-25T04:09:45.428Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-25T04:09:45.428Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-11-25T04:09:45.428Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : fbd3d90b-894b-4d84-82cb-6ef1b728364d 2021-11-25T04:09:45.428Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID fbd3d90b-894b-4d84-82cb-6ef1b728364d 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-25T04:09:45.430Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-25T04:09:45.430Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-11-25T04:09:45.431Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-25T04:09:45.431Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-25T04:09:45.431Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-11-25T04:09:45.431Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-25T04:09:45.431Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-25T04:09:45.431Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-11-25T04:09:45.432Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2021-11-25T04:09:45.432Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=ec6bd780-d8a8-4a83-8a17-0045c3b2c242 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-25T04:09:45.434Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-25T04:09:45.434Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-11-25T04:09:45.434Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-25T04:09:45.434Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-25T04:09:45.434Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-11-25T04:09:45.435Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=76958c19-d20b-4257-b76e-5d3286008667 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-25T04:09:45.436Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-25T04:09:45.436Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-25T04:09:45.436Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 9d9082ca-6e13-4961-9f01-3045e4728297: basic_cnf 2021-11-25T04:09:45.437Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-25T04:09:45.437Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-25T04:09:45.437Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-25T04:09:45.437Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-25T04:09:45.437Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-25T04:09:45.437Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-25T04:09:45.437Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-25T04:09:45.438Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-25T04:09:45.438Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-25T04:09:45.438Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-25T04:09:45.438Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||INFO|500||Saving Service: basic_cnf Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-25T04:09:45.490Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 54dcf0f4-52b0-4292-80b8-dce4a28c5a80 1 ASDC deployResourceStructure 2021-11-25T04:09:45.490Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2021-11-25T04:09:45.491Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource) 2021-11-25T04:09:45.491Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2021-11-25T04:09:45.491Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-25T04:09:45.492Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-25T04:09:45.492Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "e500b7a0-8e2e-40cf-949b-9a1f248828f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637813385490, "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-25T04:09:45.593Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-25T04:09:45.593Z||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-25T04:09:45.594Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OfBjsyvieL9lJwol) ... 2021-11-25T04:09:45.603Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T04:09:45.604Z||pool-101-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-11-25T04:09:46.493Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2021-11-25T04:09:46.494Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource) 2021-11-25T04:09:46.494Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2021-11-25T04:09:46.494Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-25T04:09:46.495Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-25T04:09:46.496Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "e500b7a0-8e2e-40cf-949b-9a1f248828f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637813386493, "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-25T04:09:46.596Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-25T04:09:46.596Z||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-25T04:09:46.596Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OfBjsyvieL9lJwol) ... 2021-11-25T04:09:46.607Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T04:09:46.608Z||pool-102-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-11-25T04:09:47.496Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2021-11-25T04:09:47.497Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2021-11-25T04:09:47.497Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-25T04:09:47.497Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-25T04:09:47.498Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-25T04:09:47.499Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "e500b7a0-8e2e-40cf-949b-9a1f248828f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637813387496, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-11-25T04:09:47.599Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-25T04:09:47.599Z||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-25T04:09:47.599Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OfBjsyvieL9lJwol) ... 2021-11-25T04:09:47.609Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T04:09:47.609Z||pool-103-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-11-25T04:09:48.500Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2021-11-25T04:09:48.500Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2021-11-25T04:09:48.501Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-25T04:09:48.501Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-25T04:09:48.503Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-25T04:09:48.503Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "e500b7a0-8e2e-40cf-949b-9a1f248828f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637813388499, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2021-11-25T04:09:48.603Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-25T04:09:48.604Z||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-25T04:09:48.604Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OfBjsyvieL9lJwol) ... 2021-11-25T04:09:48.616Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T04:09:48.616Z||pool-104-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-25T04:09:49.504Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2021-11-25T04:09:49.504Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2021-11-25T04:09:49.504Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-25T04:09:49.505Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-25T04:09:49.506Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-25T04:09:49.507Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "e500b7a0-8e2e-40cf-949b-9a1f248828f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637813389504, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2021-11-25T04:09:49.607Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-25T04:09:49.607Z||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-25T04:09:49.607Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OfBjsyvieL9lJwol) ... 2021-11-25T04:09:49.618Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T04:09:49.618Z||pool-105-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-11-25T04:09:50.508Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2021-11-25T04:09:50.508Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-11-25T04:09:50.508Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-25T04:09:50.508Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-25T04:09:50.509Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-25T04:09:50.510Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "e500b7a0-8e2e-40cf-949b-9a1f248828f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637813390507, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-11-25T04:09:50.610Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-25T04:09:50.610Z||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-25T04:09:50.610Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OfBjsyvieL9lJwol) ... 2021-11-25T04:09:50.621Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T04:09:50.621Z||pool-106-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-25T04:09:51.510Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e500b7a0-8e2e-40cf-949b-9a1f248828f6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-25T04:09:51.520Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e500b7a0-8e2e-40cf-949b-9a1f248828f6 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-25T04:09:51.522Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-25T04:09:51.522Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-25T04:09:51.522Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-25T04:09:55.005Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-25T04:09:55.005Z||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-25T04:09:55.006Z||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 OfBjsyvieL9lJwol) ... 2021-11-25T04:09:55.024Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T04:09:55.025Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:09:55.025Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e500b7a0-8e2e-40cf-949b-9a1f248828f6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637813212398, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-11-25T04:09:55.026Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-25T04:09:55.026Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:09:55.026Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e500b7a0-8e2e-40cf-949b-9a1f248828f6", "consumerID": "aai-ml", "timestamp": 1637813215470, "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-25T04:09:55.031Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e500b7a0-8e2e-40cf-949b-9a1f248828f6 2021-11-25T04:09:55.031Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId e500b7a0-8e2e-40cf-949b-9a1f248828f6 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-25T04:09:55.039Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:09:55.039Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e500b7a0-8e2e-40cf-949b-9a1f248828f6", "consumerID": "clamp", "timestamp": 1637813215734, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-25T04:09:55.039Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-25T04:09:55.039Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:09:55.039Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e500b7a0-8e2e-40cf-949b-9a1f248828f6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637813212398, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-25T04:09:55.039Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-25T04:09:55.039Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:09:55.040Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e500b7a0-8e2e-40cf-949b-9a1f248828f6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637813212398, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-11-25T04:09:55.040Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-25T04:09:55.040Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:09:55.040Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e500b7a0-8e2e-40cf-949b-9a1f248828f6", "consumerID": "clamp", "timestamp": 1637813217742, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-11-25T04:09:55.040Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-25T04:09:55.040Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:09:55.040Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e500b7a0-8e2e-40cf-949b-9a1f248828f6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637813212398, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-25T04:09:55.040Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-25T04:09:55.040Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:09:55.041Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e500b7a0-8e2e-40cf-949b-9a1f248828f6", "consumerID": "clamp", "timestamp": 1637813218744, "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-25T04:09:55.045Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e500b7a0-8e2e-40cf-949b-9a1f248828f6 2021-11-25T04:09:55.045Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId e500b7a0-8e2e-40cf-949b-9a1f248828f6 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-25T04:09:55.052Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:09:55.052Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e500b7a0-8e2e-40cf-949b-9a1f248828f6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637813212398, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-11-25T04:09:55.052Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-25T04:09:55.052Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:09:55.052Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e500b7a0-8e2e-40cf-949b-9a1f248828f6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637813212398, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-11-25T04:09:55.052Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-25T04:09:55.052Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:09:55.053Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e500b7a0-8e2e-40cf-949b-9a1f248828f6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637813212398, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-11-25T04:09:55.053Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-25T04:09:55.053Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:09:55.053Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e500b7a0-8e2e-40cf-949b-9a1f248828f6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637813222216, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-25T04:09:55.053Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-25T04:09:55.053Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:09:55.053Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e500b7a0-8e2e-40cf-949b-9a1f248828f6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637813224239, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-11-25T04:09:55.053Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-25T04:09:55.053Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:09:55.054Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e500b7a0-8e2e-40cf-949b-9a1f248828f6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637813225241, "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-25T04:09:55.058Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e500b7a0-8e2e-40cf-949b-9a1f248828f6 2021-11-25T04:09:55.058Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId e500b7a0-8e2e-40cf-949b-9a1f248828f6 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-25T04:09:55.065Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:09:55.065Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a264897-0af5-4b78-b74a-2e369bdf29fe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637813244512, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-25T04:09:55.066Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-25T04:09:55.066Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:09:55.066Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637813191955, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-25T04:09:55.066Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-25T04:09:55.066Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:09:55.066Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637813191955, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-11-25T04:09:55.066Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-25T04:09:55.066Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:09:55.067Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637813191955, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-11-25T04:09:55.067Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-25T04:09:55.067Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:09:55.067Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637813191955, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-25T04:09:55.067Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-25T04:09:55.067Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:09:55.067Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637813191955, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-11-25T04:09:55.067Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-25T04:09:55.067Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:09:55.068Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637813191955, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-11-25T04:09:55.068Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-25T04:09:55.068Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:09:55.068Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637813191955, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-11-25T04:09:55.068Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-25T04:09:55.068Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:09:55.069Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637813191955, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-11-25T04:09:55.069Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-25T04:09:55.069Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:09:55.069Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637813254077, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-25T04:09:55.069Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-25T04:09:55.069Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:09:55.070Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637813256076, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-25T04:09:55.070Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-25T04:09:55.070Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:09:55.070Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637813257118, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-11-25T04:09:55.070Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-25T04:09:55.070Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:09:55.071Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637813258231, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-11-25T04:09:55.071Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-25T04:09:55.071Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:09:55.071Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637813259312, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-11-25T04:09:55.071Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-25T04:09:55.071Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:09:55.071Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637813260314, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-11-25T04:09:55.072Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-25T04:09:55.072Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:09:55.072Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637813261317, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-11-25T04:09:55.072Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-25T04:09:55.072Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:09:55.072Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637813262320, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-11-25T04:09:55.073Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-25T04:10:21.522Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e500b7a0-8e2e-40cf-949b-9a1f248828f6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-25T04:10:21.532Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e500b7a0-8e2e-40cf-949b-9a1f248828f6 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-25T04:10:21.534Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-25T04:10:21.534Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-11-25T04:10:21.534Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-11-25T04:10:21.534Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-11-25T04:10:21.535Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-25T04:10:21.535Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-25T04:10:21.535Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-25T04:10:21.535Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-25T04:10:21.535Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-25T04:10:21.535Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-25T04:10:21.535Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-25T04:10:21.539Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-11-25T04:10:51.540Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e500b7a0-8e2e-40cf-949b-9a1f248828f6 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-25T04:10:51.544Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e500b7a0-8e2e-40cf-949b-9a1f248828f6 and serviceModelVersionId: 9d9082ca-6e13-4961-9f01-3045e4728297 2021-11-25T04:10:51.544Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 297f170a-794c-4525-a713-5f120f43bfe1 2021-11-25T04:10:51.545Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/297f170a-794c-4525-a713-5f120f43bfe1/model-vers/model-ver/9d9082ca-6e13-4961-9f01-3045e4728297?depth=0 2021-11-25T04:10:51.548Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2021-11-25T04:10:51.575Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/297f170a-794c-4525-a713-5f120f43bfe1/model-vers/model-ver/9d9082ca-6e13-4961-9f01-3045e4728297?depth=0|INFO|500||Invoke 2021-11-25T04:10:51.575Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/297f170a-794c-4525-a713-5f120f43bfe1/model-vers/model-ver/9d9082ca-6e13-4961-9f01-3045e4728297?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/297f170a-794c-4525-a713-5f120f43bfe1/model-vers/model-ver/9d9082ca-6e13-4961-9f01-3045e4728297?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e500b7a0-8e2e-40cf-949b-9a1f248828f6], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[5ad58cd6-d89e-4d1a-a794-ef5d97fe3164], X-ECOMP-RequestID=[e500b7a0-8e2e-40cf-949b-9a1f248828f6], X-TransactionId=[], X-ONAP-RequestID=[e500b7a0-8e2e-40cf-949b-9a1f248828f6], Content-Type=[application/merge-patch+json]} 2021-11-25T04:10:51.596Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/297f170a-794c-4525-a713-5f120f43bfe1/model-vers/model-ver/9d9082ca-6e13-4961-9f01-3045e4728297?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-11-25T04:10:51.831Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/297f170a-794c-4525-a713-5f120f43bfe1/model-vers/model-ver/9d9082ca-6e13-4961-9f01-3045e4728297?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/297f170a-794c-4525-a713-5f120f43bfe1/model-vers/model-ver/9d9082ca-6e13-4961-9f01-3045e4728297?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211125-04:10:51:605-72118], vertex-id=[262392], Content-Length=[0], Date=[Thu, 25 Nov 2021 04:10:51 GMT], Content-Type=[application/json]} 2021-11-25T04:10:51.831Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/297f170a-794c-4525-a713-5f120f43bfe1/model-vers/model-ver/9d9082ca-6e13-4961-9f01-3045e4728297?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-11-25T04:10:51.832Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/297f170a-794c-4525-a713-5f120f43bfe1/model-vers/model-ver/9d9082ca-6e13-4961-9f01-3045e4728297?depth=0|INFO|500||InvokeReturn 2021-11-25T04:10:51.832Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-11-25T04:10:51.832Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-25T04:10:51.835Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-11-25T04:10:51.836Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e500b7a0-8e2e-40cf-949b-9a1f248828f6 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-11-25T04:10:51.836Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-11-25T04:10:51.836Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-25T04:10:51.837Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-25T04:10:51.838Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "e500b7a0-8e2e-40cf-949b-9a1f248828f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637813451836, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-25T04:10:51.938Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-25T04:10:51.938Z||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-25T04:10:51.939Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OfBjsyvieL9lJwol) ... 2021-11-25T04:10:51.953Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T04:10:51.953Z||pool-107-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-11-25T04:10:52.848Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-25T04:10:52.848Z||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-25T04:10:52.849Z||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 OfBjsyvieL9lJwol) ... 2021-11-25T04:10:55.005Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-25T04:10:55.005Z||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-25T04:10:55.005Z||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 OfBjsyvieL9lJwol) ... 2021-11-25T04:10:55.026Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T04:10:55.026Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:10:55.026Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef3796f-2a48-4ff5-868e-5c601d604972", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637813293749, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-25T04:10:55.027Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-25T04:10:55.027Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:10:55.027Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9331b745-1b93-4b43-b5f0-270bcbe126e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637813191955, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-25T04:10:55.027Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-25T04:10:55.027Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:10:55.027Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9331b745-1b93-4b43-b5f0-270bcbe126e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637813191955, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-25T04:10:55.028Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-25T04:10:55.028Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:10:55.028Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9331b745-1b93-4b43-b5f0-270bcbe126e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637813191955, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-25T04:10:55.028Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-25T04:10:55.028Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:10:55.028Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9331b745-1b93-4b43-b5f0-270bcbe126e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637813191955, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-11-25T04:10:55.028Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-25T04:10:55.028Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:10:55.029Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9331b745-1b93-4b43-b5f0-270bcbe126e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637813191955, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-25T04:10:55.029Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-25T04:10:55.029Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:10:55.029Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9331b745-1b93-4b43-b5f0-270bcbe126e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637813191955, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-25T04:10:55.029Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-25T04:10:55.029Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:10:55.029Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9331b745-1b93-4b43-b5f0-270bcbe126e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637813191955, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-25T04:10:55.029Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-25T04:10:55.030Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:10:55.030Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9331b745-1b93-4b43-b5f0-270bcbe126e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637813191955, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-11-25T04:10:55.030Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-25T04:10:55.030Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:10:55.030Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9331b745-1b93-4b43-b5f0-270bcbe126e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637813191955, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-11-25T04:10:55.030Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-25T04:10:55.030Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:10:55.030Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9331b745-1b93-4b43-b5f0-270bcbe126e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637813303859, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-25T04:10:55.031Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-25T04:10:55.031Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-25T04:10:55.031Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9331b745-1b93-4b43-b5f0-270bcbe126e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637813305522, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-11-25T04:10:55.031Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-25T04:11:03.561Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T04:11:03.561Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-25T04:11:03.562Z||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-25T04:11:03.562Z||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 OfBjsyvieL9lJwol) ... 2021-11-25T04:11:13.097Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T04:11:13.097Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-25T04:11:13.097Z||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-25T04:11:13.097Z||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 OfBjsyvieL9lJwol) ... 2021-11-25T04:11:22.627Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T04:11:22.627Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-25T04:11:22.628Z||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-25T04:11:22.628Z||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 OfBjsyvieL9lJwol) ... 2021-11-25T04:11:32.160Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T04:11:32.160Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-25T04:11:32.160Z||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-25T04:11:32.161Z||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 OfBjsyvieL9lJwol) ... 2021-11-25T04:11:41.690Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T04:11:41.690Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-25T04:11:41.691Z||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-25T04:11:41.691Z||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 OfBjsyvieL9lJwol) ... 2021-11-25T04:11:51.222Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T04:11:51.223Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-25T04:11:51.223Z||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-25T04:11:51.223Z||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 OfBjsyvieL9lJwol) ... 2021-11-25T04:11:55.005Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-25T04:11:55.005Z||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-25T04:11:55.005Z||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 OfBjsyvieL9lJwol) ... 2021-11-25T04:11:55.026Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T04:11:55.026Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:11:55.026Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9331b745-1b93-4b43-b5f0-270bcbe126e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637813367006, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-25T04:11:55.027Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-25T04:11:55.027Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:11:55.027Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e500b7a0-8e2e-40cf-949b-9a1f248828f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637813191955, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-25T04:11:55.027Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:11:55.027Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:11:55.027Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e500b7a0-8e2e-40cf-949b-9a1f248828f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637813191955, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-11-25T04:11:55.027Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:11:55.027Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:11:55.027Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e500b7a0-8e2e-40cf-949b-9a1f248828f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637813191955, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-11-25T04:11:55.027Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:11:55.027Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:11:55.028Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e500b7a0-8e2e-40cf-949b-9a1f248828f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637813191955, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-11-25T04:11:55.028Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:11:55.028Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:11:55.028Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e500b7a0-8e2e-40cf-949b-9a1f248828f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637813191955, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-11-25T04:11:55.028Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:11:55.028Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:11:55.028Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e500b7a0-8e2e-40cf-949b-9a1f248828f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637813191955, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-25T04:11:55.028Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:11:55.028Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:11:55.028Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e500b7a0-8e2e-40cf-949b-9a1f248828f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637813191955, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-11-25T04:11:55.028Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:11:55.028Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:11:55.028Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e500b7a0-8e2e-40cf-949b-9a1f248828f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637813191955, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-11-25T04:11:55.028Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:11:55.028Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:11:55.028Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e500b7a0-8e2e-40cf-949b-9a1f248828f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637813191955, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-11-25T04:11:55.028Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-25T04:11:55.029Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:11:55.029Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e500b7a0-8e2e-40cf-949b-9a1f248828f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637813377728, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-25T04:11:55.029Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-25T04:11:55.029Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:11:55.029Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e500b7a0-8e2e-40cf-949b-9a1f248828f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637813379929, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2021-11-25T04:11:55.029Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-25T04:11:55.029Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:11:55.029Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e500b7a0-8e2e-40cf-949b-9a1f248828f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637813381234, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-11-25T04:11:55.029Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-25T04:11:55.029Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:11:55.029Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e500b7a0-8e2e-40cf-949b-9a1f248828f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637813382308, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-25T04:11:55.029Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-25T04:11:55.029Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:11:55.029Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e500b7a0-8e2e-40cf-949b-9a1f248828f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637813383354, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-11-25T04:11:55.029Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-25T04:11:55.029Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:11:55.029Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e500b7a0-8e2e-40cf-949b-9a1f248828f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637813384401, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-11-25T04:11:55.029Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-25T04:11:55.029Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:11:55.030Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e500b7a0-8e2e-40cf-949b-9a1f248828f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637813385490, "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-25T04:11:55.030Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-25T04:11:55.030Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:11:55.030Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e500b7a0-8e2e-40cf-949b-9a1f248828f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637813386493, "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-25T04:11:55.030Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-25T04:11:55.030Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:11:55.030Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e500b7a0-8e2e-40cf-949b-9a1f248828f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637813387496, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-11-25T04:11:55.030Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-25T04:11:55.030Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:11:55.030Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e500b7a0-8e2e-40cf-949b-9a1f248828f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637813388499, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2021-11-25T04:11:55.030Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-25T04:11:55.030Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:11:55.030Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e500b7a0-8e2e-40cf-949b-9a1f248828f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637813389504, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2021-11-25T04:11:55.030Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-25T04:11:55.030Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-25T04:11:55.030Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e500b7a0-8e2e-40cf-949b-9a1f248828f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637813390507, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-11-25T04:11:55.030Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-25T04:12:00.755Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T04:12:00.755Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-25T04:12:00.755Z||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-25T04:12:00.755Z||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 OfBjsyvieL9lJwol) ... 2021-11-25T04:12:10.286Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T04:12:10.286Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-25T04:12:10.287Z||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-25T04:12:10.287Z||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 OfBjsyvieL9lJwol) ... 2021-11-25T04:12:19.817Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T04:12:19.818Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-25T04:12:19.818Z||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-25T04:12:19.819Z||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 OfBjsyvieL9lJwol) ... 2021-11-25T04:12:29.349Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T04:12:29.350Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-25T04:12:29.350Z||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-25T04:12:29.350Z||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 OfBjsyvieL9lJwol) ... 2021-11-25T04:12:38.885Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T04:12:55.003Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-25T04:12:55.004Z||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-25T04:12:55.004Z||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 OfBjsyvieL9lJwol) ... 2021-11-25T04:12:55.005Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-25T04:12:55.005Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|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-25T04:12:55.005Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|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 OfBjsyvieL9lJwol) ... 2021-11-25T04:12:55.527Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T04:12:55.527Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-25T04:12:55.528Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e500b7a0-8e2e-40cf-949b-9a1f248828f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637813451836, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-25T04:12:55.528Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-25T04:13:04.540Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T04:13:55.003Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-25T04:13:55.004Z||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-25T04:13:55.004Z||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 OfBjsyvieL9lJwol) ... 2021-11-25T04:13:55.005Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-25T04:13:55.005Z||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-25T04:13:55.005Z||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 OfBjsyvieL9lJwol) ... 2021-11-25T04:14:04.541Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T04:14:04.543Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T04:14:55.003Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-25T04:14:55.004Z||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-25T04:14:55.004Z||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 OfBjsyvieL9lJwol) ... 2021-11-25T04:14:55.005Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-25T04:14:55.005Z||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-25T04:14:55.005Z||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 OfBjsyvieL9lJwol) ... 2021-11-25T04:15:04.542Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T04:15:04.544Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T04:15:55.003Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-25T04:15:55.004Z||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-25T04:15:55.004Z||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 OfBjsyvieL9lJwol) ... 2021-11-25T04:15:55.005Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-25T04:15:55.005Z||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-25T04:15:55.005Z||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 OfBjsyvieL9lJwol) ... 2021-11-25T04:16:04.541Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T04:16:04.542Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T04:16:55.003Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-25T04:16:55.004Z||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-25T04:16:55.004Z||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 OfBjsyvieL9lJwol) ... 2021-11-25T04:16:55.005Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-25T04:16:55.005Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|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-25T04:16:55.005Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|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 OfBjsyvieL9lJwol) ... 2021-11-25T04:17:04.536Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T04:17:04.539Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T04:17:55.003Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-25T04:17:55.004Z||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-25T04:17:55.005Z||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 OfBjsyvieL9lJwol) ... 2021-11-25T04:17:55.005Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-25T04:17:55.005Z||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-25T04:17:55.005Z||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 OfBjsyvieL9lJwol) ... 2021-11-25T04:18:04.542Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T04:18:04.543Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T04:18:55.003Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-25T04:18:55.004Z||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-25T04:18:55.005Z||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 OfBjsyvieL9lJwol) ... 2021-11-25T04:18:55.005Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-25T04:18:55.005Z||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-25T04:18:55.005Z||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 OfBjsyvieL9lJwol) ... 2021-11-25T04:19:04.543Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T04:19:04.543Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T04:19:55.003Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-25T04:19:55.004Z||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-25T04:19:55.004Z||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 OfBjsyvieL9lJwol) ... 2021-11-25T04:19:55.005Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-25T04:19:55.005Z||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-25T04:19:55.005Z||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 OfBjsyvieL9lJwol) ... 2021-11-25T04:20:04.539Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T04:20:04.540Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T04:20:55.003Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-25T04:20:55.004Z||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-25T04:20:55.004Z||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 OfBjsyvieL9lJwol) ... 2021-11-25T04:20:55.005Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-25T04:20:55.005Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|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-25T04:20:55.005Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|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 OfBjsyvieL9lJwol) ... 2021-11-25T04:21:04.545Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T04:21:04.545Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T04:21:55.003Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-25T04:21:55.004Z||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-25T04:21:55.004Z||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 OfBjsyvieL9lJwol) ... 2021-11-25T04:21:55.005Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-25T04:21:55.005Z||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-25T04:21:55.005Z||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 OfBjsyvieL9lJwol) ... 2021-11-25T04:22:04.542Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T04:22:04.543Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T04:22:55.003Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-25T04:22:55.004Z||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-25T04:22:55.004Z||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 OfBjsyvieL9lJwol) ... 2021-11-25T04:22:55.005Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-25T04:22:55.005Z||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-25T04:22:55.006Z||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 OfBjsyvieL9lJwol) ... 2021-11-25T04:23:04.539Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T04:23:04.542Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T04:23:55.003Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-25T04:23:55.004Z||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-25T04:23:55.004Z||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 OfBjsyvieL9lJwol) ... 2021-11-25T04:23:55.005Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-25T04:23:55.005Z||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-25T04:23:55.005Z||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 OfBjsyvieL9lJwol) ... 2021-11-25T04:24:04.542Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T04:24:04.546Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T04:24:55.003Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-25T04:24:55.004Z||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-25T04:24:55.004Z||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 OfBjsyvieL9lJwol) ... 2021-11-25T04:24:55.005Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-25T04:24:55.005Z||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-25T04:24:55.005Z||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 OfBjsyvieL9lJwol) ... 2021-11-25T04:25:04.553Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T04:25:04.553Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T04:25:55.003Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-25T04:25:55.004Z||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-25T04:25:55.004Z||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 OfBjsyvieL9lJwol) ... 2021-11-25T04:25:55.005Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-25T04:25:55.005Z||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-25T04:25:55.005Z||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 OfBjsyvieL9lJwol) ... 2021-11-25T04:26:04.538Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T04:26:04.540Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T04:26:55.003Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-25T04:26:55.004Z||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-25T04:26:55.004Z||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 OfBjsyvieL9lJwol) ... 2021-11-25T04:26:55.005Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-25T04:26:55.005Z||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-25T04:26:55.005Z||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 OfBjsyvieL9lJwol) ... 2021-11-25T04:27:04.541Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T04:27:04.543Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T04:27:55.003Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-25T04:27:55.004Z||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-25T04:27:55.004Z||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 OfBjsyvieL9lJwol) ... 2021-11-25T04:27:55.005Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-25T04:27:55.005Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|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-25T04:27:55.005Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|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 OfBjsyvieL9lJwol) ... 2021-11-25T04:28:04.543Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T04:28:04.543Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T04:28:55.003Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-25T04:28:55.004Z||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-25T04:28:55.004Z||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 OfBjsyvieL9lJwol) ... 2021-11-25T04:28:55.005Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-25T04:28:55.005Z||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-25T04:28:55.005Z||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 OfBjsyvieL9lJwol) ... 2021-11-25T04:29:04.539Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T04:29:04.565Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T04:29:55.003Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-25T04:29:55.004Z||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-25T04:29:55.004Z||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 OfBjsyvieL9lJwol) ... 2021-11-25T04:29:55.005Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-25T04:29:55.005Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|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-25T04:29:55.005Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|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 OfBjsyvieL9lJwol) ... 2021-11-25T04:30:04.540Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T04:30:04.541Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T04:30:55.003Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-25T04:30:55.004Z||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-25T04:30:55.004Z||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 OfBjsyvieL9lJwol) ... 2021-11-25T04:30:55.005Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-25T04:30:55.005Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|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-25T04:30:55.005Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|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 OfBjsyvieL9lJwol) ... 2021-11-25T04:31:04.541Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T04:31:04.541Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T04:31:55.003Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-25T04:31:55.004Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|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-25T04:31:55.004Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|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 OfBjsyvieL9lJwol) ... 2021-11-25T04:31:55.005Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-25T04:31:55.005Z||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-25T04:31:55.005Z||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 OfBjsyvieL9lJwol) ... 2021-11-25T04:32:04.543Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T04:32:04.544Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T04:32:55.003Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-25T04:32:55.004Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|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-25T04:32:55.004Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|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 OfBjsyvieL9lJwol) ... 2021-11-25T04:32:55.005Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-25T04:32:55.005Z||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-25T04:32:55.005Z||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 OfBjsyvieL9lJwol) ... 2021-11-25T04:33:04.540Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T04:33:04.539Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T04:33:55.003Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-25T04:33:55.004Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|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-25T04:33:55.004Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|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 OfBjsyvieL9lJwol) ... 2021-11-25T04:33:55.005Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-25T04:33:55.005Z||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-25T04:33:55.005Z||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 OfBjsyvieL9lJwol) ... 2021-11-25T04:34:04.541Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T04:34:04.542Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T04:34:55.003Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-25T04:34:55.004Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|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-25T04:34:55.004Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|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 OfBjsyvieL9lJwol) ... 2021-11-25T04:34:55.005Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-25T04:34:55.005Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|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-25T04:34:55.006Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|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 OfBjsyvieL9lJwol) ... 2021-11-25T04:35:04.540Z|c521fc4b-0cfd-42f8-9cb7-0b94bd07ef0c|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T04:35:04.541Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T04:35:55.005Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-25T04:35:55.006Z||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-25T04:35:55.006Z||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 OfBjsyvieL9lJwol) ... 2021-11-25T04:35:55.003Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-25T04:35:55.007Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|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-25T04:35:55.007Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|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 OfBjsyvieL9lJwol) ... 2021-11-25T04:36:04.543Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T04:36:04.544Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T04:36:55.003Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-25T04:36:55.004Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|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-25T04:36:55.004Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|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 OfBjsyvieL9lJwol) ... 2021-11-25T04:36:55.005Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-25T04:36:55.005Z||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-25T04:36:55.005Z||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 OfBjsyvieL9lJwol) ... 2021-11-25T04:37:04.541Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T04:37:04.542Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T04:37:55.003Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-25T04:37:55.004Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|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-25T04:37:55.004Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|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 OfBjsyvieL9lJwol) ... 2021-11-25T04:37:55.005Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-25T04:37:55.005Z||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-25T04:37:55.005Z||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 OfBjsyvieL9lJwol) ... 2021-11-25T04:38:04.542Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T04:38:04.542Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T04:38:55.003Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-25T04:38:55.004Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|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-25T04:38:55.004Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|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 OfBjsyvieL9lJwol) ... 2021-11-25T04:38:55.005Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-25T04:38:55.005Z||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-25T04:38:55.005Z||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 OfBjsyvieL9lJwol) ... 2021-11-25T04:39:04.540Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-25T04:39:04.563Z|e500b7a0-8e2e-40cf-949b-9a1f248828f6|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK